Index: /issm/trunk/test/NightlyRun/test1208.m
===================================================================
--- /issm/trunk/test/NightlyRun/test1208.m	(revision 5799)
+++ /issm/trunk/test/NightlyRun/test1208.m	(revision 5800)
@@ -4,7 +4,6 @@
 
 %To begin with the numerical model
-md=model;
-md=roundmesh(md,750000,resolution);
-md=geography(md,'',''); %We can not test iceshelves nor ice rises with this analytical solution
+md=mesh(model,'../Exp/SquareEISMINT750000.exp',resolution);
+md=geography(md,'','');
 md=parameterize(md,'../Par/RoundSheetEISMINT.par');
 
@@ -20,4 +19,5 @@
 md.dt=20;
 md.output_frequency=20;
+md.verbose=10;
 
 %Now we can solve the problem 
