Index: /issm/trunk/test/Verification/IceShelfIceFrontS3d_6/runme.m
===================================================================
--- /issm/trunk/test/Verification/IceShelfIceFrontS3d_6/runme.m	(revision 1891)
+++ /issm/trunk/test/Verification/IceShelfIceFrontS3d_6/runme.m	(revision 1892)
@@ -34,5 +34,5 @@
 	solutions=varargin{2};
 else
-	solutions={'diagnostic','thermalsteady','thermaltransient','prognostic','transient'};
+	solutions={'diagnostic','thermalsteady','thermaltransient','prognostic','transient','steadystate'};
 end
 if nargin,
@@ -53,5 +53,5 @@
 
 		%check solution requested
-		if (strcmpi(package,'macayeal')...
+		if (strcmpi(package,'macayeal') | (strcmpi(solution,'steadystate') & ~strcmpi(package,'cielo_serial')) ...
 				| strcmpi(solution,'transient')),
 			disp(sprintf(['\nsolution: ' solution  ', with package: ' package  ', in test: ' testname  ', not supported yet.\n']));
Index: /issm/trunk/test/Verification/IceShelfIceFrontS3d_6/updatearchive.m
===================================================================
--- /issm/trunk/test/Verification/IceShelfIceFrontS3d_6/updatearchive.m	(revision 1891)
+++ /issm/trunk/test/Verification/IceShelfIceFrontS3d_6/updatearchive.m	(revision 1892)
@@ -30,5 +30,5 @@
 	solutions=varargin{2};
 else
-	solutions={'diagnostic','thermalsteady','thermaltransient','prognostic','transient'};
+	solutions={'diagnostic','thermalsteady','thermaltransient','prognostic','transient','steadystate'};
 end
 if nargin,
@@ -47,5 +47,5 @@
 
 		%check solution requested
-		if (strcmpi(package,'macayeal')...
+		if (strcmpi(package,'macayeal') | (strcmpi(solution,'steadystate') & ~strcmpi(package,'cielo_serial')) ...
 				| strcmpi(solution,'transient')),
 			disp(sprintf(['\nsolution: ' solution  ', with package: ' package  ', in test: ' testname  ', not supported yet.\n']));
