Index: /issm/trunk/test/Verification/IceSheetIceFrontMP3d_9/runme.m
===================================================================
--- /issm/trunk/test/Verification/IceSheetIceFrontMP3d_9/runme.m	(revision 1144)
+++ /issm/trunk/test/Verification/IceSheetIceFrontMP3d_9/runme.m	(revision 1145)
@@ -66,6 +66,6 @@
 		md=extrude(md,8,4);
 		md=setelementstype(md,'pattyn','Pattyn.exp','fill','macayeal');
-		if md.numberofgrids==832
-			load Velocities; md.vx=0.8*vx; md.vy=0.8*vy; md.vz=0.8*vz; md.temperature=temperature-1; md.pressure=pressure;
+		if md.numberofgrids==728
+			load Velocities; md.vx=0.3*vx; md.vy=0.3*vy; md.vz=0.3*vz; md.temperature=temperature-1; md.pressure=pressure;
 		end
 
Index: /issm/trunk/test/Verification/IceSheetIceFrontMP3d_9/updatearchive.m
===================================================================
--- /issm/trunk/test/Verification/IceSheetIceFrontMP3d_9/updatearchive.m	(revision 1144)
+++ /issm/trunk/test/Verification/IceSheetIceFrontMP3d_9/updatearchive.m	(revision 1145)
@@ -60,6 +60,6 @@
 		md=extrude(md,8,4);
 		md=setelementstype(md,'pattyn','Pattyn.exp','fill','macayeal');
-		if md.numberofgrids==832
-			load Velocities; md.vx=0.8*vx; md.vy=0.8*vy; md.vz=0.8*vz; md.temperature=temperature-1; md.pressure=pressure;
+		if md.numberofgrids==728
+			load Velocities; md.vx=0.3*vx; md.vy=0.3*vy; md.vz=0.3*vz; md.temperature=temperature-1; md.pressure=pressure;
 		end
 
