Index: /issm/trunk/test/Verification/IceSheetIceFrontMP3d_9/Square.par
===================================================================
--- /issm/trunk/test/Verification/IceSheetIceFrontMP3d_9/Square.par	(revision 998)
+++ /issm/trunk/test/Verification/IceSheetIceFrontMP3d_9/Square.par	(revision 999)
@@ -3,5 +3,5 @@
 %dynamics
 md.debug=0;
-md.dt=1*md.yts; %1 year
+md.dt=0.1*md.yts; %1 year
 md.ndt=md.dt*3; 
 md.artificial_diffusivity=1;
Index: /issm/trunk/test/Verification/IceSheetIceFrontMP3d_9/runme.m
===================================================================
--- /issm/trunk/test/Verification/IceSheetIceFrontMP3d_9/runme.m	(revision 998)
+++ /issm/trunk/test/Verification/IceSheetIceFrontMP3d_9/runme.m	(revision 999)
@@ -53,7 +53,6 @@
 
 		%check solution requested
-		if ((strcmpi(package,'cielo_parallel') & strcmpi(solution,'diagnostic'))...
-				| strcmpi(package,'macayeal')...
-				| (strcmpi(solution,'transient') & ~strcmpi(package,'ice'))),
+		if (strcmpi(package,'macayeal')...
+				| ((strcmpi(solution,'transient') | strcmpi(solution,'diagnostic')) & ~strcmpi(package,'ice'))),
 			disp(sprintf(['\nsolution: ' solution  ', with package: ' package  ', in test: ' testname  ', not supported yet.\n']));
 			continue
Index: /issm/trunk/test/Verification/IceSheetIceFrontMP3d_9/updatearchive.m
===================================================================
--- /issm/trunk/test/Verification/IceSheetIceFrontMP3d_9/updatearchive.m	(revision 998)
+++ /issm/trunk/test/Verification/IceSheetIceFrontMP3d_9/updatearchive.m	(revision 999)
@@ -47,7 +47,6 @@
 
 		%check solution requested
-		if ((strcmpi(package,'cielo_parallel') & strcmpi(solution,'diagnostic'))...
-				| strcmpi(package,'macayeal')...
-				| (strcmpi(solution,'transient') & ~strcmpi(package,'ice'))),
+		if (strcmpi(package,'macayeal')...
+				| ((strcmpi(solution,'transient') | strcmpi(solution,'diagnostic')) & ~strcmpi(package,'ice'))),
 			disp(sprintf(['\nsolution: ' solution  ', with package: ' package  ', in test: ' testname  ', not supported yet.\n']));
 			continue
