Index: /issm/trunk-jpl/test/NightlyRun/test2071.m
===================================================================
--- /issm/trunk-jpl/test/NightlyRun/test2071.m	(revision 27810)
+++ /issm/trunk-jpl/test/NightlyRun/test2071.m	(revision 27811)
@@ -64,5 +64,5 @@
 %Fields and tolerances to track changes
 field_names     ={'LoveH_loading_temporal','LoveK_loading_temporal','LoveL_loading_temporal'};
-field_tolerances={4.0e-7,3.0e-7,8.0e-8};
+field_tolerances={5e-6,5e-5,4e-5};
 field_values={h,k,l};
 
Index: /issm/trunk-jpl/test/NightlyRun/test2072.m
===================================================================
--- /issm/trunk-jpl/test/NightlyRun/test2072.m	(revision 27810)
+++ /issm/trunk-jpl/test/NightlyRun/test2072.m	(revision 27811)
@@ -66,5 +66,5 @@
 
 field_names     ={'LoveH_loading_elastic','LoveK_loading_elastic','LoveL_loading_elastic'};
-field_tolerances={3.0e-6,1.0e-5,6.0e-7};
+field_tolerances={2e-5,2e-5,2e-5};
 field_values={h,k,l};
 
Index: /issm/trunk-jpl/test/NightlyRun/test2101.m
===================================================================
--- /issm/trunk-jpl/test/NightlyRun/test2101.m	(revision 27810)
+++ /issm/trunk-jpl/test/NightlyRun/test2101.m	(revision 27811)
@@ -53,5 +53,5 @@
 %Fields and tolerances to track changes
 field_names     ={'EsaUmotion','EsaNmotion','EsaEmotion'};
-field_tolerances={1e-13,1e-13,1e-13};
+field_tolerances={1e-13,1e-13,2e-13};
 field_values={...
 	(md.results.EsaSolution.EsaUmotion),...
Index: /issm/trunk-jpl/test/NightlyRun/test2101.py
===================================================================
--- /issm/trunk-jpl/test/NightlyRun/test2101.py	(revision 27810)
+++ /issm/trunk-jpl/test/NightlyRun/test2101.py	(revision 27811)
@@ -63,5 +63,5 @@
 #Fields and tolerances to track changes
 field_names = ['EsaUmotion', 'EsaNmotion', 'EsaEmotion']
-field_tolerances = [1e-13, 1e-13, 1e-13]
+field_tolerances = [1e-13, 1e-13, 2e-13]
 field_values = [md.results.EsaSolution.EsaUmotion,
                 md.results.EsaSolution.EsaNmotion,
Index: /issm/trunk-jpl/test/NightlyRun/test2110.m
===================================================================
--- /issm/trunk-jpl/test/NightlyRun/test2110.m	(revision 27810)
+++ /issm/trunk-jpl/test/NightlyRun/test2110.m	(revision 27811)
@@ -56,5 +56,5 @@
 field_names     ={'EsaUmotion','EsaXmotion','EsaYmotion',...
 	'EsaStrainratexx','EsaStrainratexy','EsaStrainrateyy','EsaRotationrate'};
-field_tolerances={1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13};
+field_tolerances={1e-13,2e-12,2e-12,9e-12,8e-12,8e-12,3e-11};
 field_values={...
 	(md.results.EsaSolution.EsaUmotion),...
Index: /issm/trunk-jpl/test/NightlyRun/test2110.py
===================================================================
--- /issm/trunk-jpl/test/NightlyRun/test2110.py	(revision 27810)
+++ /issm/trunk-jpl/test/NightlyRun/test2110.py	(revision 27811)
@@ -68,5 +68,5 @@
 field_names = ['EsaUmotion', 'EsaXmotion', 'EsaYmotion',
                'EsaStrainratexx', 'EsaStrainratexy', 'EsaStrainrateyy', 'EsaRotationrate']
-field_tolerances = [1e-13, 1e-13, 1e-13, 1e-13, 1e-13, 1e-13, 1e-13]
+field_tolerances = [1e-13, 2e-12, 2e-12, 9e-12, 8e-12, 8e-12, 3e-11]
 field_values = [md.results.EsaSolution.EsaUmotion,
                 md.results.EsaSolution.EsaXmotion,
Index: /issm/trunk-jpl/test/NightlyRun/test2111.m
===================================================================
--- /issm/trunk-jpl/test/NightlyRun/test2111.m	(revision 27810)
+++ /issm/trunk-jpl/test/NightlyRun/test2111.m	(revision 27811)
@@ -56,5 +56,5 @@
 %fields and tolerances to track changes {{{
 field_names     ={'EsaUmotion','EsaNmotion','EsaEmotion','EsaXmotion','EsaYmotion'}; 
-field_tolerances={1e-13,1e-13,1e-13,1e-13,1e-13};
+field_tolerances={1e-13,3e-13,3e-13,2e-13,3e-13};
 field_values={...
 	(md.results.EsaSolution.EsaUmotion),...
Index: /issm/trunk-jpl/test/NightlyRun/test2111.py
===================================================================
--- /issm/trunk-jpl/test/NightlyRun/test2111.py	(revision 27810)
+++ /issm/trunk-jpl/test/NightlyRun/test2111.py	(revision 27811)
@@ -66,5 +66,5 @@
 #Fields and tolerances to track changes: {{{
 field_names = ['EsaUmotion', 'EsaNmotion', 'EsaEmotion', 'EsaXmotion', 'EsaYmotion']
-field_tolerances = [1e-13, 1e-13, 1e-13, 1e-13, 1e-13]
+field_tolerances = [1e-13, 3e-13, 3e-13, 2e-13, 3e-13]
 field_values = [md.results.EsaSolution.EsaUmotion,
                 md.results.EsaSolution.EsaNmotion,
Index: /issm/trunk-jpl/test/NightlyRun/test2112.m
===================================================================
--- /issm/trunk-jpl/test/NightlyRun/test2112.m	(revision 27810)
+++ /issm/trunk-jpl/test/NightlyRun/test2112.m	(revision 27811)
@@ -54,5 +54,5 @@
 %fields and tolerances to track changes {{{
 field_names     ={'EsaUmotion','EsaNmotion','EsaEmotion','EsaXmotion','EsaYmotion'}; 
-field_tolerances={1e-13,1e-13,1e-13,1e-13,1e-13};
+field_tolerances={1e-13,4e-13,3e-12,3e-13,3e-13};
 field_values={...
 	(md.results.EsaSolution.EsaUmotion),...
Index: /issm/trunk-jpl/test/NightlyRun/test2112.py
===================================================================
--- /issm/trunk-jpl/test/NightlyRun/test2112.py	(revision 27810)
+++ /issm/trunk-jpl/test/NightlyRun/test2112.py	(revision 27811)
@@ -66,5 +66,5 @@
 #Fields and tolerances to track changes: {{{
 field_names = ['EsaUmotion', 'EsaNmotion', 'EsaEmotion', 'EsaXmotion', 'EsaYmotion']
-field_tolerances = [1e-13, 1e-13, 1e-13, 1e-13, 1e-13]
+field_tolerances = [1e-13, 4e-13, 3e-12, 3e-13, 3e-13]
 field_values = [md.results.EsaSolution.EsaUmotion,
                 md.results.EsaSolution.EsaNmotion,
Index: /issm/trunk-jpl/test/NightlyRun/test2113.m
===================================================================
--- /issm/trunk-jpl/test/NightlyRun/test2113.m	(revision 27810)
+++ /issm/trunk-jpl/test/NightlyRun/test2113.m	(revision 27811)
@@ -55,5 +55,5 @@
 %fields and tolerances to track changes {{{
 field_names     ={'EsaUmotion','EsaNmotion','EsaEmotion'}; 
-field_tolerances={1e-13,1e-13,1e-13};
+field_tolerances={1e-13,2e-13,2e-13};
 field_values={...
 	(md.results.EsaSolution.EsaUmotion),...
Index: /issm/trunk-jpl/test/NightlyRun/test2113.py
===================================================================
--- /issm/trunk-jpl/test/NightlyRun/test2113.py	(revision 27810)
+++ /issm/trunk-jpl/test/NightlyRun/test2113.py	(revision 27811)
@@ -67,5 +67,5 @@
 #Fields and tolerances to track changes: {{{
 field_names = ['EsaUmotion', 'EsaNmotion', 'EsaEmotion']
-field_tolerances = [1e-13, 1e-13, 1e-13]
+field_tolerances = [1e-13, 2e-13, 2e-13]
 field_values = [md.results.EsaSolution.EsaUmotion,
                 md.results.EsaSolution.EsaNmotion,
