Index: /issm/trunk-jpl/test/NightlyRun/test3008.m
===================================================================
--- /issm/trunk-jpl/test/NightlyRun/test3008.m	(revision 20985)
+++ /issm/trunk-jpl/test/NightlyRun/test3008.m	(revision 20986)
@@ -14,5 +14,5 @@
 %Fields and tolerances to track changes
 field_names     ={'Temperature','BasalforcingsGroundediceMeltingRate'};
-field_tolerances={1e-13,1e-13};
+field_tolerances={1e-13,1e-5};
 field_values={...
 	(md.results.ThermalSolution.Temperature),...
Index: /issm/trunk-jpl/test/NightlyRun/test3008.py
===================================================================
--- /issm/trunk-jpl/test/NightlyRun/test3008.py	(revision 20985)
+++ /issm/trunk-jpl/test/NightlyRun/test3008.py	(revision 20986)
@@ -21,5 +21,5 @@
 #Fields and tolerances to track changes
 field_names     =['Temperature','BasalforcingsGroundediceMeltingRate']
-field_tolerances=[1e-13,1e-13]
+field_tolerances=[1e-13,1e-5]
 field_values=[\
 	md.results.ThermalSolution.Temperature,\
Index: /issm/trunk-jpl/test/NightlyRun/test3101.m
===================================================================
--- /issm/trunk-jpl/test/NightlyRun/test3101.m	(revision 20985)
+++ /issm/trunk-jpl/test/NightlyRun/test3101.m	(revision 20986)
@@ -14,6 +14,6 @@
 field_names     ={'Vx','Vy','Vel','Pressure',...
 	'DeviatoricStressxx','DeviatoricStressyy','DeviatoricStressxy'};
-field_tolerances={1e-13,1e-13,1e-13,1e-13,...
-	1e-13,1e-13,1e-13};
+field_tolerances={1e-12,1e-12,1e-12,1e-12,...
+	1e-12,1e-12,1e-12};
 field_values={...
 	(md.results.StressbalanceSolution.Vx),...
Index: /issm/trunk-jpl/test/NightlyRun/test3101.py
===================================================================
--- /issm/trunk-jpl/test/NightlyRun/test3101.py	(revision 20985)
+++ /issm/trunk-jpl/test/NightlyRun/test3101.py	(revision 20986)
@@ -22,6 +22,6 @@
 field_names     =['Vx','Vy','Vel','Pressure',\
 	'DeviatoricStressxx','DeviatoricStressyy','DeviatoricStressxy']
-field_tolerances=[1e-13,1e-13,1e-13,1e-13,\
-	1e-13,1e-13,1e-13]
+field_tolerances=[1e-12,1e-12,1e-12,1e-12,\
+	1e-12,1e-12,1e-12]
 field_values=[\
 	md.results.StressbalanceSolution.Vx,\
Index: /issm/trunk-jpl/test/NightlyRun/test3108.m
===================================================================
--- /issm/trunk-jpl/test/NightlyRun/test3108.m	(revision 20985)
+++ /issm/trunk-jpl/test/NightlyRun/test3108.m	(revision 20986)
@@ -14,5 +14,5 @@
 %Fields and tolerances to track changes
 field_names     ={'Temperature','BasalforcingsGroundediceMeltingRate'};
-field_tolerances={1e-13,1e-13};
+field_tolerances={1e-13,1e-5};
 field_values={...
 	(md.results.ThermalSolution.Temperature),...
Index: /issm/trunk-jpl/test/NightlyRun/test3108.py
===================================================================
--- /issm/trunk-jpl/test/NightlyRun/test3108.py	(revision 20985)
+++ /issm/trunk-jpl/test/NightlyRun/test3108.py	(revision 20986)
@@ -22,5 +22,5 @@
 #Fields and tolerances to track changes
 field_names     =['Temperature','BasalforcingsGroundediceMeltingRate']
-field_tolerances=[1e-13,1e-13]
+field_tolerances=[1e-13,1e-5]
 field_values=[\
 	md.results.ThermalSolution.Temperature,\
