Index: /issm/trunk/src/m/utils/Nightly/testsgettolerance.m
===================================================================
--- /issm/trunk/src/m/utils/Nightly/testsgettolerance.m	(revision 932)
+++ /issm/trunk/src/m/utils/Nightly/testsgettolerance.m	(revision 933)
@@ -14,9 +14,16 @@
 
 if (strcmpi(package,'macayeal') | strcmpi(package,'ice') | strcmpi(package,'cielo_serial')),
-	tolerance=10^-15;
+	tolerance=10^-14;
 
 elseif strcmpi(package,'cielo_parallel'),
 	if strcmpi(solution,'prognostic'),
 		tolerance=10^-14;
+
+	elseif strcmpi(solution,'transient'),
+		if strcmpi(md.type,'2d'),
+			tolerance=10^-14;
+		else
+			tolerance=10^-10;
+		end
 
 	elseif strcmpi(solution,'diagnostic'),
@@ -31,5 +38,5 @@
 	elseif strcmpi(solution,'thermalsteady'),
 		if strncmpi(fliplr(field),fliplr('melting'),7),
-			tolerance=10^-1;
+			tolerance=2*10^-1;
 		elseif strncmpi(fliplr(field),fliplr('temperature'),11),
 			tolerance=10^-6;
