Index: /issm/trunk/test/Verification/IceSheetNoIceFrontHM2d_14/runme.m
===================================================================
--- /issm/trunk/test/Verification/IceSheetNoIceFrontHM2d_14/runme.m	(revision 755)
+++ /issm/trunk/test/Verification/IceSheetNoIceFrontHM2d_14/runme.m	(revision 756)
@@ -17,5 +17,5 @@
 	packages={'macayeal','ice','cielo_serial','cielo_parallel'};
 end
-solutions={'diagnostic','prognostic'};
+solutions={'diagnostic','prognostic','transient'};
 
 %Initialize log message for nightly runs.
@@ -31,5 +31,6 @@
 
 		%check solution requested
-		if (strcmpi(solution,'transient') | strcmpi(package,'macayeal')),
+		if ((~strcmpi(package,'ice') & strcmpi(solution,'transient'))...
+			| strcmpi(package,'macayeal')),
 			disp(sprintf(['\nsolution: ' solution  ', with package: ' package  ', in test: ' testname  ', not supported yet.\n']));
 			continue
Index: /issm/trunk/test/Verification/IceSheetNoIceFrontHM2d_14/updatearchive.m
===================================================================
--- /issm/trunk/test/Verification/IceSheetNoIceFrontHM2d_14/updatearchive.m	(revision 755)
+++ /issm/trunk/test/Verification/IceSheetNoIceFrontHM2d_14/updatearchive.m	(revision 756)
@@ -13,5 +13,5 @@
 	packages={'macayeal','ice','cielo_serial','cielo_parallel'};
 end
-solutions={'diagnostic','prognostic'};
+solutions={'diagnostic','prognostic','transient'};
 
 %go through the solutions requested
@@ -24,5 +24,6 @@
 
 		%check solution requested
-		if (strcmpi(solution,'transient') | strcmpi(package,'macayeal')),
+		if ((~strcmpi(package,'ice') & strcmpi(solution,'transient'))...
+			| strcmpi(package,'macayeal')),
 			disp(sprintf(['\nsolution: ' solution  ', with package: ' package  ', in test: ' testname  ', not supported yet.\n']));
 			continue
