Index: /issm/trunk/test/NightlyRun/runme.m
===================================================================
--- /issm/trunk/test/NightlyRun/runme.m	(revision 5097)
+++ /issm/trunk/test/NightlyRun/runme.m	(revision 5098)
@@ -100,5 +100,4 @@
 		%Execute test
 		eval(['test' num2str(id)]);
-		eval(['test' num2str(id) '_nightly']);
 
 		%UPDATE ARCHIVE?
Index: /issm/trunk/test/NightlyRun/test101.m
===================================================================
--- /issm/trunk/test/NightlyRun/test101.m	(revision 5097)
+++ /issm/trunk/test/NightlyRun/test101.m	(revision 5098)
@@ -6,2 +6,11 @@
 md=solve(md,'analysis_type',DiagnosticSolutionEnum);
 
+%Fields and tolerances to track changes
+field_names     ={'Vx','Vy','Vel','Pressure'};
+field_tolerances={1e-13,1e-13,1e-13,1e-13};
+field_values={...
+	PatchToVec(md.results.DiagnosticSolution.Vx),...
+	PatchToVec(md.results.DiagnosticSolution.Vy),...
+	PatchToVec(md.results.DiagnosticSolution.Vel),...
+	PatchToVec(md.results.DiagnosticSolution.Pressure),...
+	};
Index: sm/trunk/test/NightlyRun/test101_nightly.m
===================================================================
--- /issm/trunk/test/NightlyRun/test101_nightly.m	(revision 5097)
+++ 	(revision )
@@ -1,8 +1,0 @@
-field_names     ={'Vx','Vy','Vel','Pressure'};
-field_tolerances={1e-13,1e-13,1e-13,1e-13};
-field_values={...
-	PatchToVec(md.results.DiagnosticSolution.Vx),...
-	PatchToVec(md.results.DiagnosticSolution.Vy),...
-	PatchToVec(md.results.DiagnosticSolution.Vel),...
-	PatchToVec(md.results.DiagnosticSolution.Pressure),...
-	};
Index: /issm/trunk/test/NightlyRun/test102.m
===================================================================
--- /issm/trunk/test/NightlyRun/test102.m	(revision 5097)
+++ /issm/trunk/test/NightlyRun/test102.m	(revision 5098)
@@ -5,2 +5,12 @@
 md.cluster=oshostname;
 md=solve(md,'analysis_type',DiagnosticSolutionEnum);
+
+%Fields and tolerances to track changes
+field_names     ={'Vx','Vy','Vel','Pressure'};
+field_tolerances={1e-13,1e-13,1e-13,1e-13};
+field_values={...
+	PatchToVec(md.results.DiagnosticSolution.Vx),...
+	PatchToVec(md.results.DiagnosticSolution.Vy),...
+	PatchToVec(md.results.DiagnosticSolution.Vel),...
+	PatchToVec(md.results.DiagnosticSolution.Pressure),...
+	};
Index: sm/trunk/test/NightlyRun/test102_nightly.m
===================================================================
--- /issm/trunk/test/NightlyRun/test102_nightly.m	(revision 5097)
+++ 	(revision )
@@ -1,8 +1,0 @@
-field_names     ={'Vx','Vy','Vel','Pressure'};
-field_tolerances={1e-13,1e-13,1e-13,1e-13};
-field_values={...
-	PatchToVec(md.results.DiagnosticSolution.Vx),...
-	PatchToVec(md.results.DiagnosticSolution.Vy),...
-	PatchToVec(md.results.DiagnosticSolution.Vel),...
-	PatchToVec(md.results.DiagnosticSolution.Pressure),...
-	};
Index: /issm/trunk/test/NightlyRun/test103.m
===================================================================
--- /issm/trunk/test/NightlyRun/test103.m	(revision 5097)
+++ /issm/trunk/test/NightlyRun/test103.m	(revision 5098)
@@ -6,2 +6,13 @@
 md.cluster='none';
 md=solve(md,'analysis_type',DiagnosticSolutionEnum);
+
+%Fields and tolerances to track changes
+field_names     ={'Vx','Vy','Vz','Vel','Pressure'};
+field_tolerances={1e-13,1e-13,1e-13,1e-13,1e-13};
+field_values={...
+	PatchToVec(md.results.DiagnosticSolution.Vx),...
+	PatchToVec(md.results.DiagnosticSolution.Vy),...
+	PatchToVec(md.results.DiagnosticSolution.Vz),...
+	PatchToVec(md.results.DiagnosticSolution.Vel),...
+	PatchToVec(md.results.DiagnosticSolution.Pressure),...
+	};
Index: sm/trunk/test/NightlyRun/test103_nightly.m
===================================================================
--- /issm/trunk/test/NightlyRun/test103_nightly.m	(revision 5097)
+++ 	(revision )
@@ -1,9 +1,0 @@
-field_names     ={'Vx','Vy','Vz','Vel','Pressure'};
-field_tolerances={1e-13,1e-13,1e-13,1e-13,1e-13};
-field_values={...
-	PatchToVec(md.results.DiagnosticSolution.Vx),...
-	PatchToVec(md.results.DiagnosticSolution.Vy),...
-	PatchToVec(md.results.DiagnosticSolution.Vz),...
-	PatchToVec(md.results.DiagnosticSolution.Vel),...
-	PatchToVec(md.results.DiagnosticSolution.Pressure),...
-	};
Index: /issm/trunk/test/NightlyRun/test104.m
===================================================================
--- /issm/trunk/test/NightlyRun/test104.m	(revision 5097)
+++ /issm/trunk/test/NightlyRun/test104.m	(revision 5098)
@@ -6,2 +6,13 @@
 md.cluster=oshostname;
 md=solve(md,'analysis_type',DiagnosticSolutionEnum);
+
+%Fields and tolerances to track changes
+field_names     ={'Vx','Vy','Vz','Vel','Pressure'};
+field_tolerances={1e-13,1e-13,1e-13,1e-13,1e-13};
+field_values={...
+	PatchToVec(md.results.DiagnosticSolution.Vx),...
+	PatchToVec(md.results.DiagnosticSolution.Vy),...
+	PatchToVec(md.results.DiagnosticSolution.Vz),...
+	PatchToVec(md.results.DiagnosticSolution.Vel),...
+	PatchToVec(md.results.DiagnosticSolution.Pressure),...
+	};
Index: sm/trunk/test/NightlyRun/test104_nightly.m
===================================================================
--- /issm/trunk/test/NightlyRun/test104_nightly.m	(revision 5097)
+++ 	(revision )
@@ -1,9 +1,0 @@
-field_names     ={'Vx','Vy','Vz','Vel','Pressure'};
-field_tolerances={1e-13,1e-13,1e-13,1e-13,1e-13};
-field_values={...
-	PatchToVec(md.results.DiagnosticSolution.Vx),...
-	PatchToVec(md.results.DiagnosticSolution.Vy),...
-	PatchToVec(md.results.DiagnosticSolution.Vz),...
-	PatchToVec(md.results.DiagnosticSolution.Vel),...
-	PatchToVec(md.results.DiagnosticSolution.Pressure),...
-	};
Index: /issm/trunk/test/NightlyRun/test105.m
===================================================================
--- /issm/trunk/test/NightlyRun/test105.m	(revision 5097)
+++ /issm/trunk/test/NightlyRun/test105.m	(revision 5098)
@@ -6,2 +6,13 @@
 md.cluster='none';
 md=solve(md,'analysis_type',DiagnosticSolutionEnum);
+
+%Fields and tolerances to track changes
+field_names     ={'Vx','Vy','Vz','Vel','Pressure'};
+field_tolerances={1e-09,1e-09,1e-09,1e-09,1e-09};
+field_values={...
+	PatchToVec(md.results.DiagnosticSolution.Vx),...
+	PatchToVec(md.results.DiagnosticSolution.Vy),...
+	PatchToVec(md.results.DiagnosticSolution.Vz),...
+	PatchToVec(md.results.DiagnosticSolution.Vel),...
+	PatchToVec(md.results.DiagnosticSolution.Pressure),...
+	};
Index: sm/trunk/test/NightlyRun/test105_nightly.m
===================================================================
--- /issm/trunk/test/NightlyRun/test105_nightly.m	(revision 5097)
+++ 	(revision )
@@ -1,9 +1,0 @@
-field_names     ={'Vx','Vy','Vz','Vel','Pressure'};
-field_tolerances={1e-09,1e-09,1e-09,1e-09,1e-09};
-field_values={...
-	PatchToVec(md.results.DiagnosticSolution.Vx),...
-	PatchToVec(md.results.DiagnosticSolution.Vy),...
-	PatchToVec(md.results.DiagnosticSolution.Vz),...
-	PatchToVec(md.results.DiagnosticSolution.Vel),...
-	PatchToVec(md.results.DiagnosticSolution.Pressure),...
-	};
Index: /issm/trunk/test/NightlyRun/test106.m
===================================================================
--- /issm/trunk/test/NightlyRun/test106.m	(revision 5097)
+++ /issm/trunk/test/NightlyRun/test106.m	(revision 5098)
@@ -6,2 +6,13 @@
 md.cluster=oshostname;
 md=solve(md,'analysis_type',DiagnosticSolutionEnum);
+
+%Fields and tolerances to track changes
+field_names     ={'Vx','Vy','Vz','Vel','Pressure'};
+field_tolerances={1e-09,1e-09,1e-09,1e-09,1e-09};
+field_values={...
+	PatchToVec(md.results.DiagnosticSolution.Vx),...
+	PatchToVec(md.results.DiagnosticSolution.Vy),...
+	PatchToVec(md.results.DiagnosticSolution.Vz),...
+	PatchToVec(md.results.DiagnosticSolution.Vel),...
+	PatchToVec(md.results.DiagnosticSolution.Pressure),...
+	};
Index: sm/trunk/test/NightlyRun/test106_nightly.m
===================================================================
--- /issm/trunk/test/NightlyRun/test106_nightly.m	(revision 5097)
+++ 	(revision )
@@ -1,9 +1,0 @@
-field_names     ={'Vx','Vy','Vz','Vel','Pressure'};
-field_tolerances={1e-09,1e-09,1e-09,1e-09,1e-09};
-field_values={...
-	PatchToVec(md.results.DiagnosticSolution.Vx),...
-	PatchToVec(md.results.DiagnosticSolution.Vy),...
-	PatchToVec(md.results.DiagnosticSolution.Vz),...
-	PatchToVec(md.results.DiagnosticSolution.Vel),...
-	PatchToVec(md.results.DiagnosticSolution.Pressure),...
-	};
Index: /issm/trunk/test/NightlyRun/test107.m
===================================================================
--- /issm/trunk/test/NightlyRun/test107.m	(revision 5097)
+++ /issm/trunk/test/NightlyRun/test107.m	(revision 5098)
@@ -6,2 +6,13 @@
 md.cluster='none';
 md=solve(md,'analysis_type',DiagnosticSolutionEnum);
+
+%Fields and tolerances to track changes
+field_names     ={'Vx','Vy','Vz','Vel','Pressure'};
+field_tolerances={1e-08,1e-08,1e-08,1e-08,1e-08};
+field_values={...
+	PatchToVec(md.results.DiagnosticSolution.Vx),...
+	PatchToVec(md.results.DiagnosticSolution.Vy),...
+	PatchToVec(md.results.DiagnosticSolution.Vz),...
+	PatchToVec(md.results.DiagnosticSolution.Vel),...
+	PatchToVec(md.results.DiagnosticSolution.Pressure),...
+	};
Index: sm/trunk/test/NightlyRun/test107_nightly.m
===================================================================
--- /issm/trunk/test/NightlyRun/test107_nightly.m	(revision 5097)
+++ 	(revision )
@@ -1,9 +1,0 @@
-field_names     ={'Vx','Vy','Vz','Vel','Pressure'};
-field_tolerances={1e-08,1e-08,1e-08,1e-08,1e-08};
-field_values={...
-	PatchToVec(md.results.DiagnosticSolution.Vx),...
-	PatchToVec(md.results.DiagnosticSolution.Vy),...
-	PatchToVec(md.results.DiagnosticSolution.Vz),...
-	PatchToVec(md.results.DiagnosticSolution.Vel),...
-	PatchToVec(md.results.DiagnosticSolution.Pressure),...
-	};
Index: /issm/trunk/test/NightlyRun/test108.m
===================================================================
--- /issm/trunk/test/NightlyRun/test108.m	(revision 5097)
+++ /issm/trunk/test/NightlyRun/test108.m	(revision 5098)
@@ -6,2 +6,13 @@
 md.cluster=oshostname();
 md=solve(md,'analysis_type',DiagnosticSolutionEnum);
+
+%Fields and tolerances to track changes
+field_names     ={'Vx','Vy','Vz','Vel','Pressure'};
+field_tolerances={1e-08,1e-08,1e-08,1e-08,1e-08};
+field_values={...
+	PatchToVec(md.results.DiagnosticSolution.Vx),...
+	PatchToVec(md.results.DiagnosticSolution.Vy),...
+	PatchToVec(md.results.DiagnosticSolution.Vz),...
+	PatchToVec(md.results.DiagnosticSolution.Vel),...
+	PatchToVec(md.results.DiagnosticSolution.Pressure),...
+	};
Index: sm/trunk/test/NightlyRun/test108_nightly.m
===================================================================
--- /issm/trunk/test/NightlyRun/test108_nightly.m	(revision 5097)
+++ 	(revision )
@@ -1,9 +1,0 @@
-field_names     ={'Vx','Vy','Vz','Vel','Pressure'};
-field_tolerances={1e-08,1e-08,1e-08,1e-08,1e-08};
-field_values={...
-	PatchToVec(md.results.DiagnosticSolution.Vx),...
-	PatchToVec(md.results.DiagnosticSolution.Vy),...
-	PatchToVec(md.results.DiagnosticSolution.Vz),...
-	PatchToVec(md.results.DiagnosticSolution.Vel),...
-	PatchToVec(md.results.DiagnosticSolution.Pressure),...
-	};
Index: /issm/trunk/test/NightlyRun/test109.m
===================================================================
--- /issm/trunk/test/NightlyRun/test109.m	(revision 5097)
+++ /issm/trunk/test/NightlyRun/test109.m	(revision 5098)
@@ -5,2 +5,9 @@
 md.cluster='none';
 md=solve(md,'analysis_type',PrognosticSolutionEnum);
+
+%Fields and tolerances to track changes
+field_names     ={'Thickness'};
+field_tolerances={1e-13};
+field_values={...
+	PatchToVec(md.results.PrognosticSolution.Thickness),...
+	};
Index: sm/trunk/test/NightlyRun/test109_nightly.m
===================================================================
--- /issm/trunk/test/NightlyRun/test109_nightly.m	(revision 5097)
+++ 	(revision )
@@ -1,5 +1,0 @@
-field_names     ={'Thickness'};
-field_tolerances={1e-13};
-field_values={...
-	PatchToVec(md.results.PrognosticSolution.Thickness),...
-	};
Index: /issm/trunk/test/NightlyRun/test110.m
===================================================================
--- /issm/trunk/test/NightlyRun/test110.m	(revision 5097)
+++ /issm/trunk/test/NightlyRun/test110.m	(revision 5098)
@@ -5,2 +5,9 @@
 md.cluster=oshostname;
 md=solve(md,'analysis_type',PrognosticSolutionEnum);
+
+%Fields and tolerances to track changes
+field_names     ={'Thickness'};
+field_tolerances={1e-13};
+field_values={...
+	PatchToVec(md.results.PrognosticSolution.Thickness),...
+	};
Index: /issm/trunk/test/NightlyRun/test1101.m
===================================================================
--- /issm/trunk/test/NightlyRun/test1101.m	(revision 5097)
+++ /issm/trunk/test/NightlyRun/test1101.m	(revision 5098)
@@ -42,2 +42,29 @@
 	plotmodel(md,'data',vx,'data',vy,'data',vz,'layer#all',md.numlayers)
 end
+
+%Fields and tolerances to track changes
+field_names     ={ ...
+	'Vx5km','Vy5km','Vz5km',...
+	'Vx10km','Vy10km','Vz10km',...
+	'Vx20km','Vy20km','Vz20km',...
+	'Vx40km','Vy40km','Vz40km',...
+	'Vx80km','Vy80km','Vz80km',... 
+	'Vx160km','Vy160km','Vz160km'
+};
+field_tolerances={...
+	1e-13,1e-13,1e-13,...
+	1e-13,1e-13,1e-13,...
+	1e-13,1e-13,1e-13,...
+	1e-13,1e-13,1e-13,...
+	1e-13,1e-13,1e-13,...
+	1e-13,1e-13,1e-13,...
+};
+field_values={};
+for i=1:6,
+	result=results{i};
+	field_values={field_values{:},...
+		PatchToVec(result.Vx),...
+		PatchToVec(result.Vy),...
+		PatchToVec(result.Vz),...
+		};
+end
Index: sm/trunk/test/NightlyRun/test1101_nightly.m
===================================================================
--- /issm/trunk/test/NightlyRun/test1101_nightly.m	(revision 5097)
+++ 	(revision )
@@ -1,25 +1,0 @@
-field_names     ={ ...
-	'Vx5km','Vy5km','Vz5km',...
-	'Vx10km','Vy10km','Vz10km',...
-	'Vx20km','Vy20km','Vz20km',...
-	'Vx40km','Vy40km','Vz40km',...
-	'Vx80km','Vy80km','Vz80km',... 
-	'Vx160km','Vy160km','Vz160km'
-};
-field_tolerances={...
-	1e-13,1e-13,1e-13,...
-	1e-13,1e-13,1e-13,...
-	1e-13,1e-13,1e-13,...
-	1e-13,1e-13,1e-13,...
-	1e-13,1e-13,1e-13,...
-	1e-13,1e-13,1e-13,...
-};
-field_values={};
-for i=1:6,
-	result=results{i};
-	field_values={field_values{:},...
-		PatchToVec(result.Vx),...
-		PatchToVec(result.Vy),...
-		PatchToVec(result.Vz),...
-		};
-end
Index: /issm/trunk/test/NightlyRun/test1102.m
===================================================================
--- /issm/trunk/test/NightlyRun/test1102.m	(revision 5097)
+++ /issm/trunk/test/NightlyRun/test1102.m	(revision 5098)
@@ -43,2 +43,29 @@
 
 end
+
+%Fields and tolerances to track changes
+field_names     ={...
+	'Vx5km','Vy5km','Vz5km',...
+	'Vx10km','Vy10km','Vz10km',...
+	'Vx20km','Vy20km','Vz20km',...
+	'Vx40km','Vy40km','Vz40km',...
+	'Vx80km','Vy80km','Vz80km',...
+	'Vx160km','Vy160km','Vz160km'
+}
+field_tolerances={...
+	1e-13,1e-13,1e-13,...
+	1e-13,1e-13,1e-13,...
+	1e-13,1e-13,1e-13,...
+	1e-13,1e-13,1e-13,...
+	1e-13,1e-13,1e-13,...
+	1e-13,1e-13,1e-13,...
+};
+field_values={};
+for i=1:6,
+	result=results{i};
+	field_values={field_values{:},...
+		PatchToVec(result.Vx),...
+		PatchToVec(result.Vy),...
+		PatchToVec(result.Vz),...
+		};
+end
Index: sm/trunk/test/NightlyRun/test1102_nightly.m
===================================================================
--- /issm/trunk/test/NightlyRun/test1102_nightly.m	(revision 5097)
+++ 	(revision )
@@ -1,25 +1,0 @@
-field_names     ={...
-	'Vx5km','Vy5km','Vz5km',...
-	'Vx10km','Vy10km','Vz10km',...
-	'Vx20km','Vy20km','Vz20km',...
-	'Vx40km','Vy40km','Vz40km',...
-	'Vx80km','Vy80km','Vz80km',...
-	'Vx160km','Vy160km','Vz160km'
-}
-field_tolerances={...
-	1e-13,1e-13,1e-13,...
-	1e-13,1e-13,1e-13,...
-	1e-13,1e-13,1e-13,...
-	1e-13,1e-13,1e-13,...
-	1e-13,1e-13,1e-13,...
-	1e-13,1e-13,1e-13,...
-};
-field_values={};
-for i=1:6,
-	result=results{i};
-	field_values={field_values{:},...
-		PatchToVec(result.Vx),...
-		PatchToVec(result.Vy),...
-		PatchToVec(result.Vz),...
-		};
-end
Index: /issm/trunk/test/NightlyRun/test1103.m
===================================================================
--- /issm/trunk/test/NightlyRun/test1103.m	(revision 5097)
+++ /issm/trunk/test/NightlyRun/test1103.m	(revision 5098)
@@ -42,2 +42,29 @@
 	plotmodel(md,'data',vx,'data',vy,'data',vz,'layer#all',md.numlayers)
 end
+
+%Fields and tolerances to track changes
+field_names     ={...
+	'Vx5km','Vy5km','Vz5km',...
+	'Vx10km','Vy10km','Vz10km',...
+	'Vx20km','Vy20km','Vz20km',...
+	'Vx40km','Vy40km','Vz40km',...
+	'Vx80km','Vy80km','Vz80km',...
+	'Vx160km','Vy160km','Vz160km'
+}
+field_tolerances={...
+	1e-13,1e-13,1e-13,...
+	1e-13,1e-13,1e-13,...
+	1e-13,1e-13,1e-13,...
+	1e-13,1e-13,1e-13,...
+	1e-13,1e-13,1e-13,...
+	1e-13,1e-13,1e-13,...
+};
+field_values={};
+for i=1:6,
+	result=results{i};
+	field_values={field_values{:},...
+		PatchToVec(result.Vx),...
+		PatchToVec(result.Vy),...
+		PatchToVec(result.Vz),...
+		};
+end
Index: sm/trunk/test/NightlyRun/test1103_nightly.m
===================================================================
--- /issm/trunk/test/NightlyRun/test1103_nightly.m	(revision 5097)
+++ 	(revision )
@@ -1,25 +1,0 @@
-field_names     ={...
-	'Vx5km','Vy5km','Vz5km',...
-	'Vx10km','Vy10km','Vz10km',...
-	'Vx20km','Vy20km','Vz20km',...
-	'Vx40km','Vy40km','Vz40km',...
-	'Vx80km','Vy80km','Vz80km',...
-	'Vx160km','Vy160km','Vz160km'
-}
-field_tolerances={...
-	1e-13,1e-13,1e-13,...
-	1e-13,1e-13,1e-13,...
-	1e-13,1e-13,1e-13,...
-	1e-13,1e-13,1e-13,...
-	1e-13,1e-13,1e-13,...
-	1e-13,1e-13,1e-13,...
-};
-field_values={};
-for i=1:6,
-	result=results{i};
-	field_values={field_values{:},...
-		PatchToVec(result.Vx),...
-		PatchToVec(result.Vy),...
-		PatchToVec(result.Vz),...
-		};
-end
Index: /issm/trunk/test/NightlyRun/test1104.m
===================================================================
--- /issm/trunk/test/NightlyRun/test1104.m	(revision 5097)
+++ /issm/trunk/test/NightlyRun/test1104.m	(revision 5098)
@@ -42,2 +42,29 @@
 	plotmodel(md,'data',vx,'data',vy,'data',vz,'layer#all',md.numlayers)
 end
+
+%Fields and tolerances to track changes
+field_names     ={...
+	'Vx5km','Vy5km','Vz5km',...
+	'Vx10km','Vy10km','Vz10km',...
+	'Vx20km','Vy20km','Vz20km',...
+	'Vx40km','Vy40km','Vz40km',...
+	'Vx80km','Vy80km','Vz80km',...
+	'Vx160km','Vy160km','Vz160km'
+};
+field_tolerances={...
+	1e-13,1e-13,1e-13,...
+	1e-13,1e-13,1e-13,...
+	1e-13,1e-13,1e-13,...
+	1e-13,1e-13,1e-13,...
+	1e-13,1e-13,1e-13,...
+	1e-13,1e-13,1e-13,...
+};
+field_values={};
+for i=1:6,
+	result=results{i};
+	field_values={field_values{:},...
+		PatchToVec(result.Vx),...
+		PatchToVec(result.Vy),...
+		PatchToVec(result.Vz),...
+		};
+end
Index: sm/trunk/test/NightlyRun/test1104_nightly.m
===================================================================
--- /issm/trunk/test/NightlyRun/test1104_nightly.m	(revision 5097)
+++ 	(revision )
@@ -1,25 +1,0 @@
-field_names     ={...
-	'Vx5km','Vy5km','Vz5km',...
-	'Vx10km','Vy10km','Vz10km',...
-	'Vx20km','Vy20km','Vz20km',...
-	'Vx40km','Vy40km','Vz40km',...
-	'Vx80km','Vy80km','Vz80km',...
-	'Vx160km','Vy160km','Vz160km'
-};
-field_tolerances={...
-	1e-13,1e-13,1e-13,...
-	1e-13,1e-13,1e-13,...
-	1e-13,1e-13,1e-13,...
-	1e-13,1e-13,1e-13,...
-	1e-13,1e-13,1e-13,...
-	1e-13,1e-13,1e-13,...
-};
-field_values={};
-for i=1:6,
-	result=results{i};
-	field_values={field_values{:},...
-		PatchToVec(result.Vx),...
-		PatchToVec(result.Vy),...
-		PatchToVec(result.Vz),...
-		};
-end
Index: /issm/trunk/test/NightlyRun/test1105.m
===================================================================
--- /issm/trunk/test/NightlyRun/test1105.m	(revision 5097)
+++ /issm/trunk/test/NightlyRun/test1105.m	(revision 5098)
@@ -39,2 +39,29 @@
 	plotmodel(md,'data',vx,'data',vy,'data',vz,'layer#all',md.numlayers)
 end
+
+%Fields and tolerances to track changes
+field_names     ={...
+	'Vx5km','Vy5km','Vz5km',...
+	'Vx10km','Vy10km','Vz10km',...
+	'Vx20km','Vy20km','Vz20km',...
+	'Vx40km','Vy40km','Vz40km',...
+	'Vx80km','Vy80km','Vz80km',...
+	'Vx160km','Vy160km','Vz160km'
+};
+field_tolerances={...
+	1e-13,1e-13,1e-13,...
+	1e-13,1e-13,1e-13,...
+	1e-13,1e-13,1e-13,...
+	1e-13,1e-13,1e-13,...
+	1e-13,1e-13,1e-13,...
+	1e-13,1e-13,1e-13,...
+};
+field_values={};
+for i=1:6,
+	result=results{i};
+	field_values={field_values{:},...
+		PatchToVec(result.Vx),...
+		PatchToVec(result.Vy),...
+		PatchToVec(result.Vz),...
+		};
+end
Index: sm/trunk/test/NightlyRun/test1105_nightly.m
===================================================================
--- /issm/trunk/test/NightlyRun/test1105_nightly.m	(revision 5097)
+++ 	(revision )
@@ -1,25 +1,0 @@
-field_names     ={...
-	'Vx5km','Vy5km','Vz5km',...
-	'Vx10km','Vy10km','Vz10km',...
-	'Vx20km','Vy20km','Vz20km',...
-	'Vx40km','Vy40km','Vz40km',...
-	'Vx80km','Vy80km','Vz80km',...
-	'Vx160km','Vy160km','Vz160km'
-};
-field_tolerances={...
-	1e-13,1e-13,1e-13,...
-	1e-13,1e-13,1e-13,...
-	1e-13,1e-13,1e-13,...
-	1e-13,1e-13,1e-13,...
-	1e-13,1e-13,1e-13,...
-	1e-13,1e-13,1e-13,...
-};
-field_values={};
-for i=1:6,
-	result=results{i};
-	field_values={field_values{:},...
-		PatchToVec(result.Vx),...
-		PatchToVec(result.Vy),...
-		PatchToVec(result.Vz),...
-		};
-end
Index: /issm/trunk/test/NightlyRun/test1106.m
===================================================================
--- /issm/trunk/test/NightlyRun/test1106.m	(revision 5097)
+++ /issm/trunk/test/NightlyRun/test1106.m	(revision 5098)
@@ -39,2 +39,29 @@
 	plotmodel(md,'data',vx,'data',vy,'data',vz,'layer#all',md.numlayers)
 end
+
+%Fields and tolerances to track changes
+field_names     ={...
+	'Vx5km','Vy5km','Vz5km',...
+	'Vx10km','Vy10km','Vz10km',...
+	'Vx20km','Vy20km','Vz20km',...
+	'Vx40km','Vy40km','Vz40km',...
+	'Vx80km','Vy80km','Vz80km',...
+	'Vx160km','Vy160km','Vz160km'
+}
+field_tolerances={...
+	1e-13,1e-13,1e-13,...
+	1e-13,1e-13,1e-13,...
+	1e-13,1e-13,1e-13,...
+	1e-13,1e-13,1e-13,...
+	1e-13,1e-13,1e-13,...
+	1e-13,1e-13,1e-13,...
+};
+field_values={};
+for i=1:6,
+	result=results{i};
+	field_values={field_values{:},...
+		PatchToVec(result.Vx),...
+		PatchToVec(result.Vy),...
+		PatchToVec(result.Vz),...
+		};
+end
Index: sm/trunk/test/NightlyRun/test1106_nightly.m
===================================================================
--- /issm/trunk/test/NightlyRun/test1106_nightly.m	(revision 5097)
+++ 	(revision )
@@ -1,25 +1,0 @@
-field_names     ={...
-	'Vx5km','Vy5km','Vz5km',...
-	'Vx10km','Vy10km','Vz10km',...
-	'Vx20km','Vy20km','Vz20km',...
-	'Vx40km','Vy40km','Vz40km',...
-	'Vx80km','Vy80km','Vz80km',...
-	'Vx160km','Vy160km','Vz160km'
-}
-field_tolerances={...
-	1e-13,1e-13,1e-13,...
-	1e-13,1e-13,1e-13,...
-	1e-13,1e-13,1e-13,...
-	1e-13,1e-13,1e-13,...
-	1e-13,1e-13,1e-13,...
-	1e-13,1e-13,1e-13,...
-};
-field_values={};
-for i=1:6,
-	result=results{i};
-	field_values={field_values{:},...
-		PatchToVec(result.Vx),...
-		PatchToVec(result.Vy),...
-		PatchToVec(result.Vz),...
-		};
-end
Index: /issm/trunk/test/NightlyRun/test1107.m
===================================================================
--- /issm/trunk/test/NightlyRun/test1107.m	(revision 5097)
+++ /issm/trunk/test/NightlyRun/test1107.m	(revision 5098)
@@ -42,2 +42,29 @@
 	plotmodel(md,'data',vx,'data',vy,'data',vz,'layer#all',md.numlayers)
 end
+
+%Fields and tolerances to track changes
+field_names     ={...
+	'Vx5km','Vy5km','Vz5km',...
+	'Vx10km','Vy10km','Vz10km',...
+	'Vx20km','Vy20km','Vz20km',...
+	'Vx40km','Vy40km','Vz40km',...
+	'Vx80km','Vy80km','Vz80km',...
+	'Vx160km','Vy160km','Vz160km'
+}
+field_tolerances={...
+	1e-13,1e-13,1e-13,...
+	1e-13,1e-13,1e-13,...
+	1e-13,1e-13,1e-13,...
+	1e-13,1e-13,1e-13,...
+	1e-13,1e-13,1e-13,...
+	1e-13,1e-13,1e-13,...
+};
+field_values={};
+for i=1:6,
+	result=results{i};
+	field_values={field_values{:},...
+		PatchToVec(result.Vx),...
+		PatchToVec(result.Vy),...
+		PatchToVec(result.Vz),...
+		};
+end
Index: sm/trunk/test/NightlyRun/test1107_nightly.m
===================================================================
--- /issm/trunk/test/NightlyRun/test1107_nightly.m	(revision 5097)
+++ 	(revision )
@@ -1,25 +1,0 @@
-field_names     ={...
-	'Vx5km','Vy5km','Vz5km',...
-	'Vx10km','Vy10km','Vz10km',...
-	'Vx20km','Vy20km','Vz20km',...
-	'Vx40km','Vy40km','Vz40km',...
-	'Vx80km','Vy80km','Vz80km',...
-	'Vx160km','Vy160km','Vz160km'
-}
-field_tolerances={...
-	1e-13,1e-13,1e-13,...
-	1e-13,1e-13,1e-13,...
-	1e-13,1e-13,1e-13,...
-	1e-13,1e-13,1e-13,...
-	1e-13,1e-13,1e-13,...
-	1e-13,1e-13,1e-13,...
-};
-field_values={};
-for i=1:6,
-	result=results{i};
-	field_values={field_values{:},...
-		PatchToVec(result.Vx),...
-		PatchToVec(result.Vy),...
-		PatchToVec(result.Vz),...
-		};
-end
Index: /issm/trunk/test/NightlyRun/test1108.m
===================================================================
--- /issm/trunk/test/NightlyRun/test1108.m	(revision 5097)
+++ /issm/trunk/test/NightlyRun/test1108.m	(revision 5098)
@@ -42,2 +42,29 @@
 	plotmodel(md,'data',vx,'data',vy,'data',vz,'layer#all',md.numlayers)
 end
+
+%Fields and tolerances to track changes
+field_names     ={...
+	'Vx5km','Vy5km','Vz5km',...
+	'Vx10km','Vy10km','Vz10km',...
+	'Vx20km','Vy20km','Vz20km',...
+	'Vx40km','Vy40km','Vz40km',...
+	'Vx80km','Vy80km','Vz80km',...
+	'Vx160km','Vy160km','Vz160km'
+}
+field_tolerances={...
+	1e-13,1e-13,1e-13,...
+	1e-13,1e-13,1e-13,...
+	1e-13,1e-13,1e-13,...
+	1e-13,1e-13,1e-13,...
+	1e-13,1e-13,1e-13,...
+	1e-13,1e-13,1e-13,...
+};
+field_values={};
+for i=1:6,
+	result=results{i};
+	field_values={field_values{:},...
+		PatchToVec(result.Vx),...
+		PatchToVec(result.Vy),...
+		PatchToVec(result.Vz),...
+		};
+end
Index: sm/trunk/test/NightlyRun/test1108_nightly.m
===================================================================
--- /issm/trunk/test/NightlyRun/test1108_nightly.m	(revision 5097)
+++ 	(revision )
@@ -1,25 +1,0 @@
-field_names     ={...
-	'Vx5km','Vy5km','Vz5km',...
-	'Vx10km','Vy10km','Vz10km',...
-	'Vx20km','Vy20km','Vz20km',...
-	'Vx40km','Vy40km','Vz40km',...
-	'Vx80km','Vy80km','Vz80km',...
-	'Vx160km','Vy160km','Vz160km'
-}
-field_tolerances={...
-	1e-13,1e-13,1e-13,...
-	1e-13,1e-13,1e-13,...
-	1e-13,1e-13,1e-13,...
-	1e-13,1e-13,1e-13,...
-	1e-13,1e-13,1e-13,...
-	1e-13,1e-13,1e-13,...
-};
-field_values={};
-for i=1:6,
-	result=results{i};
-	field_values={field_values{:},...
-		PatchToVec(result.Vx),...
-		PatchToVec(result.Vy),...
-		PatchToVec(result.Vz),...
-		};
-end
Index: sm/trunk/test/NightlyRun/test110_nightly.m
===================================================================
--- /issm/trunk/test/NightlyRun/test110_nightly.m	(revision 5097)
+++ 	(revision )
@@ -1,5 +1,0 @@
-field_names     ={'Thickness'};
-field_tolerances={1e-13};
-field_values={...
-	PatchToVec(md.results.PrognosticSolution.Thickness),...
-	};
Index: /issm/trunk/test/NightlyRun/test111.m
===================================================================
--- /issm/trunk/test/NightlyRun/test111.m	(revision 5097)
+++ /issm/trunk/test/NightlyRun/test111.m	(revision 5098)
@@ -7,2 +7,9 @@
 md.prognostic_DG=1;
 md=solve(md,'analysis_type',PrognosticSolutionEnum);
+
+%Fields and tolerances to track changes
+field_names     ={'Thickness'};
+field_tolerances={1e-13};
+field_values={...
+	PatchToVec(md.results.PrognosticSolution.Thickness),...
+	};
Index: sm/trunk/test/NightlyRun/test111_nightly.m
===================================================================
--- /issm/trunk/test/NightlyRun/test111_nightly.m	(revision 5097)
+++ 	(revision )
@@ -1,5 +1,0 @@
-field_names     ={'Thickness'};
-field_tolerances={1e-13};
-field_values={...
-	PatchToVec(md.results.PrognosticSolution.Thickness),...
-	};
Index: /issm/trunk/test/NightlyRun/test112.m
===================================================================
--- /issm/trunk/test/NightlyRun/test112.m	(revision 5097)
+++ /issm/trunk/test/NightlyRun/test112.m	(revision 5098)
@@ -7,2 +7,9 @@
 md.prognostic_DG=1;
 md=solve(md,'analysis_type',PrognosticSolutionEnum);
+
+%Fields and tolerances to track changes
+field_names     ={'Thickness'};
+field_tolerances={1e-13};
+field_values={...
+	PatchToVec(md.results.PrognosticSolution.Thickness),...
+	};
Index: sm/trunk/test/NightlyRun/test112_nightly.m
===================================================================
--- /issm/trunk/test/NightlyRun/test112_nightly.m	(revision 5097)
+++ 	(revision )
@@ -1,5 +1,0 @@
-field_names     ={'Thickness'};
-field_tolerances={1e-13};
-field_values={...
-	PatchToVec(md.results.PrognosticSolution.Thickness),...
-	};
Index: /issm/trunk/test/NightlyRun/test113.m
===================================================================
--- /issm/trunk/test/NightlyRun/test113.m	(revision 5097)
+++ /issm/trunk/test/NightlyRun/test113.m	(revision 5098)
@@ -6,2 +6,9 @@
 md.cluster='none';
 md=solve(md,'analysis_type',PrognosticSolutionEnum);
+
+%Fields and tolerances to track changes
+field_names     ={'Thickness'};
+field_tolerances={1e-13};
+field_values={...
+	PatchToVec(md.results.PrognosticSolution.Thickness),...
+	};
Index: sm/trunk/test/NightlyRun/test113_nightly.m
===================================================================
--- /issm/trunk/test/NightlyRun/test113_nightly.m	(revision 5097)
+++ 	(revision )
@@ -1,5 +1,0 @@
-field_names     ={'Thickness'};
-field_tolerances={1e-13};
-field_values={...
-	PatchToVec(md.results.PrognosticSolution.Thickness),...
-	};
Index: /issm/trunk/test/NightlyRun/test114.m
===================================================================
--- /issm/trunk/test/NightlyRun/test114.m	(revision 5097)
+++ /issm/trunk/test/NightlyRun/test114.m	(revision 5098)
@@ -6,2 +6,9 @@
 md.cluster=oshostname;
 md=solve(md,'analysis_type',PrognosticSolutionEnum);
+
+%Fields and tolerances to track changes
+field_names     ={'Thickness'};
+field_tolerances={1e-13};
+field_values={...
+	PatchToVec(md.results.PrognosticSolution.Thickness),...
+	};
Index: sm/trunk/test/NightlyRun/test114_nightly.m
===================================================================
--- /issm/trunk/test/NightlyRun/test114_nightly.m	(revision 5097)
+++ 	(revision )
@@ -1,5 +1,0 @@
-field_names     ={'Thickness'};
-field_tolerances={1e-13};
-field_values={...
-	PatchToVec(md.results.PrognosticSolution.Thickness),...
-	};
Index: /issm/trunk/test/NightlyRun/test115.m
===================================================================
--- /issm/trunk/test/NightlyRun/test115.m	(revision 5097)
+++ /issm/trunk/test/NightlyRun/test115.m	(revision 5098)
@@ -7,2 +7,10 @@
 md.cluster='none';
 md=solve(md,'analysis_type',ThermalSolutionEnum);
+
+%Fields and tolerances to track changes
+field_names     ={'Temperature','MeltingRate'};
+field_tolerances={1e-13,1e-13};
+field_values={...
+	PatchToVec(md.results.ThermalSolution.Temperature),...
+	PatchToVec(md.results.ThermalSolution.MeltingRate),...
+	};
Index: sm/trunk/test/NightlyRun/test115_nightly.m
===================================================================
--- /issm/trunk/test/NightlyRun/test115_nightly.m	(revision 5097)
+++ 	(revision )
@@ -1,6 +1,0 @@
-field_names     ={'Temperature','MeltingRate'};
-field_tolerances={1e-13,1e-13};
-field_values={...
-	PatchToVec(md.results.ThermalSolution.Temperature),...
-	PatchToVec(md.results.ThermalSolution.MeltingRate),...
-	};
Index: /issm/trunk/test/NightlyRun/test116.m
===================================================================
--- /issm/trunk/test/NightlyRun/test116.m	(revision 5097)
+++ /issm/trunk/test/NightlyRun/test116.m	(revision 5098)
@@ -7,2 +7,10 @@
 md.cluster=oshostname();
 md=solve(md,'analysis_type',ThermalSolutionEnum);
+
+%Fields and tolerances to track changes
+field_names     ={'Temperature','MeltingRate'};
+field_tolerances={1e-13,1e-13};
+field_values={...
+	PatchToVec(md.results.ThermalSolution.Temperature),...
+	PatchToVec(md.results.ThermalSolution.MeltingRate),...
+	};
Index: sm/trunk/test/NightlyRun/test116_nightly.m
===================================================================
--- /issm/trunk/test/NightlyRun/test116_nightly.m	(revision 5097)
+++ 	(revision )
@@ -1,6 +1,0 @@
-field_names     ={'Temperature','MeltingRate'};
-field_tolerances={1e-13,1e-13};
-field_values={...
-	PatchToVec(md.results.ThermalSolution.Temperature),...
-	PatchToVec(md.results.ThermalSolution.MeltingRate),...
-	};
Index: /issm/trunk/test/NightlyRun/test117.m
===================================================================
--- /issm/trunk/test/NightlyRun/test117.m	(revision 5097)
+++ /issm/trunk/test/NightlyRun/test117.m	(revision 5098)
@@ -6,2 +6,10 @@
 md.cluster='none';
 md=solve(md,'analysis_type',ThermalSolutionEnum);
+
+%Fields and tolerances to track changes
+field_names     ={'Temperature','MeltingRate'};
+field_tolerances={1e-13,1e-13};
+field_values={...
+	PatchToVec(md.results.ThermalSolution.Temperature),...
+	PatchToVec(md.results.ThermalSolution.MeltingRate),...
+	};
Index: sm/trunk/test/NightlyRun/test117_nightly.m
===================================================================
--- /issm/trunk/test/NightlyRun/test117_nightly.m	(revision 5097)
+++ 	(revision )
@@ -1,6 +1,0 @@
-field_names     ={'Temperature','MeltingRate'};
-field_tolerances={1e-13,1e-13};
-field_values={...
-	PatchToVec(md.results.ThermalSolution.Temperature),...
-	PatchToVec(md.results.ThermalSolution.MeltingRate),...
-	};
Index: /issm/trunk/test/NightlyRun/test118.m
===================================================================
--- /issm/trunk/test/NightlyRun/test118.m	(revision 5097)
+++ /issm/trunk/test/NightlyRun/test118.m	(revision 5098)
@@ -6,2 +6,10 @@
 md.cluster=oshostname();
 md=solve(md,'analysis_type',ThermalSolutionEnum);
+
+%Fields and tolerances to track changes
+field_names     ={'Temperature','MeltingRate'};
+field_tolerances={1e-13,1e-13};
+field_values={...
+	PatchToVec(md.results.ThermalSolution.Temperature),...
+	PatchToVec(md.results.ThermalSolution.MeltingRate),...
+	};
Index: sm/trunk/test/NightlyRun/test118_nightly.m
===================================================================
--- /issm/trunk/test/NightlyRun/test118_nightly.m	(revision 5097)
+++ 	(revision )
@@ -1,6 +1,0 @@
-field_names     ={'Temperature','MeltingRate'};
-field_tolerances={1e-13,1e-13};
-field_values={...
-	PatchToVec(md.results.ThermalSolution.Temperature),...
-	PatchToVec(md.results.ThermalSolution.MeltingRate),...
-	};
Index: /issm/trunk/test/NightlyRun/test119.m
===================================================================
--- /issm/trunk/test/NightlyRun/test119.m	(revision 5097)
+++ /issm/trunk/test/NightlyRun/test119.m	(revision 5098)
@@ -5,2 +5,29 @@
 md.cluster='none';
 md=solve(md,'analysis_type',Transient2DSolutionEnum);
+
+%Fields and tolerances to track changes
+field_names     ={'Vx1','Vy1','Vel1','Pressure1','Bed1','Surface1','Thickness1','Vx2','Vy2','Vel2','Pressure2','Bed2','Surface2','Thickness2','Vx3','Vy3','Vel3','Pressure3','Bed3','Surface3','Thickness3'};
+field_tolerances={1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13};
+field_values={...
+	PatchToVec(md.results.Transient2DSolution(1).Vx),...
+	PatchToVec(md.results.Transient2DSolution(1).Vy),...
+	PatchToVec(md.results.Transient2DSolution(1).Vel),...
+	PatchToVec(md.results.Transient2DSolution(1).Pressure),...
+	PatchToVec(md.results.Transient2DSolution(1).Bed),...
+	PatchToVec(md.results.Transient2DSolution(1).Surface),...
+	PatchToVec(md.results.Transient2DSolution(1).Thickness),...
+	PatchToVec(md.results.Transient2DSolution(2).Vx),...
+	PatchToVec(md.results.Transient2DSolution(2).Vy),...
+	PatchToVec(md.results.Transient2DSolution(2).Vel),...
+	PatchToVec(md.results.Transient2DSolution(2).Pressure),...
+	PatchToVec(md.results.Transient2DSolution(2).Bed),...
+	PatchToVec(md.results.Transient2DSolution(2).Surface),...
+	PatchToVec(md.results.Transient2DSolution(2).Thickness),...
+	PatchToVec(md.results.Transient2DSolution(3).Vx),...
+	PatchToVec(md.results.Transient2DSolution(3).Vy),...
+	PatchToVec(md.results.Transient2DSolution(3).Vel),...
+	PatchToVec(md.results.Transient2DSolution(3).Pressure),...
+	PatchToVec(md.results.Transient2DSolution(3).Bed),...
+	PatchToVec(md.results.Transient2DSolution(3).Surface),...
+	PatchToVec(md.results.Transient2DSolution(3).Thickness),...
+	};
Index: sm/trunk/test/NightlyRun/test119_nightly.m
===================================================================
--- /issm/trunk/test/NightlyRun/test119_nightly.m	(revision 5097)
+++ 	(revision )
@@ -1,25 +1,0 @@
-field_names     ={'Vx1','Vy1','Vel1','Pressure1','Bed1','Surface1','Thickness1','Vx2','Vy2','Vel2','Pressure2','Bed2','Surface2','Thickness2','Vx3','Vy3','Vel3','Pressure3','Bed3','Surface3','Thickness3'};
-field_tolerances={1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13};
-field_values={...
-	PatchToVec(md.results.Transient2DSolution(1).Vx),...
-	PatchToVec(md.results.Transient2DSolution(1).Vy),...
-	PatchToVec(md.results.Transient2DSolution(1).Vel),...
-	PatchToVec(md.results.Transient2DSolution(1).Pressure),...
-	PatchToVec(md.results.Transient2DSolution(1).Bed),...
-	PatchToVec(md.results.Transient2DSolution(1).Surface),...
-	PatchToVec(md.results.Transient2DSolution(1).Thickness),...
-	PatchToVec(md.results.Transient2DSolution(2).Vx),...
-	PatchToVec(md.results.Transient2DSolution(2).Vy),...
-	PatchToVec(md.results.Transient2DSolution(2).Vel),...
-	PatchToVec(md.results.Transient2DSolution(2).Pressure),...
-	PatchToVec(md.results.Transient2DSolution(2).Bed),...
-	PatchToVec(md.results.Transient2DSolution(2).Surface),...
-	PatchToVec(md.results.Transient2DSolution(2).Thickness),...
-	PatchToVec(md.results.Transient2DSolution(3).Vx),...
-	PatchToVec(md.results.Transient2DSolution(3).Vy),...
-	PatchToVec(md.results.Transient2DSolution(3).Vel),...
-	PatchToVec(md.results.Transient2DSolution(3).Pressure),...
-	PatchToVec(md.results.Transient2DSolution(3).Bed),...
-	PatchToVec(md.results.Transient2DSolution(3).Surface),...
-	PatchToVec(md.results.Transient2DSolution(3).Thickness),...
-	};
Index: /issm/trunk/test/NightlyRun/test120.m
===================================================================
--- /issm/trunk/test/NightlyRun/test120.m	(revision 5097)
+++ /issm/trunk/test/NightlyRun/test120.m	(revision 5098)
@@ -5,2 +5,29 @@
 md.cluster=oshostname();
 md=solve(md,'analysis_type',Transient2DSolutionEnum);
+
+%Fields and tolerances to track changes
+field_names     ={'Vx1','Vy1','Vel1','Pressure1','Bed1','Surface1','Thickness1','Vx2','Vy2','Vel2','Pressure2','Bed2','Surface2','Thickness2','Vx3','Vy3','Vel3','Pressure3','Bed3','Surface3','Thickness3'};
+field_tolerances={1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13};
+field_values={...
+	PatchToVec(md.results.Transient2DSolution(1).Vx),...
+	PatchToVec(md.results.Transient2DSolution(1).Vy),...
+	PatchToVec(md.results.Transient2DSolution(1).Vel),...
+	PatchToVec(md.results.Transient2DSolution(1).Pressure),...
+	PatchToVec(md.results.Transient2DSolution(1).Bed),...
+	PatchToVec(md.results.Transient2DSolution(1).Surface),...
+	PatchToVec(md.results.Transient2DSolution(1).Thickness),...
+	PatchToVec(md.results.Transient2DSolution(2).Vx),...
+	PatchToVec(md.results.Transient2DSolution(2).Vy),...
+	PatchToVec(md.results.Transient2DSolution(2).Vel),...
+	PatchToVec(md.results.Transient2DSolution(2).Pressure),...
+	PatchToVec(md.results.Transient2DSolution(2).Bed),...
+	PatchToVec(md.results.Transient2DSolution(2).Surface),...
+	PatchToVec(md.results.Transient2DSolution(2).Thickness),...
+	PatchToVec(md.results.Transient2DSolution(3).Vx),...
+	PatchToVec(md.results.Transient2DSolution(3).Vy),...
+	PatchToVec(md.results.Transient2DSolution(3).Vel),...
+	PatchToVec(md.results.Transient2DSolution(3).Pressure),...
+	PatchToVec(md.results.Transient2DSolution(3).Bed),...
+	PatchToVec(md.results.Transient2DSolution(3).Surface),...
+	PatchToVec(md.results.Transient2DSolution(3).Thickness),...
+	};
Index: /issm/trunk/test/NightlyRun/test1202.m
===================================================================
--- /issm/trunk/test/NightlyRun/test1202.m	(revision 5097)
+++ /issm/trunk/test/NightlyRun/test1202.m	(revision 5098)
@@ -16,2 +16,10 @@
 
 plotmodel(md,'data',vx,'data',vy,'contourlevels',{0,20,40,-20,-40},'contourlevels',{-100,-200,-300,-400,-500,-600},'contourcolor','k')
+
+%Fields and tolerances to track changes
+field_names     ={'Vx','Vy'};
+field_tolerances={1e-13,1e-13};
+field_values={...
+	vx, ...
+	vy, ...
+	};
Index: sm/trunk/test/NightlyRun/test1202_nightly.m
===================================================================
--- /issm/trunk/test/NightlyRun/test1202_nightly.m	(revision 5097)
+++ 	(revision )
@@ -1,6 +1,0 @@
-field_names     ={'Vx','Vy'};
-field_tolerances={1e-13,1e-13};
-field_values={...
-	vx, ...
-	vy, ...
-	};
Index: /issm/trunk/test/NightlyRun/test1203.m
===================================================================
--- /issm/trunk/test/NightlyRun/test1203.m	(revision 5097)
+++ /issm/trunk/test/NightlyRun/test1203.m	(revision 5098)
@@ -20,2 +20,10 @@
 %plot results
 plotmodel(md,'data',vx,'data',vy,'contourlevels',{0,20,40,-20,-40,-60,60},'contourlevels',{-100,-200,-300,-400,-500,-600,-700,-800})
+
+%Fields and tolerances to track changes
+field_names     ={'Vx','Vy'};
+field_tolerances={1e-13,1e-13};
+field_values={...
+	vx, ...
+	vy, ...
+	};
Index: sm/trunk/test/NightlyRun/test1203_nightly.m
===================================================================
--- /issm/trunk/test/NightlyRun/test1203_nightly.m	(revision 5097)
+++ 	(revision )
@@ -1,6 +1,0 @@
-field_names     ={'Vx','Vy'};
-field_tolerances={1e-13,1e-13};
-field_values={...
-	vx, ...
-	vy, ...
-	};
Index: sm/trunk/test/NightlyRun/test120_nightly.m
===================================================================
--- /issm/trunk/test/NightlyRun/test120_nightly.m	(revision 5097)
+++ 	(revision )
@@ -1,25 +1,0 @@
-field_names     ={'Vx1','Vy1','Vel1','Pressure1','Bed1','Surface1','Thickness1','Vx2','Vy2','Vel2','Pressure2','Bed2','Surface2','Thickness2','Vx3','Vy3','Vel3','Pressure3','Bed3','Surface3','Thickness3'};
-field_tolerances={1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13};
-field_values={...
-	PatchToVec(md.results.Transient2DSolution(1).Vx),...
-	PatchToVec(md.results.Transient2DSolution(1).Vy),...
-	PatchToVec(md.results.Transient2DSolution(1).Vel),...
-	PatchToVec(md.results.Transient2DSolution(1).Pressure),...
-	PatchToVec(md.results.Transient2DSolution(1).Bed),...
-	PatchToVec(md.results.Transient2DSolution(1).Surface),...
-	PatchToVec(md.results.Transient2DSolution(1).Thickness),...
-	PatchToVec(md.results.Transient2DSolution(2).Vx),...
-	PatchToVec(md.results.Transient2DSolution(2).Vy),...
-	PatchToVec(md.results.Transient2DSolution(2).Vel),...
-	PatchToVec(md.results.Transient2DSolution(2).Pressure),...
-	PatchToVec(md.results.Transient2DSolution(2).Bed),...
-	PatchToVec(md.results.Transient2DSolution(2).Surface),...
-	PatchToVec(md.results.Transient2DSolution(2).Thickness),...
-	PatchToVec(md.results.Transient2DSolution(3).Vx),...
-	PatchToVec(md.results.Transient2DSolution(3).Vy),...
-	PatchToVec(md.results.Transient2DSolution(3).Vel),...
-	PatchToVec(md.results.Transient2DSolution(3).Pressure),...
-	PatchToVec(md.results.Transient2DSolution(3).Bed),...
-	PatchToVec(md.results.Transient2DSolution(3).Surface),...
-	PatchToVec(md.results.Transient2DSolution(3).Thickness),...
-	};
Index: /issm/trunk/test/NightlyRun/test121.m
===================================================================
--- /issm/trunk/test/NightlyRun/test121.m	(revision 5097)
+++ /issm/trunk/test/NightlyRun/test121.m	(revision 5098)
@@ -6,2 +6,40 @@
 md.cluster='none';
 md=solve(md,'analysis_type',Transient3DSolutionEnum);
+
+%Fields and tolerances to track changes
+field_names     ={'Vx1','Vy1','Vz1','Vel1','Pressure1','Bed1','Surface1','Thickness1','Temperature1','MeltingRate1', ...
+				      'Vx2','Vy2','Vz2','Vel2','Pressure2','Bed2','Surface2','Thickness2','Temperature2','MeltingRate2', ...
+					   'Vx3','Vy3','Vz3','Vel3','Pressure3','Bed3','Surface3','Thickness3','Temperature3','MeltingRate3'};
+field_tolerances={1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-05,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-05,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-05};
+field_values={...
+	PatchToVec(md.results.Transient3DSolution(1).Vx),...
+	PatchToVec(md.results.Transient3DSolution(1).Vy),...
+	PatchToVec(md.results.Transient3DSolution(1).Vz),...
+	PatchToVec(md.results.Transient3DSolution(1).Vel),...
+	PatchToVec(md.results.Transient3DSolution(1).Pressure),...
+	PatchToVec(md.results.Transient3DSolution(1).Bed),...
+	PatchToVec(md.results.Transient3DSolution(1).Surface),...
+	PatchToVec(md.results.Transient3DSolution(1).Thickness),...
+	PatchToVec(md.results.Transient3DSolution(1).Temperature),...
+	PatchToVec(md.results.Transient3DSolution(1).MeltingRate),...
+	PatchToVec(md.results.Transient3DSolution(2).Vx),...
+	PatchToVec(md.results.Transient3DSolution(2).Vy),...
+	PatchToVec(md.results.Transient3DSolution(2).Vz),...
+	PatchToVec(md.results.Transient3DSolution(2).Vel),...
+	PatchToVec(md.results.Transient3DSolution(2).Pressure),...
+	PatchToVec(md.results.Transient3DSolution(2).Bed),...
+	PatchToVec(md.results.Transient3DSolution(2).Surface),...
+	PatchToVec(md.results.Transient3DSolution(2).Thickness),...
+	PatchToVec(md.results.Transient3DSolution(2).Temperature),...
+	PatchToVec(md.results.Transient3DSolution(2).MeltingRate),...
+	PatchToVec(md.results.Transient3DSolution(3).Vx),...
+	PatchToVec(md.results.Transient3DSolution(3).Vy),...
+	PatchToVec(md.results.Transient3DSolution(3).Vz),...
+	PatchToVec(md.results.Transient3DSolution(3).Vel),...
+	PatchToVec(md.results.Transient3DSolution(3).Pressure),...
+	PatchToVec(md.results.Transient3DSolution(3).Bed),...
+	PatchToVec(md.results.Transient3DSolution(3).Surface),...
+	PatchToVec(md.results.Transient3DSolution(3).Thickness),...
+	PatchToVec(md.results.Transient3DSolution(3).Temperature),...
+	PatchToVec(md.results.Transient3DSolution(3).MeltingRate),...
+	};
Index: sm/trunk/test/NightlyRun/test121_nightly.m
===================================================================
--- /issm/trunk/test/NightlyRun/test121_nightly.m	(revision 5097)
+++ 	(revision )
@@ -1,36 +1,0 @@
-field_names     ={'Vx1','Vy1','Vz1','Vel1','Pressure1','Bed1','Surface1','Thickness1','Temperature1','MeltingRate1', ...
-				      'Vx2','Vy2','Vz2','Vel2','Pressure2','Bed2','Surface2','Thickness2','Temperature2','MeltingRate2', ...
-					   'Vx3','Vy3','Vz3','Vel3','Pressure3','Bed3','Surface3','Thickness3','Temperature3','MeltingRate3'};
-field_tolerances={1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-05,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-05,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-05};
-field_values={...
-	PatchToVec(md.results.Transient3DSolution(1).Vx),...
-	PatchToVec(md.results.Transient3DSolution(1).Vy),...
-	PatchToVec(md.results.Transient3DSolution(1).Vz),...
-	PatchToVec(md.results.Transient3DSolution(1).Vel),...
-	PatchToVec(md.results.Transient3DSolution(1).Pressure),...
-	PatchToVec(md.results.Transient3DSolution(1).Bed),...
-	PatchToVec(md.results.Transient3DSolution(1).Surface),...
-	PatchToVec(md.results.Transient3DSolution(1).Thickness),...
-	PatchToVec(md.results.Transient3DSolution(1).Temperature),...
-	PatchToVec(md.results.Transient3DSolution(1).MeltingRate),...
-	PatchToVec(md.results.Transient3DSolution(2).Vx),...
-	PatchToVec(md.results.Transient3DSolution(2).Vy),...
-	PatchToVec(md.results.Transient3DSolution(2).Vz),...
-	PatchToVec(md.results.Transient3DSolution(2).Vel),...
-	PatchToVec(md.results.Transient3DSolution(2).Pressure),...
-	PatchToVec(md.results.Transient3DSolution(2).Bed),...
-	PatchToVec(md.results.Transient3DSolution(2).Surface),...
-	PatchToVec(md.results.Transient3DSolution(2).Thickness),...
-	PatchToVec(md.results.Transient3DSolution(2).Temperature),...
-	PatchToVec(md.results.Transient3DSolution(2).MeltingRate),...
-	PatchToVec(md.results.Transient3DSolution(3).Vx),...
-	PatchToVec(md.results.Transient3DSolution(3).Vy),...
-	PatchToVec(md.results.Transient3DSolution(3).Vz),...
-	PatchToVec(md.results.Transient3DSolution(3).Vel),...
-	PatchToVec(md.results.Transient3DSolution(3).Pressure),...
-	PatchToVec(md.results.Transient3DSolution(3).Bed),...
-	PatchToVec(md.results.Transient3DSolution(3).Surface),...
-	PatchToVec(md.results.Transient3DSolution(3).Thickness),...
-	PatchToVec(md.results.Transient3DSolution(3).Temperature),...
-	PatchToVec(md.results.Transient3DSolution(3).MeltingRate),...
-	};
Index: /issm/trunk/test/NightlyRun/test122.m
===================================================================
--- /issm/trunk/test/NightlyRun/test122.m	(revision 5097)
+++ /issm/trunk/test/NightlyRun/test122.m	(revision 5098)
@@ -6,2 +6,40 @@
 md.cluster=oshostname();
 md=solve(md,'analysis_type',Transient3DSolutionEnum);
+
+%Fields and tolerances to track changes
+field_names     ={'Vx1','Vy1','Vz1','Vel1','Pressure1','Bed1','Surface1','Thickness1','Temperature1','MeltingRate1', ...
+				      'Vx2','Vy2','Vz2','Vel2','Pressure2','Bed2','Surface2','Thickness2','Temperature2','MeltingRate2', ...
+					   'Vx3','Vy3','Vz3','Vel3','Pressure3','Bed3','Surface3','Thickness3','Temperature3','MeltingRate3'};
+field_tolerances={1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-05,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-05,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-05};
+field_values={...
+	PatchToVec(md.results.Transient3DSolution(1).Vx),...
+	PatchToVec(md.results.Transient3DSolution(1).Vy),...
+	PatchToVec(md.results.Transient3DSolution(1).Vz),...
+	PatchToVec(md.results.Transient3DSolution(1).Vel),...
+	PatchToVec(md.results.Transient3DSolution(1).Pressure),...
+	PatchToVec(md.results.Transient3DSolution(1).Bed),...
+	PatchToVec(md.results.Transient3DSolution(1).Surface),...
+	PatchToVec(md.results.Transient3DSolution(1).Thickness),...
+	PatchToVec(md.results.Transient3DSolution(1).Temperature),...
+	PatchToVec(md.results.Transient3DSolution(1).MeltingRate),...
+	PatchToVec(md.results.Transient3DSolution(2).Vx),...
+	PatchToVec(md.results.Transient3DSolution(2).Vy),...
+	PatchToVec(md.results.Transient3DSolution(2).Vz),...
+	PatchToVec(md.results.Transient3DSolution(2).Vel),...
+	PatchToVec(md.results.Transient3DSolution(2).Pressure),...
+	PatchToVec(md.results.Transient3DSolution(2).Bed),...
+	PatchToVec(md.results.Transient3DSolution(2).Surface),...
+	PatchToVec(md.results.Transient3DSolution(2).Thickness),...
+	PatchToVec(md.results.Transient3DSolution(2).Temperature),...
+	PatchToVec(md.results.Transient3DSolution(2).MeltingRate),...
+	PatchToVec(md.results.Transient3DSolution(3).Vx),...
+	PatchToVec(md.results.Transient3DSolution(3).Vy),...
+	PatchToVec(md.results.Transient3DSolution(3).Vz),...
+	PatchToVec(md.results.Transient3DSolution(3).Vel),...
+	PatchToVec(md.results.Transient3DSolution(3).Pressure),...
+	PatchToVec(md.results.Transient3DSolution(3).Bed),...
+	PatchToVec(md.results.Transient3DSolution(3).Surface),...
+	PatchToVec(md.results.Transient3DSolution(3).Thickness),...
+	PatchToVec(md.results.Transient3DSolution(3).Temperature),...
+	PatchToVec(md.results.Transient3DSolution(3).MeltingRate),...
+	};
Index: sm/trunk/test/NightlyRun/test122_nightly.m
===================================================================
--- /issm/trunk/test/NightlyRun/test122_nightly.m	(revision 5097)
+++ 	(revision )
@@ -1,36 +1,0 @@
-field_names     ={'Vx1','Vy1','Vz1','Vel1','Pressure1','Bed1','Surface1','Thickness1','Temperature1','MeltingRate1', ...
-				      'Vx2','Vy2','Vz2','Vel2','Pressure2','Bed2','Surface2','Thickness2','Temperature2','MeltingRate2', ...
-					   'Vx3','Vy3','Vz3','Vel3','Pressure3','Bed3','Surface3','Thickness3','Temperature3','MeltingRate3'};
-field_tolerances={1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-05,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-05,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-05};
-field_values={...
-	PatchToVec(md.results.Transient3DSolution(1).Vx),...
-	PatchToVec(md.results.Transient3DSolution(1).Vy),...
-	PatchToVec(md.results.Transient3DSolution(1).Vz),...
-	PatchToVec(md.results.Transient3DSolution(1).Vel),...
-	PatchToVec(md.results.Transient3DSolution(1).Pressure),...
-	PatchToVec(md.results.Transient3DSolution(1).Bed),...
-	PatchToVec(md.results.Transient3DSolution(1).Surface),...
-	PatchToVec(md.results.Transient3DSolution(1).Thickness),...
-	PatchToVec(md.results.Transient3DSolution(1).Temperature),...
-	PatchToVec(md.results.Transient3DSolution(1).MeltingRate),...
-	PatchToVec(md.results.Transient3DSolution(2).Vx),...
-	PatchToVec(md.results.Transient3DSolution(2).Vy),...
-	PatchToVec(md.results.Transient3DSolution(2).Vz),...
-	PatchToVec(md.results.Transient3DSolution(2).Vel),...
-	PatchToVec(md.results.Transient3DSolution(2).Pressure),...
-	PatchToVec(md.results.Transient3DSolution(2).Bed),...
-	PatchToVec(md.results.Transient3DSolution(2).Surface),...
-	PatchToVec(md.results.Transient3DSolution(2).Thickness),...
-	PatchToVec(md.results.Transient3DSolution(2).Temperature),...
-	PatchToVec(md.results.Transient3DSolution(2).MeltingRate),...
-	PatchToVec(md.results.Transient3DSolution(3).Vx),...
-	PatchToVec(md.results.Transient3DSolution(3).Vy),...
-	PatchToVec(md.results.Transient3DSolution(3).Vz),...
-	PatchToVec(md.results.Transient3DSolution(3).Vel),...
-	PatchToVec(md.results.Transient3DSolution(3).Pressure),...
-	PatchToVec(md.results.Transient3DSolution(3).Bed),...
-	PatchToVec(md.results.Transient3DSolution(3).Surface),...
-	PatchToVec(md.results.Transient3DSolution(3).Thickness),...
-	PatchToVec(md.results.Transient3DSolution(3).Temperature),...
-	PatchToVec(md.results.Transient3DSolution(3).MeltingRate),...
-	};
Index: /issm/trunk/test/NightlyRun/test123.m
===================================================================
--- /issm/trunk/test/NightlyRun/test123.m	(revision 5097)
+++ /issm/trunk/test/NightlyRun/test123.m	(revision 5098)
@@ -5,2 +5,10 @@
 md.cluster='none';
 md=solve(md,'analysis_type',SurfaceSlopeSolutionEnum);
+
+%Fields and tolerances to track changes
+field_names     ={'SurfaceSlopeX','SurfaceSlopeY'};
+field_tolerances={1e-13,1e-13};
+field_values={...
+	PatchToVec(md.results.SurfaceSlopeSolution.SurfaceSlopeX),...
+	PatchToVec(md.results.SurfaceSlopeSolution.SurfaceSlopeY),...
+	};
Index: sm/trunk/test/NightlyRun/test123_nightly.m
===================================================================
--- /issm/trunk/test/NightlyRun/test123_nightly.m	(revision 5097)
+++ 	(revision )
@@ -1,6 +1,0 @@
-field_names     ={'SurfaceSlopeX','SurfaceSlopeY'};
-field_tolerances={1e-13,1e-13};
-field_values={...
-	PatchToVec(md.results.SurfaceSlopeSolution.SurfaceSlopeX),...
-	PatchToVec(md.results.SurfaceSlopeSolution.SurfaceSlopeY),...
-	};
Index: /issm/trunk/test/NightlyRun/test124.m
===================================================================
--- /issm/trunk/test/NightlyRun/test124.m	(revision 5097)
+++ /issm/trunk/test/NightlyRun/test124.m	(revision 5098)
@@ -5,2 +5,10 @@
 md.cluster=oshostname;
 md=solve(md,'analysis_type',SurfaceSlopeSolutionEnum);
+
+%Fields and tolerances to track changes
+field_names     ={'SurfaceSlopeX','SurfaceSlopeY'};
+field_tolerances={1e-13,1e-13};
+field_values={...
+	PatchToVec(md.results.SurfaceSlopeSolution.SurfaceSlopeX),...
+	PatchToVec(md.results.SurfaceSlopeSolution.SurfaceSlopeY),...
+	};
Index: sm/trunk/test/NightlyRun/test124_nightly.m
===================================================================
--- /issm/trunk/test/NightlyRun/test124_nightly.m	(revision 5097)
+++ 	(revision )
@@ -1,6 +1,0 @@
-field_names     ={'SurfaceSlopeX','SurfaceSlopeY'};
-field_tolerances={1e-13,1e-13};
-field_values={...
-	PatchToVec(md.results.SurfaceSlopeSolution.SurfaceSlopeX),...
-	PatchToVec(md.results.SurfaceSlopeSolution.SurfaceSlopeY),...
-	};
Index: /issm/trunk/test/NightlyRun/test125.m
===================================================================
--- /issm/trunk/test/NightlyRun/test125.m	(revision 5097)
+++ /issm/trunk/test/NightlyRun/test125.m	(revision 5098)
@@ -6,2 +6,10 @@
 md.cluster='none';
 md=solve(md,'analysis_type',SurfaceSlopeSolutionEnum);
+
+%Fields and tolerances to track changes
+field_names     ={'SurfaceSlopeX','SurfaceSlopeY'};
+field_tolerances={1e-13,1e-13};
+field_values={...
+	PatchToVec(md.results.SurfaceSlopeSolution.SurfaceSlopeX),...
+	PatchToVec(md.results.SurfaceSlopeSolution.SurfaceSlopeY),...
+	};
Index: sm/trunk/test/NightlyRun/test125_nightly.m
===================================================================
--- /issm/trunk/test/NightlyRun/test125_nightly.m	(revision 5097)
+++ 	(revision )
@@ -1,6 +1,0 @@
-field_names     ={'SurfaceSlopeX','SurfaceSlopeY'};
-field_tolerances={1e-13,1e-13};
-field_values={...
-	PatchToVec(md.results.SurfaceSlopeSolution.SurfaceSlopeX),...
-	PatchToVec(md.results.SurfaceSlopeSolution.SurfaceSlopeY),...
-	};
Index: /issm/trunk/test/NightlyRun/test126.m
===================================================================
--- /issm/trunk/test/NightlyRun/test126.m	(revision 5097)
+++ /issm/trunk/test/NightlyRun/test126.m	(revision 5098)
@@ -6,2 +6,10 @@
 md.cluster=oshostname();
 md=solve(md,'analysis_type',SurfaceSlopeSolutionEnum);
+
+%Fields and tolerances to track changes
+field_names     ={'SurfaceSlopeX','SurfaceSlopeY'};
+field_tolerances={1e-13,1e-13};
+field_values={...
+	PatchToVec(md.results.SurfaceSlopeSolution.SurfaceSlopeX),...
+	PatchToVec(md.results.SurfaceSlopeSolution.SurfaceSlopeY),...
+	};
Index: sm/trunk/test/NightlyRun/test126_nightly.m
===================================================================
--- /issm/trunk/test/NightlyRun/test126_nightly.m	(revision 5097)
+++ 	(revision )
@@ -1,6 +1,0 @@
-field_names     ={'SurfaceSlopeX','SurfaceSlopeY'};
-field_tolerances={1e-13,1e-13};
-field_values={...
-	PatchToVec(md.results.SurfaceSlopeSolution.SurfaceSlopeX),...
-	PatchToVec(md.results.SurfaceSlopeSolution.SurfaceSlopeY),...
-	};
Index: /issm/trunk/test/NightlyRun/test127.m
===================================================================
--- /issm/trunk/test/NightlyRun/test127.m	(revision 5097)
+++ /issm/trunk/test/NightlyRun/test127.m	(revision 5098)
@@ -5,2 +5,10 @@
 md.cluster='none';
 md=solve(md,'analysis_type',BedSlopeSolutionEnum);
+
+%Fields and tolerances to track changes
+field_names     ={'BedSlopeX','BedSlopeY'};
+field_tolerances={1e-13,1e-13};
+field_values={...
+	PatchToVec(md.results.BedSlopeSolution.BedSlopeX),...
+	PatchToVec(md.results.BedSlopeSolution.BedSlopeY),...
+	};
Index: sm/trunk/test/NightlyRun/test127_nightly.m
===================================================================
--- /issm/trunk/test/NightlyRun/test127_nightly.m	(revision 5097)
+++ 	(revision )
@@ -1,6 +1,0 @@
-field_names     ={'BedSlopeX','BedSlopeY'};
-field_tolerances={1e-13,1e-13};
-field_values={...
-	PatchToVec(md.results.BedSlopeSolution.BedSlopeX),...
-	PatchToVec(md.results.BedSlopeSolution.BedSlopeY),...
-	};
Index: /issm/trunk/test/NightlyRun/test128.m
===================================================================
--- /issm/trunk/test/NightlyRun/test128.m	(revision 5097)
+++ /issm/trunk/test/NightlyRun/test128.m	(revision 5098)
@@ -5,2 +5,10 @@
 md.cluster=oshostname();
 md=solve(md,'analysis_type',BedSlopeSolutionEnum);
+
+%Fields and tolerances to track changes
+field_names     ={'BedSlopeX','BedSlopeY'};
+field_tolerances={1e-13,1e-13};
+field_values={...
+	PatchToVec(md.results.BedSlopeSolution.BedSlopeX),...
+	PatchToVec(md.results.BedSlopeSolution.BedSlopeY),...
+	};
Index: sm/trunk/test/NightlyRun/test128_nightly.m
===================================================================
--- /issm/trunk/test/NightlyRun/test128_nightly.m	(revision 5097)
+++ 	(revision )
@@ -1,6 +1,0 @@
-field_names     ={'BedSlopeX','BedSlopeY'};
-field_tolerances={1e-13,1e-13};
-field_values={...
-	PatchToVec(md.results.BedSlopeSolution.BedSlopeX),...
-	PatchToVec(md.results.BedSlopeSolution.BedSlopeY),...
-	};
Index: /issm/trunk/test/NightlyRun/test129.m
===================================================================
--- /issm/trunk/test/NightlyRun/test129.m	(revision 5097)
+++ /issm/trunk/test/NightlyRun/test129.m	(revision 5098)
@@ -6,2 +6,10 @@
 md.cluster='none';
 md=solve(md,'analysis_type',BedSlopeSolutionEnum);
+
+%Fields and tolerances to track changes
+field_names     ={'BedSlopeX','BedSlopeY'};
+field_tolerances={1e-13,1e-13};
+field_values={...
+	PatchToVec(md.results.BedSlopeSolution.BedSlopeX),...
+	PatchToVec(md.results.BedSlopeSolution.BedSlopeY),...
+	};
Index: sm/trunk/test/NightlyRun/test129_nightly.m
===================================================================
--- /issm/trunk/test/NightlyRun/test129_nightly.m	(revision 5097)
+++ 	(revision )
@@ -1,6 +1,0 @@
-field_names     ={'BedSlopeX','BedSlopeY'};
-field_tolerances={1e-13,1e-13};
-field_values={...
-	PatchToVec(md.results.BedSlopeSolution.BedSlopeX),...
-	PatchToVec(md.results.BedSlopeSolution.BedSlopeY),...
-	};
Index: /issm/trunk/test/NightlyRun/test130.m
===================================================================
--- /issm/trunk/test/NightlyRun/test130.m	(revision 5097)
+++ /issm/trunk/test/NightlyRun/test130.m	(revision 5098)
@@ -6,2 +6,10 @@
 md.cluster=oshostname();
 md=solve(md,'analysis_type',BedSlopeSolutionEnum);
+
+%Fields and tolerances to track changes
+field_names     ={'BedSlopeX','BedSlopeY'};
+field_tolerances={1e-13,1e-13};
+field_values={...
+	PatchToVec(md.results.BedSlopeSolution.BedSlopeX),...
+	PatchToVec(md.results.BedSlopeSolution.BedSlopeY),...
+	};
Index: /issm/trunk/test/NightlyRun/test1301.m
===================================================================
--- /issm/trunk/test/NightlyRun/test1301.m	(revision 5097)
+++ /issm/trunk/test/NightlyRun/test1301.m	(revision 5098)
@@ -33,2 +33,7 @@
 relative(find(comp_melting==melting))=0;
 plotmodel(md,'data',comp_melting,'title','modeled melting','data',melting,'title','analytical melting','data',comp_melting-melting,'title','absolute error','data',relative,'title','relative error [%]','layer#all',1,'caxis#2',[1.02964 1.02966]*10^-4)
+
+%Fields and tolerances to track changes
+field_names     ={'Melting'};
+field_tolerances={1e-13};
+field_values    ={comp_melting};
Index: sm/trunk/test/NightlyRun/test1301_nightly.m
===================================================================
--- /issm/trunk/test/NightlyRun/test1301_nightly.m	(revision 5097)
+++ 	(revision )
@@ -1,3 +1,0 @@
-field_names     ={'Melting'};
-field_tolerances={1e-13};
-field_values    ={comp_melting};
Index: /issm/trunk/test/NightlyRun/test1302.m
===================================================================
--- /issm/trunk/test/NightlyRun/test1302.m	(revision 5097)
+++ /issm/trunk/test/NightlyRun/test1302.m	(revision 5098)
@@ -34,2 +34,7 @@
 relative(find(comp_temp==md.observed_temperature))=0;
 plotmodel(md,'data',comp_temp,'title','modeled temperature','data','observed_temperature','view',3,'title','analytical temperature','view',3,'data',comp_temp-md.observed_temperature,'title','absolute error','view',3,'data',relative,'title','relative error [%]','view',3)
+
+%Fields and tolerances to track changes
+field_names     ={'AdvectionTemperature'};
+field_tolerances={1e-13};
+field_values    ={comp_temp};
Index: sm/trunk/test/NightlyRun/test1302_nightly.m
===================================================================
--- /issm/trunk/test/NightlyRun/test1302_nightly.m	(revision 5097)
+++ 	(revision )
@@ -1,3 +1,0 @@
-field_names     ={'AdvectionTemperature'};
-field_tolerances={1e-13};
-field_values    ={comp_temp};
Index: /issm/trunk/test/NightlyRun/test1303.m
===================================================================
--- /issm/trunk/test/NightlyRun/test1303.m	(revision 5097)
+++ /issm/trunk/test/NightlyRun/test1303.m	(revision 5098)
@@ -29,2 +29,7 @@
 relative(find(comp_temp==md.observed_temperature))=0;
 plotmodel(md,'data',comp_temp,'title','modeled temperature','data','observed_temperature','view',3,'title','analytical temperature','view',3,'data',comp_temp-md.observed_temperature,'title','absolute error','view',3,'data',relative,'title','relative error [%]','view',3)
+
+%Fields and tolerances to track changes
+field_names     ={'ConductionTemperature'};
+field_tolerances={1e-13};
+field_values    ={comp_temp};
Index: sm/trunk/test/NightlyRun/test1303_nightly.m
===================================================================
--- /issm/trunk/test/NightlyRun/test1303_nightly.m	(revision 5097)
+++ 	(revision )
@@ -1,3 +1,0 @@
-field_names     ={'ConductionTemperature'};
-field_tolerances={1e-13};
-field_values    ={comp_temp};
Index: /issm/trunk/test/NightlyRun/test1304.m
===================================================================
--- /issm/trunk/test/NightlyRun/test1304.m	(revision 5097)
+++ /issm/trunk/test/NightlyRun/test1304.m	(revision 5098)
@@ -29,2 +29,7 @@
 relative(find(comp_temp==md.observed_temperature))=0;
 plotmodel(md,'data',comp_temp,'title','modeled temperature','data','observed_temperature','view',3,'title','analytical temperature','view',3,'data',comp_temp-md.observed_temperature,'title','absolute error','view',3,'data',relative,'title','relative error [%]','view',3)
+
+%Fields and tolerances to track changes
+field_names     ={'GeothermalFluxTemperature'};
+field_tolerances={1e-13};
+field_values    ={comp_temp};
Index: sm/trunk/test/NightlyRun/test1304_nightly.m
===================================================================
--- /issm/trunk/test/NightlyRun/test1304_nightly.m	(revision 5097)
+++ 	(revision )
@@ -1,3 +1,0 @@
-field_names     ={'GeothermalFluxTemperature'};
-field_tolerances={1e-13};
-field_values    ={comp_temp};
Index: sm/trunk/test/NightlyRun/test130_nightly.m
===================================================================
--- /issm/trunk/test/NightlyRun/test130_nightly.m	(revision 5097)
+++ 	(revision )
@@ -1,6 +1,0 @@
-field_names     ={'BedSlopeX','BedSlopeY'};
-field_tolerances={1e-13,1e-13};
-field_values={...
-	PatchToVec(md.results.BedSlopeSolution.BedSlopeX),...
-	PatchToVec(md.results.BedSlopeSolution.BedSlopeY),...
-	};
Index: /issm/trunk/test/NightlyRun/test131.m
===================================================================
--- /issm/trunk/test/NightlyRun/test131.m	(revision 5097)
+++ /issm/trunk/test/NightlyRun/test131.m	(revision 5098)
@@ -9,2 +9,9 @@
 md.cluster='none';
 md=solve(md,'analysis_type',BalancedthicknessSolutionEnum);
+
+%Fields and tolerances to track changes
+field_names     ={'Thickness'};
+field_tolerances={1e-13};
+field_values={...
+	PatchToVec(md.results.BalancedthicknessSolution.Thickness),...
+	};
Index: sm/trunk/test/NightlyRun/test131_nightly.m
===================================================================
--- /issm/trunk/test/NightlyRun/test131_nightly.m	(revision 5097)
+++ 	(revision )
@@ -1,5 +1,0 @@
-field_names     ={'Thickness'};
-field_tolerances={1e-13};
-field_values={...
-	PatchToVec(md.results.BalancedthicknessSolution.Thickness),...
-	};
Index: /issm/trunk/test/NightlyRun/test132.m
===================================================================
--- /issm/trunk/test/NightlyRun/test132.m	(revision 5097)
+++ /issm/trunk/test/NightlyRun/test132.m	(revision 5098)
@@ -9,2 +9,9 @@
 md.cluster=oshostname;
 md=solve(md,'analysis_type',BalancedthicknessSolutionEnum);
+
+%Fields and tolerances to track changes
+field_names     ={'Thickness'};
+field_tolerances={1e-13};
+field_values={...
+	PatchToVec(md.results.BalancedthicknessSolution.Thickness),...
+	};
Index: sm/trunk/test/NightlyRun/test132_nightly.m
===================================================================
--- /issm/trunk/test/NightlyRun/test132_nightly.m	(revision 5097)
+++ 	(revision )
@@ -1,5 +1,0 @@
-field_names     ={'Thickness'};
-field_tolerances={1e-13};
-field_values={...
-	PatchToVec(md.results.BalancedthicknessSolution.Thickness),...
-	};
Index: /issm/trunk/test/NightlyRun/test133.m
===================================================================
--- /issm/trunk/test/NightlyRun/test133.m	(revision 5097)
+++ /issm/trunk/test/NightlyRun/test133.m	(revision 5098)
@@ -10,2 +10,9 @@
 md.cluster='none';
 md=solve(md,'analysis_type',BalancedthicknessSolutionEnum);
+
+%Fields and tolerances to track changes
+field_names     ={'Thickness'};
+field_tolerances={1e-13};
+field_values={...
+	PatchToVec(md.results.BalancedthicknessSolution.Thickness),...
+	};
Index: sm/trunk/test/NightlyRun/test133_nightly.m
===================================================================
--- /issm/trunk/test/NightlyRun/test133_nightly.m	(revision 5097)
+++ 	(revision )
@@ -1,5 +1,0 @@
-field_names     ={'Thickness'};
-field_tolerances={1e-13};
-field_values={...
-	PatchToVec(md.results.BalancedthicknessSolution.Thickness),...
-	};
Index: /issm/trunk/test/NightlyRun/test134.m
===================================================================
--- /issm/trunk/test/NightlyRun/test134.m	(revision 5097)
+++ /issm/trunk/test/NightlyRun/test134.m	(revision 5098)
@@ -10,2 +10,9 @@
 md.cluster=oshostname;
 md=solve(md,'analysis_type',BalancedthicknessSolutionEnum);
+
+%Fields and tolerances to track changes
+field_names     ={'Thickness'};
+field_tolerances={1e-13};
+field_values={...
+	PatchToVec(md.results.BalancedthicknessSolution.Thickness),...
+	};
Index: sm/trunk/test/NightlyRun/test134_nightly.m
===================================================================
--- /issm/trunk/test/NightlyRun/test134_nightly.m	(revision 5097)
+++ 	(revision )
@@ -1,5 +1,0 @@
-field_names     ={'Thickness'};
-field_tolerances={1e-13};
-field_values={...
-	PatchToVec(md.results.BalancedthicknessSolution.Thickness),...
-	};
Index: /issm/trunk/test/NightlyRun/test135.m
===================================================================
--- /issm/trunk/test/NightlyRun/test135.m	(revision 5097)
+++ /issm/trunk/test/NightlyRun/test135.m	(revision 5098)
@@ -8,2 +8,9 @@
 md.cluster='none';
 md=solve(md,'analysis_type',BalancedthicknessSolutionEnum);
+
+%Fields and tolerances to track changes
+field_names     ={'Thickness'};
+field_tolerances={1e-13};
+field_values={...
+	PatchToVec(md.results.BalancedthicknessSolution.Thickness),...
+	};
Index: sm/trunk/test/NightlyRun/test135_nightly.m
===================================================================
--- /issm/trunk/test/NightlyRun/test135_nightly.m	(revision 5097)
+++ 	(revision )
@@ -1,5 +1,0 @@
-field_names     ={'Thickness'};
-field_tolerances={1e-13};
-field_values={...
-	PatchToVec(md.results.BalancedthicknessSolution.Thickness),...
-	};
Index: /issm/trunk/test/NightlyRun/test136.m
===================================================================
--- /issm/trunk/test/NightlyRun/test136.m	(revision 5097)
+++ /issm/trunk/test/NightlyRun/test136.m	(revision 5098)
@@ -8,2 +8,9 @@
 md.cluster=oshostname();
 md=solve(md,'analysis_type',BalancedthicknessSolutionEnum);
+
+%Fields and tolerances to track changes
+field_names     ={'Thickness'};
+field_tolerances={1e-13};
+field_values={...
+	PatchToVec(md.results.BalancedthicknessSolution.Thickness),...
+	};
Index: sm/trunk/test/NightlyRun/test136_nightly.m
===================================================================
--- /issm/trunk/test/NightlyRun/test136_nightly.m	(revision 5097)
+++ 	(revision )
@@ -1,5 +1,0 @@
-field_names     ={'Thickness'};
-field_tolerances={1e-13};
-field_values={...
-	PatchToVec(md.results.BalancedthicknessSolution.Thickness),...
-	};
Index: /issm/trunk/test/NightlyRun/test137.m
===================================================================
--- /issm/trunk/test/NightlyRun/test137.m	(revision 5097)
+++ /issm/trunk/test/NightlyRun/test137.m	(revision 5098)
@@ -15,2 +15,11 @@
 nbelements=md.numberofelements;
 elapsedtime=etime(clock,t0);
+
+%Fields and tolerances to track changes
+field_names     ={'x1' 'y1' 'x2' 'y2' 'nbelements' 'elapsed time'};
+field_tolerances={1e-13 1e-13 1e-13 1e-13 1e-13 0.5};
+field_values={...
+	x1, y1,...
+	x2, y2,...
+	nbelements,elapsedtime...
+	};
Index: sm/trunk/test/NightlyRun/test137_nightly.m
===================================================================
--- /issm/trunk/test/NightlyRun/test137_nightly.m	(revision 5097)
+++ 	(revision )
@@ -1,7 +1,0 @@
-field_names     ={'x1' 'y1' 'x2' 'y2' 'nbelements' 'elapsed time'};
-field_tolerances={1e-13 1e-13 1e-13 1e-13 1e-13 0.5};
-field_values={...
-	x1, y1,...
-	x2, y2,...
-	nbelements,elapsedtime...
-	};
Index: /issm/trunk/test/NightlyRun/test201.m
===================================================================
--- /issm/trunk/test/NightlyRun/test201.m	(revision 5097)
+++ /issm/trunk/test/NightlyRun/test201.m	(revision 5098)
@@ -5,2 +5,12 @@
 md.cluster='none';
 md=solve(md,'analysis_type',DiagnosticSolutionEnum);
+
+%Fields and tolerances to track changes
+field_names     ={'Vx','Vy','Vel','Pressure'};
+field_tolerances={1e-13,1e-13,1e-13,1e-13};
+field_values={...
+	PatchToVec(md.results.DiagnosticSolution.Vx),...
+	PatchToVec(md.results.DiagnosticSolution.Vy),...
+	PatchToVec(md.results.DiagnosticSolution.Vel),...
+	PatchToVec(md.results.DiagnosticSolution.Pressure),...
+	};
Index: sm/trunk/test/NightlyRun/test201_nightly.m
===================================================================
--- /issm/trunk/test/NightlyRun/test201_nightly.m	(revision 5097)
+++ 	(revision )
@@ -1,8 +1,0 @@
-field_names     ={'Vx','Vy','Vel','Pressure'};
-field_tolerances={1e-13,1e-13,1e-13,1e-13};
-field_values={...
-	PatchToVec(md.results.DiagnosticSolution.Vx),...
-	PatchToVec(md.results.DiagnosticSolution.Vy),...
-	PatchToVec(md.results.DiagnosticSolution.Vel),...
-	PatchToVec(md.results.DiagnosticSolution.Pressure),...
-	};
Index: /issm/trunk/test/NightlyRun/test202.m
===================================================================
--- /issm/trunk/test/NightlyRun/test202.m	(revision 5097)
+++ /issm/trunk/test/NightlyRun/test202.m	(revision 5098)
@@ -5,2 +5,12 @@
 md.cluster=oshostname;
 md=solve(md,'analysis_type',DiagnosticSolutionEnum);
+
+%Fields and tolerances to track changes
+field_names     ={'Vx','Vy','Vel','Pressure'};
+field_tolerances={1e-13,1e-13,1e-13,1e-13};
+field_values={...
+	PatchToVec(md.results.DiagnosticSolution.Vx),...
+	PatchToVec(md.results.DiagnosticSolution.Vy),...
+	PatchToVec(md.results.DiagnosticSolution.Vel),...
+	PatchToVec(md.results.DiagnosticSolution.Pressure),...
+	};
Index: sm/trunk/test/NightlyRun/test202_nightly.m
===================================================================
--- /issm/trunk/test/NightlyRun/test202_nightly.m	(revision 5097)
+++ 	(revision )
@@ -1,8 +1,0 @@
-field_names     ={'Vx','Vy','Vel','Pressure'};
-field_tolerances={1e-13,1e-13,1e-13,1e-13};
-field_values={...
-	PatchToVec(md.results.DiagnosticSolution.Vx),...
-	PatchToVec(md.results.DiagnosticSolution.Vy),...
-	PatchToVec(md.results.DiagnosticSolution.Vel),...
-	PatchToVec(md.results.DiagnosticSolution.Pressure),...
-	};
Index: /issm/trunk/test/NightlyRun/test203.m
===================================================================
--- /issm/trunk/test/NightlyRun/test203.m	(revision 5097)
+++ /issm/trunk/test/NightlyRun/test203.m	(revision 5098)
@@ -6,2 +6,13 @@
 md.cluster='none';
 md=solve(md,'analysis_type',DiagnosticSolutionEnum);
+
+%Fields and tolerances to track changes
+field_names     ={'Vx','Vy','Vz','Vel','Pressure'};
+field_tolerances={1e-13,1e-13,1e-13,1e-13,1e-13};
+field_values={...
+	PatchToVec(md.results.DiagnosticSolution.Vx),...
+	PatchToVec(md.results.DiagnosticSolution.Vy),...
+	PatchToVec(md.results.DiagnosticSolution.Vz),...
+	PatchToVec(md.results.DiagnosticSolution.Vel),...
+	PatchToVec(md.results.DiagnosticSolution.Pressure),...
+	};
Index: sm/trunk/test/NightlyRun/test203_nightly.m
===================================================================
--- /issm/trunk/test/NightlyRun/test203_nightly.m	(revision 5097)
+++ 	(revision )
@@ -1,9 +1,0 @@
-field_names     ={'Vx','Vy','Vz','Vel','Pressure'};
-field_tolerances={1e-13,1e-13,1e-13,1e-13,1e-13};
-field_values={...
-	PatchToVec(md.results.DiagnosticSolution.Vx),...
-	PatchToVec(md.results.DiagnosticSolution.Vy),...
-	PatchToVec(md.results.DiagnosticSolution.Vz),...
-	PatchToVec(md.results.DiagnosticSolution.Vel),...
-	PatchToVec(md.results.DiagnosticSolution.Pressure),...
-	};
Index: /issm/trunk/test/NightlyRun/test204.m
===================================================================
--- /issm/trunk/test/NightlyRun/test204.m	(revision 5097)
+++ /issm/trunk/test/NightlyRun/test204.m	(revision 5098)
@@ -6,2 +6,13 @@
 md.cluster=oshostname;
 md=solve(md,'analysis_type',DiagnosticSolutionEnum);
+
+%Fields and tolerances to track changes
+field_names     ={'Vx','Vy','Vz','Vel','Pressure'};
+field_tolerances={1e-13,1e-13,1e-13,1e-13,1e-13};
+field_values={...
+	PatchToVec(md.results.DiagnosticSolution.Vx),...
+	PatchToVec(md.results.DiagnosticSolution.Vy),...
+	PatchToVec(md.results.DiagnosticSolution.Vz),...
+	PatchToVec(md.results.DiagnosticSolution.Vel),...
+	PatchToVec(md.results.DiagnosticSolution.Pressure),...
+	};
Index: sm/trunk/test/NightlyRun/test204_nightly.m
===================================================================
--- /issm/trunk/test/NightlyRun/test204_nightly.m	(revision 5097)
+++ 	(revision )
@@ -1,9 +1,0 @@
-field_names     ={'Vx','Vy','Vz','Vel','Pressure'};
-field_tolerances={1e-13,1e-13,1e-13,1e-13,1e-13};
-field_values={...
-	PatchToVec(md.results.DiagnosticSolution.Vx),...
-	PatchToVec(md.results.DiagnosticSolution.Vy),...
-	PatchToVec(md.results.DiagnosticSolution.Vz),...
-	PatchToVec(md.results.DiagnosticSolution.Vel),...
-	PatchToVec(md.results.DiagnosticSolution.Pressure),...
-	};
Index: /issm/trunk/test/NightlyRun/test205.m
===================================================================
--- /issm/trunk/test/NightlyRun/test205.m	(revision 5097)
+++ /issm/trunk/test/NightlyRun/test205.m	(revision 5098)
@@ -6,2 +6,13 @@
 md.cluster='none';
 md=solve(md,'analysis_type',DiagnosticSolutionEnum);
+
+%Fields and tolerances to track changes
+field_names     ={'Vx','Vy','Vz','Vel','Pressure'};
+field_tolerances={1e-13,1e-13,1e-13,1e-13,1e-13};
+field_values={...
+	PatchToVec(md.results.DiagnosticSolution.Vx),...
+	PatchToVec(md.results.DiagnosticSolution.Vy),...
+	PatchToVec(md.results.DiagnosticSolution.Vz),...
+	PatchToVec(md.results.DiagnosticSolution.Vel),...
+	PatchToVec(md.results.DiagnosticSolution.Pressure),...
+	};
Index: sm/trunk/test/NightlyRun/test205_nightly.m
===================================================================
--- /issm/trunk/test/NightlyRun/test205_nightly.m	(revision 5097)
+++ 	(revision )
@@ -1,9 +1,0 @@
-field_names     ={'Vx','Vy','Vz','Vel','Pressure'};
-field_tolerances={1e-13,1e-13,1e-13,1e-13,1e-13};
-field_values={...
-	PatchToVec(md.results.DiagnosticSolution.Vx),...
-	PatchToVec(md.results.DiagnosticSolution.Vy),...
-	PatchToVec(md.results.DiagnosticSolution.Vz),...
-	PatchToVec(md.results.DiagnosticSolution.Vel),...
-	PatchToVec(md.results.DiagnosticSolution.Pressure),...
-	};
Index: /issm/trunk/test/NightlyRun/test206.m
===================================================================
--- /issm/trunk/test/NightlyRun/test206.m	(revision 5097)
+++ /issm/trunk/test/NightlyRun/test206.m	(revision 5098)
@@ -6,2 +6,13 @@
 md.cluster=oshostname;
 md=solve(md,'analysis_type',DiagnosticSolutionEnum);
+
+%Fields and tolerances to track changes
+field_names     ={'Vx','Vy','Vz','Vel','Pressure'};
+field_tolerances={1e-09,1e-09,1e-09,1e-09,1e-09};
+field_values={...
+	PatchToVec(md.results.DiagnosticSolution.Vx),...
+	PatchToVec(md.results.DiagnosticSolution.Vy),...
+	PatchToVec(md.results.DiagnosticSolution.Vz),...
+	PatchToVec(md.results.DiagnosticSolution.Vel),...
+	PatchToVec(md.results.DiagnosticSolution.Pressure),...
+	};
Index: sm/trunk/test/NightlyRun/test206_nightly.m
===================================================================
--- /issm/trunk/test/NightlyRun/test206_nightly.m	(revision 5097)
+++ 	(revision )
@@ -1,9 +1,0 @@
-field_names     ={'Vx','Vy','Vz','Vel','Pressure'};
-field_tolerances={1e-09,1e-09,1e-09,1e-09,1e-09};
-field_values={...
-	PatchToVec(md.results.DiagnosticSolution.Vx),...
-	PatchToVec(md.results.DiagnosticSolution.Vy),...
-	PatchToVec(md.results.DiagnosticSolution.Vz),...
-	PatchToVec(md.results.DiagnosticSolution.Vel),...
-	PatchToVec(md.results.DiagnosticSolution.Pressure),...
-	};
Index: /issm/trunk/test/NightlyRun/test207.m
===================================================================
--- /issm/trunk/test/NightlyRun/test207.m	(revision 5097)
+++ /issm/trunk/test/NightlyRun/test207.m	(revision 5098)
@@ -6,2 +6,13 @@
 md.cluster='none';
 md=solve(md,'analysis_type',DiagnosticSolutionEnum);
+
+%Fields and tolerances to track changes
+field_names     ={'Vx','Vy','Vz','Vel','Pressure'};
+field_tolerances={1e-08,1e-08,1e-08,1e-08,1e-08};
+field_values={...
+	PatchToVec(md.results.DiagnosticSolution.Vx),...
+	PatchToVec(md.results.DiagnosticSolution.Vy),...
+	PatchToVec(md.results.DiagnosticSolution.Vz),...
+	PatchToVec(md.results.DiagnosticSolution.Vel),...
+	PatchToVec(md.results.DiagnosticSolution.Pressure),...
+	};
Index: sm/trunk/test/NightlyRun/test207_nightly.m
===================================================================
--- /issm/trunk/test/NightlyRun/test207_nightly.m	(revision 5097)
+++ 	(revision )
@@ -1,9 +1,0 @@
-field_names     ={'Vx','Vy','Vz','Vel','Pressure'};
-field_tolerances={1e-08,1e-08,1e-08,1e-08,1e-08};
-field_values={...
-	PatchToVec(md.results.DiagnosticSolution.Vx),...
-	PatchToVec(md.results.DiagnosticSolution.Vy),...
-	PatchToVec(md.results.DiagnosticSolution.Vz),...
-	PatchToVec(md.results.DiagnosticSolution.Vel),...
-	PatchToVec(md.results.DiagnosticSolution.Pressure),...
-	};
Index: /issm/trunk/test/NightlyRun/test208.m
===================================================================
--- /issm/trunk/test/NightlyRun/test208.m	(revision 5097)
+++ /issm/trunk/test/NightlyRun/test208.m	(revision 5098)
@@ -6,2 +6,13 @@
 md.cluster=oshostname;
 md=solve(md,'analysis_type',DiagnosticSolutionEnum);
+
+%Fields and tolerances to track changes
+field_names     ={'Vx','Vy','Vz','Vel','Pressure'};
+field_tolerances={1e-08,1e-08,1e-07,1e-08,1e-08};
+field_values={...
+	PatchToVec(md.results.DiagnosticSolution.Vx),...
+	PatchToVec(md.results.DiagnosticSolution.Vy),...
+	PatchToVec(md.results.DiagnosticSolution.Vz),...
+	PatchToVec(md.results.DiagnosticSolution.Vel),...
+	PatchToVec(md.results.DiagnosticSolution.Pressure),...
+	};
Index: sm/trunk/test/NightlyRun/test208_nightly.m
===================================================================
--- /issm/trunk/test/NightlyRun/test208_nightly.m	(revision 5097)
+++ 	(revision )
@@ -1,9 +1,0 @@
-field_names     ={'Vx','Vy','Vz','Vel','Pressure'};
-field_tolerances={1e-08,1e-08,1e-07,1e-08,1e-08};
-field_values={...
-	PatchToVec(md.results.DiagnosticSolution.Vx),...
-	PatchToVec(md.results.DiagnosticSolution.Vy),...
-	PatchToVec(md.results.DiagnosticSolution.Vz),...
-	PatchToVec(md.results.DiagnosticSolution.Vel),...
-	PatchToVec(md.results.DiagnosticSolution.Pressure),...
-	};
Index: /issm/trunk/test/NightlyRun/test209.m
===================================================================
--- /issm/trunk/test/NightlyRun/test209.m	(revision 5097)
+++ /issm/trunk/test/NightlyRun/test209.m	(revision 5098)
@@ -6,2 +6,13 @@
 md.cluster='none';
 md=solve(md,'analysis_type',DiagnosticSolutionEnum);
+
+%Fields and tolerances to track changes
+field_names     ={'Vx','Vy','Vz','Vel','Pressure'};
+field_tolerances={1e-05,1e-05,1e-05,1e-05,1e-05};
+field_values={...
+	PatchToVec(md.results.DiagnosticSolution.Vx),...
+	PatchToVec(md.results.DiagnosticSolution.Vy),...
+	PatchToVec(md.results.DiagnosticSolution.Vz),...
+	PatchToVec(md.results.DiagnosticSolution.Vel),...
+	PatchToVec(md.results.DiagnosticSolution.Pressure),...
+	};
Index: sm/trunk/test/NightlyRun/test209_nightly.m
===================================================================
--- /issm/trunk/test/NightlyRun/test209_nightly.m	(revision 5097)
+++ 	(revision )
@@ -1,9 +1,0 @@
-field_names     ={'Vx','Vy','Vz','Vel','Pressure'};
-field_tolerances={1e-05,1e-05,1e-05,1e-05,1e-05};
-field_values={...
-	PatchToVec(md.results.DiagnosticSolution.Vx),...
-	PatchToVec(md.results.DiagnosticSolution.Vy),...
-	PatchToVec(md.results.DiagnosticSolution.Vz),...
-	PatchToVec(md.results.DiagnosticSolution.Vel),...
-	PatchToVec(md.results.DiagnosticSolution.Pressure),...
-	};
Index: /issm/trunk/test/NightlyRun/test210.m
===================================================================
--- /issm/trunk/test/NightlyRun/test210.m	(revision 5097)
+++ /issm/trunk/test/NightlyRun/test210.m	(revision 5098)
@@ -6,2 +6,13 @@
 md.cluster=oshostname;
 md=solve(md,'analysis_type',DiagnosticSolutionEnum);
+
+%Fields and tolerances to track changes
+field_names     ={'Vx','Vy','Vz','Vel','Pressure'};
+field_tolerances={1e-06,1e-06,1e-06,1e-06,1e-06};
+field_values={...
+	PatchToVec(md.results.DiagnosticSolution.Vx),...
+	PatchToVec(md.results.DiagnosticSolution.Vy),...
+	PatchToVec(md.results.DiagnosticSolution.Vz),...
+	PatchToVec(md.results.DiagnosticSolution.Vel),...
+	PatchToVec(md.results.DiagnosticSolution.Pressure),...
+	};
Index: sm/trunk/test/NightlyRun/test210_nightly.m
===================================================================
--- /issm/trunk/test/NightlyRun/test210_nightly.m	(revision 5097)
+++ 	(revision )
@@ -1,9 +1,0 @@
-field_names     ={'Vx','Vy','Vz','Vel','Pressure'};
-field_tolerances={1e-06,1e-06,1e-06,1e-06,1e-06};
-field_values={...
-	PatchToVec(md.results.DiagnosticSolution.Vx),...
-	PatchToVec(md.results.DiagnosticSolution.Vy),...
-	PatchToVec(md.results.DiagnosticSolution.Vz),...
-	PatchToVec(md.results.DiagnosticSolution.Vel),...
-	PatchToVec(md.results.DiagnosticSolution.Pressure),...
-	};
Index: /issm/trunk/test/NightlyRun/test211.m
===================================================================
--- /issm/trunk/test/NightlyRun/test211.m	(revision 5097)
+++ /issm/trunk/test/NightlyRun/test211.m	(revision 5098)
@@ -7,2 +7,10 @@
 md.cluster='none';
 md=solve(md,'analysis_type',ThermalSolutionEnum);
+
+%Fields and tolerances to track changes
+field_names     ={'Temperature','MeltingRate'};
+field_tolerances={1e-13,1e-13};
+field_values={...
+	PatchToVec(md.results.ThermalSolution.Temperature),...
+	PatchToVec(md.results.ThermalSolution.MeltingRate),...
+	};
Index: sm/trunk/test/NightlyRun/test211_nightly.m
===================================================================
--- /issm/trunk/test/NightlyRun/test211_nightly.m	(revision 5097)
+++ 	(revision )
@@ -1,6 +1,0 @@
-field_names     ={'Temperature','MeltingRate'};
-field_tolerances={1e-13,1e-13};
-field_values={...
-	PatchToVec(md.results.ThermalSolution.Temperature),...
-	PatchToVec(md.results.ThermalSolution.MeltingRate),...
-	};
Index: /issm/trunk/test/NightlyRun/test212.m
===================================================================
--- /issm/trunk/test/NightlyRun/test212.m	(revision 5097)
+++ /issm/trunk/test/NightlyRun/test212.m	(revision 5098)
@@ -7,2 +7,10 @@
 md.cluster=oshostname;
 md=solve(md,'analysis_type',ThermalSolutionEnum);
+
+%Fields and tolerances to track changes
+field_names     ={'Temperature','MeltingRate'};
+field_tolerances={1e-13,1e-13};
+field_values={...
+	PatchToVec(md.results.ThermalSolution.Temperature),...
+	PatchToVec(md.results.ThermalSolution.MeltingRate),...
+	};
Index: sm/trunk/test/NightlyRun/test212_nightly.m
===================================================================
--- /issm/trunk/test/NightlyRun/test212_nightly.m	(revision 5097)
+++ 	(revision )
@@ -1,6 +1,0 @@
-field_names     ={'Temperature','MeltingRate'};
-field_tolerances={1e-13,1e-13};
-field_values={...
-	PatchToVec(md.results.ThermalSolution.Temperature),...
-	PatchToVec(md.results.ThermalSolution.MeltingRate),...
-	};
Index: /issm/trunk/test/NightlyRun/test213.m
===================================================================
--- /issm/trunk/test/NightlyRun/test213.m	(revision 5097)
+++ /issm/trunk/test/NightlyRun/test213.m	(revision 5098)
@@ -6,2 +6,14 @@
 md.cluster='none';
 md=solve(md,'analysis_type',ThermalSolutionEnum);
+
+%Fields and tolerances to track changes
+field_names     ={'Temperature1','MeltingRate1','Temperature2','MeltingRate2','Temperature3','MeltingRate3'};
+field_tolerances={1e-13,1e-13,1e-13,1e-13,1e-13,1e-13};
+field_values={...
+	PatchToVec(md.results.ThermalSolution(1).Temperature),...
+	PatchToVec(md.results.ThermalSolution(1).MeltingRate),...
+	PatchToVec(md.results.ThermalSolution(2).Temperature),...
+	PatchToVec(md.results.ThermalSolution(2).MeltingRate),...
+	PatchToVec(md.results.ThermalSolution(3).Temperature),...
+	PatchToVec(md.results.ThermalSolution(3).MeltingRate),...
+	};
Index: sm/trunk/test/NightlyRun/test213_nightly.m
===================================================================
--- /issm/trunk/test/NightlyRun/test213_nightly.m	(revision 5097)
+++ 	(revision )
@@ -1,10 +1,0 @@
-field_names     ={'Temperature1','MeltingRate1','Temperature2','MeltingRate2','Temperature3','MeltingRate3'};
-field_tolerances={1e-13,1e-13,1e-13,1e-13,1e-13,1e-13};
-field_values={...
-	PatchToVec(md.results.ThermalSolution(1).Temperature),...
-	PatchToVec(md.results.ThermalSolution(1).MeltingRate),...
-	PatchToVec(md.results.ThermalSolution(2).Temperature),...
-	PatchToVec(md.results.ThermalSolution(2).MeltingRate),...
-	PatchToVec(md.results.ThermalSolution(3).Temperature),...
-	PatchToVec(md.results.ThermalSolution(3).MeltingRate),...
-	};
Index: /issm/trunk/test/NightlyRun/test214.m
===================================================================
--- /issm/trunk/test/NightlyRun/test214.m	(revision 5097)
+++ /issm/trunk/test/NightlyRun/test214.m	(revision 5098)
@@ -6,2 +6,14 @@
 md.cluster=oshostname;
 md=solve(md,'analysis_type',ThermalSolutionEnum);
+
+%Fields and tolerances to track changes
+field_names     ={'Temperature1','MeltingRate1','Temperature2','MeltingRate2','Temperature3','MeltingRate3'};
+field_tolerances={1e-13,1e-13,1e-13,1e-13,1e-13,1e-13};
+field_values={...
+	PatchToVec(md.results.ThermalSolution(1).Temperature),...
+	PatchToVec(md.results.ThermalSolution(1).MeltingRate),...
+	PatchToVec(md.results.ThermalSolution(2).Temperature),...
+	PatchToVec(md.results.ThermalSolution(2).MeltingRate),...
+	PatchToVec(md.results.ThermalSolution(3).Temperature),...
+	PatchToVec(md.results.ThermalSolution(3).MeltingRate),...
+	};
Index: sm/trunk/test/NightlyRun/test214_nightly.m
===================================================================
--- /issm/trunk/test/NightlyRun/test214_nightly.m	(revision 5097)
+++ 	(revision )
@@ -1,10 +1,0 @@
-field_names     ={'Temperature1','MeltingRate1','Temperature2','MeltingRate2','Temperature3','MeltingRate3'};
-field_tolerances={1e-13,1e-13,1e-13,1e-13,1e-13,1e-13};
-field_values={...
-	PatchToVec(md.results.ThermalSolution(1).Temperature),...
-	PatchToVec(md.results.ThermalSolution(1).MeltingRate),...
-	PatchToVec(md.results.ThermalSolution(2).Temperature),...
-	PatchToVec(md.results.ThermalSolution(2).MeltingRate),...
-	PatchToVec(md.results.ThermalSolution(3).Temperature),...
-	PatchToVec(md.results.ThermalSolution(3).MeltingRate),...
-	};
Index: /issm/trunk/test/NightlyRun/test215.m
===================================================================
--- /issm/trunk/test/NightlyRun/test215.m	(revision 5097)
+++ /issm/trunk/test/NightlyRun/test215.m	(revision 5098)
@@ -5,2 +5,29 @@
 md.cluster='none';
 md=solve(md,'analysis_type',Transient2DSolutionEnum);
+
+%Fields and tolerances to track changes
+field_names     ={'Vx1','Vy1','Vel1','Pressure1','Bed1','Surface1','Thickness1','Vx2','Vy2','Vel2','Pressure2','Bed2','Surface2','Thickness2','Vx3','Vy3','Vel3','Pressure3','Bed3','Surface3','Thickness3'};
+field_tolerances={1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13};
+field_values={...
+	PatchToVec(md.results.Transient2DSolution(1).Vx),...
+	PatchToVec(md.results.Transient2DSolution(1).Vy),...
+	PatchToVec(md.results.Transient2DSolution(1).Vel),...
+	PatchToVec(md.results.Transient2DSolution(1).Pressure),...
+	PatchToVec(md.results.Transient2DSolution(1).Bed),...
+	PatchToVec(md.results.Transient2DSolution(1).Surface),...
+	PatchToVec(md.results.Transient2DSolution(1).Thickness),...
+	PatchToVec(md.results.Transient2DSolution(2).Vx),...
+	PatchToVec(md.results.Transient2DSolution(2).Vy),...
+	PatchToVec(md.results.Transient2DSolution(2).Vel),...
+	PatchToVec(md.results.Transient2DSolution(2).Pressure),...
+	PatchToVec(md.results.Transient2DSolution(2).Bed),...
+	PatchToVec(md.results.Transient2DSolution(2).Surface),...
+	PatchToVec(md.results.Transient2DSolution(2).Thickness),...
+	PatchToVec(md.results.Transient2DSolution(3).Vx),...
+	PatchToVec(md.results.Transient2DSolution(3).Vy),...
+	PatchToVec(md.results.Transient2DSolution(3).Vel),...
+	PatchToVec(md.results.Transient2DSolution(3).Pressure),...
+	PatchToVec(md.results.Transient2DSolution(3).Bed),...
+	PatchToVec(md.results.Transient2DSolution(3).Surface),...
+	PatchToVec(md.results.Transient2DSolution(3).Thickness),...
+	};
Index: sm/trunk/test/NightlyRun/test215_nightly.m
===================================================================
--- /issm/trunk/test/NightlyRun/test215_nightly.m	(revision 5097)
+++ 	(revision )
@@ -1,25 +1,0 @@
-field_names     ={'Vx1','Vy1','Vel1','Pressure1','Bed1','Surface1','Thickness1','Vx2','Vy2','Vel2','Pressure2','Bed2','Surface2','Thickness2','Vx3','Vy3','Vel3','Pressure3','Bed3','Surface3','Thickness3'};
-field_tolerances={1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13};
-field_values={...
-	PatchToVec(md.results.Transient2DSolution(1).Vx),...
-	PatchToVec(md.results.Transient2DSolution(1).Vy),...
-	PatchToVec(md.results.Transient2DSolution(1).Vel),...
-	PatchToVec(md.results.Transient2DSolution(1).Pressure),...
-	PatchToVec(md.results.Transient2DSolution(1).Bed),...
-	PatchToVec(md.results.Transient2DSolution(1).Surface),...
-	PatchToVec(md.results.Transient2DSolution(1).Thickness),...
-	PatchToVec(md.results.Transient2DSolution(2).Vx),...
-	PatchToVec(md.results.Transient2DSolution(2).Vy),...
-	PatchToVec(md.results.Transient2DSolution(2).Vel),...
-	PatchToVec(md.results.Transient2DSolution(2).Pressure),...
-	PatchToVec(md.results.Transient2DSolution(2).Bed),...
-	PatchToVec(md.results.Transient2DSolution(2).Surface),...
-	PatchToVec(md.results.Transient2DSolution(2).Thickness),...
-	PatchToVec(md.results.Transient2DSolution(3).Vx),...
-	PatchToVec(md.results.Transient2DSolution(3).Vy),...
-	PatchToVec(md.results.Transient2DSolution(3).Vel),...
-	PatchToVec(md.results.Transient2DSolution(3).Pressure),...
-	PatchToVec(md.results.Transient2DSolution(3).Bed),...
-	PatchToVec(md.results.Transient2DSolution(3).Surface),...
-	PatchToVec(md.results.Transient2DSolution(3).Thickness),...
-	};
Index: /issm/trunk/test/NightlyRun/test216.m
===================================================================
--- /issm/trunk/test/NightlyRun/test216.m	(revision 5097)
+++ /issm/trunk/test/NightlyRun/test216.m	(revision 5098)
@@ -5,2 +5,29 @@
 md.cluster=oshostname;
 md=solve(md,'analysis_type',Transient2DSolutionEnum);
+
+%Fields and tolerances to track changes
+field_names     ={'Vx1','Vy1','Vel1','Pressure1','Bed1','Surface1','Thickness1','Vx2','Vy2','Vel2','Pressure2','Bed2','Surface2','Thickness2','Vx3','Vy3','Vel3','Pressure3','Bed3','Surface3','Thickness3'};
+field_tolerances={1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13};
+field_values={...
+	PatchToVec(md.results.Transient2DSolution(1).Vx),...
+	PatchToVec(md.results.Transient2DSolution(1).Vy),...
+	PatchToVec(md.results.Transient2DSolution(1).Vel),...
+	PatchToVec(md.results.Transient2DSolution(1).Pressure),...
+	PatchToVec(md.results.Transient2DSolution(1).Bed),...
+	PatchToVec(md.results.Transient2DSolution(1).Surface),...
+	PatchToVec(md.results.Transient2DSolution(1).Thickness),...
+	PatchToVec(md.results.Transient2DSolution(2).Vx),...
+	PatchToVec(md.results.Transient2DSolution(2).Vy),...
+	PatchToVec(md.results.Transient2DSolution(2).Vel),...
+	PatchToVec(md.results.Transient2DSolution(2).Pressure),...
+	PatchToVec(md.results.Transient2DSolution(2).Bed),...
+	PatchToVec(md.results.Transient2DSolution(2).Surface),...
+	PatchToVec(md.results.Transient2DSolution(2).Thickness),...
+	PatchToVec(md.results.Transient2DSolution(3).Vx),...
+	PatchToVec(md.results.Transient2DSolution(3).Vy),...
+	PatchToVec(md.results.Transient2DSolution(3).Vel),...
+	PatchToVec(md.results.Transient2DSolution(3).Pressure),...
+	PatchToVec(md.results.Transient2DSolution(3).Bed),...
+	PatchToVec(md.results.Transient2DSolution(3).Surface),...
+	PatchToVec(md.results.Transient2DSolution(3).Thickness),...
+	};
Index: sm/trunk/test/NightlyRun/test216_nightly.m
===================================================================
--- /issm/trunk/test/NightlyRun/test216_nightly.m	(revision 5097)
+++ 	(revision )
@@ -1,25 +1,0 @@
-field_names     ={'Vx1','Vy1','Vel1','Pressure1','Bed1','Surface1','Thickness1','Vx2','Vy2','Vel2','Pressure2','Bed2','Surface2','Thickness2','Vx3','Vy3','Vel3','Pressure3','Bed3','Surface3','Thickness3'};
-field_tolerances={1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13};
-field_values={...
-	PatchToVec(md.results.Transient2DSolution(1).Vx),...
-	PatchToVec(md.results.Transient2DSolution(1).Vy),...
-	PatchToVec(md.results.Transient2DSolution(1).Vel),...
-	PatchToVec(md.results.Transient2DSolution(1).Pressure),...
-	PatchToVec(md.results.Transient2DSolution(1).Bed),...
-	PatchToVec(md.results.Transient2DSolution(1).Surface),...
-	PatchToVec(md.results.Transient2DSolution(1).Thickness),...
-	PatchToVec(md.results.Transient2DSolution(2).Vx),...
-	PatchToVec(md.results.Transient2DSolution(2).Vy),...
-	PatchToVec(md.results.Transient2DSolution(2).Vel),...
-	PatchToVec(md.results.Transient2DSolution(2).Pressure),...
-	PatchToVec(md.results.Transient2DSolution(2).Bed),...
-	PatchToVec(md.results.Transient2DSolution(2).Surface),...
-	PatchToVec(md.results.Transient2DSolution(2).Thickness),...
-	PatchToVec(md.results.Transient2DSolution(3).Vx),...
-	PatchToVec(md.results.Transient2DSolution(3).Vy),...
-	PatchToVec(md.results.Transient2DSolution(3).Vel),...
-	PatchToVec(md.results.Transient2DSolution(3).Pressure),...
-	PatchToVec(md.results.Transient2DSolution(3).Bed),...
-	PatchToVec(md.results.Transient2DSolution(3).Surface),...
-	PatchToVec(md.results.Transient2DSolution(3).Thickness),...
-	};
Index: /issm/trunk/test/NightlyRun/test217.m
===================================================================
--- /issm/trunk/test/NightlyRun/test217.m	(revision 5097)
+++ /issm/trunk/test/NightlyRun/test217.m	(revision 5098)
@@ -6,2 +6,40 @@
 md.cluster='none';
 md=solve(md,'analysis_type',Transient3DSolutionEnum);
+
+%Fields and tolerances to track changes
+field_names     ={'Vx1','Vy1','Vz1','Vel1','Pressure1','Bed1','Surface1','Thickness1','Temperature1','MeltingRate1', ...
+				      'Vx2','Vy2','Vz2','Vel2','Pressure2','Bed2','Surface2','Thickness2','Temperature2','MeltingRate2', ...
+					   'Vx3','Vy3','Vz3','Vel3','Pressure3','Bed3','Surface3','Thickness3','Temperature3','MeltingRate3'};
+field_tolerances={1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13};
+field_values={...
+	PatchToVec(md.results.Transient3DSolution(1).Vx),...
+	PatchToVec(md.results.Transient3DSolution(1).Vy),...
+	PatchToVec(md.results.Transient3DSolution(1).Vz),...
+	PatchToVec(md.results.Transient3DSolution(1).Vel),...
+	PatchToVec(md.results.Transient3DSolution(1).Pressure),...
+	PatchToVec(md.results.Transient3DSolution(1).Bed),...
+	PatchToVec(md.results.Transient3DSolution(1).Surface),...
+	PatchToVec(md.results.Transient3DSolution(1).Thickness),...
+	PatchToVec(md.results.Transient3DSolution(1).Temperature),...
+	PatchToVec(md.results.Transient3DSolution(1).MeltingRate),...
+	PatchToVec(md.results.Transient3DSolution(2).Vx),...
+	PatchToVec(md.results.Transient3DSolution(2).Vy),...
+	PatchToVec(md.results.Transient3DSolution(2).Vz),...
+	PatchToVec(md.results.Transient3DSolution(2).Vel),...
+	PatchToVec(md.results.Transient3DSolution(2).Pressure),...
+	PatchToVec(md.results.Transient3DSolution(2).Bed),...
+	PatchToVec(md.results.Transient3DSolution(2).Surface),...
+	PatchToVec(md.results.Transient3DSolution(2).Thickness),...
+	PatchToVec(md.results.Transient3DSolution(2).Temperature),...
+	PatchToVec(md.results.Transient3DSolution(2).MeltingRate),...
+	PatchToVec(md.results.Transient3DSolution(3).Vx),...
+	PatchToVec(md.results.Transient3DSolution(3).Vy),...
+	PatchToVec(md.results.Transient3DSolution(3).Vz),...
+	PatchToVec(md.results.Transient3DSolution(3).Vel),...
+	PatchToVec(md.results.Transient3DSolution(3).Pressure),...
+	PatchToVec(md.results.Transient3DSolution(3).Bed),...
+	PatchToVec(md.results.Transient3DSolution(3).Surface),...
+	PatchToVec(md.results.Transient3DSolution(3).Thickness),...
+	PatchToVec(md.results.Transient3DSolution(3).Temperature),...
+	PatchToVec(md.results.Transient3DSolution(3).MeltingRate),...
+	};
Index: sm/trunk/test/NightlyRun/test217_nightly.m
===================================================================
--- /issm/trunk/test/NightlyRun/test217_nightly.m	(revision 5097)
+++ 	(revision )
@@ -1,36 +1,0 @@
-field_names     ={'Vx1','Vy1','Vz1','Vel1','Pressure1','Bed1','Surface1','Thickness1','Temperature1','MeltingRate1', ...
-				      'Vx2','Vy2','Vz2','Vel2','Pressure2','Bed2','Surface2','Thickness2','Temperature2','MeltingRate2', ...
-					   'Vx3','Vy3','Vz3','Vel3','Pressure3','Bed3','Surface3','Thickness3','Temperature3','MeltingRate3'};
-field_tolerances={1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13};
-field_values={...
-	PatchToVec(md.results.Transient3DSolution(1).Vx),...
-	PatchToVec(md.results.Transient3DSolution(1).Vy),...
-	PatchToVec(md.results.Transient3DSolution(1).Vz),...
-	PatchToVec(md.results.Transient3DSolution(1).Vel),...
-	PatchToVec(md.results.Transient3DSolution(1).Pressure),...
-	PatchToVec(md.results.Transient3DSolution(1).Bed),...
-	PatchToVec(md.results.Transient3DSolution(1).Surface),...
-	PatchToVec(md.results.Transient3DSolution(1).Thickness),...
-	PatchToVec(md.results.Transient3DSolution(1).Temperature),...
-	PatchToVec(md.results.Transient3DSolution(1).MeltingRate),...
-	PatchToVec(md.results.Transient3DSolution(2).Vx),...
-	PatchToVec(md.results.Transient3DSolution(2).Vy),...
-	PatchToVec(md.results.Transient3DSolution(2).Vz),...
-	PatchToVec(md.results.Transient3DSolution(2).Vel),...
-	PatchToVec(md.results.Transient3DSolution(2).Pressure),...
-	PatchToVec(md.results.Transient3DSolution(2).Bed),...
-	PatchToVec(md.results.Transient3DSolution(2).Surface),...
-	PatchToVec(md.results.Transient3DSolution(2).Thickness),...
-	PatchToVec(md.results.Transient3DSolution(2).Temperature),...
-	PatchToVec(md.results.Transient3DSolution(2).MeltingRate),...
-	PatchToVec(md.results.Transient3DSolution(3).Vx),...
-	PatchToVec(md.results.Transient3DSolution(3).Vy),...
-	PatchToVec(md.results.Transient3DSolution(3).Vz),...
-	PatchToVec(md.results.Transient3DSolution(3).Vel),...
-	PatchToVec(md.results.Transient3DSolution(3).Pressure),...
-	PatchToVec(md.results.Transient3DSolution(3).Bed),...
-	PatchToVec(md.results.Transient3DSolution(3).Surface),...
-	PatchToVec(md.results.Transient3DSolution(3).Thickness),...
-	PatchToVec(md.results.Transient3DSolution(3).Temperature),...
-	PatchToVec(md.results.Transient3DSolution(3).MeltingRate),...
-	};
Index: /issm/trunk/test/NightlyRun/test218.m
===================================================================
--- /issm/trunk/test/NightlyRun/test218.m	(revision 5097)
+++ /issm/trunk/test/NightlyRun/test218.m	(revision 5098)
@@ -6,2 +6,40 @@
 md.cluster=oshostname;
 md=solve(md,'analysis_type',Transient3DSolutionEnum);
+
+%Fields and tolerances to track changes
+field_names     ={'Vx1','Vy1','Vz1','Vel1','Pressure1','Bed1','Surface1','Thickness1','Temperature1','MeltingRate1', ...
+				      'Vx2','Vy2','Vz2','Vel2','Pressure2','Bed2','Surface2','Thickness2','Temperature2','MeltingRate2', ...
+					   'Vx3','Vy3','Vz3','Vel3','Pressure3','Bed3','Surface3','Thickness3','Temperature3','MeltingRate3'};
+field_tolerances={1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13};
+field_values={...
+	PatchToVec(md.results.Transient3DSolution(1).Vx),...
+	PatchToVec(md.results.Transient3DSolution(1).Vy),...
+	PatchToVec(md.results.Transient3DSolution(1).Vz),...
+	PatchToVec(md.results.Transient3DSolution(1).Vel),...
+	PatchToVec(md.results.Transient3DSolution(1).Pressure),...
+	PatchToVec(md.results.Transient3DSolution(1).Bed),...
+	PatchToVec(md.results.Transient3DSolution(1).Surface),...
+	PatchToVec(md.results.Transient3DSolution(1).Thickness),...
+	PatchToVec(md.results.Transient3DSolution(1).Temperature),...
+	PatchToVec(md.results.Transient3DSolution(1).MeltingRate),...
+	PatchToVec(md.results.Transient3DSolution(2).Vx),...
+	PatchToVec(md.results.Transient3DSolution(2).Vy),...
+	PatchToVec(md.results.Transient3DSolution(2).Vz),...
+	PatchToVec(md.results.Transient3DSolution(2).Vel),...
+	PatchToVec(md.results.Transient3DSolution(2).Pressure),...
+	PatchToVec(md.results.Transient3DSolution(2).Bed),...
+	PatchToVec(md.results.Transient3DSolution(2).Surface),...
+	PatchToVec(md.results.Transient3DSolution(2).Thickness),...
+	PatchToVec(md.results.Transient3DSolution(2).Temperature),...
+	PatchToVec(md.results.Transient3DSolution(2).MeltingRate),...
+	PatchToVec(md.results.Transient3DSolution(3).Vx),...
+	PatchToVec(md.results.Transient3DSolution(3).Vy),...
+	PatchToVec(md.results.Transient3DSolution(3).Vz),...
+	PatchToVec(md.results.Transient3DSolution(3).Vel),...
+	PatchToVec(md.results.Transient3DSolution(3).Pressure),...
+	PatchToVec(md.results.Transient3DSolution(3).Bed),...
+	PatchToVec(md.results.Transient3DSolution(3).Surface),...
+	PatchToVec(md.results.Transient3DSolution(3).Thickness),...
+	PatchToVec(md.results.Transient3DSolution(3).Temperature),...
+	PatchToVec(md.results.Transient3DSolution(3).MeltingRate),...
+	};
Index: sm/trunk/test/NightlyRun/test218_nightly.m
===================================================================
--- /issm/trunk/test/NightlyRun/test218_nightly.m	(revision 5097)
+++ 	(revision )
@@ -1,36 +1,0 @@
-field_names     ={'Vx1','Vy1','Vz1','Vel1','Pressure1','Bed1','Surface1','Thickness1','Temperature1','MeltingRate1', ...
-				      'Vx2','Vy2','Vz2','Vel2','Pressure2','Bed2','Surface2','Thickness2','Temperature2','MeltingRate2', ...
-					   'Vx3','Vy3','Vz3','Vel3','Pressure3','Bed3','Surface3','Thickness3','Temperature3','MeltingRate3'};
-field_tolerances={1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13};
-field_values={...
-	PatchToVec(md.results.Transient3DSolution(1).Vx),...
-	PatchToVec(md.results.Transient3DSolution(1).Vy),...
-	PatchToVec(md.results.Transient3DSolution(1).Vz),...
-	PatchToVec(md.results.Transient3DSolution(1).Vel),...
-	PatchToVec(md.results.Transient3DSolution(1).Pressure),...
-	PatchToVec(md.results.Transient3DSolution(1).Bed),...
-	PatchToVec(md.results.Transient3DSolution(1).Surface),...
-	PatchToVec(md.results.Transient3DSolution(1).Thickness),...
-	PatchToVec(md.results.Transient3DSolution(1).Temperature),...
-	PatchToVec(md.results.Transient3DSolution(1).MeltingRate),...
-	PatchToVec(md.results.Transient3DSolution(2).Vx),...
-	PatchToVec(md.results.Transient3DSolution(2).Vy),...
-	PatchToVec(md.results.Transient3DSolution(2).Vz),...
-	PatchToVec(md.results.Transient3DSolution(2).Vel),...
-	PatchToVec(md.results.Transient3DSolution(2).Pressure),...
-	PatchToVec(md.results.Transient3DSolution(2).Bed),...
-	PatchToVec(md.results.Transient3DSolution(2).Surface),...
-	PatchToVec(md.results.Transient3DSolution(2).Thickness),...
-	PatchToVec(md.results.Transient3DSolution(2).Temperature),...
-	PatchToVec(md.results.Transient3DSolution(2).MeltingRate),...
-	PatchToVec(md.results.Transient3DSolution(3).Vx),...
-	PatchToVec(md.results.Transient3DSolution(3).Vy),...
-	PatchToVec(md.results.Transient3DSolution(3).Vz),...
-	PatchToVec(md.results.Transient3DSolution(3).Vel),...
-	PatchToVec(md.results.Transient3DSolution(3).Pressure),...
-	PatchToVec(md.results.Transient3DSolution(3).Bed),...
-	PatchToVec(md.results.Transient3DSolution(3).Surface),...
-	PatchToVec(md.results.Transient3DSolution(3).Thickness),...
-	PatchToVec(md.results.Transient3DSolution(3).Temperature),...
-	PatchToVec(md.results.Transient3DSolution(3).MeltingRate),...
-	};
Index: /issm/trunk/test/NightlyRun/test219.m
===================================================================
--- /issm/trunk/test/NightlyRun/test219.m	(revision 5097)
+++ /issm/trunk/test/NightlyRun/test219.m	(revision 5098)
@@ -6,2 +6,40 @@
 md.cluster='none';
 md=solve(md,'analysis_type',Transient3DSolutionEnum);
+
+%Fields and tolerances to track changes
+field_names     ={'Vx1','Vy1','Vz1','Vel1','Pressure1','Bed1','Surface1','Thickness1','Temperature1','MeltingRate1', ...
+				      'Vx2','Vy2','Vz2','Vel2','Pressure2','Bed2','Surface2','Thickness2','Temperature2','MeltingRate2', ...
+					   'Vx3','Vy3','Vz3','Vel3','Pressure3','Bed3','Surface3','Thickness3','Temperature3','MeltingRate3'};
+field_tolerances={1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-06};
+field_values={...
+	PatchToVec(md.results.Transient3DSolution(1).Vx),...
+	PatchToVec(md.results.Transient3DSolution(1).Vy),...
+	PatchToVec(md.results.Transient3DSolution(1).Vz),...
+	PatchToVec(md.results.Transient3DSolution(1).Vel),...
+	PatchToVec(md.results.Transient3DSolution(1).Pressure),...
+	PatchToVec(md.results.Transient3DSolution(1).Bed),...
+	PatchToVec(md.results.Transient3DSolution(1).Surface),...
+	PatchToVec(md.results.Transient3DSolution(1).Thickness),...
+	PatchToVec(md.results.Transient3DSolution(1).Temperature),...
+	PatchToVec(md.results.Transient3DSolution(1).MeltingRate),...
+	PatchToVec(md.results.Transient3DSolution(2).Vx),...
+	PatchToVec(md.results.Transient3DSolution(2).Vy),...
+	PatchToVec(md.results.Transient3DSolution(2).Vz),...
+	PatchToVec(md.results.Transient3DSolution(2).Vel),...
+	PatchToVec(md.results.Transient3DSolution(2).Pressure),...
+	PatchToVec(md.results.Transient3DSolution(2).Bed),...
+	PatchToVec(md.results.Transient3DSolution(2).Surface),...
+	PatchToVec(md.results.Transient3DSolution(2).Thickness),...
+	PatchToVec(md.results.Transient3DSolution(2).Temperature),...
+	PatchToVec(md.results.Transient3DSolution(2).MeltingRate),...
+	PatchToVec(md.results.Transient3DSolution(3).Vx),...
+	PatchToVec(md.results.Transient3DSolution(3).Vy),...
+	PatchToVec(md.results.Transient3DSolution(3).Vz),...
+	PatchToVec(md.results.Transient3DSolution(3).Vel),...
+	PatchToVec(md.results.Transient3DSolution(3).Pressure),...
+	PatchToVec(md.results.Transient3DSolution(3).Bed),...
+	PatchToVec(md.results.Transient3DSolution(3).Surface),...
+	PatchToVec(md.results.Transient3DSolution(3).Thickness),...
+	PatchToVec(md.results.Transient3DSolution(3).Temperature),...
+	PatchToVec(md.results.Transient3DSolution(3).MeltingRate),...
+	};
Index: sm/trunk/test/NightlyRun/test219_nightly.m
===================================================================
--- /issm/trunk/test/NightlyRun/test219_nightly.m	(revision 5097)
+++ 	(revision )
@@ -1,36 +1,0 @@
-field_names     ={'Vx1','Vy1','Vz1','Vel1','Pressure1','Bed1','Surface1','Thickness1','Temperature1','MeltingRate1', ...
-				      'Vx2','Vy2','Vz2','Vel2','Pressure2','Bed2','Surface2','Thickness2','Temperature2','MeltingRate2', ...
-					   'Vx3','Vy3','Vz3','Vel3','Pressure3','Bed3','Surface3','Thickness3','Temperature3','MeltingRate3'};
-field_tolerances={1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-06};
-field_values={...
-	PatchToVec(md.results.Transient3DSolution(1).Vx),...
-	PatchToVec(md.results.Transient3DSolution(1).Vy),...
-	PatchToVec(md.results.Transient3DSolution(1).Vz),...
-	PatchToVec(md.results.Transient3DSolution(1).Vel),...
-	PatchToVec(md.results.Transient3DSolution(1).Pressure),...
-	PatchToVec(md.results.Transient3DSolution(1).Bed),...
-	PatchToVec(md.results.Transient3DSolution(1).Surface),...
-	PatchToVec(md.results.Transient3DSolution(1).Thickness),...
-	PatchToVec(md.results.Transient3DSolution(1).Temperature),...
-	PatchToVec(md.results.Transient3DSolution(1).MeltingRate),...
-	PatchToVec(md.results.Transient3DSolution(2).Vx),...
-	PatchToVec(md.results.Transient3DSolution(2).Vy),...
-	PatchToVec(md.results.Transient3DSolution(2).Vz),...
-	PatchToVec(md.results.Transient3DSolution(2).Vel),...
-	PatchToVec(md.results.Transient3DSolution(2).Pressure),...
-	PatchToVec(md.results.Transient3DSolution(2).Bed),...
-	PatchToVec(md.results.Transient3DSolution(2).Surface),...
-	PatchToVec(md.results.Transient3DSolution(2).Thickness),...
-	PatchToVec(md.results.Transient3DSolution(2).Temperature),...
-	PatchToVec(md.results.Transient3DSolution(2).MeltingRate),...
-	PatchToVec(md.results.Transient3DSolution(3).Vx),...
-	PatchToVec(md.results.Transient3DSolution(3).Vy),...
-	PatchToVec(md.results.Transient3DSolution(3).Vz),...
-	PatchToVec(md.results.Transient3DSolution(3).Vel),...
-	PatchToVec(md.results.Transient3DSolution(3).Pressure),...
-	PatchToVec(md.results.Transient3DSolution(3).Bed),...
-	PatchToVec(md.results.Transient3DSolution(3).Surface),...
-	PatchToVec(md.results.Transient3DSolution(3).Thickness),...
-	PatchToVec(md.results.Transient3DSolution(3).Temperature),...
-	PatchToVec(md.results.Transient3DSolution(3).MeltingRate),...
-	};
Index: /issm/trunk/test/NightlyRun/test220.m
===================================================================
--- /issm/trunk/test/NightlyRun/test220.m	(revision 5097)
+++ /issm/trunk/test/NightlyRun/test220.m	(revision 5098)
@@ -6,2 +6,40 @@
 md.cluster=oshostname;
 md=solve(md,'analysis_type',Transient3DSolutionEnum);
+
+%Fields and tolerances to track changes
+field_names     ={'Vx1','Vy1','Vz1','Vel1','Pressure1','Bed1','Surface1','Thickness1','Temperature1','MeltingRate1', ...
+				      'Vx2','Vy2','Vz2','Vel2','Pressure2','Bed2','Surface2','Thickness2','Temperature2','MeltingRate2', ...
+					   'Vx3','Vy3','Vz3','Vel3','Pressure3','Bed3','Surface3','Thickness3','Temperature3','MeltingRate3'};
+field_tolerances={1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-06};
+field_values={...
+	PatchToVec(md.results.Transient3DSolution(1).Vx),...
+	PatchToVec(md.results.Transient3DSolution(1).Vy),...
+	PatchToVec(md.results.Transient3DSolution(1).Vz),...
+	PatchToVec(md.results.Transient3DSolution(1).Vel),...
+	PatchToVec(md.results.Transient3DSolution(1).Pressure),...
+	PatchToVec(md.results.Transient3DSolution(1).Bed),...
+	PatchToVec(md.results.Transient3DSolution(1).Surface),...
+	PatchToVec(md.results.Transient3DSolution(1).Thickness),...
+	PatchToVec(md.results.Transient3DSolution(1).Temperature),...
+	PatchToVec(md.results.Transient3DSolution(1).MeltingRate),...
+	PatchToVec(md.results.Transient3DSolution(2).Vx),...
+	PatchToVec(md.results.Transient3DSolution(2).Vy),...
+	PatchToVec(md.results.Transient3DSolution(2).Vz),...
+	PatchToVec(md.results.Transient3DSolution(2).Vel),...
+	PatchToVec(md.results.Transient3DSolution(2).Pressure),...
+	PatchToVec(md.results.Transient3DSolution(2).Bed),...
+	PatchToVec(md.results.Transient3DSolution(2).Surface),...
+	PatchToVec(md.results.Transient3DSolution(2).Thickness),...
+	PatchToVec(md.results.Transient3DSolution(2).Temperature),...
+	PatchToVec(md.results.Transient3DSolution(2).MeltingRate),...
+	PatchToVec(md.results.Transient3DSolution(3).Vx),...
+	PatchToVec(md.results.Transient3DSolution(3).Vy),...
+	PatchToVec(md.results.Transient3DSolution(3).Vz),...
+	PatchToVec(md.results.Transient3DSolution(3).Vel),...
+	PatchToVec(md.results.Transient3DSolution(3).Pressure),...
+	PatchToVec(md.results.Transient3DSolution(3).Bed),...
+	PatchToVec(md.results.Transient3DSolution(3).Surface),...
+	PatchToVec(md.results.Transient3DSolution(3).Thickness),...
+	PatchToVec(md.results.Transient3DSolution(3).Temperature),...
+	PatchToVec(md.results.Transient3DSolution(3).MeltingRate),...
+	};
Index: sm/trunk/test/NightlyRun/test220_nightly.m
===================================================================
--- /issm/trunk/test/NightlyRun/test220_nightly.m	(revision 5097)
+++ 	(revision )
@@ -1,36 +1,0 @@
-field_names     ={'Vx1','Vy1','Vz1','Vel1','Pressure1','Bed1','Surface1','Thickness1','Temperature1','MeltingRate1', ...
-				      'Vx2','Vy2','Vz2','Vel2','Pressure2','Bed2','Surface2','Thickness2','Temperature2','MeltingRate2', ...
-					   'Vx3','Vy3','Vz3','Vel3','Pressure3','Bed3','Surface3','Thickness3','Temperature3','MeltingRate3'};
-field_tolerances={1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-06};
-field_values={...
-	PatchToVec(md.results.Transient3DSolution(1).Vx),...
-	PatchToVec(md.results.Transient3DSolution(1).Vy),...
-	PatchToVec(md.results.Transient3DSolution(1).Vz),...
-	PatchToVec(md.results.Transient3DSolution(1).Vel),...
-	PatchToVec(md.results.Transient3DSolution(1).Pressure),...
-	PatchToVec(md.results.Transient3DSolution(1).Bed),...
-	PatchToVec(md.results.Transient3DSolution(1).Surface),...
-	PatchToVec(md.results.Transient3DSolution(1).Thickness),...
-	PatchToVec(md.results.Transient3DSolution(1).Temperature),...
-	PatchToVec(md.results.Transient3DSolution(1).MeltingRate),...
-	PatchToVec(md.results.Transient3DSolution(2).Vx),...
-	PatchToVec(md.results.Transient3DSolution(2).Vy),...
-	PatchToVec(md.results.Transient3DSolution(2).Vz),...
-	PatchToVec(md.results.Transient3DSolution(2).Vel),...
-	PatchToVec(md.results.Transient3DSolution(2).Pressure),...
-	PatchToVec(md.results.Transient3DSolution(2).Bed),...
-	PatchToVec(md.results.Transient3DSolution(2).Surface),...
-	PatchToVec(md.results.Transient3DSolution(2).Thickness),...
-	PatchToVec(md.results.Transient3DSolution(2).Temperature),...
-	PatchToVec(md.results.Transient3DSolution(2).MeltingRate),...
-	PatchToVec(md.results.Transient3DSolution(3).Vx),...
-	PatchToVec(md.results.Transient3DSolution(3).Vy),...
-	PatchToVec(md.results.Transient3DSolution(3).Vz),...
-	PatchToVec(md.results.Transient3DSolution(3).Vel),...
-	PatchToVec(md.results.Transient3DSolution(3).Pressure),...
-	PatchToVec(md.results.Transient3DSolution(3).Bed),...
-	PatchToVec(md.results.Transient3DSolution(3).Surface),...
-	PatchToVec(md.results.Transient3DSolution(3).Thickness),...
-	PatchToVec(md.results.Transient3DSolution(3).Temperature),...
-	PatchToVec(md.results.Transient3DSolution(3).MeltingRate),...
-	};
Index: /issm/trunk/test/NightlyRun/test221.m
===================================================================
--- /issm/trunk/test/NightlyRun/test221.m	(revision 5097)
+++ /issm/trunk/test/NightlyRun/test221.m	(revision 5098)
@@ -7,2 +7,40 @@
 md.cluster='none';
 md=solve(md,'analysis_type',Transient3DSolutionEnum);
+
+%Fields and tolerances to track changes
+field_names     ={'Vx1','Vy1','Vz1','Vel1','Pressure1','Bed1','Surface1','Thickness1','Temperature1','MeltingRate1', ...
+				      'Vx2','Vy2','Vz2','Vel2','Pressure2','Bed2','Surface2','Thickness2','Temperature2','MeltingRate2', ...
+					   'Vx3','Vy3','Vz3','Vel3','Pressure3','Bed3','Surface3','Thickness3','Temperature3','MeltingRate3'};
+field_tolerances={1e-08,1e-08,1e-08,1e-08,1e-08,1e-08,1e-08,1e-08,1e-08,1e-08,1e-08,1e-08,1e-08,1e-08,1e-08,1e-08,1e-08,1e-08,1e-08,1e-08,1e-08,1e-08,1e-08,1e-08,1e-08,1e-08,1e-08,1e-08,1e-08,1e-08};
+field_values={...
+	PatchToVec(md.results.Transient3DSolution(1).Vx),...
+	PatchToVec(md.results.Transient3DSolution(1).Vy),...
+	PatchToVec(md.results.Transient3DSolution(1).Vz),...
+	PatchToVec(md.results.Transient3DSolution(1).Vel),...
+	PatchToVec(md.results.Transient3DSolution(1).Pressure),...
+	PatchToVec(md.results.Transient3DSolution(1).Bed),...
+	PatchToVec(md.results.Transient3DSolution(1).Surface),...
+	PatchToVec(md.results.Transient3DSolution(1).Thickness),...
+	PatchToVec(md.results.Transient3DSolution(1).Temperature),...
+	PatchToVec(md.results.Transient3DSolution(1).MeltingRate),...
+	PatchToVec(md.results.Transient3DSolution(2).Vx),...
+	PatchToVec(md.results.Transient3DSolution(2).Vy),...
+	PatchToVec(md.results.Transient3DSolution(2).Vz),...
+	PatchToVec(md.results.Transient3DSolution(2).Vel),...
+	PatchToVec(md.results.Transient3DSolution(2).Pressure),...
+	PatchToVec(md.results.Transient3DSolution(2).Bed),...
+	PatchToVec(md.results.Transient3DSolution(2).Surface),...
+	PatchToVec(md.results.Transient3DSolution(2).Thickness),...
+	PatchToVec(md.results.Transient3DSolution(2).Temperature),...
+	PatchToVec(md.results.Transient3DSolution(2).MeltingRate),...
+	PatchToVec(md.results.Transient3DSolution(3).Vx),...
+	PatchToVec(md.results.Transient3DSolution(3).Vy),...
+	PatchToVec(md.results.Transient3DSolution(3).Vz),...
+	PatchToVec(md.results.Transient3DSolution(3).Vel),...
+	PatchToVec(md.results.Transient3DSolution(3).Pressure),...
+	PatchToVec(md.results.Transient3DSolution(3).Bed),...
+	PatchToVec(md.results.Transient3DSolution(3).Surface),...
+	PatchToVec(md.results.Transient3DSolution(3).Thickness),...
+	PatchToVec(md.results.Transient3DSolution(3).Temperature),...
+	PatchToVec(md.results.Transient3DSolution(3).MeltingRate),...
+	};
Index: sm/trunk/test/NightlyRun/test221_nightly.m
===================================================================
--- /issm/trunk/test/NightlyRun/test221_nightly.m	(revision 5097)
+++ 	(revision )
@@ -1,36 +1,0 @@
-field_names     ={'Vx1','Vy1','Vz1','Vel1','Pressure1','Bed1','Surface1','Thickness1','Temperature1','MeltingRate1', ...
-				      'Vx2','Vy2','Vz2','Vel2','Pressure2','Bed2','Surface2','Thickness2','Temperature2','MeltingRate2', ...
-					   'Vx3','Vy3','Vz3','Vel3','Pressure3','Bed3','Surface3','Thickness3','Temperature3','MeltingRate3'};
-field_tolerances={1e-08,1e-08,1e-08,1e-08,1e-08,1e-08,1e-08,1e-08,1e-08,1e-08,1e-08,1e-08,1e-08,1e-08,1e-08,1e-08,1e-08,1e-08,1e-08,1e-08,1e-08,1e-08,1e-08,1e-08,1e-08,1e-08,1e-08,1e-08,1e-08,1e-08};
-field_values={...
-	PatchToVec(md.results.Transient3DSolution(1).Vx),...
-	PatchToVec(md.results.Transient3DSolution(1).Vy),...
-	PatchToVec(md.results.Transient3DSolution(1).Vz),...
-	PatchToVec(md.results.Transient3DSolution(1).Vel),...
-	PatchToVec(md.results.Transient3DSolution(1).Pressure),...
-	PatchToVec(md.results.Transient3DSolution(1).Bed),...
-	PatchToVec(md.results.Transient3DSolution(1).Surface),...
-	PatchToVec(md.results.Transient3DSolution(1).Thickness),...
-	PatchToVec(md.results.Transient3DSolution(1).Temperature),...
-	PatchToVec(md.results.Transient3DSolution(1).MeltingRate),...
-	PatchToVec(md.results.Transient3DSolution(2).Vx),...
-	PatchToVec(md.results.Transient3DSolution(2).Vy),...
-	PatchToVec(md.results.Transient3DSolution(2).Vz),...
-	PatchToVec(md.results.Transient3DSolution(2).Vel),...
-	PatchToVec(md.results.Transient3DSolution(2).Pressure),...
-	PatchToVec(md.results.Transient3DSolution(2).Bed),...
-	PatchToVec(md.results.Transient3DSolution(2).Surface),...
-	PatchToVec(md.results.Transient3DSolution(2).Thickness),...
-	PatchToVec(md.results.Transient3DSolution(2).Temperature),...
-	PatchToVec(md.results.Transient3DSolution(2).MeltingRate),...
-	PatchToVec(md.results.Transient3DSolution(3).Vx),...
-	PatchToVec(md.results.Transient3DSolution(3).Vy),...
-	PatchToVec(md.results.Transient3DSolution(3).Vz),...
-	PatchToVec(md.results.Transient3DSolution(3).Vel),...
-	PatchToVec(md.results.Transient3DSolution(3).Pressure),...
-	PatchToVec(md.results.Transient3DSolution(3).Bed),...
-	PatchToVec(md.results.Transient3DSolution(3).Surface),...
-	PatchToVec(md.results.Transient3DSolution(3).Thickness),...
-	PatchToVec(md.results.Transient3DSolution(3).Temperature),...
-	PatchToVec(md.results.Transient3DSolution(3).MeltingRate),...
-	};
Index: /issm/trunk/test/NightlyRun/test222.m
===================================================================
--- /issm/trunk/test/NightlyRun/test222.m	(revision 5097)
+++ /issm/trunk/test/NightlyRun/test222.m	(revision 5098)
@@ -7,2 +7,40 @@
 md.cluster=oshostname;
 md=solve(md,'analysis_type',Transient3DSolutionEnum);
+
+%Fields and tolerances to track changes
+field_names     ={'Vx1','Vy1','Vz1','Vel1','Pressure1','Bed1','Surface1','Thickness1','Temperature1','MeltingRate1', ...
+				      'Vx2','Vy2','Vz2','Vel2','Pressure2','Bed2','Surface2','Thickness2','Temperature2','MeltingRate2', ...
+					   'Vx3','Vy3','Vz3','Vel3','Pressure3','Bed3','Surface3','Thickness3','Temperature3','MeltingRate3'};
+field_tolerances={1e-08,1e-08,1e-07,1e-08,1e-08,1e-08,1e-08,1e-08,1e-08,1e-08,1e-08,1e-08,1e-07,1e-08,1e-08,1e-08,1e-08,1e-08,1e-08,1e-08,1e-08,1e-08,1e-08,1e-08,1e-08,1e-08,1e-08,1e-08,1e-08,1e-06};
+field_values={...
+	PatchToVec(md.results.Transient3DSolution(1).Vx),...
+	PatchToVec(md.results.Transient3DSolution(1).Vy),...
+	PatchToVec(md.results.Transient3DSolution(1).Vz),...
+	PatchToVec(md.results.Transient3DSolution(1).Vel),...
+	PatchToVec(md.results.Transient3DSolution(1).Pressure),...
+	PatchToVec(md.results.Transient3DSolution(1).Bed),...
+	PatchToVec(md.results.Transient3DSolution(1).Surface),...
+	PatchToVec(md.results.Transient3DSolution(1).Thickness),...
+	PatchToVec(md.results.Transient3DSolution(1).Temperature),...
+	PatchToVec(md.results.Transient3DSolution(1).MeltingRate),...
+	PatchToVec(md.results.Transient3DSolution(2).Vx),...
+	PatchToVec(md.results.Transient3DSolution(2).Vy),...
+	PatchToVec(md.results.Transient3DSolution(2).Vz),...
+	PatchToVec(md.results.Transient3DSolution(2).Vel),...
+	PatchToVec(md.results.Transient3DSolution(2).Pressure),...
+	PatchToVec(md.results.Transient3DSolution(2).Bed),...
+	PatchToVec(md.results.Transient3DSolution(2).Surface),...
+	PatchToVec(md.results.Transient3DSolution(2).Thickness),...
+	PatchToVec(md.results.Transient3DSolution(2).Temperature),...
+	PatchToVec(md.results.Transient3DSolution(2).MeltingRate),...
+	PatchToVec(md.results.Transient3DSolution(3).Vx),...
+	PatchToVec(md.results.Transient3DSolution(3).Vy),...
+	PatchToVec(md.results.Transient3DSolution(3).Vz),...
+	PatchToVec(md.results.Transient3DSolution(3).Vel),...
+	PatchToVec(md.results.Transient3DSolution(3).Pressure),...
+	PatchToVec(md.results.Transient3DSolution(3).Bed),...
+	PatchToVec(md.results.Transient3DSolution(3).Surface),...
+	PatchToVec(md.results.Transient3DSolution(3).Thickness),...
+	PatchToVec(md.results.Transient3DSolution(3).Temperature),...
+	PatchToVec(md.results.Transient3DSolution(3).MeltingRate),...
+	};
Index: sm/trunk/test/NightlyRun/test222_nightly.m
===================================================================
--- /issm/trunk/test/NightlyRun/test222_nightly.m	(revision 5097)
+++ 	(revision )
@@ -1,36 +1,0 @@
-field_names     ={'Vx1','Vy1','Vz1','Vel1','Pressure1','Bed1','Surface1','Thickness1','Temperature1','MeltingRate1', ...
-				      'Vx2','Vy2','Vz2','Vel2','Pressure2','Bed2','Surface2','Thickness2','Temperature2','MeltingRate2', ...
-					   'Vx3','Vy3','Vz3','Vel3','Pressure3','Bed3','Surface3','Thickness3','Temperature3','MeltingRate3'};
-field_tolerances={1e-08,1e-08,1e-07,1e-08,1e-08,1e-08,1e-08,1e-08,1e-08,1e-08,1e-08,1e-08,1e-07,1e-08,1e-08,1e-08,1e-08,1e-08,1e-08,1e-08,1e-08,1e-08,1e-08,1e-08,1e-08,1e-08,1e-08,1e-08,1e-08,1e-06};
-field_values={...
-	PatchToVec(md.results.Transient3DSolution(1).Vx),...
-	PatchToVec(md.results.Transient3DSolution(1).Vy),...
-	PatchToVec(md.results.Transient3DSolution(1).Vz),...
-	PatchToVec(md.results.Transient3DSolution(1).Vel),...
-	PatchToVec(md.results.Transient3DSolution(1).Pressure),...
-	PatchToVec(md.results.Transient3DSolution(1).Bed),...
-	PatchToVec(md.results.Transient3DSolution(1).Surface),...
-	PatchToVec(md.results.Transient3DSolution(1).Thickness),...
-	PatchToVec(md.results.Transient3DSolution(1).Temperature),...
-	PatchToVec(md.results.Transient3DSolution(1).MeltingRate),...
-	PatchToVec(md.results.Transient3DSolution(2).Vx),...
-	PatchToVec(md.results.Transient3DSolution(2).Vy),...
-	PatchToVec(md.results.Transient3DSolution(2).Vz),...
-	PatchToVec(md.results.Transient3DSolution(2).Vel),...
-	PatchToVec(md.results.Transient3DSolution(2).Pressure),...
-	PatchToVec(md.results.Transient3DSolution(2).Bed),...
-	PatchToVec(md.results.Transient3DSolution(2).Surface),...
-	PatchToVec(md.results.Transient3DSolution(2).Thickness),...
-	PatchToVec(md.results.Transient3DSolution(2).Temperature),...
-	PatchToVec(md.results.Transient3DSolution(2).MeltingRate),...
-	PatchToVec(md.results.Transient3DSolution(3).Vx),...
-	PatchToVec(md.results.Transient3DSolution(3).Vy),...
-	PatchToVec(md.results.Transient3DSolution(3).Vz),...
-	PatchToVec(md.results.Transient3DSolution(3).Vel),...
-	PatchToVec(md.results.Transient3DSolution(3).Pressure),...
-	PatchToVec(md.results.Transient3DSolution(3).Bed),...
-	PatchToVec(md.results.Transient3DSolution(3).Surface),...
-	PatchToVec(md.results.Transient3DSolution(3).Thickness),...
-	PatchToVec(md.results.Transient3DSolution(3).Temperature),...
-	PatchToVec(md.results.Transient3DSolution(3).MeltingRate),...
-	};
Index: /issm/trunk/test/NightlyRun/test223.m
===================================================================
--- /issm/trunk/test/NightlyRun/test223.m	(revision 5097)
+++ /issm/trunk/test/NightlyRun/test223.m	(revision 5098)
@@ -19,2 +19,15 @@
 md.cluster='none';
 md=solve(md,'analysis_type',DiagnosticSolutionEnum);
+
+%Fields and tolerances to track changes
+field_names     ={'Gradient' 'Misfits' 'RheologyB2d' 'Pressure' 'Vel' 'Vx' 'Vy'};
+field_tolerances={1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13};
+field_values={...
+	PatchToVec(md.results.DiagnosticSolution.Gradient),...
+	md.results.DiagnosticSolution.J,...
+	PatchToVec(md.results.DiagnosticSolution.RheologyB2d),...
+	PatchToVec(md.results.DiagnosticSolution.Pressure),...
+	PatchToVec(md.results.DiagnosticSolution.Vel),...
+	PatchToVec(md.results.DiagnosticSolution.Vx),...
+	PatchToVec(md.results.DiagnosticSolution.Vy)
+};
Index: sm/trunk/test/NightlyRun/test223_nightly.m
===================================================================
--- /issm/trunk/test/NightlyRun/test223_nightly.m	(revision 5097)
+++ 	(revision )
@@ -1,11 +1,0 @@
-field_names     ={'Gradient' 'Misfits' 'RheologyB2d' 'Pressure' 'Vel' 'Vx' 'Vy'};
-field_tolerances={1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13};
-field_values={...
-	PatchToVec(md.results.DiagnosticSolution.Gradient),...
-	md.results.DiagnosticSolution.J,...
-	PatchToVec(md.results.DiagnosticSolution.RheologyB2d),...
-	PatchToVec(md.results.DiagnosticSolution.Pressure),...
-	PatchToVec(md.results.DiagnosticSolution.Vel),...
-	PatchToVec(md.results.DiagnosticSolution.Vx),...
-	PatchToVec(md.results.DiagnosticSolution.Vy)
-};
Index: /issm/trunk/test/NightlyRun/test224.m
===================================================================
--- /issm/trunk/test/NightlyRun/test224.m	(revision 5097)
+++ /issm/trunk/test/NightlyRun/test224.m	(revision 5098)
@@ -19,2 +19,15 @@
 md.cluster=oshostname();
 md=solve(md,'analysis_type',DiagnosticSolutionEnum);
+
+%Fields and tolerances to track changes
+field_names     ={'Gradient' 'Misfits' 'RheologyB2d' 'Pressure' 'Vel' 'Vx' 'Vy'};
+field_tolerances={1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13};
+field_values={...
+	PatchToVec(md.results.DiagnosticSolution.Gradient),...
+	md.results.DiagnosticSolution.J,...
+	PatchToVec(md.results.DiagnosticSolution.RheologyB2d),...
+	PatchToVec(md.results.DiagnosticSolution.Pressure),...
+	PatchToVec(md.results.DiagnosticSolution.Vel),...
+	PatchToVec(md.results.DiagnosticSolution.Vx),...
+	PatchToVec(md.results.DiagnosticSolution.Vy)
+};
Index: sm/trunk/test/NightlyRun/test224_nightly.m
===================================================================
--- /issm/trunk/test/NightlyRun/test224_nightly.m	(revision 5097)
+++ 	(revision )
@@ -1,11 +1,0 @@
-field_names     ={'Gradient' 'Misfits' 'RheologyB2d' 'Pressure' 'Vel' 'Vx' 'Vy'};
-field_tolerances={1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13};
-field_values={...
-	PatchToVec(md.results.DiagnosticSolution.Gradient),...
-	md.results.DiagnosticSolution.J,...
-	PatchToVec(md.results.DiagnosticSolution.RheologyB2d),...
-	PatchToVec(md.results.DiagnosticSolution.Pressure),...
-	PatchToVec(md.results.DiagnosticSolution.Vel),...
-	PatchToVec(md.results.DiagnosticSolution.Vx),...
-	PatchToVec(md.results.DiagnosticSolution.Vy)
-};
Index: /issm/trunk/test/NightlyRun/test225.m
===================================================================
--- /issm/trunk/test/NightlyRun/test225.m	(revision 5097)
+++ /issm/trunk/test/NightlyRun/test225.m	(revision 5098)
@@ -20,2 +20,15 @@
 md.cluster='none';
 md=solve(md,'analysis_type',DiagnosticSolutionEnum);
+
+%Fields and tolerances to track changes
+field_names     ={'Gradient' 'Misfits' 'RheologyB2d' 'Pressure' 'Vel' 'Vx' 'Vy'};
+field_tolerances={1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13};
+field_values={...
+	PatchToVec(md.results.DiagnosticSolution.Gradient),...
+	md.results.DiagnosticSolution.J,...
+	PatchToVec(md.results.DiagnosticSolution.RheologyB),...
+	PatchToVec(md.results.DiagnosticSolution.Pressure),...
+	PatchToVec(md.results.DiagnosticSolution.Vel),...
+	PatchToVec(md.results.DiagnosticSolution.Vx),...
+	PatchToVec(md.results.DiagnosticSolution.Vy)
+};
Index: sm/trunk/test/NightlyRun/test225_nightly.m
===================================================================
--- /issm/trunk/test/NightlyRun/test225_nightly.m	(revision 5097)
+++ 	(revision )
@@ -1,11 +1,0 @@
-field_names     ={'Gradient' 'Misfits' 'RheologyB2d' 'Pressure' 'Vel' 'Vx' 'Vy'};
-field_tolerances={1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13};
-field_values={...
-	PatchToVec(md.results.DiagnosticSolution.Gradient),...
-	md.results.DiagnosticSolution.J,...
-	PatchToVec(md.results.DiagnosticSolution.RheologyB),...
-	PatchToVec(md.results.DiagnosticSolution.Pressure),...
-	PatchToVec(md.results.DiagnosticSolution.Vel),...
-	PatchToVec(md.results.DiagnosticSolution.Vx),...
-	PatchToVec(md.results.DiagnosticSolution.Vy)
-};
Index: /issm/trunk/test/NightlyRun/test226.m
===================================================================
--- /issm/trunk/test/NightlyRun/test226.m	(revision 5097)
+++ /issm/trunk/test/NightlyRun/test226.m	(revision 5098)
@@ -20,2 +20,15 @@
 md.cluster=oshostname();
 md=solve(md,'analysis_type',DiagnosticSolutionEnum);
+
+%Fields and tolerances to track changes
+field_names     ={'Gradient' 'Misfits' 'RheologyB2d' 'Pressure' 'Vel' 'Vx' 'Vy'};
+field_tolerances={1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13};
+field_values={...
+	PatchToVec(md.results.DiagnosticSolution.Gradient),...
+	md.results.DiagnosticSolution.J,...
+	PatchToVec(md.results.DiagnosticSolution.RheologyB),...
+	PatchToVec(md.results.DiagnosticSolution.Pressure),...
+	PatchToVec(md.results.DiagnosticSolution.Vel),...
+	PatchToVec(md.results.DiagnosticSolution.Vx),...
+	PatchToVec(md.results.DiagnosticSolution.Vy)
+};
Index: sm/trunk/test/NightlyRun/test226_nightly.m
===================================================================
--- /issm/trunk/test/NightlyRun/test226_nightly.m	(revision 5097)
+++ 	(revision )
@@ -1,11 +1,0 @@
-field_names     ={'Gradient' 'Misfits' 'RheologyB2d' 'Pressure' 'Vel' 'Vx' 'Vy'};
-field_tolerances={1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13};
-field_values={...
-	PatchToVec(md.results.DiagnosticSolution.Gradient),...
-	md.results.DiagnosticSolution.J,...
-	PatchToVec(md.results.DiagnosticSolution.RheologyB),...
-	PatchToVec(md.results.DiagnosticSolution.Pressure),...
-	PatchToVec(md.results.DiagnosticSolution.Vel),...
-	PatchToVec(md.results.DiagnosticSolution.Vx),...
-	PatchToVec(md.results.DiagnosticSolution.Vy)
-};
Index: /issm/trunk/test/NightlyRun/test227.m
===================================================================
--- /issm/trunk/test/NightlyRun/test227.m	(revision 5097)
+++ /issm/trunk/test/NightlyRun/test227.m	(revision 5098)
@@ -20,2 +20,15 @@
 md.cluster='none';
 md=solve(md,'analysis_type',DiagnosticSolutionEnum);
+
+%Fields and tolerances to track changes
+field_names     ={'Gradient' 'Misfits' 'RheologyB2d' 'Pressure' 'Vel' 'Vx' 'Vy'};
+field_tolerances={1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09};
+field_values={...
+	PatchToVec(md.results.DiagnosticSolution.Gradient),...
+	md.results.DiagnosticSolution.J,...
+	PatchToVec(md.results.DiagnosticSolution.RheologyB),...
+	PatchToVec(md.results.DiagnosticSolution.Pressure),...
+	PatchToVec(md.results.DiagnosticSolution.Vel),...
+	PatchToVec(md.results.DiagnosticSolution.Vx),...
+	PatchToVec(md.results.DiagnosticSolution.Vy)
+};
Index: sm/trunk/test/NightlyRun/test227_nightly.m
===================================================================
--- /issm/trunk/test/NightlyRun/test227_nightly.m	(revision 5097)
+++ 	(revision )
@@ -1,11 +1,0 @@
-field_names     ={'Gradient' 'Misfits' 'RheologyB2d' 'Pressure' 'Vel' 'Vx' 'Vy'};
-field_tolerances={1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09};
-field_values={...
-	PatchToVec(md.results.DiagnosticSolution.Gradient),...
-	md.results.DiagnosticSolution.J,...
-	PatchToVec(md.results.DiagnosticSolution.RheologyB),...
-	PatchToVec(md.results.DiagnosticSolution.Pressure),...
-	PatchToVec(md.results.DiagnosticSolution.Vel),...
-	PatchToVec(md.results.DiagnosticSolution.Vx),...
-	PatchToVec(md.results.DiagnosticSolution.Vy)
-};
Index: /issm/trunk/test/NightlyRun/test228.m
===================================================================
--- /issm/trunk/test/NightlyRun/test228.m	(revision 5097)
+++ /issm/trunk/test/NightlyRun/test228.m	(revision 5098)
@@ -20,2 +20,15 @@
 md.cluster=oshostname();
 md=solve(md,'analysis_type',DiagnosticSolutionEnum);
+
+%Fields and tolerances to track changes
+field_names     ={'Gradient' 'Misfits' 'RheologyB2d' 'Pressure' 'Vel' 'Vx' 'Vy'};
+field_tolerances={1e-07,1e-08,1e-08,1e-08,1e-08,1e-08,1e-08,1e-08,1e-08,1e-08};
+field_values={...
+	PatchToVec(md.results.DiagnosticSolution.Gradient),...
+	md.results.DiagnosticSolution.J,...
+	PatchToVec(md.results.DiagnosticSolution.RheologyB),...
+	PatchToVec(md.results.DiagnosticSolution.Pressure),...
+	PatchToVec(md.results.DiagnosticSolution.Vel),...
+	PatchToVec(md.results.DiagnosticSolution.Vx),...
+	PatchToVec(md.results.DiagnosticSolution.Vy)
+};
Index: sm/trunk/test/NightlyRun/test228_nightly.m
===================================================================
--- /issm/trunk/test/NightlyRun/test228_nightly.m	(revision 5097)
+++ 	(revision )
@@ -1,11 +1,0 @@
-field_names     ={'Gradient' 'Misfits' 'RheologyB2d' 'Pressure' 'Vel' 'Vx' 'Vy'};
-field_tolerances={1e-07,1e-08,1e-08,1e-08,1e-08,1e-08,1e-08,1e-08,1e-08,1e-08};
-field_values={...
-	PatchToVec(md.results.DiagnosticSolution.Gradient),...
-	md.results.DiagnosticSolution.J,...
-	PatchToVec(md.results.DiagnosticSolution.RheologyB),...
-	PatchToVec(md.results.DiagnosticSolution.Pressure),...
-	PatchToVec(md.results.DiagnosticSolution.Vel),...
-	PatchToVec(md.results.DiagnosticSolution.Vx),...
-	PatchToVec(md.results.DiagnosticSolution.Vy)
-};
Index: /issm/trunk/test/NightlyRun/test229.m
===================================================================
--- /issm/trunk/test/NightlyRun/test229.m	(revision 5097)
+++ /issm/trunk/test/NightlyRun/test229.m	(revision 5098)
@@ -20,2 +20,15 @@
 md.cluster='none';
 md=solve(md,'analysis_type',DiagnosticSolutionEnum);
+
+%Fields and tolerances to track changes
+field_names     ={'Gradient' 'Misfits' 'RheologyB2d' 'Pressure' 'Vel' 'Vx' 'Vy'};
+field_tolerances={1e-08,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09};
+field_values={...
+	PatchToVec(md.results.DiagnosticSolution.Gradient),...
+	md.results.DiagnosticSolution.J,...
+	PatchToVec(md.results.DiagnosticSolution.RheologyB),...
+	PatchToVec(md.results.DiagnosticSolution.Pressure),...
+	PatchToVec(md.results.DiagnosticSolution.Vel),...
+	PatchToVec(md.results.DiagnosticSolution.Vx),...
+	PatchToVec(md.results.DiagnosticSolution.Vy)
+};
Index: sm/trunk/test/NightlyRun/test229_nightly.m
===================================================================
--- /issm/trunk/test/NightlyRun/test229_nightly.m	(revision 5097)
+++ 	(revision )
@@ -1,11 +1,0 @@
-field_names     ={'Gradient' 'Misfits' 'RheologyB2d' 'Pressure' 'Vel' 'Vx' 'Vy'};
-field_tolerances={1e-08,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09};
-field_values={...
-	PatchToVec(md.results.DiagnosticSolution.Gradient),...
-	md.results.DiagnosticSolution.J,...
-	PatchToVec(md.results.DiagnosticSolution.RheologyB),...
-	PatchToVec(md.results.DiagnosticSolution.Pressure),...
-	PatchToVec(md.results.DiagnosticSolution.Vel),...
-	PatchToVec(md.results.DiagnosticSolution.Vx),...
-	PatchToVec(md.results.DiagnosticSolution.Vy)
-};
Index: /issm/trunk/test/NightlyRun/test230.m
===================================================================
--- /issm/trunk/test/NightlyRun/test230.m	(revision 5097)
+++ /issm/trunk/test/NightlyRun/test230.m	(revision 5098)
@@ -20,2 +20,15 @@
 md.cluster=oshostname();
 md=solve(md,'analysis_type',DiagnosticSolutionEnum);
+
+%Fields and tolerances to track changes
+field_names     ={'Gradient' 'Misfits' 'RheologyB2d' 'Pressure' 'Vel' 'Vx' 'Vy'};
+field_tolerances={1e-08,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09};
+field_values={...
+	PatchToVec(md.results.DiagnosticSolution.Gradient),...
+	md.results.DiagnosticSolution.J,...
+	PatchToVec(md.results.DiagnosticSolution.RheologyB),...
+	PatchToVec(md.results.DiagnosticSolution.Pressure),...
+	PatchToVec(md.results.DiagnosticSolution.Vel),...
+	PatchToVec(md.results.DiagnosticSolution.Vx),...
+	PatchToVec(md.results.DiagnosticSolution.Vy)
+};
Index: sm/trunk/test/NightlyRun/test230_nightly.m
===================================================================
--- /issm/trunk/test/NightlyRun/test230_nightly.m	(revision 5097)
+++ 	(revision )
@@ -1,11 +1,0 @@
-field_names     ={'Gradient' 'Misfits' 'RheologyB2d' 'Pressure' 'Vel' 'Vx' 'Vy'};
-field_tolerances={1e-08,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09};
-field_values={...
-	PatchToVec(md.results.DiagnosticSolution.Gradient),...
-	md.results.DiagnosticSolution.J,...
-	PatchToVec(md.results.DiagnosticSolution.RheologyB),...
-	PatchToVec(md.results.DiagnosticSolution.Pressure),...
-	PatchToVec(md.results.DiagnosticSolution.Vel),...
-	PatchToVec(md.results.DiagnosticSolution.Vx),...
-	PatchToVec(md.results.DiagnosticSolution.Vy)
-};
Index: /issm/trunk/test/NightlyRun/test231.m
===================================================================
--- /issm/trunk/test/NightlyRun/test231.m	(revision 5097)
+++ /issm/trunk/test/NightlyRun/test231.m	(revision 5098)
@@ -9,2 +9,12 @@
 error('rifts not working for now')
 md=solve(md,'analysis_type',DiagnosticSolutionEnum);
+
+%Fields and tolerances to track changes
+field_names     ={'Vx','Vy','Vel','Pressure'};
+field_tolerances={1e-13,1e-13,1e-13,1e-13};
+field_values={...
+	PatchToVec(md.results.DiagnosticSolution.Vx),...
+	PatchToVec(md.results.DiagnosticSolution.Vy),...
+	PatchToVec(md.results.DiagnosticSolution.Vel),...
+	PatchToVec(md.results.DiagnosticSolution.Pressure),...
+	};
Index: sm/trunk/test/NightlyRun/test231_nightly.m
===================================================================
--- /issm/trunk/test/NightlyRun/test231_nightly.m	(revision 5097)
+++ 	(revision )
@@ -1,8 +1,0 @@
-field_names     ={'Vx','Vy','Vel','Pressure'};
-field_tolerances={1e-13,1e-13,1e-13,1e-13};
-field_values={...
-	PatchToVec(md.results.DiagnosticSolution.Vx),...
-	PatchToVec(md.results.DiagnosticSolution.Vy),...
-	PatchToVec(md.results.DiagnosticSolution.Vel),...
-	PatchToVec(md.results.DiagnosticSolution.Pressure),...
-	};
Index: /issm/trunk/test/NightlyRun/test232.m
===================================================================
--- /issm/trunk/test/NightlyRun/test232.m	(revision 5097)
+++ /issm/trunk/test/NightlyRun/test232.m	(revision 5098)
@@ -9,2 +9,12 @@
 error('rifts not working for now')
 md=solve(md,'analysis_type',DiagnosticSolutionEnum);
+
+%Fields and tolerances to track changes
+field_names     ={'Vx','Vy','Vel','Pressure'};
+field_tolerances={1e-13,1e-13,1e-13,1e-13};
+field_values={...
+	PatchToVec(md.results.DiagnosticSolution.Vx),...
+	PatchToVec(md.results.DiagnosticSolution.Vy),...
+	PatchToVec(md.results.DiagnosticSolution.Vel),...
+	PatchToVec(md.results.DiagnosticSolution.Pressure),...
+	};
Index: sm/trunk/test/NightlyRun/test232_nightly.m
===================================================================
--- /issm/trunk/test/NightlyRun/test232_nightly.m	(revision 5097)
+++ 	(revision )
@@ -1,8 +1,0 @@
-field_names     ={'Vx','Vy','Vel','Pressure'};
-field_tolerances={1e-13,1e-13,1e-13,1e-13};
-field_values={...
-	PatchToVec(md.results.DiagnosticSolution.Vx),...
-	PatchToVec(md.results.DiagnosticSolution.Vy),...
-	PatchToVec(md.results.DiagnosticSolution.Vel),...
-	PatchToVec(md.results.DiagnosticSolution.Pressure),...
-	};
Index: /issm/trunk/test/NightlyRun/test301.m
===================================================================
--- /issm/trunk/test/NightlyRun/test301.m	(revision 5097)
+++ /issm/trunk/test/NightlyRun/test301.m	(revision 5098)
@@ -5,2 +5,12 @@
 md.cluster='none';
 md=solve(md,'analysis_type',DiagnosticSolutionEnum);
+
+%Fields and tolerances to track changes
+field_names     ={'Vx','Vy','Vel','Pressure'};
+field_tolerances={1e-13,1e-13,1e-13,1e-13};
+field_values={...
+	PatchToVec(md.results.DiagnosticSolution.Vx),...
+	PatchToVec(md.results.DiagnosticSolution.Vy),...
+	PatchToVec(md.results.DiagnosticSolution.Vel),...
+	PatchToVec(md.results.DiagnosticSolution.Pressure),...
+	};
Index: sm/trunk/test/NightlyRun/test301_nightly.m
===================================================================
--- /issm/trunk/test/NightlyRun/test301_nightly.m	(revision 5097)
+++ 	(revision )
@@ -1,8 +1,0 @@
-field_names     ={'Vx','Vy','Vel','Pressure'};
-field_tolerances={1e-13,1e-13,1e-13,1e-13};
-field_values={...
-	PatchToVec(md.results.DiagnosticSolution.Vx),...
-	PatchToVec(md.results.DiagnosticSolution.Vy),...
-	PatchToVec(md.results.DiagnosticSolution.Vel),...
-	PatchToVec(md.results.DiagnosticSolution.Pressure),...
-	};
Index: /issm/trunk/test/NightlyRun/test302.m
===================================================================
--- /issm/trunk/test/NightlyRun/test302.m	(revision 5097)
+++ /issm/trunk/test/NightlyRun/test302.m	(revision 5098)
@@ -5,2 +5,12 @@
 md.cluster=oshostname();
 md=solve(md,'analysis_type',DiagnosticSolutionEnum);
+
+%Fields and tolerances to track changes
+field_names     ={'Vx','Vy','Vel','Pressure'};
+field_tolerances={1e-13,1e-13,1e-13,1e-13};
+field_values={...
+	PatchToVec(md.results.DiagnosticSolution.Vx),...
+	PatchToVec(md.results.DiagnosticSolution.Vy),...
+	PatchToVec(md.results.DiagnosticSolution.Vel),...
+	PatchToVec(md.results.DiagnosticSolution.Pressure),...
+	};
Index: sm/trunk/test/NightlyRun/test302_nightly.m
===================================================================
--- /issm/trunk/test/NightlyRun/test302_nightly.m	(revision 5097)
+++ 	(revision )
@@ -1,8 +1,0 @@
-field_names     ={'Vx','Vy','Vel','Pressure'};
-field_tolerances={1e-13,1e-13,1e-13,1e-13};
-field_values={...
-	PatchToVec(md.results.DiagnosticSolution.Vx),...
-	PatchToVec(md.results.DiagnosticSolution.Vy),...
-	PatchToVec(md.results.DiagnosticSolution.Vel),...
-	PatchToVec(md.results.DiagnosticSolution.Pressure),...
-	};
Index: /issm/trunk/test/NightlyRun/test303.m
===================================================================
--- /issm/trunk/test/NightlyRun/test303.m	(revision 5097)
+++ /issm/trunk/test/NightlyRun/test303.m	(revision 5098)
@@ -5,2 +5,12 @@
 md.cluster='none';
 md=solve(md,'analysis_type',DiagnosticSolutionEnum);
+
+%Fields and tolerances to track changes
+field_names     ={'Vx','Vy','Vel','Pressure'};
+field_tolerances={1e-13,1e-13,1e-13,1e-13};
+field_values={...
+	PatchToVec(md.results.DiagnosticSolution.Vx),...
+	PatchToVec(md.results.DiagnosticSolution.Vy),...
+	PatchToVec(md.results.DiagnosticSolution.Vel),...
+	PatchToVec(md.results.DiagnosticSolution.Pressure),...
+	};
Index: sm/trunk/test/NightlyRun/test303_nightly.m
===================================================================
--- /issm/trunk/test/NightlyRun/test303_nightly.m	(revision 5097)
+++ 	(revision )
@@ -1,8 +1,0 @@
-field_names     ={'Vx','Vy','Vel','Pressure'};
-field_tolerances={1e-13,1e-13,1e-13,1e-13};
-field_values={...
-	PatchToVec(md.results.DiagnosticSolution.Vx),...
-	PatchToVec(md.results.DiagnosticSolution.Vy),...
-	PatchToVec(md.results.DiagnosticSolution.Vel),...
-	PatchToVec(md.results.DiagnosticSolution.Pressure),...
-	};
Index: /issm/trunk/test/NightlyRun/test304.m
===================================================================
--- /issm/trunk/test/NightlyRun/test304.m	(revision 5097)
+++ /issm/trunk/test/NightlyRun/test304.m	(revision 5098)
@@ -5,2 +5,12 @@
 md.cluster=oshostname();
 md=solve(md,'analysis_type',DiagnosticSolutionEnum);
+
+%Fields and tolerances to track changes
+field_names     ={'Vx','Vy','Vel','Pressure'};
+field_tolerances={1e-13,1e-13,1e-13,1e-13};
+field_values={...
+	PatchToVec(md.results.DiagnosticSolution.Vx),...
+	PatchToVec(md.results.DiagnosticSolution.Vy),...
+	PatchToVec(md.results.DiagnosticSolution.Vel),...
+	PatchToVec(md.results.DiagnosticSolution.Pressure),...
+	};
Index: sm/trunk/test/NightlyRun/test304_nightly.m
===================================================================
--- /issm/trunk/test/NightlyRun/test304_nightly.m	(revision 5097)
+++ 	(revision )
@@ -1,8 +1,0 @@
-field_names     ={'Vx','Vy','Vel','Pressure'};
-field_tolerances={1e-13,1e-13,1e-13,1e-13};
-field_values={...
-	PatchToVec(md.results.DiagnosticSolution.Vx),...
-	PatchToVec(md.results.DiagnosticSolution.Vy),...
-	PatchToVec(md.results.DiagnosticSolution.Vel),...
-	PatchToVec(md.results.DiagnosticSolution.Pressure),...
-	};
Index: /issm/trunk/test/NightlyRun/test305.m
===================================================================
--- /issm/trunk/test/NightlyRun/test305.m	(revision 5097)
+++ /issm/trunk/test/NightlyRun/test305.m	(revision 5098)
@@ -5,2 +5,12 @@
 md.cluster='none';
 md=solve(md,'analysis_type',DiagnosticSolutionEnum);
+
+%Fields and tolerances to track changes
+field_names     ={'Vx','Vy','Vel','Pressure'};
+field_tolerances={1e-13,1e-13,1e-13,1e-13};
+field_values={...
+	PatchToVec(md.results.DiagnosticSolution.Vx),...
+	PatchToVec(md.results.DiagnosticSolution.Vy),...
+	PatchToVec(md.results.DiagnosticSolution.Vel),...
+	PatchToVec(md.results.DiagnosticSolution.Pressure),...
+	};
Index: sm/trunk/test/NightlyRun/test305_nightly.m
===================================================================
--- /issm/trunk/test/NightlyRun/test305_nightly.m	(revision 5097)
+++ 	(revision )
@@ -1,8 +1,0 @@
-field_names     ={'Vx','Vy','Vel','Pressure'};
-field_tolerances={1e-13,1e-13,1e-13,1e-13};
-field_values={...
-	PatchToVec(md.results.DiagnosticSolution.Vx),...
-	PatchToVec(md.results.DiagnosticSolution.Vy),...
-	PatchToVec(md.results.DiagnosticSolution.Vel),...
-	PatchToVec(md.results.DiagnosticSolution.Pressure),...
-	};
Index: /issm/trunk/test/NightlyRun/test306.m
===================================================================
--- /issm/trunk/test/NightlyRun/test306.m	(revision 5097)
+++ /issm/trunk/test/NightlyRun/test306.m	(revision 5098)
@@ -5,2 +5,12 @@
 md.cluster=oshostname();
 md=solve(md,'analysis_type',DiagnosticSolutionEnum);
+
+%Fields and tolerances to track changes
+field_names     ={'Vx','Vy','Vel','Pressure'};
+field_tolerances={1e-13,1e-13,1e-13,1e-13};
+field_values={...
+	PatchToVec(md.results.DiagnosticSolution.Vx),...
+	PatchToVec(md.results.DiagnosticSolution.Vy),...
+	PatchToVec(md.results.DiagnosticSolution.Vel),...
+	PatchToVec(md.results.DiagnosticSolution.Pressure),...
+	};
Index: sm/trunk/test/NightlyRun/test306_nightly.m
===================================================================
--- /issm/trunk/test/NightlyRun/test306_nightly.m	(revision 5097)
+++ 	(revision )
@@ -1,8 +1,0 @@
-field_names     ={'Vx','Vy','Vel','Pressure'};
-field_tolerances={1e-13,1e-13,1e-13,1e-13};
-field_values={...
-	PatchToVec(md.results.DiagnosticSolution.Vx),...
-	PatchToVec(md.results.DiagnosticSolution.Vy),...
-	PatchToVec(md.results.DiagnosticSolution.Vel),...
-	PatchToVec(md.results.DiagnosticSolution.Pressure),...
-	};
Index: /issm/trunk/test/NightlyRun/test307.m
===================================================================
--- /issm/trunk/test/NightlyRun/test307.m	(revision 5097)
+++ /issm/trunk/test/NightlyRun/test307.m	(revision 5098)
@@ -6,2 +6,13 @@
 md.cluster='none';
 md=solve(md,'analysis_type',DiagnosticSolutionEnum);
+
+%Fields and tolerances to track changes
+field_names     ={'Vx','Vy','Vz','Vel','Pressure'};
+field_tolerances={1e-13,1e-13,1e-13,1e-13,1e-13};
+field_values={...
+	PatchToVec(md.results.DiagnosticSolution.Vx),...
+	PatchToVec(md.results.DiagnosticSolution.Vy),...
+	PatchToVec(md.results.DiagnosticSolution.Vz),...
+	PatchToVec(md.results.DiagnosticSolution.Vel),...
+	PatchToVec(md.results.DiagnosticSolution.Pressure),...
+	};
Index: sm/trunk/test/NightlyRun/test307_nightly.m
===================================================================
--- /issm/trunk/test/NightlyRun/test307_nightly.m	(revision 5097)
+++ 	(revision )
@@ -1,9 +1,0 @@
-field_names     ={'Vx','Vy','Vz','Vel','Pressure'};
-field_tolerances={1e-13,1e-13,1e-13,1e-13,1e-13};
-field_values={...
-	PatchToVec(md.results.DiagnosticSolution.Vx),...
-	PatchToVec(md.results.DiagnosticSolution.Vy),...
-	PatchToVec(md.results.DiagnosticSolution.Vz),...
-	PatchToVec(md.results.DiagnosticSolution.Vel),...
-	PatchToVec(md.results.DiagnosticSolution.Pressure),...
-	};
Index: /issm/trunk/test/NightlyRun/test308.m
===================================================================
--- /issm/trunk/test/NightlyRun/test308.m	(revision 5097)
+++ /issm/trunk/test/NightlyRun/test308.m	(revision 5098)
@@ -6,2 +6,13 @@
 md.cluster=oshostname();
 md=solve(md,'analysis_type',DiagnosticSolutionEnum);
+
+%Fields and tolerances to track changes
+field_names     ={'Vx','Vy','Vz','Vel','Pressure'};
+field_tolerances={1e-13,1e-13,1e-13,1e-13,1e-13};
+field_values={...
+	PatchToVec(md.results.DiagnosticSolution.Vx),...
+	PatchToVec(md.results.DiagnosticSolution.Vy),...
+	PatchToVec(md.results.DiagnosticSolution.Vz),...
+	PatchToVec(md.results.DiagnosticSolution.Vel),...
+	PatchToVec(md.results.DiagnosticSolution.Pressure),...
+	};
Index: sm/trunk/test/NightlyRun/test308_nightly.m
===================================================================
--- /issm/trunk/test/NightlyRun/test308_nightly.m	(revision 5097)
+++ 	(revision )
@@ -1,9 +1,0 @@
-field_names     ={'Vx','Vy','Vz','Vel','Pressure'};
-field_tolerances={1e-13,1e-13,1e-13,1e-13,1e-13};
-field_values={...
-	PatchToVec(md.results.DiagnosticSolution.Vx),...
-	PatchToVec(md.results.DiagnosticSolution.Vy),...
-	PatchToVec(md.results.DiagnosticSolution.Vz),...
-	PatchToVec(md.results.DiagnosticSolution.Vel),...
-	PatchToVec(md.results.DiagnosticSolution.Pressure),...
-	};
Index: /issm/trunk/test/NightlyRun/test309.m
===================================================================
--- /issm/trunk/test/NightlyRun/test309.m	(revision 5097)
+++ /issm/trunk/test/NightlyRun/test309.m	(revision 5098)
@@ -6,2 +6,13 @@
 md.cluster='none';
 md=solve(md,'analysis_type',DiagnosticSolutionEnum);
+
+%Fields and tolerances to track changes
+field_names     ={'Vx','Vy','Vz','Vel','Pressure'};
+field_tolerances={1e-13,1e-13,1e-13,1e-13,1e-13};
+field_values={...
+	PatchToVec(md.results.DiagnosticSolution.Vx),...
+	PatchToVec(md.results.DiagnosticSolution.Vy),...
+	PatchToVec(md.results.DiagnosticSolution.Vz),...
+	PatchToVec(md.results.DiagnosticSolution.Vel),...
+	PatchToVec(md.results.DiagnosticSolution.Pressure),...
+	};
Index: sm/trunk/test/NightlyRun/test309_nightly.m
===================================================================
--- /issm/trunk/test/NightlyRun/test309_nightly.m	(revision 5097)
+++ 	(revision )
@@ -1,9 +1,0 @@
-field_names     ={'Vx','Vy','Vz','Vel','Pressure'};
-field_tolerances={1e-13,1e-13,1e-13,1e-13,1e-13};
-field_values={...
-	PatchToVec(md.results.DiagnosticSolution.Vx),...
-	PatchToVec(md.results.DiagnosticSolution.Vy),...
-	PatchToVec(md.results.DiagnosticSolution.Vz),...
-	PatchToVec(md.results.DiagnosticSolution.Vel),...
-	PatchToVec(md.results.DiagnosticSolution.Pressure),...
-	};
Index: /issm/trunk/test/NightlyRun/test310.m
===================================================================
--- /issm/trunk/test/NightlyRun/test310.m	(revision 5097)
+++ /issm/trunk/test/NightlyRun/test310.m	(revision 5098)
@@ -6,2 +6,13 @@
 md.cluster=oshostname();
 md=solve(md,'analysis_type',DiagnosticSolutionEnum);
+
+%Fields and tolerances to track changes
+field_names     ={'Vx','Vy','Vz','Vel','Pressure'};
+field_tolerances={1e-13,1e-13,1e-13,1e-13,1e-13};
+field_values={...
+	PatchToVec(md.results.DiagnosticSolution.Vx),...
+	PatchToVec(md.results.DiagnosticSolution.Vy),...
+	PatchToVec(md.results.DiagnosticSolution.Vz),...
+	PatchToVec(md.results.DiagnosticSolution.Vel),...
+	PatchToVec(md.results.DiagnosticSolution.Pressure),...
+	};
Index: sm/trunk/test/NightlyRun/test310_nightly.m
===================================================================
--- /issm/trunk/test/NightlyRun/test310_nightly.m	(revision 5097)
+++ 	(revision )
@@ -1,9 +1,0 @@
-field_names     ={'Vx','Vy','Vz','Vel','Pressure'};
-field_tolerances={1e-13,1e-13,1e-13,1e-13,1e-13};
-field_values={...
-	PatchToVec(md.results.DiagnosticSolution.Vx),...
-	PatchToVec(md.results.DiagnosticSolution.Vy),...
-	PatchToVec(md.results.DiagnosticSolution.Vz),...
-	PatchToVec(md.results.DiagnosticSolution.Vel),...
-	PatchToVec(md.results.DiagnosticSolution.Pressure),...
-	};
Index: /issm/trunk/test/NightlyRun/test311.m
===================================================================
--- /issm/trunk/test/NightlyRun/test311.m	(revision 5097)
+++ /issm/trunk/test/NightlyRun/test311.m	(revision 5098)
@@ -6,2 +6,13 @@
 md.cluster='none';
 md=solve(md,'analysis_type',DiagnosticSolutionEnum);
+
+%Fields and tolerances to track changes
+field_names     ={'Vx','Vy','Vz','Vel','Pressure'};
+field_tolerances={1e-13,1e-13,1e-13,1e-13,1e-13};
+field_values={...
+	PatchToVec(md.results.DiagnosticSolution.Vx),...
+	PatchToVec(md.results.DiagnosticSolution.Vy),...
+	PatchToVec(md.results.DiagnosticSolution.Vz),...
+	PatchToVec(md.results.DiagnosticSolution.Vel),...
+	PatchToVec(md.results.DiagnosticSolution.Pressure),...
+	};
Index: sm/trunk/test/NightlyRun/test311_nightly.m
===================================================================
--- /issm/trunk/test/NightlyRun/test311_nightly.m	(revision 5097)
+++ 	(revision )
@@ -1,9 +1,0 @@
-field_names     ={'Vx','Vy','Vz','Vel','Pressure'};
-field_tolerances={1e-13,1e-13,1e-13,1e-13,1e-13};
-field_values={...
-	PatchToVec(md.results.DiagnosticSolution.Vx),...
-	PatchToVec(md.results.DiagnosticSolution.Vy),...
-	PatchToVec(md.results.DiagnosticSolution.Vz),...
-	PatchToVec(md.results.DiagnosticSolution.Vel),...
-	PatchToVec(md.results.DiagnosticSolution.Pressure),...
-	};
Index: /issm/trunk/test/NightlyRun/test312.m
===================================================================
--- /issm/trunk/test/NightlyRun/test312.m	(revision 5097)
+++ /issm/trunk/test/NightlyRun/test312.m	(revision 5098)
@@ -6,2 +6,13 @@
 md.cluster=oshostname();
 md=solve(md,'analysis_type',DiagnosticSolutionEnum);
+
+%Fields and tolerances to track changes
+field_names     ={'Vx','Vy','Vz','Vel','Pressure'};
+field_tolerances={1e-13,1e-13,1e-13,1e-13,1e-13};
+field_values={...
+	PatchToVec(md.results.DiagnosticSolution.Vx),...
+	PatchToVec(md.results.DiagnosticSolution.Vy),...
+	PatchToVec(md.results.DiagnosticSolution.Vz),...
+	PatchToVec(md.results.DiagnosticSolution.Vel),...
+	PatchToVec(md.results.DiagnosticSolution.Pressure),...
+	};
Index: sm/trunk/test/NightlyRun/test312_nightly.m
===================================================================
--- /issm/trunk/test/NightlyRun/test312_nightly.m	(revision 5097)
+++ 	(revision )
@@ -1,9 +1,0 @@
-field_names     ={'Vx','Vy','Vz','Vel','Pressure'};
-field_tolerances={1e-13,1e-13,1e-13,1e-13,1e-13};
-field_values={...
-	PatchToVec(md.results.DiagnosticSolution.Vx),...
-	PatchToVec(md.results.DiagnosticSolution.Vy),...
-	PatchToVec(md.results.DiagnosticSolution.Vz),...
-	PatchToVec(md.results.DiagnosticSolution.Vel),...
-	PatchToVec(md.results.DiagnosticSolution.Pressure),...
-	};
Index: /issm/trunk/test/NightlyRun/test313.m
===================================================================
--- /issm/trunk/test/NightlyRun/test313.m	(revision 5097)
+++ /issm/trunk/test/NightlyRun/test313.m	(revision 5098)
@@ -6,2 +6,13 @@
 md.cluster='none';
 md=solve(md,'analysis_type',DiagnosticSolutionEnum);
+
+%Fields and tolerances to track changes
+field_names     ={'Vx','Vy','Vz','Vel','Pressure'};
+field_tolerances={1e-13,1e-13,1e-13,1e-13,1e-13};
+field_values={...
+	PatchToVec(md.results.DiagnosticSolution.Vx),...
+	PatchToVec(md.results.DiagnosticSolution.Vy),...
+	PatchToVec(md.results.DiagnosticSolution.Vz),...
+	PatchToVec(md.results.DiagnosticSolution.Vel),...
+	PatchToVec(md.results.DiagnosticSolution.Pressure),...
+	};
Index: sm/trunk/test/NightlyRun/test313_nightly.m
===================================================================
--- /issm/trunk/test/NightlyRun/test313_nightly.m	(revision 5097)
+++ 	(revision )
@@ -1,9 +1,0 @@
-field_names     ={'Vx','Vy','Vz','Vel','Pressure'};
-field_tolerances={1e-13,1e-13,1e-13,1e-13,1e-13};
-field_values={...
-	PatchToVec(md.results.DiagnosticSolution.Vx),...
-	PatchToVec(md.results.DiagnosticSolution.Vy),...
-	PatchToVec(md.results.DiagnosticSolution.Vz),...
-	PatchToVec(md.results.DiagnosticSolution.Vel),...
-	PatchToVec(md.results.DiagnosticSolution.Pressure),...
-	};
Index: /issm/trunk/test/NightlyRun/test314.m
===================================================================
--- /issm/trunk/test/NightlyRun/test314.m	(revision 5097)
+++ /issm/trunk/test/NightlyRun/test314.m	(revision 5098)
@@ -6,2 +6,13 @@
 md.cluster=oshostname();
 md=solve(md,'analysis_type',DiagnosticSolutionEnum);
+
+%Fields and tolerances to track changes
+field_names     ={'Vx','Vy','Vz','Vel','Pressure'};
+field_tolerances={1e-09,1e-10,1e-10,1e-10,1e-10};
+field_values={...
+	PatchToVec(md.results.DiagnosticSolution.Vx),...
+	PatchToVec(md.results.DiagnosticSolution.Vy),...
+	PatchToVec(md.results.DiagnosticSolution.Vz),...
+	PatchToVec(md.results.DiagnosticSolution.Vel),...
+	PatchToVec(md.results.DiagnosticSolution.Pressure),...
+	};
Index: sm/trunk/test/NightlyRun/test314_nightly.m
===================================================================
--- /issm/trunk/test/NightlyRun/test314_nightly.m	(revision 5097)
+++ 	(revision )
@@ -1,9 +1,0 @@
-field_names     ={'Vx','Vy','Vz','Vel','Pressure'};
-field_tolerances={1e-09,1e-10,1e-10,1e-10,1e-10};
-field_values={...
-	PatchToVec(md.results.DiagnosticSolution.Vx),...
-	PatchToVec(md.results.DiagnosticSolution.Vy),...
-	PatchToVec(md.results.DiagnosticSolution.Vz),...
-	PatchToVec(md.results.DiagnosticSolution.Vel),...
-	PatchToVec(md.results.DiagnosticSolution.Pressure),...
-	};
Index: /issm/trunk/test/NightlyRun/test315.m
===================================================================
--- /issm/trunk/test/NightlyRun/test315.m	(revision 5097)
+++ /issm/trunk/test/NightlyRun/test315.m	(revision 5098)
@@ -6,2 +6,13 @@
 md.cluster='none';
 md=solve(md,'analysis_type',DiagnosticSolutionEnum);
+
+%Fields and tolerances to track changes
+field_names     ={'Vx','Vy','Vz','Vel','Pressure'};
+field_tolerances={1e-09,1e-09,1e-09,1e-09,1e-09};
+field_values={...
+	PatchToVec(md.results.DiagnosticSolution.Vx),...
+	PatchToVec(md.results.DiagnosticSolution.Vy),...
+	PatchToVec(md.results.DiagnosticSolution.Vz),...
+	PatchToVec(md.results.DiagnosticSolution.Vel),...
+	PatchToVec(md.results.DiagnosticSolution.Pressure),...
+	};
Index: sm/trunk/test/NightlyRun/test315_nightly.m
===================================================================
--- /issm/trunk/test/NightlyRun/test315_nightly.m	(revision 5097)
+++ 	(revision )
@@ -1,9 +1,0 @@
-field_names     ={'Vx','Vy','Vz','Vel','Pressure'};
-field_tolerances={1e-09,1e-09,1e-09,1e-09,1e-09};
-field_values={...
-	PatchToVec(md.results.DiagnosticSolution.Vx),...
-	PatchToVec(md.results.DiagnosticSolution.Vy),...
-	PatchToVec(md.results.DiagnosticSolution.Vz),...
-	PatchToVec(md.results.DiagnosticSolution.Vel),...
-	PatchToVec(md.results.DiagnosticSolution.Pressure),...
-	};
Index: /issm/trunk/test/NightlyRun/test316.m
===================================================================
--- /issm/trunk/test/NightlyRun/test316.m	(revision 5097)
+++ /issm/trunk/test/NightlyRun/test316.m	(revision 5098)
@@ -6,2 +6,13 @@
 md.cluster=oshostname();
 md=solve(md,'analysis_type',DiagnosticSolutionEnum);
+
+%Fields and tolerances to track changes
+field_names     ={'Vx','Vy','Vz','Vel','Pressure'};
+field_tolerances={1e-09,1e-09,1e-09,1e-09,1e-09};
+field_values={...
+	PatchToVec(md.results.DiagnosticSolution.Vx),...
+	PatchToVec(md.results.DiagnosticSolution.Vy),...
+	PatchToVec(md.results.DiagnosticSolution.Vz),...
+	PatchToVec(md.results.DiagnosticSolution.Vel),...
+	PatchToVec(md.results.DiagnosticSolution.Pressure),...
+	};
Index: sm/trunk/test/NightlyRun/test316_nightly.m
===================================================================
--- /issm/trunk/test/NightlyRun/test316_nightly.m	(revision 5097)
+++ 	(revision )
@@ -1,9 +1,0 @@
-field_names     ={'Vx','Vy','Vz','Vel','Pressure'};
-field_tolerances={1e-09,1e-09,1e-09,1e-09,1e-09};
-field_values={...
-	PatchToVec(md.results.DiagnosticSolution.Vx),...
-	PatchToVec(md.results.DiagnosticSolution.Vy),...
-	PatchToVec(md.results.DiagnosticSolution.Vz),...
-	PatchToVec(md.results.DiagnosticSolution.Vel),...
-	PatchToVec(md.results.DiagnosticSolution.Pressure),...
-	};
Index: /issm/trunk/test/NightlyRun/test317.m
===================================================================
--- /issm/trunk/test/NightlyRun/test317.m	(revision 5097)
+++ /issm/trunk/test/NightlyRun/test317.m	(revision 5098)
@@ -5,2 +5,9 @@
 md.cluster='none';
 md=solve(md,'analysis_type',PrognosticSolutionEnum);
+
+%Fields and tolerances to track changes
+field_names     ={'Thickness'};
+field_tolerances={1e-13};
+field_values={...
+	PatchToVec(md.results.PrognosticSolution.Thickness),...
+	};
Index: sm/trunk/test/NightlyRun/test317_nightly.m
===================================================================
--- /issm/trunk/test/NightlyRun/test317_nightly.m	(revision 5097)
+++ 	(revision )
@@ -1,5 +1,0 @@
-field_names     ={'Thickness'};
-field_tolerances={1e-13};
-field_values={...
-	PatchToVec(md.results.PrognosticSolution.Thickness),...
-	};
Index: /issm/trunk/test/NightlyRun/test318.m
===================================================================
--- /issm/trunk/test/NightlyRun/test318.m	(revision 5097)
+++ /issm/trunk/test/NightlyRun/test318.m	(revision 5098)
@@ -5,2 +5,9 @@
 md.cluster=oshostname();
 md=solve(md,'analysis_type',PrognosticSolutionEnum);
+
+%Fields and tolerances to track changes
+field_names     ={'Thickness'};
+field_tolerances={1e-13};
+field_values={...
+	PatchToVec(md.results.PrognosticSolution.Thickness),...
+	};
Index: sm/trunk/test/NightlyRun/test318_nightly.m
===================================================================
--- /issm/trunk/test/NightlyRun/test318_nightly.m	(revision 5097)
+++ 	(revision )
@@ -1,5 +1,0 @@
-field_names     ={'Thickness'};
-field_tolerances={1e-13};
-field_values={...
-	PatchToVec(md.results.PrognosticSolution.Thickness),...
-	};
Index: /issm/trunk/test/NightlyRun/test319.m
===================================================================
--- /issm/trunk/test/NightlyRun/test319.m	(revision 5097)
+++ /issm/trunk/test/NightlyRun/test319.m	(revision 5098)
@@ -7,2 +7,9 @@
 md.cluster='none';
 md=solve(md,'analysis_type',PrognosticSolutionEnum);
+
+%Fields and tolerances to track changes
+field_names     ={'Thickness'};
+field_tolerances={1e-13};
+field_values={...
+	PatchToVec(md.results.PrognosticSolution.Thickness),...
+	};
Index: sm/trunk/test/NightlyRun/test319_nightly.m
===================================================================
--- /issm/trunk/test/NightlyRun/test319_nightly.m	(revision 5097)
+++ 	(revision )
@@ -1,5 +1,0 @@
-field_names     ={'Thickness'};
-field_tolerances={1e-13};
-field_values={...
-	PatchToVec(md.results.PrognosticSolution.Thickness),...
-	};
Index: /issm/trunk/test/NightlyRun/test320.m
===================================================================
--- /issm/trunk/test/NightlyRun/test320.m	(revision 5097)
+++ /issm/trunk/test/NightlyRun/test320.m	(revision 5098)
@@ -7,2 +7,9 @@
 md.cluster=oshostname();
 md=solve(md,'analysis_type',PrognosticSolutionEnum);
+
+%Fields and tolerances to track changes
+field_names     ={'Thickness'};
+field_tolerances={1e-13};
+field_values={...
+	PatchToVec(md.results.PrognosticSolution.Thickness),...
+	};
Index: sm/trunk/test/NightlyRun/test320_nightly.m
===================================================================
--- /issm/trunk/test/NightlyRun/test320_nightly.m	(revision 5097)
+++ 	(revision )
@@ -1,5 +1,0 @@
-field_names     ={'Thickness'};
-field_tolerances={1e-13};
-field_values={...
-	PatchToVec(md.results.PrognosticSolution.Thickness),...
-	};
Index: /issm/trunk/test/NightlyRun/test321.m
===================================================================
--- /issm/trunk/test/NightlyRun/test321.m	(revision 5097)
+++ /issm/trunk/test/NightlyRun/test321.m	(revision 5098)
@@ -6,2 +6,9 @@
 md.cluster='none';
 md=solve(md,'analysis_type',PrognosticSolutionEnum);
+
+%Fields and tolerances to track changes
+field_names     ={'Thickness'};
+field_tolerances={1e-13};
+field_values={...
+	PatchToVec(md.results.PrognosticSolution.Thickness),...
+	};
Index: sm/trunk/test/NightlyRun/test321_nightly.m
===================================================================
--- /issm/trunk/test/NightlyRun/test321_nightly.m	(revision 5097)
+++ 	(revision )
@@ -1,5 +1,0 @@
-field_names     ={'Thickness'};
-field_tolerances={1e-13};
-field_values={...
-	PatchToVec(md.results.PrognosticSolution.Thickness),...
-	};
Index: /issm/trunk/test/NightlyRun/test322.m
===================================================================
--- /issm/trunk/test/NightlyRun/test322.m	(revision 5097)
+++ /issm/trunk/test/NightlyRun/test322.m	(revision 5098)
@@ -6,2 +6,9 @@
 md.cluster=oshostname();
 md=solve(md,'analysis_type',PrognosticSolutionEnum);
+
+%Fields and tolerances to track changes
+field_names     ={'Thickness'};
+field_tolerances={1e-13};
+field_values={...
+	PatchToVec(md.results.PrognosticSolution.Thickness),...
+	};
Index: sm/trunk/test/NightlyRun/test322_nightly.m
===================================================================
--- /issm/trunk/test/NightlyRun/test322_nightly.m	(revision 5097)
+++ 	(revision )
@@ -1,5 +1,0 @@
-field_names     ={'Thickness'};
-field_tolerances={1e-13};
-field_values={...
-	PatchToVec(md.results.PrognosticSolution.Thickness),...
-	};
Index: /issm/trunk/test/NightlyRun/test323.m
===================================================================
--- /issm/trunk/test/NightlyRun/test323.m	(revision 5097)
+++ /issm/trunk/test/NightlyRun/test323.m	(revision 5098)
@@ -7,2 +7,10 @@
 md.cluster='none';
 md=solve(md,'analysis_type',ThermalSolutionEnum);
+
+%Fields and tolerances to track changes
+field_names     ={'Temperature','MeltingRate'};
+field_tolerances={1e-13,1e-13};
+field_values={...
+	PatchToVec(md.results.ThermalSolution.Temperature),...
+	PatchToVec(md.results.ThermalSolution.MeltingRate),...
+	};
Index: sm/trunk/test/NightlyRun/test323_nightly.m
===================================================================
--- /issm/trunk/test/NightlyRun/test323_nightly.m	(revision 5097)
+++ 	(revision )
@@ -1,6 +1,0 @@
-field_names     ={'Temperature','MeltingRate'};
-field_tolerances={1e-13,1e-13};
-field_values={...
-	PatchToVec(md.results.ThermalSolution.Temperature),...
-	PatchToVec(md.results.ThermalSolution.MeltingRate),...
-	};
Index: /issm/trunk/test/NightlyRun/test324.m
===================================================================
--- /issm/trunk/test/NightlyRun/test324.m	(revision 5097)
+++ /issm/trunk/test/NightlyRun/test324.m	(revision 5098)
@@ -7,2 +7,10 @@
 md.cluster=oshostname();
 md=solve(md,'analysis_type',ThermalSolutionEnum);
+
+%Fields and tolerances to track changes
+field_names     ={'Temperature','MeltingRate'};
+field_tolerances={1e-13,1e-13};
+field_values={...
+	PatchToVec(md.results.ThermalSolution.Temperature),...
+	PatchToVec(md.results.ThermalSolution.MeltingRate),...
+	};
Index: sm/trunk/test/NightlyRun/test324_nightly.m
===================================================================
--- /issm/trunk/test/NightlyRun/test324_nightly.m	(revision 5097)
+++ 	(revision )
@@ -1,6 +1,0 @@
-field_names     ={'Temperature','MeltingRate'};
-field_tolerances={1e-13,1e-13};
-field_values={...
-	PatchToVec(md.results.ThermalSolution.Temperature),...
-	PatchToVec(md.results.ThermalSolution.MeltingRate),...
-	};
Index: /issm/trunk/test/NightlyRun/test325.m
===================================================================
--- /issm/trunk/test/NightlyRun/test325.m	(revision 5097)
+++ /issm/trunk/test/NightlyRun/test325.m	(revision 5098)
@@ -6,2 +6,10 @@
 md.cluster='none';
 md=solve(md,'analysis_type',ThermalSolutionEnum);
+
+%Fields and tolerances to track changes
+field_names     ={'Temperature','MeltingRate'};
+field_tolerances={1e-13,1e-13};
+field_values={...
+	PatchToVec(md.results.ThermalSolution.Temperature),...
+	PatchToVec(md.results.ThermalSolution.MeltingRate),...
+	};
Index: sm/trunk/test/NightlyRun/test325_nightly.m
===================================================================
--- /issm/trunk/test/NightlyRun/test325_nightly.m	(revision 5097)
+++ 	(revision )
@@ -1,6 +1,0 @@
-field_names     ={'Temperature','MeltingRate'};
-field_tolerances={1e-13,1e-13};
-field_values={...
-	PatchToVec(md.results.ThermalSolution.Temperature),...
-	PatchToVec(md.results.ThermalSolution.MeltingRate),...
-	};
Index: /issm/trunk/test/NightlyRun/test326.m
===================================================================
--- /issm/trunk/test/NightlyRun/test326.m	(revision 5097)
+++ /issm/trunk/test/NightlyRun/test326.m	(revision 5098)
@@ -6,2 +6,10 @@
 md.cluster=oshostname();
 md=solve(md,'analysis_type',ThermalSolutionEnum);
+
+%Fields and tolerances to track changes
+field_names     ={'Temperature','MeltingRate'};
+field_tolerances={1e-13,1e-13};
+field_values={...
+	PatchToVec(md.results.ThermalSolution.Temperature),...
+	PatchToVec(md.results.ThermalSolution.MeltingRate),...
+	};
Index: sm/trunk/test/NightlyRun/test326_nightly.m
===================================================================
--- /issm/trunk/test/NightlyRun/test326_nightly.m	(revision 5097)
+++ 	(revision )
@@ -1,6 +1,0 @@
-field_names     ={'Temperature','MeltingRate'};
-field_tolerances={1e-13,1e-13};
-field_values={...
-	PatchToVec(md.results.ThermalSolution.Temperature),...
-	PatchToVec(md.results.ThermalSolution.MeltingRate),...
-	};
Index: /issm/trunk/test/NightlyRun/test327.m
===================================================================
--- /issm/trunk/test/NightlyRun/test327.m	(revision 5097)
+++ /issm/trunk/test/NightlyRun/test327.m	(revision 5098)
@@ -5,2 +5,29 @@
 md.cluster='none';
 md=solve(md,'analysis_type',Transient2DSolutionEnum);
+
+%Fields and tolerances to track changes
+field_names     ={'Vx1','Vy1','Vel1','Pressure1','Bed1','Surface1','Thickness1','Vx2','Vy2','Vel2','Pressure2','Bed2','Surface2','Thickness2','Vx3','Vy3','Vel3','Pressure3','Bed3','Surface3','Thickness3'};
+field_tolerances={1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13};
+field_values={...
+	PatchToVec(md.results.Transient2DSolution(1).Vx),...
+	PatchToVec(md.results.Transient2DSolution(1).Vy),...
+	PatchToVec(md.results.Transient2DSolution(1).Vel),...
+	PatchToVec(md.results.Transient2DSolution(1).Pressure),...
+	PatchToVec(md.results.Transient2DSolution(1).Bed),...
+	PatchToVec(md.results.Transient2DSolution(1).Surface),...
+	PatchToVec(md.results.Transient2DSolution(1).Thickness),...
+	PatchToVec(md.results.Transient2DSolution(2).Vx),...
+	PatchToVec(md.results.Transient2DSolution(2).Vy),...
+	PatchToVec(md.results.Transient2DSolution(2).Vel),...
+	PatchToVec(md.results.Transient2DSolution(2).Pressure),...
+	PatchToVec(md.results.Transient2DSolution(2).Bed),...
+	PatchToVec(md.results.Transient2DSolution(2).Surface),...
+	PatchToVec(md.results.Transient2DSolution(2).Thickness),...
+	PatchToVec(md.results.Transient2DSolution(3).Vx),...
+	PatchToVec(md.results.Transient2DSolution(3).Vy),...
+	PatchToVec(md.results.Transient2DSolution(3).Vel),...
+	PatchToVec(md.results.Transient2DSolution(3).Pressure),...
+	PatchToVec(md.results.Transient2DSolution(3).Bed),...
+	PatchToVec(md.results.Transient2DSolution(3).Surface),...
+	PatchToVec(md.results.Transient2DSolution(3).Thickness),...
+	};
Index: sm/trunk/test/NightlyRun/test327_nightly.m
===================================================================
--- /issm/trunk/test/NightlyRun/test327_nightly.m	(revision 5097)
+++ 	(revision )
@@ -1,25 +1,0 @@
-field_names     ={'Vx1','Vy1','Vel1','Pressure1','Bed1','Surface1','Thickness1','Vx2','Vy2','Vel2','Pressure2','Bed2','Surface2','Thickness2','Vx3','Vy3','Vel3','Pressure3','Bed3','Surface3','Thickness3'};
-field_tolerances={1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13};
-field_values={...
-	PatchToVec(md.results.Transient2DSolution(1).Vx),...
-	PatchToVec(md.results.Transient2DSolution(1).Vy),...
-	PatchToVec(md.results.Transient2DSolution(1).Vel),...
-	PatchToVec(md.results.Transient2DSolution(1).Pressure),...
-	PatchToVec(md.results.Transient2DSolution(1).Bed),...
-	PatchToVec(md.results.Transient2DSolution(1).Surface),...
-	PatchToVec(md.results.Transient2DSolution(1).Thickness),...
-	PatchToVec(md.results.Transient2DSolution(2).Vx),...
-	PatchToVec(md.results.Transient2DSolution(2).Vy),...
-	PatchToVec(md.results.Transient2DSolution(2).Vel),...
-	PatchToVec(md.results.Transient2DSolution(2).Pressure),...
-	PatchToVec(md.results.Transient2DSolution(2).Bed),...
-	PatchToVec(md.results.Transient2DSolution(2).Surface),...
-	PatchToVec(md.results.Transient2DSolution(2).Thickness),...
-	PatchToVec(md.results.Transient2DSolution(3).Vx),...
-	PatchToVec(md.results.Transient2DSolution(3).Vy),...
-	PatchToVec(md.results.Transient2DSolution(3).Vel),...
-	PatchToVec(md.results.Transient2DSolution(3).Pressure),...
-	PatchToVec(md.results.Transient2DSolution(3).Bed),...
-	PatchToVec(md.results.Transient2DSolution(3).Surface),...
-	PatchToVec(md.results.Transient2DSolution(3).Thickness),...
-	};
Index: /issm/trunk/test/NightlyRun/test328.m
===================================================================
--- /issm/trunk/test/NightlyRun/test328.m	(revision 5097)
+++ /issm/trunk/test/NightlyRun/test328.m	(revision 5098)
@@ -5,2 +5,29 @@
 md.cluster=oshostname();
 md=solve(md,'analysis_type',Transient2DSolutionEnum);
+
+%Fields and tolerances to track changes
+field_names     ={'Vx1','Vy1','Vel1','Pressure1','Bed1','Surface1','Thickness1','Vx2','Vy2','Vel2','Pressure2','Bed2','Surface2','Thickness2','Vx3','Vy3','Vel3','Pressure3','Bed3','Surface3','Thickness3'};
+field_tolerances={1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-10,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-10,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13};
+field_values={...
+	PatchToVec(md.results.Transient2DSolution(1).Vx),...
+	PatchToVec(md.results.Transient2DSolution(1).Vy),...
+	PatchToVec(md.results.Transient2DSolution(1).Vel),...
+	PatchToVec(md.results.Transient2DSolution(1).Pressure),...
+	PatchToVec(md.results.Transient2DSolution(1).Bed),...
+	PatchToVec(md.results.Transient2DSolution(1).Surface),...
+	PatchToVec(md.results.Transient2DSolution(1).Thickness),...
+	PatchToVec(md.results.Transient2DSolution(2).Vx),...
+	PatchToVec(md.results.Transient2DSolution(2).Vy),...
+	PatchToVec(md.results.Transient2DSolution(2).Vel),...
+	PatchToVec(md.results.Transient2DSolution(2).Pressure),...
+	PatchToVec(md.results.Transient2DSolution(2).Bed),...
+	PatchToVec(md.results.Transient2DSolution(2).Surface),...
+	PatchToVec(md.results.Transient2DSolution(2).Thickness),...
+	PatchToVec(md.results.Transient2DSolution(3).Vx),...
+	PatchToVec(md.results.Transient2DSolution(3).Vy),...
+	PatchToVec(md.results.Transient2DSolution(3).Vel),...
+	PatchToVec(md.results.Transient2DSolution(3).Pressure),...
+	PatchToVec(md.results.Transient2DSolution(3).Bed),...
+	PatchToVec(md.results.Transient2DSolution(3).Surface),...
+	PatchToVec(md.results.Transient2DSolution(3).Thickness),...
+	};
Index: sm/trunk/test/NightlyRun/test328_nightly.m
===================================================================
--- /issm/trunk/test/NightlyRun/test328_nightly.m	(revision 5097)
+++ 	(revision )
@@ -1,25 +1,0 @@
-field_names     ={'Vx1','Vy1','Vel1','Pressure1','Bed1','Surface1','Thickness1','Vx2','Vy2','Vel2','Pressure2','Bed2','Surface2','Thickness2','Vx3','Vy3','Vel3','Pressure3','Bed3','Surface3','Thickness3'};
-field_tolerances={1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-10,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-10,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13};
-field_values={...
-	PatchToVec(md.results.Transient2DSolution(1).Vx),...
-	PatchToVec(md.results.Transient2DSolution(1).Vy),...
-	PatchToVec(md.results.Transient2DSolution(1).Vel),...
-	PatchToVec(md.results.Transient2DSolution(1).Pressure),...
-	PatchToVec(md.results.Transient2DSolution(1).Bed),...
-	PatchToVec(md.results.Transient2DSolution(1).Surface),...
-	PatchToVec(md.results.Transient2DSolution(1).Thickness),...
-	PatchToVec(md.results.Transient2DSolution(2).Vx),...
-	PatchToVec(md.results.Transient2DSolution(2).Vy),...
-	PatchToVec(md.results.Transient2DSolution(2).Vel),...
-	PatchToVec(md.results.Transient2DSolution(2).Pressure),...
-	PatchToVec(md.results.Transient2DSolution(2).Bed),...
-	PatchToVec(md.results.Transient2DSolution(2).Surface),...
-	PatchToVec(md.results.Transient2DSolution(2).Thickness),...
-	PatchToVec(md.results.Transient2DSolution(3).Vx),...
-	PatchToVec(md.results.Transient2DSolution(3).Vy),...
-	PatchToVec(md.results.Transient2DSolution(3).Vel),...
-	PatchToVec(md.results.Transient2DSolution(3).Pressure),...
-	PatchToVec(md.results.Transient2DSolution(3).Bed),...
-	PatchToVec(md.results.Transient2DSolution(3).Surface),...
-	PatchToVec(md.results.Transient2DSolution(3).Thickness),...
-	};
Index: /issm/trunk/test/NightlyRun/test329.m
===================================================================
--- /issm/trunk/test/NightlyRun/test329.m	(revision 5097)
+++ /issm/trunk/test/NightlyRun/test329.m	(revision 5098)
@@ -6,2 +6,40 @@
 md.cluster='none';
 md=solve(md,'analysis_type',Transient3DSolutionEnum);
+
+%Fields and tolerances to track changes
+field_names     ={'Vx1','Vy1','Vz1','Vel1','Pressure1','Bed1','Surface1','Thickness1','Temperature1','MeltingRate1', ...
+				      'Vx2','Vy2','Vz2','Vel2','Pressure2','Bed2','Surface2','Thickness2','Temperature2','MeltingRate2', ...
+					   'Vx3','Vy3','Vz3','Vel3','Pressure3','Bed3','Surface3','Thickness3','Temperature3','MeltingRate3'};
+field_tolerances={1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13};
+field_values={...
+	PatchToVec(md.results.Transient3DSolution(1).Vx),...
+	PatchToVec(md.results.Transient3DSolution(1).Vy),...
+	PatchToVec(md.results.Transient3DSolution(1).Vz),...
+	PatchToVec(md.results.Transient3DSolution(1).Vel),...
+	PatchToVec(md.results.Transient3DSolution(1).Pressure),...
+	PatchToVec(md.results.Transient3DSolution(1).Bed),...
+	PatchToVec(md.results.Transient3DSolution(1).Surface),...
+	PatchToVec(md.results.Transient3DSolution(1).Thickness),...
+	PatchToVec(md.results.Transient3DSolution(1).Temperature),...
+	PatchToVec(md.results.Transient3DSolution(1).MeltingRate),...
+	PatchToVec(md.results.Transient3DSolution(2).Vx),...
+	PatchToVec(md.results.Transient3DSolution(2).Vy),...
+	PatchToVec(md.results.Transient3DSolution(2).Vz),...
+	PatchToVec(md.results.Transient3DSolution(2).Vel),...
+	PatchToVec(md.results.Transient3DSolution(2).Pressure),...
+	PatchToVec(md.results.Transient3DSolution(2).Bed),...
+	PatchToVec(md.results.Transient3DSolution(2).Surface),...
+	PatchToVec(md.results.Transient3DSolution(2).Thickness),...
+	PatchToVec(md.results.Transient3DSolution(2).Temperature),...
+	PatchToVec(md.results.Transient3DSolution(2).MeltingRate),...
+	PatchToVec(md.results.Transient3DSolution(3).Vx),...
+	PatchToVec(md.results.Transient3DSolution(3).Vy),...
+	PatchToVec(md.results.Transient3DSolution(3).Vz),...
+	PatchToVec(md.results.Transient3DSolution(3).Vel),...
+	PatchToVec(md.results.Transient3DSolution(3).Pressure),...
+	PatchToVec(md.results.Transient3DSolution(3).Bed),...
+	PatchToVec(md.results.Transient3DSolution(3).Surface),...
+	PatchToVec(md.results.Transient3DSolution(3).Thickness),...
+	PatchToVec(md.results.Transient3DSolution(3).Temperature),...
+	PatchToVec(md.results.Transient3DSolution(3).MeltingRate),...
+	};
Index: sm/trunk/test/NightlyRun/test329_nightly.m
===================================================================
--- /issm/trunk/test/NightlyRun/test329_nightly.m	(revision 5097)
+++ 	(revision )
@@ -1,36 +1,0 @@
-field_names     ={'Vx1','Vy1','Vz1','Vel1','Pressure1','Bed1','Surface1','Thickness1','Temperature1','MeltingRate1', ...
-				      'Vx2','Vy2','Vz2','Vel2','Pressure2','Bed2','Surface2','Thickness2','Temperature2','MeltingRate2', ...
-					   'Vx3','Vy3','Vz3','Vel3','Pressure3','Bed3','Surface3','Thickness3','Temperature3','MeltingRate3'};
-field_tolerances={1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13};
-field_values={...
-	PatchToVec(md.results.Transient3DSolution(1).Vx),...
-	PatchToVec(md.results.Transient3DSolution(1).Vy),...
-	PatchToVec(md.results.Transient3DSolution(1).Vz),...
-	PatchToVec(md.results.Transient3DSolution(1).Vel),...
-	PatchToVec(md.results.Transient3DSolution(1).Pressure),...
-	PatchToVec(md.results.Transient3DSolution(1).Bed),...
-	PatchToVec(md.results.Transient3DSolution(1).Surface),...
-	PatchToVec(md.results.Transient3DSolution(1).Thickness),...
-	PatchToVec(md.results.Transient3DSolution(1).Temperature),...
-	PatchToVec(md.results.Transient3DSolution(1).MeltingRate),...
-	PatchToVec(md.results.Transient3DSolution(2).Vx),...
-	PatchToVec(md.results.Transient3DSolution(2).Vy),...
-	PatchToVec(md.results.Transient3DSolution(2).Vz),...
-	PatchToVec(md.results.Transient3DSolution(2).Vel),...
-	PatchToVec(md.results.Transient3DSolution(2).Pressure),...
-	PatchToVec(md.results.Transient3DSolution(2).Bed),...
-	PatchToVec(md.results.Transient3DSolution(2).Surface),...
-	PatchToVec(md.results.Transient3DSolution(2).Thickness),...
-	PatchToVec(md.results.Transient3DSolution(2).Temperature),...
-	PatchToVec(md.results.Transient3DSolution(2).MeltingRate),...
-	PatchToVec(md.results.Transient3DSolution(3).Vx),...
-	PatchToVec(md.results.Transient3DSolution(3).Vy),...
-	PatchToVec(md.results.Transient3DSolution(3).Vz),...
-	PatchToVec(md.results.Transient3DSolution(3).Vel),...
-	PatchToVec(md.results.Transient3DSolution(3).Pressure),...
-	PatchToVec(md.results.Transient3DSolution(3).Bed),...
-	PatchToVec(md.results.Transient3DSolution(3).Surface),...
-	PatchToVec(md.results.Transient3DSolution(3).Thickness),...
-	PatchToVec(md.results.Transient3DSolution(3).Temperature),...
-	PatchToVec(md.results.Transient3DSolution(3).MeltingRate),...
-	};
Index: /issm/trunk/test/NightlyRun/test330.m
===================================================================
--- /issm/trunk/test/NightlyRun/test330.m	(revision 5097)
+++ /issm/trunk/test/NightlyRun/test330.m	(revision 5098)
@@ -6,2 +6,40 @@
 md.cluster=oshostname();
 md=solve(md,'analysis_type',Transient3DSolutionEnum);
+
+%Fields and tolerances to track changes
+field_names     ={'Vx1','Vy1','Vz1','Vel1','Pressure1','Bed1','Surface1','Thickness1','Temperature1','MeltingRate1', ...
+				      'Vx2','Vy2','Vz2','Vel2','Pressure2','Bed2','Surface2','Thickness2','Temperature2','MeltingRate2', ...
+					   'Vx3','Vy3','Vz3','Vel3','Pressure3','Bed3','Surface3','Thickness3','Temperature3','MeltingRate3'};
+field_tolerances={1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-11,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13};
+field_values={...
+	PatchToVec(md.results.Transient3DSolution(1).Vx),...
+	PatchToVec(md.results.Transient3DSolution(1).Vy),...
+	PatchToVec(md.results.Transient3DSolution(1).Vz),...
+	PatchToVec(md.results.Transient3DSolution(1).Vel),...
+	PatchToVec(md.results.Transient3DSolution(1).Pressure),...
+	PatchToVec(md.results.Transient3DSolution(1).Bed),...
+	PatchToVec(md.results.Transient3DSolution(1).Surface),...
+	PatchToVec(md.results.Transient3DSolution(1).Thickness),...
+	PatchToVec(md.results.Transient3DSolution(1).Temperature),...
+	PatchToVec(md.results.Transient3DSolution(1).MeltingRate),...
+	PatchToVec(md.results.Transient3DSolution(2).Vx),...
+	PatchToVec(md.results.Transient3DSolution(2).Vy),...
+	PatchToVec(md.results.Transient3DSolution(2).Vz),...
+	PatchToVec(md.results.Transient3DSolution(2).Vel),...
+	PatchToVec(md.results.Transient3DSolution(2).Pressure),...
+	PatchToVec(md.results.Transient3DSolution(2).Bed),...
+	PatchToVec(md.results.Transient3DSolution(2).Surface),...
+	PatchToVec(md.results.Transient3DSolution(2).Thickness),...
+	PatchToVec(md.results.Transient3DSolution(2).Temperature),...
+	PatchToVec(md.results.Transient3DSolution(2).MeltingRate),...
+	PatchToVec(md.results.Transient3DSolution(3).Vx),...
+	PatchToVec(md.results.Transient3DSolution(3).Vy),...
+	PatchToVec(md.results.Transient3DSolution(3).Vz),...
+	PatchToVec(md.results.Transient3DSolution(3).Vel),...
+	PatchToVec(md.results.Transient3DSolution(3).Pressure),...
+	PatchToVec(md.results.Transient3DSolution(3).Bed),...
+	PatchToVec(md.results.Transient3DSolution(3).Surface),...
+	PatchToVec(md.results.Transient3DSolution(3).Thickness),...
+	PatchToVec(md.results.Transient3DSolution(3).Temperature),...
+	PatchToVec(md.results.Transient3DSolution(3).MeltingRate),...
+	};
Index: sm/trunk/test/NightlyRun/test330_nightly.m
===================================================================
--- /issm/trunk/test/NightlyRun/test330_nightly.m	(revision 5097)
+++ 	(revision )
@@ -1,36 +1,0 @@
-field_names     ={'Vx1','Vy1','Vz1','Vel1','Pressure1','Bed1','Surface1','Thickness1','Temperature1','MeltingRate1', ...
-				      'Vx2','Vy2','Vz2','Vel2','Pressure2','Bed2','Surface2','Thickness2','Temperature2','MeltingRate2', ...
-					   'Vx3','Vy3','Vz3','Vel3','Pressure3','Bed3','Surface3','Thickness3','Temperature3','MeltingRate3'};
-field_tolerances={1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-11,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13};
-field_values={...
-	PatchToVec(md.results.Transient3DSolution(1).Vx),...
-	PatchToVec(md.results.Transient3DSolution(1).Vy),...
-	PatchToVec(md.results.Transient3DSolution(1).Vz),...
-	PatchToVec(md.results.Transient3DSolution(1).Vel),...
-	PatchToVec(md.results.Transient3DSolution(1).Pressure),...
-	PatchToVec(md.results.Transient3DSolution(1).Bed),...
-	PatchToVec(md.results.Transient3DSolution(1).Surface),...
-	PatchToVec(md.results.Transient3DSolution(1).Thickness),...
-	PatchToVec(md.results.Transient3DSolution(1).Temperature),...
-	PatchToVec(md.results.Transient3DSolution(1).MeltingRate),...
-	PatchToVec(md.results.Transient3DSolution(2).Vx),...
-	PatchToVec(md.results.Transient3DSolution(2).Vy),...
-	PatchToVec(md.results.Transient3DSolution(2).Vz),...
-	PatchToVec(md.results.Transient3DSolution(2).Vel),...
-	PatchToVec(md.results.Transient3DSolution(2).Pressure),...
-	PatchToVec(md.results.Transient3DSolution(2).Bed),...
-	PatchToVec(md.results.Transient3DSolution(2).Surface),...
-	PatchToVec(md.results.Transient3DSolution(2).Thickness),...
-	PatchToVec(md.results.Transient3DSolution(2).Temperature),...
-	PatchToVec(md.results.Transient3DSolution(2).MeltingRate),...
-	PatchToVec(md.results.Transient3DSolution(3).Vx),...
-	PatchToVec(md.results.Transient3DSolution(3).Vy),...
-	PatchToVec(md.results.Transient3DSolution(3).Vz),...
-	PatchToVec(md.results.Transient3DSolution(3).Vel),...
-	PatchToVec(md.results.Transient3DSolution(3).Pressure),...
-	PatchToVec(md.results.Transient3DSolution(3).Bed),...
-	PatchToVec(md.results.Transient3DSolution(3).Surface),...
-	PatchToVec(md.results.Transient3DSolution(3).Thickness),...
-	PatchToVec(md.results.Transient3DSolution(3).Temperature),...
-	PatchToVec(md.results.Transient3DSolution(3).MeltingRate),...
-	};
Index: /issm/trunk/test/NightlyRun/test331.m
===================================================================
--- /issm/trunk/test/NightlyRun/test331.m	(revision 5097)
+++ /issm/trunk/test/NightlyRun/test331.m	(revision 5098)
@@ -5,2 +5,29 @@
 md.cluster='none';
 md=solve(md,'analysis_type',Transient2DSolutionEnum);
+
+%Fields and tolerances to track changes
+field_names     ={'Vx1','Vy1','Vel1','Pressure1','Bed1','Surface1','Thickness1','Vx2','Vy2','Vel2','Pressure2','Bed2','Surface2','Thickness2','Vx3','Vy3','Vel3','Pressure3','Bed3','Surface3','Thickness3'};
+field_tolerances={1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13};
+field_values={...
+	PatchToVec(md.results.Transient2DSolution(1).Vx),...
+	PatchToVec(md.results.Transient2DSolution(1).Vy),...
+	PatchToVec(md.results.Transient2DSolution(1).Vel),...
+	PatchToVec(md.results.Transient2DSolution(1).Pressure),...
+	PatchToVec(md.results.Transient2DSolution(1).Bed),...
+	PatchToVec(md.results.Transient2DSolution(1).Surface),...
+	PatchToVec(md.results.Transient2DSolution(1).Thickness),...
+	PatchToVec(md.results.Transient2DSolution(2).Vx),...
+	PatchToVec(md.results.Transient2DSolution(2).Vy),...
+	PatchToVec(md.results.Transient2DSolution(2).Vel),...
+	PatchToVec(md.results.Transient2DSolution(2).Pressure),...
+	PatchToVec(md.results.Transient2DSolution(2).Bed),...
+	PatchToVec(md.results.Transient2DSolution(2).Surface),...
+	PatchToVec(md.results.Transient2DSolution(2).Thickness),...
+	PatchToVec(md.results.Transient2DSolution(3).Vx),...
+	PatchToVec(md.results.Transient2DSolution(3).Vy),...
+	PatchToVec(md.results.Transient2DSolution(3).Vel),...
+	PatchToVec(md.results.Transient2DSolution(3).Pressure),...
+	PatchToVec(md.results.Transient2DSolution(3).Bed),...
+	PatchToVec(md.results.Transient2DSolution(3).Surface),...
+	PatchToVec(md.results.Transient2DSolution(3).Thickness),...
+	};
Index: sm/trunk/test/NightlyRun/test331_nightly.m
===================================================================
--- /issm/trunk/test/NightlyRun/test331_nightly.m	(revision 5097)
+++ 	(revision )
@@ -1,25 +1,0 @@
-field_names     ={'Vx1','Vy1','Vel1','Pressure1','Bed1','Surface1','Thickness1','Vx2','Vy2','Vel2','Pressure2','Bed2','Surface2','Thickness2','Vx3','Vy3','Vel3','Pressure3','Bed3','Surface3','Thickness3'};
-field_tolerances={1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13};
-field_values={...
-	PatchToVec(md.results.Transient2DSolution(1).Vx),...
-	PatchToVec(md.results.Transient2DSolution(1).Vy),...
-	PatchToVec(md.results.Transient2DSolution(1).Vel),...
-	PatchToVec(md.results.Transient2DSolution(1).Pressure),...
-	PatchToVec(md.results.Transient2DSolution(1).Bed),...
-	PatchToVec(md.results.Transient2DSolution(1).Surface),...
-	PatchToVec(md.results.Transient2DSolution(1).Thickness),...
-	PatchToVec(md.results.Transient2DSolution(2).Vx),...
-	PatchToVec(md.results.Transient2DSolution(2).Vy),...
-	PatchToVec(md.results.Transient2DSolution(2).Vel),...
-	PatchToVec(md.results.Transient2DSolution(2).Pressure),...
-	PatchToVec(md.results.Transient2DSolution(2).Bed),...
-	PatchToVec(md.results.Transient2DSolution(2).Surface),...
-	PatchToVec(md.results.Transient2DSolution(2).Thickness),...
-	PatchToVec(md.results.Transient2DSolution(3).Vx),...
-	PatchToVec(md.results.Transient2DSolution(3).Vy),...
-	PatchToVec(md.results.Transient2DSolution(3).Vel),...
-	PatchToVec(md.results.Transient2DSolution(3).Pressure),...
-	PatchToVec(md.results.Transient2DSolution(3).Bed),...
-	PatchToVec(md.results.Transient2DSolution(3).Surface),...
-	PatchToVec(md.results.Transient2DSolution(3).Thickness),...
-	};
Index: /issm/trunk/test/NightlyRun/test332.m
===================================================================
--- /issm/trunk/test/NightlyRun/test332.m	(revision 5097)
+++ /issm/trunk/test/NightlyRun/test332.m	(revision 5098)
@@ -5,2 +5,29 @@
 md.cluster=oshostname();
 md=solve(md,'analysis_type',Transient2DSolutionEnum);
+
+%Fields and tolerances to track changes
+field_names     ={'Vx1','Vy1','Vel1','Pressure1','Bed1','Surface1','Thickness1','Vx2','Vy2','Vel2','Pressure2','Bed2','Surface2','Thickness2','Vx3','Vy3','Vel3','Pressure3','Bed3','Surface3','Thickness3'};
+field_tolerances={1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13};
+field_values={...
+	PatchToVec(md.results.Transient2DSolution(1).Vx),...
+	PatchToVec(md.results.Transient2DSolution(1).Vy),...
+	PatchToVec(md.results.Transient2DSolution(1).Vel),...
+	PatchToVec(md.results.Transient2DSolution(1).Pressure),...
+	PatchToVec(md.results.Transient2DSolution(1).Bed),...
+	PatchToVec(md.results.Transient2DSolution(1).Surface),...
+	PatchToVec(md.results.Transient2DSolution(1).Thickness),...
+	PatchToVec(md.results.Transient2DSolution(2).Vx),...
+	PatchToVec(md.results.Transient2DSolution(2).Vy),...
+	PatchToVec(md.results.Transient2DSolution(2).Vel),...
+	PatchToVec(md.results.Transient2DSolution(2).Pressure),...
+	PatchToVec(md.results.Transient2DSolution(2).Bed),...
+	PatchToVec(md.results.Transient2DSolution(2).Surface),...
+	PatchToVec(md.results.Transient2DSolution(2).Thickness),...
+	PatchToVec(md.results.Transient2DSolution(3).Vx),...
+	PatchToVec(md.results.Transient2DSolution(3).Vy),...
+	PatchToVec(md.results.Transient2DSolution(3).Vel),...
+	PatchToVec(md.results.Transient2DSolution(3).Pressure),...
+	PatchToVec(md.results.Transient2DSolution(3).Bed),...
+	PatchToVec(md.results.Transient2DSolution(3).Surface),...
+	PatchToVec(md.results.Transient2DSolution(3).Thickness),...
+	};
Index: sm/trunk/test/NightlyRun/test332_nightly.m
===================================================================
--- /issm/trunk/test/NightlyRun/test332_nightly.m	(revision 5097)
+++ 	(revision )
@@ -1,25 +1,0 @@
-field_names     ={'Vx1','Vy1','Vel1','Pressure1','Bed1','Surface1','Thickness1','Vx2','Vy2','Vel2','Pressure2','Bed2','Surface2','Thickness2','Vx3','Vy3','Vel3','Pressure3','Bed3','Surface3','Thickness3'};
-field_tolerances={1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13};
-field_values={...
-	PatchToVec(md.results.Transient2DSolution(1).Vx),...
-	PatchToVec(md.results.Transient2DSolution(1).Vy),...
-	PatchToVec(md.results.Transient2DSolution(1).Vel),...
-	PatchToVec(md.results.Transient2DSolution(1).Pressure),...
-	PatchToVec(md.results.Transient2DSolution(1).Bed),...
-	PatchToVec(md.results.Transient2DSolution(1).Surface),...
-	PatchToVec(md.results.Transient2DSolution(1).Thickness),...
-	PatchToVec(md.results.Transient2DSolution(2).Vx),...
-	PatchToVec(md.results.Transient2DSolution(2).Vy),...
-	PatchToVec(md.results.Transient2DSolution(2).Vel),...
-	PatchToVec(md.results.Transient2DSolution(2).Pressure),...
-	PatchToVec(md.results.Transient2DSolution(2).Bed),...
-	PatchToVec(md.results.Transient2DSolution(2).Surface),...
-	PatchToVec(md.results.Transient2DSolution(2).Thickness),...
-	PatchToVec(md.results.Transient2DSolution(3).Vx),...
-	PatchToVec(md.results.Transient2DSolution(3).Vy),...
-	PatchToVec(md.results.Transient2DSolution(3).Vel),...
-	PatchToVec(md.results.Transient2DSolution(3).Pressure),...
-	PatchToVec(md.results.Transient2DSolution(3).Bed),...
-	PatchToVec(md.results.Transient2DSolution(3).Surface),...
-	PatchToVec(md.results.Transient2DSolution(3).Thickness),...
-	};
Index: /issm/trunk/test/NightlyRun/test333.m
===================================================================
--- /issm/trunk/test/NightlyRun/test333.m	(revision 5097)
+++ /issm/trunk/test/NightlyRun/test333.m	(revision 5098)
@@ -6,2 +6,40 @@
 md.cluster='none';
 md=solve(md,'analysis_type',Transient3DSolutionEnum);
+
+%Fields and tolerances to track changes
+field_names     ={'Vx1','Vy1','Vz1','Vel1','Pressure1','Bed1','Surface1','Thickness1','Temperature1','MeltingRate1', ...
+				      'Vx2','Vy2','Vz2','Vel2','Pressure2','Bed2','Surface2','Thickness2','Temperature2','MeltingRate2', ...
+					   'Vx3','Vy3','Vz3','Vel3','Pressure3','Bed3','Surface3','Thickness3','Temperature3','MeltingRate3'};
+field_tolerances={1e-10,1e-10,1e-10,1e-10,1e-10,1e-10,1e-10,1e-10,1e-10,1e-10,1e-10,1e-10,1e-10,1e-10,1e-10,1e-10,1e-10,1e-10,1e-10,1e-10,1e-10,1e-10,1e-10,1e-10,1e-10,1e-10,1e-10,1e-10,1e-10,1e-10};
+field_values={...
+	PatchToVec(md.results.Transient3DSolution(1).Vx),...
+	PatchToVec(md.results.Transient3DSolution(1).Vy),...
+	PatchToVec(md.results.Transient3DSolution(1).Vz),...
+	PatchToVec(md.results.Transient3DSolution(1).Vel),...
+	PatchToVec(md.results.Transient3DSolution(1).Pressure),...
+	PatchToVec(md.results.Transient3DSolution(1).Bed),...
+	PatchToVec(md.results.Transient3DSolution(1).Surface),...
+	PatchToVec(md.results.Transient3DSolution(1).Thickness),...
+	PatchToVec(md.results.Transient3DSolution(1).Temperature),...
+	PatchToVec(md.results.Transient3DSolution(1).MeltingRate),...
+	PatchToVec(md.results.Transient3DSolution(2).Vx),...
+	PatchToVec(md.results.Transient3DSolution(2).Vy),...
+	PatchToVec(md.results.Transient3DSolution(2).Vz),...
+	PatchToVec(md.results.Transient3DSolution(2).Vel),...
+	PatchToVec(md.results.Transient3DSolution(2).Pressure),...
+	PatchToVec(md.results.Transient3DSolution(2).Bed),...
+	PatchToVec(md.results.Transient3DSolution(2).Surface),...
+	PatchToVec(md.results.Transient3DSolution(2).Thickness),...
+	PatchToVec(md.results.Transient3DSolution(2).Temperature),...
+	PatchToVec(md.results.Transient3DSolution(2).MeltingRate),...
+	PatchToVec(md.results.Transient3DSolution(3).Vx),...
+	PatchToVec(md.results.Transient3DSolution(3).Vy),...
+	PatchToVec(md.results.Transient3DSolution(3).Vz),...
+	PatchToVec(md.results.Transient3DSolution(3).Vel),...
+	PatchToVec(md.results.Transient3DSolution(3).Pressure),...
+	PatchToVec(md.results.Transient3DSolution(3).Bed),...
+	PatchToVec(md.results.Transient3DSolution(3).Surface),...
+	PatchToVec(md.results.Transient3DSolution(3).Thickness),...
+	PatchToVec(md.results.Transient3DSolution(3).Temperature),...
+	PatchToVec(md.results.Transient3DSolution(3).MeltingRate),...
+	};
Index: sm/trunk/test/NightlyRun/test333_nightly.m
===================================================================
--- /issm/trunk/test/NightlyRun/test333_nightly.m	(revision 5097)
+++ 	(revision )
@@ -1,36 +1,0 @@
-field_names     ={'Vx1','Vy1','Vz1','Vel1','Pressure1','Bed1','Surface1','Thickness1','Temperature1','MeltingRate1', ...
-				      'Vx2','Vy2','Vz2','Vel2','Pressure2','Bed2','Surface2','Thickness2','Temperature2','MeltingRate2', ...
-					   'Vx3','Vy3','Vz3','Vel3','Pressure3','Bed3','Surface3','Thickness3','Temperature3','MeltingRate3'};
-field_tolerances={1e-10,1e-10,1e-10,1e-10,1e-10,1e-10,1e-10,1e-10,1e-10,1e-10,1e-10,1e-10,1e-10,1e-10,1e-10,1e-10,1e-10,1e-10,1e-10,1e-10,1e-10,1e-10,1e-10,1e-10,1e-10,1e-10,1e-10,1e-10,1e-10,1e-10};
-field_values={...
-	PatchToVec(md.results.Transient3DSolution(1).Vx),...
-	PatchToVec(md.results.Transient3DSolution(1).Vy),...
-	PatchToVec(md.results.Transient3DSolution(1).Vz),...
-	PatchToVec(md.results.Transient3DSolution(1).Vel),...
-	PatchToVec(md.results.Transient3DSolution(1).Pressure),...
-	PatchToVec(md.results.Transient3DSolution(1).Bed),...
-	PatchToVec(md.results.Transient3DSolution(1).Surface),...
-	PatchToVec(md.results.Transient3DSolution(1).Thickness),...
-	PatchToVec(md.results.Transient3DSolution(1).Temperature),...
-	PatchToVec(md.results.Transient3DSolution(1).MeltingRate),...
-	PatchToVec(md.results.Transient3DSolution(2).Vx),...
-	PatchToVec(md.results.Transient3DSolution(2).Vy),...
-	PatchToVec(md.results.Transient3DSolution(2).Vz),...
-	PatchToVec(md.results.Transient3DSolution(2).Vel),...
-	PatchToVec(md.results.Transient3DSolution(2).Pressure),...
-	PatchToVec(md.results.Transient3DSolution(2).Bed),...
-	PatchToVec(md.results.Transient3DSolution(2).Surface),...
-	PatchToVec(md.results.Transient3DSolution(2).Thickness),...
-	PatchToVec(md.results.Transient3DSolution(2).Temperature),...
-	PatchToVec(md.results.Transient3DSolution(2).MeltingRate),...
-	PatchToVec(md.results.Transient3DSolution(3).Vx),...
-	PatchToVec(md.results.Transient3DSolution(3).Vy),...
-	PatchToVec(md.results.Transient3DSolution(3).Vz),...
-	PatchToVec(md.results.Transient3DSolution(3).Vel),...
-	PatchToVec(md.results.Transient3DSolution(3).Pressure),...
-	PatchToVec(md.results.Transient3DSolution(3).Bed),...
-	PatchToVec(md.results.Transient3DSolution(3).Surface),...
-	PatchToVec(md.results.Transient3DSolution(3).Thickness),...
-	PatchToVec(md.results.Transient3DSolution(3).Temperature),...
-	PatchToVec(md.results.Transient3DSolution(3).MeltingRate),...
-	};
Index: /issm/trunk/test/NightlyRun/test334.m
===================================================================
--- /issm/trunk/test/NightlyRun/test334.m	(revision 5097)
+++ /issm/trunk/test/NightlyRun/test334.m	(revision 5098)
@@ -6,2 +6,40 @@
 md.cluster=oshostname();
 md=solve(md,'analysis_type',Transient3DSolutionEnum);
+
+%Fields and tolerances to track changes
+field_names     ={'Vx1','Vy1','Vz1','Vel1','Pressure1','Bed1','Surface1','Thickness1','Temperature1','MeltingRate1', ...
+				      'Vx2','Vy2','Vz2','Vel2','Pressure2','Bed2','Surface2','Thickness2','Temperature2','MeltingRate2', ...
+					   'Vx3','Vy3','Vz3','Vel3','Pressure3','Bed3','Surface3','Thickness3','Temperature3','MeltingRate3'};
+field_tolerances={1e-09,1e-10,1e-10,1e-10,1e-10,1e-10,1e-10,1e-10,1e-10,1e-10,1e-09,1e-10,1e-10,1e-10,1e-10,1e-10,1e-10,1e-10,1e-10,1e-10,1e-09,1e-10,1e-10,1e-10,1e-10,1e-10,1e-10,1e-10,1e-10,1e-10};
+field_values={...
+	PatchToVec(md.results.Transient3DSolution(1).Vx),...
+	PatchToVec(md.results.Transient3DSolution(1).Vy),...
+	PatchToVec(md.results.Transient3DSolution(1).Vz),...
+	PatchToVec(md.results.Transient3DSolution(1).Vel),...
+	PatchToVec(md.results.Transient3DSolution(1).Pressure),...
+	PatchToVec(md.results.Transient3DSolution(1).Bed),...
+	PatchToVec(md.results.Transient3DSolution(1).Surface),...
+	PatchToVec(md.results.Transient3DSolution(1).Thickness),...
+	PatchToVec(md.results.Transient3DSolution(1).Temperature),...
+	PatchToVec(md.results.Transient3DSolution(1).MeltingRate),...
+	PatchToVec(md.results.Transient3DSolution(2).Vx),...
+	PatchToVec(md.results.Transient3DSolution(2).Vy),...
+	PatchToVec(md.results.Transient3DSolution(2).Vz),...
+	PatchToVec(md.results.Transient3DSolution(2).Vel),...
+	PatchToVec(md.results.Transient3DSolution(2).Pressure),...
+	PatchToVec(md.results.Transient3DSolution(2).Bed),...
+	PatchToVec(md.results.Transient3DSolution(2).Surface),...
+	PatchToVec(md.results.Transient3DSolution(2).Thickness),...
+	PatchToVec(md.results.Transient3DSolution(2).Temperature),...
+	PatchToVec(md.results.Transient3DSolution(2).MeltingRate),...
+	PatchToVec(md.results.Transient3DSolution(3).Vx),...
+	PatchToVec(md.results.Transient3DSolution(3).Vy),...
+	PatchToVec(md.results.Transient3DSolution(3).Vz),...
+	PatchToVec(md.results.Transient3DSolution(3).Vel),...
+	PatchToVec(md.results.Transient3DSolution(3).Pressure),...
+	PatchToVec(md.results.Transient3DSolution(3).Bed),...
+	PatchToVec(md.results.Transient3DSolution(3).Surface),...
+	PatchToVec(md.results.Transient3DSolution(3).Thickness),...
+	PatchToVec(md.results.Transient3DSolution(3).Temperature),...
+	PatchToVec(md.results.Transient3DSolution(3).MeltingRate),...
+	};
Index: sm/trunk/test/NightlyRun/test334_nightly.m
===================================================================
--- /issm/trunk/test/NightlyRun/test334_nightly.m	(revision 5097)
+++ 	(revision )
@@ -1,36 +1,0 @@
-field_names     ={'Vx1','Vy1','Vz1','Vel1','Pressure1','Bed1','Surface1','Thickness1','Temperature1','MeltingRate1', ...
-				      'Vx2','Vy2','Vz2','Vel2','Pressure2','Bed2','Surface2','Thickness2','Temperature2','MeltingRate2', ...
-					   'Vx3','Vy3','Vz3','Vel3','Pressure3','Bed3','Surface3','Thickness3','Temperature3','MeltingRate3'};
-field_tolerances={1e-09,1e-10,1e-10,1e-10,1e-10,1e-10,1e-10,1e-10,1e-10,1e-10,1e-09,1e-10,1e-10,1e-10,1e-10,1e-10,1e-10,1e-10,1e-10,1e-10,1e-09,1e-10,1e-10,1e-10,1e-10,1e-10,1e-10,1e-10,1e-10,1e-10};
-field_values={...
-	PatchToVec(md.results.Transient3DSolution(1).Vx),...
-	PatchToVec(md.results.Transient3DSolution(1).Vy),...
-	PatchToVec(md.results.Transient3DSolution(1).Vz),...
-	PatchToVec(md.results.Transient3DSolution(1).Vel),...
-	PatchToVec(md.results.Transient3DSolution(1).Pressure),...
-	PatchToVec(md.results.Transient3DSolution(1).Bed),...
-	PatchToVec(md.results.Transient3DSolution(1).Surface),...
-	PatchToVec(md.results.Transient3DSolution(1).Thickness),...
-	PatchToVec(md.results.Transient3DSolution(1).Temperature),...
-	PatchToVec(md.results.Transient3DSolution(1).MeltingRate),...
-	PatchToVec(md.results.Transient3DSolution(2).Vx),...
-	PatchToVec(md.results.Transient3DSolution(2).Vy),...
-	PatchToVec(md.results.Transient3DSolution(2).Vz),...
-	PatchToVec(md.results.Transient3DSolution(2).Vel),...
-	PatchToVec(md.results.Transient3DSolution(2).Pressure),...
-	PatchToVec(md.results.Transient3DSolution(2).Bed),...
-	PatchToVec(md.results.Transient3DSolution(2).Surface),...
-	PatchToVec(md.results.Transient3DSolution(2).Thickness),...
-	PatchToVec(md.results.Transient3DSolution(2).Temperature),...
-	PatchToVec(md.results.Transient3DSolution(2).MeltingRate),...
-	PatchToVec(md.results.Transient3DSolution(3).Vx),...
-	PatchToVec(md.results.Transient3DSolution(3).Vy),...
-	PatchToVec(md.results.Transient3DSolution(3).Vz),...
-	PatchToVec(md.results.Transient3DSolution(3).Vel),...
-	PatchToVec(md.results.Transient3DSolution(3).Pressure),...
-	PatchToVec(md.results.Transient3DSolution(3).Bed),...
-	PatchToVec(md.results.Transient3DSolution(3).Surface),...
-	PatchToVec(md.results.Transient3DSolution(3).Thickness),...
-	PatchToVec(md.results.Transient3DSolution(3).Temperature),...
-	PatchToVec(md.results.Transient3DSolution(3).MeltingRate),...
-	};
Index: /issm/trunk/test/NightlyRun/test335.m
===================================================================
--- /issm/trunk/test/NightlyRun/test335.m	(revision 5097)
+++ /issm/trunk/test/NightlyRun/test335.m	(revision 5098)
@@ -7,2 +7,16 @@
 md.dt=0;
 md=solve(md,'analysis_type',SteadystateSolutionEnum);
+
+%Fields and tolerances to track changes
+field_names     ={'Vx','Vy','Vz','Vel','Pressure','Temperature','MeltingRate'};
+field_tolerances={1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13
+};
+field_values={...
+	PatchToVec(md.results.SteadystateSolution.Vx),...
+	PatchToVec(md.results.SteadystateSolution.Vy),...
+	PatchToVec(md.results.SteadystateSolution.Vz),...
+	PatchToVec(md.results.SteadystateSolution.Vel),...
+	PatchToVec(md.results.SteadystateSolution.Pressure),...
+	PatchToVec(md.results.SteadystateSolution.Temperature),...
+	PatchToVec(md.results.SteadystateSolution.MeltingRate),...
+	};
Index: sm/trunk/test/NightlyRun/test335_nightly.m
===================================================================
--- /issm/trunk/test/NightlyRun/test335_nightly.m	(revision 5097)
+++ 	(revision )
@@ -1,12 +1,0 @@
-field_names     ={'Vx','Vy','Vz','Vel','Pressure','Temperature','MeltingRate'};
-field_tolerances={1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13
-};
-field_values={...
-	PatchToVec(md.results.SteadystateSolution.Vx),...
-	PatchToVec(md.results.SteadystateSolution.Vy),...
-	PatchToVec(md.results.SteadystateSolution.Vz),...
-	PatchToVec(md.results.SteadystateSolution.Vel),...
-	PatchToVec(md.results.SteadystateSolution.Pressure),...
-	PatchToVec(md.results.SteadystateSolution.Temperature),...
-	PatchToVec(md.results.SteadystateSolution.MeltingRate),...
-	};
Index: /issm/trunk/test/NightlyRun/test336.m
===================================================================
--- /issm/trunk/test/NightlyRun/test336.m	(revision 5097)
+++ /issm/trunk/test/NightlyRun/test336.m	(revision 5098)
@@ -7,2 +7,16 @@
 md.dt=0;
 md=solve(md,'analysis_type',SteadystateSolutionEnum);
+
+%Fields and tolerances to track changes
+field_names     ={'Vx','Vy','Vz','Vel','Pressure','Temperature','MeltingRate'};
+field_tolerances={1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13
+};
+field_values={...
+	PatchToVec(md.results.SteadystateSolution.Vx),...
+	PatchToVec(md.results.SteadystateSolution.Vy),...
+	PatchToVec(md.results.SteadystateSolution.Vz),...
+	PatchToVec(md.results.SteadystateSolution.Vel),...
+	PatchToVec(md.results.SteadystateSolution.Pressure),...
+	PatchToVec(md.results.SteadystateSolution.Temperature),...
+	PatchToVec(md.results.SteadystateSolution.MeltingRate),...
+	};
Index: sm/trunk/test/NightlyRun/test336_nightly.m
===================================================================
--- /issm/trunk/test/NightlyRun/test336_nightly.m	(revision 5097)
+++ 	(revision )
@@ -1,12 +1,0 @@
-field_names     ={'Vx','Vy','Vz','Vel','Pressure','Temperature','MeltingRate'};
-field_tolerances={1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13
-};
-field_values={...
-	PatchToVec(md.results.SteadystateSolution.Vx),...
-	PatchToVec(md.results.SteadystateSolution.Vy),...
-	PatchToVec(md.results.SteadystateSolution.Vz),...
-	PatchToVec(md.results.SteadystateSolution.Vel),...
-	PatchToVec(md.results.SteadystateSolution.Pressure),...
-	PatchToVec(md.results.SteadystateSolution.Temperature),...
-	PatchToVec(md.results.SteadystateSolution.MeltingRate),...
-	};
Index: /issm/trunk/test/NightlyRun/test337.m
===================================================================
--- /issm/trunk/test/NightlyRun/test337.m	(revision 5097)
+++ /issm/trunk/test/NightlyRun/test337.m	(revision 5098)
@@ -20,2 +20,15 @@
 md.cluster='none';
 md=solve(md,'analysis_type',DiagnosticSolutionEnum);
+
+%Fields and tolerances to track changes
+field_names     ={'Gradient' 'Misfits' 'DragCoefficient' 'Pressure' 'Vel' 'Vx' 'Vy'};
+field_tolerances={1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13};
+field_values={...
+	PatchToVec(md.results.DiagnosticSolution.Gradient),...
+	md.results.DiagnosticSolution.J,...
+	PatchToVec(md.results.DiagnosticSolution.DragCoefficient),...
+	PatchToVec(md.results.DiagnosticSolution.Pressure),...
+	PatchToVec(md.results.DiagnosticSolution.Vel),...
+	PatchToVec(md.results.DiagnosticSolution.Vx),...
+	PatchToVec(md.results.DiagnosticSolution.Vy)
+};
Index: sm/trunk/test/NightlyRun/test337_nightly.m
===================================================================
--- /issm/trunk/test/NightlyRun/test337_nightly.m	(revision 5097)
+++ 	(revision )
@@ -1,11 +1,0 @@
-field_names     ={'Gradient' 'Misfits' 'DragCoefficient' 'Pressure' 'Vel' 'Vx' 'Vy'};
-field_tolerances={1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13};
-field_values={...
-	PatchToVec(md.results.DiagnosticSolution.Gradient),...
-	md.results.DiagnosticSolution.J,...
-	PatchToVec(md.results.DiagnosticSolution.DragCoefficient),...
-	PatchToVec(md.results.DiagnosticSolution.Pressure),...
-	PatchToVec(md.results.DiagnosticSolution.Vel),...
-	PatchToVec(md.results.DiagnosticSolution.Vx),...
-	PatchToVec(md.results.DiagnosticSolution.Vy)
-};
Index: /issm/trunk/test/NightlyRun/test338.m
===================================================================
--- /issm/trunk/test/NightlyRun/test338.m	(revision 5097)
+++ /issm/trunk/test/NightlyRun/test338.m	(revision 5098)
@@ -20,2 +20,15 @@
 md.cluster=oshostname();
 md=solve(md,'analysis_type',DiagnosticSolutionEnum);
+
+%Fields and tolerances to track changes
+field_names     ={'Gradient' 'Misfits' 'DragCoefficient' 'Pressure' 'Vel' 'Vx' 'Vy'};
+field_tolerances={1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13};
+field_values={...
+	PatchToVec(md.results.DiagnosticSolution.Gradient),...
+	md.results.DiagnosticSolution.J,...
+	PatchToVec(md.results.DiagnosticSolution.DragCoefficient),...
+	PatchToVec(md.results.DiagnosticSolution.Pressure),...
+	PatchToVec(md.results.DiagnosticSolution.Vel),...
+	PatchToVec(md.results.DiagnosticSolution.Vx),...
+	PatchToVec(md.results.DiagnosticSolution.Vy)
+};
Index: sm/trunk/test/NightlyRun/test338_nightly.m
===================================================================
--- /issm/trunk/test/NightlyRun/test338_nightly.m	(revision 5097)
+++ 	(revision )
@@ -1,11 +1,0 @@
-field_names     ={'Gradient' 'Misfits' 'DragCoefficient' 'Pressure' 'Vel' 'Vx' 'Vy'};
-field_tolerances={1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13};
-field_values={...
-	PatchToVec(md.results.DiagnosticSolution.Gradient),...
-	md.results.DiagnosticSolution.J,...
-	PatchToVec(md.results.DiagnosticSolution.DragCoefficient),...
-	PatchToVec(md.results.DiagnosticSolution.Pressure),...
-	PatchToVec(md.results.DiagnosticSolution.Vel),...
-	PatchToVec(md.results.DiagnosticSolution.Vx),...
-	PatchToVec(md.results.DiagnosticSolution.Vy)
-};
Index: /issm/trunk/test/NightlyRun/test339.m
===================================================================
--- /issm/trunk/test/NightlyRun/test339.m	(revision 5097)
+++ /issm/trunk/test/NightlyRun/test339.m	(revision 5098)
@@ -21,2 +21,15 @@
 md.cluster='none';
 md=solve(md,'analysis_type',DiagnosticSolutionEnum);
+
+%Fields and tolerances to track changes
+field_names     ={'Gradient' 'Misfits' 'DragCoefficient' 'Pressure' 'Vel' 'Vx' 'Vy'};
+field_tolerances={1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13};
+field_values={...
+	PatchToVec(md.results.DiagnosticSolution.Gradient),...
+	md.results.DiagnosticSolution.J,...
+	PatchToVec(md.results.DiagnosticSolution.DragCoefficient),...
+	PatchToVec(md.results.DiagnosticSolution.Pressure),...
+	PatchToVec(md.results.DiagnosticSolution.Vel),...
+	PatchToVec(md.results.DiagnosticSolution.Vx),...
+	PatchToVec(md.results.DiagnosticSolution.Vy)
+};
Index: sm/trunk/test/NightlyRun/test339_nightly.m
===================================================================
--- /issm/trunk/test/NightlyRun/test339_nightly.m	(revision 5097)
+++ 	(revision )
@@ -1,11 +1,0 @@
-field_names     ={'Gradient' 'Misfits' 'DragCoefficient' 'Pressure' 'Vel' 'Vx' 'Vy'};
-field_tolerances={1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13};
-field_values={...
-	PatchToVec(md.results.DiagnosticSolution.Gradient),...
-	md.results.DiagnosticSolution.J,...
-	PatchToVec(md.results.DiagnosticSolution.DragCoefficient),...
-	PatchToVec(md.results.DiagnosticSolution.Pressure),...
-	PatchToVec(md.results.DiagnosticSolution.Vel),...
-	PatchToVec(md.results.DiagnosticSolution.Vx),...
-	PatchToVec(md.results.DiagnosticSolution.Vy)
-};
Index: /issm/trunk/test/NightlyRun/test340.m
===================================================================
--- /issm/trunk/test/NightlyRun/test340.m	(revision 5097)
+++ /issm/trunk/test/NightlyRun/test340.m	(revision 5098)
@@ -21,2 +21,15 @@
 md.cluster=oshostname();
 md=solve(md,'analysis_type',DiagnosticSolutionEnum);
+
+%Fields and tolerances to track changes
+field_names     ={'Gradient' 'Misfits' 'DragCoefficient' 'Pressure' 'Vel' 'Vx' 'Vy'};
+field_tolerances={1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13};
+field_values={...
+	PatchToVec(md.results.DiagnosticSolution.Gradient),...
+	md.results.DiagnosticSolution.J,...
+	PatchToVec(md.results.DiagnosticSolution.DragCoefficient),...
+	PatchToVec(md.results.DiagnosticSolution.Pressure),...
+	PatchToVec(md.results.DiagnosticSolution.Vel),...
+	PatchToVec(md.results.DiagnosticSolution.Vx),...
+	PatchToVec(md.results.DiagnosticSolution.Vy)
+};
Index: sm/trunk/test/NightlyRun/test340_nightly.m
===================================================================
--- /issm/trunk/test/NightlyRun/test340_nightly.m	(revision 5097)
+++ 	(revision )
@@ -1,11 +1,0 @@
-field_names     ={'Gradient' 'Misfits' 'DragCoefficient' 'Pressure' 'Vel' 'Vx' 'Vy'};
-field_tolerances={1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13};
-field_values={...
-	PatchToVec(md.results.DiagnosticSolution.Gradient),...
-	md.results.DiagnosticSolution.J,...
-	PatchToVec(md.results.DiagnosticSolution.DragCoefficient),...
-	PatchToVec(md.results.DiagnosticSolution.Pressure),...
-	PatchToVec(md.results.DiagnosticSolution.Vel),...
-	PatchToVec(md.results.DiagnosticSolution.Vx),...
-	PatchToVec(md.results.DiagnosticSolution.Vy)
-};
Index: /issm/trunk/test/NightlyRun/test341.m
===================================================================
--- /issm/trunk/test/NightlyRun/test341.m	(revision 5097)
+++ /issm/trunk/test/NightlyRun/test341.m	(revision 5098)
@@ -21,2 +21,15 @@
 md.cluster='none';
 md=solve(md,'analysis_type',DiagnosticSolutionEnum);
+
+%Fields and tolerances to track changes
+field_names     ={'Gradient' 'Misfits' 'DragCoefficient' 'Pressure' 'Vel' 'Vx' 'Vy'};
+field_tolerances={1e-09,1e-08,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09};
+field_values={...
+	PatchToVec(md.results.DiagnosticSolution.Gradient),...
+	md.results.DiagnosticSolution.J,...
+	PatchToVec(md.results.DiagnosticSolution.DragCoefficient),...
+	PatchToVec(md.results.DiagnosticSolution.Pressure),...
+	PatchToVec(md.results.DiagnosticSolution.Vel),...
+	PatchToVec(md.results.DiagnosticSolution.Vx),...
+	PatchToVec(md.results.DiagnosticSolution.Vy)
+};
Index: sm/trunk/test/NightlyRun/test341_nightly.m
===================================================================
--- /issm/trunk/test/NightlyRun/test341_nightly.m	(revision 5097)
+++ 	(revision )
@@ -1,11 +1,0 @@
-field_names     ={'Gradient' 'Misfits' 'DragCoefficient' 'Pressure' 'Vel' 'Vx' 'Vy'};
-field_tolerances={1e-09,1e-08,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09};
-field_values={...
-	PatchToVec(md.results.DiagnosticSolution.Gradient),...
-	md.results.DiagnosticSolution.J,...
-	PatchToVec(md.results.DiagnosticSolution.DragCoefficient),...
-	PatchToVec(md.results.DiagnosticSolution.Pressure),...
-	PatchToVec(md.results.DiagnosticSolution.Vel),...
-	PatchToVec(md.results.DiagnosticSolution.Vx),...
-	PatchToVec(md.results.DiagnosticSolution.Vy)
-};
Index: /issm/trunk/test/NightlyRun/test342.m
===================================================================
--- /issm/trunk/test/NightlyRun/test342.m	(revision 5097)
+++ /issm/trunk/test/NightlyRun/test342.m	(revision 5098)
@@ -21,2 +21,15 @@
 md.cluster=oshostname();
 md=solve(md,'analysis_type',DiagnosticSolutionEnum);
+
+%Fields and tolerances to track changes
+field_names     ={'Gradient' 'Misfits' 'DragCoefficient' 'Pressure' 'Vel' 'Vx' 'Vy'};
+field_tolerances={1e-08,1e-08,1e-10,1e-10,1e-10,1e-10,1e-10,1e-10,1e-09,1e-10};
+field_values={...
+	PatchToVec(md.results.DiagnosticSolution.Gradient),...
+	md.results.DiagnosticSolution.J,...
+	PatchToVec(md.results.DiagnosticSolution.DragCoefficient),...
+	PatchToVec(md.results.DiagnosticSolution.Pressure),...
+	PatchToVec(md.results.DiagnosticSolution.Vel),...
+	PatchToVec(md.results.DiagnosticSolution.Vx),...
+	PatchToVec(md.results.DiagnosticSolution.Vy)
+};
Index: sm/trunk/test/NightlyRun/test342_nightly.m
===================================================================
--- /issm/trunk/test/NightlyRun/test342_nightly.m	(revision 5097)
+++ 	(revision )
@@ -1,11 +1,0 @@
-field_names     ={'Gradient' 'Misfits' 'DragCoefficient' 'Pressure' 'Vel' 'Vx' 'Vy'};
-field_tolerances={1e-08,1e-08,1e-10,1e-10,1e-10,1e-10,1e-10,1e-10,1e-09,1e-10};
-field_values={...
-	PatchToVec(md.results.DiagnosticSolution.Gradient),...
-	md.results.DiagnosticSolution.J,...
-	PatchToVec(md.results.DiagnosticSolution.DragCoefficient),...
-	PatchToVec(md.results.DiagnosticSolution.Pressure),...
-	PatchToVec(md.results.DiagnosticSolution.Vel),...
-	PatchToVec(md.results.DiagnosticSolution.Vx),...
-	PatchToVec(md.results.DiagnosticSolution.Vy)
-};
Index: /issm/trunk/test/NightlyRun/test343.m
===================================================================
--- /issm/trunk/test/NightlyRun/test343.m	(revision 5097)
+++ /issm/trunk/test/NightlyRun/test343.m	(revision 5098)
@@ -21,2 +21,15 @@
 md.cluster='none';
 md=solve(md,'analysis_type',DiagnosticSolutionEnum);
+
+%Fields and tolerances to track changes
+field_names     ={'Gradient' 'Misfits' 'DragCoefficient' 'Pressure' 'Vel' 'Vx' 'Vy'};
+field_tolerances={1e-08,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09};
+field_values={...
+	PatchToVec(md.results.DiagnosticSolution.Gradient),...
+	md.results.DiagnosticSolution.J,...
+	PatchToVec(md.results.DiagnosticSolution.DragCoefficient),...
+	PatchToVec(md.results.DiagnosticSolution.Pressure),...
+	PatchToVec(md.results.DiagnosticSolution.Vel),...
+	PatchToVec(md.results.DiagnosticSolution.Vx),...
+	PatchToVec(md.results.DiagnosticSolution.Vy)
+};
Index: sm/trunk/test/NightlyRun/test343_nightly.m
===================================================================
--- /issm/trunk/test/NightlyRun/test343_nightly.m	(revision 5097)
+++ 	(revision )
@@ -1,11 +1,0 @@
-field_names     ={'Gradient' 'Misfits' 'DragCoefficient' 'Pressure' 'Vel' 'Vx' 'Vy'};
-field_tolerances={1e-08,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09};
-field_values={...
-	PatchToVec(md.results.DiagnosticSolution.Gradient),...
-	md.results.DiagnosticSolution.J,...
-	PatchToVec(md.results.DiagnosticSolution.DragCoefficient),...
-	PatchToVec(md.results.DiagnosticSolution.Pressure),...
-	PatchToVec(md.results.DiagnosticSolution.Vel),...
-	PatchToVec(md.results.DiagnosticSolution.Vx),...
-	PatchToVec(md.results.DiagnosticSolution.Vy)
-};
Index: /issm/trunk/test/NightlyRun/test344.m
===================================================================
--- /issm/trunk/test/NightlyRun/test344.m	(revision 5097)
+++ /issm/trunk/test/NightlyRun/test344.m	(revision 5098)
@@ -21,2 +21,15 @@
 md.cluster=oshostname();
 md=solve(md,'analysis_type',DiagnosticSolutionEnum);
+
+%Fields and tolerances to track changes
+field_names     ={'Gradient' 'Misfits' 'DragCoefficient' 'Pressure' 'Vel' 'Vx' 'Vy'};
+field_tolerances={1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09};
+field_values={...
+	PatchToVec(md.results.DiagnosticSolution.Gradient),...
+	md.results.DiagnosticSolution.J,...
+	PatchToVec(md.results.DiagnosticSolution.DragCoefficient),...
+	PatchToVec(md.results.DiagnosticSolution.Pressure),...
+	PatchToVec(md.results.DiagnosticSolution.Vel),...
+	PatchToVec(md.results.DiagnosticSolution.Vx),...
+	PatchToVec(md.results.DiagnosticSolution.Vy)
+};
Index: sm/trunk/test/NightlyRun/test344_nightly.m
===================================================================
--- /issm/trunk/test/NightlyRun/test344_nightly.m	(revision 5097)
+++ 	(revision )
@@ -1,11 +1,0 @@
-field_names     ={'Gradient' 'Misfits' 'DragCoefficient' 'Pressure' 'Vel' 'Vx' 'Vy'};
-field_tolerances={1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09};
-field_values={...
-	PatchToVec(md.results.DiagnosticSolution.Gradient),...
-	md.results.DiagnosticSolution.J,...
-	PatchToVec(md.results.DiagnosticSolution.DragCoefficient),...
-	PatchToVec(md.results.DiagnosticSolution.Pressure),...
-	PatchToVec(md.results.DiagnosticSolution.Vel),...
-	PatchToVec(md.results.DiagnosticSolution.Vx),...
-	PatchToVec(md.results.DiagnosticSolution.Vy)
-};
Index: /issm/trunk/test/NightlyRun/test401.m
===================================================================
--- /issm/trunk/test/NightlyRun/test401.m	(revision 5097)
+++ /issm/trunk/test/NightlyRun/test401.m	(revision 5098)
@@ -5,2 +5,12 @@
 md.cluster='none';
 md=solve(md,'analysis_type',DiagnosticSolutionEnum);
+
+%Fields and tolerances to track changes
+field_names     ={'Vx','Vy','Vel','Pressure'};
+field_tolerances={1e-13,1e-13,1e-13,1e-13};
+field_values={...
+	PatchToVec(md.results.DiagnosticSolution.Vx),...
+	PatchToVec(md.results.DiagnosticSolution.Vy),...
+	PatchToVec(md.results.DiagnosticSolution.Vel),...
+	PatchToVec(md.results.DiagnosticSolution.Pressure),...
+	};
Index: sm/trunk/test/NightlyRun/test401_nightly.m
===================================================================
--- /issm/trunk/test/NightlyRun/test401_nightly.m	(revision 5097)
+++ 	(revision )
@@ -1,8 +1,0 @@
-field_names     ={'Vx','Vy','Vel','Pressure'};
-field_tolerances={1e-13,1e-13,1e-13,1e-13};
-field_values={...
-	PatchToVec(md.results.DiagnosticSolution.Vx),...
-	PatchToVec(md.results.DiagnosticSolution.Vy),...
-	PatchToVec(md.results.DiagnosticSolution.Vel),...
-	PatchToVec(md.results.DiagnosticSolution.Pressure),...
-	};
Index: /issm/trunk/test/NightlyRun/test402.m
===================================================================
--- /issm/trunk/test/NightlyRun/test402.m	(revision 5097)
+++ /issm/trunk/test/NightlyRun/test402.m	(revision 5098)
@@ -5,2 +5,12 @@
 md.cluster=oshostname();
 md=solve(md,'analysis_type',DiagnosticSolutionEnum);
+
+%Fields and tolerances to track changes
+field_names     ={'Vx','Vy','Vel','Pressure'};
+field_tolerances={1e-13,1e-13,1e-13,1e-13};
+field_values={...
+	PatchToVec(md.results.DiagnosticSolution.Vx),...
+	PatchToVec(md.results.DiagnosticSolution.Vy),...
+	PatchToVec(md.results.DiagnosticSolution.Vel),...
+	PatchToVec(md.results.DiagnosticSolution.Pressure),...
+	};
Index: sm/trunk/test/NightlyRun/test402_nightly.m
===================================================================
--- /issm/trunk/test/NightlyRun/test402_nightly.m	(revision 5097)
+++ 	(revision )
@@ -1,8 +1,0 @@
-field_names     ={'Vx','Vy','Vel','Pressure'};
-field_tolerances={1e-13,1e-13,1e-13,1e-13};
-field_values={...
-	PatchToVec(md.results.DiagnosticSolution.Vx),...
-	PatchToVec(md.results.DiagnosticSolution.Vy),...
-	PatchToVec(md.results.DiagnosticSolution.Vel),...
-	PatchToVec(md.results.DiagnosticSolution.Pressure),...
-	};
Index: /issm/trunk/test/NightlyRun/test403.m
===================================================================
--- /issm/trunk/test/NightlyRun/test403.m	(revision 5097)
+++ /issm/trunk/test/NightlyRun/test403.m	(revision 5098)
@@ -6,2 +6,13 @@
 md.cluster='none';
 md=solve(md,'analysis_type',DiagnosticSolutionEnum);
+
+%Fields and tolerances to track changes
+field_names     ={'Vx','Vy','Vz','Vel','Pressure'};
+field_tolerances={1e-13,1e-13,1e-13,1e-13,1e-13};
+field_values={...
+	PatchToVec(md.results.DiagnosticSolution.Vx),...
+	PatchToVec(md.results.DiagnosticSolution.Vy),...
+	PatchToVec(md.results.DiagnosticSolution.Vz),...
+	PatchToVec(md.results.DiagnosticSolution.Vel),...
+	PatchToVec(md.results.DiagnosticSolution.Pressure),...
+	};
Index: sm/trunk/test/NightlyRun/test403_nightly.m
===================================================================
--- /issm/trunk/test/NightlyRun/test403_nightly.m	(revision 5097)
+++ 	(revision )
@@ -1,9 +1,0 @@
-field_names     ={'Vx','Vy','Vz','Vel','Pressure'};
-field_tolerances={1e-13,1e-13,1e-13,1e-13,1e-13};
-field_values={...
-	PatchToVec(md.results.DiagnosticSolution.Vx),...
-	PatchToVec(md.results.DiagnosticSolution.Vy),...
-	PatchToVec(md.results.DiagnosticSolution.Vz),...
-	PatchToVec(md.results.DiagnosticSolution.Vel),...
-	PatchToVec(md.results.DiagnosticSolution.Pressure),...
-	};
Index: /issm/trunk/test/NightlyRun/test404.m
===================================================================
--- /issm/trunk/test/NightlyRun/test404.m	(revision 5097)
+++ /issm/trunk/test/NightlyRun/test404.m	(revision 5098)
@@ -6,2 +6,13 @@
 md.cluster=oshostname();
 md=solve(md,'analysis_type',DiagnosticSolutionEnum);
+
+%Fields and tolerances to track changes
+field_names     ={'Vx','Vy','Vz','Vel','Pressure'};
+field_tolerances={1e-13,1e-13,1e-13,1e-13,1e-13};
+field_values={...
+	PatchToVec(md.results.DiagnosticSolution.Vx),...
+	PatchToVec(md.results.DiagnosticSolution.Vy),...
+	PatchToVec(md.results.DiagnosticSolution.Vz),...
+	PatchToVec(md.results.DiagnosticSolution.Vel),...
+	PatchToVec(md.results.DiagnosticSolution.Pressure),...
+	};
Index: sm/trunk/test/NightlyRun/test404_nightly.m
===================================================================
--- /issm/trunk/test/NightlyRun/test404_nightly.m	(revision 5097)
+++ 	(revision )
@@ -1,9 +1,0 @@
-field_names     ={'Vx','Vy','Vz','Vel','Pressure'};
-field_tolerances={1e-13,1e-13,1e-13,1e-13,1e-13};
-field_values={...
-	PatchToVec(md.results.DiagnosticSolution.Vx),...
-	PatchToVec(md.results.DiagnosticSolution.Vy),...
-	PatchToVec(md.results.DiagnosticSolution.Vz),...
-	PatchToVec(md.results.DiagnosticSolution.Vel),...
-	PatchToVec(md.results.DiagnosticSolution.Pressure),...
-	};
Index: /issm/trunk/test/NightlyRun/test405.m
===================================================================
--- /issm/trunk/test/NightlyRun/test405.m	(revision 5097)
+++ /issm/trunk/test/NightlyRun/test405.m	(revision 5098)
@@ -6,2 +6,13 @@
 md.cluster='none';
 md=solve(md,'analysis_type',DiagnosticSolutionEnum);
+
+%Fields and tolerances to track changes
+field_names     ={'Vx','Vy','Vz','Vel','Pressure'};
+field_tolerances={1e-09,1e-09,1e-09,1e-09,1e-09};
+field_values={...
+	PatchToVec(md.results.DiagnosticSolution.Vx),...
+	PatchToVec(md.results.DiagnosticSolution.Vy),...
+	PatchToVec(md.results.DiagnosticSolution.Vz),...
+	PatchToVec(md.results.DiagnosticSolution.Vel),...
+	PatchToVec(md.results.DiagnosticSolution.Pressure),...
+	};
Index: sm/trunk/test/NightlyRun/test405_nightly.m
===================================================================
--- /issm/trunk/test/NightlyRun/test405_nightly.m	(revision 5097)
+++ 	(revision )
@@ -1,9 +1,0 @@
-field_names     ={'Vx','Vy','Vz','Vel','Pressure'};
-field_tolerances={1e-09,1e-09,1e-09,1e-09,1e-09};
-field_values={...
-	PatchToVec(md.results.DiagnosticSolution.Vx),...
-	PatchToVec(md.results.DiagnosticSolution.Vy),...
-	PatchToVec(md.results.DiagnosticSolution.Vz),...
-	PatchToVec(md.results.DiagnosticSolution.Vel),...
-	PatchToVec(md.results.DiagnosticSolution.Pressure),...
-	};
Index: /issm/trunk/test/NightlyRun/test406.m
===================================================================
--- /issm/trunk/test/NightlyRun/test406.m	(revision 5097)
+++ /issm/trunk/test/NightlyRun/test406.m	(revision 5098)
@@ -6,2 +6,13 @@
 md.cluster=oshostname();
 md=solve(md,'analysis_type',DiagnosticSolutionEnum);
+
+%Fields and tolerances to track changes
+field_names     ={'Vx','Vy','Vz','Vel','Pressure'};
+field_tolerances={1e-09,1e-09,1e-09,1e-09,1e-09};
+field_values={...
+	PatchToVec(md.results.DiagnosticSolution.Vx),...
+	PatchToVec(md.results.DiagnosticSolution.Vy),...
+	PatchToVec(md.results.DiagnosticSolution.Vz),...
+	PatchToVec(md.results.DiagnosticSolution.Vel),...
+	PatchToVec(md.results.DiagnosticSolution.Pressure),...
+	};
Index: sm/trunk/test/NightlyRun/test406_nightly.m
===================================================================
--- /issm/trunk/test/NightlyRun/test406_nightly.m	(revision 5097)
+++ 	(revision )
@@ -1,9 +1,0 @@
-field_names     ={'Vx','Vy','Vz','Vel','Pressure'};
-field_tolerances={1e-09,1e-09,1e-09,1e-09,1e-09};
-field_values={...
-	PatchToVec(md.results.DiagnosticSolution.Vx),...
-	PatchToVec(md.results.DiagnosticSolution.Vy),...
-	PatchToVec(md.results.DiagnosticSolution.Vz),...
-	PatchToVec(md.results.DiagnosticSolution.Vel),...
-	PatchToVec(md.results.DiagnosticSolution.Pressure),...
-	};
Index: /issm/trunk/test/NightlyRun/test407.m
===================================================================
--- /issm/trunk/test/NightlyRun/test407.m	(revision 5097)
+++ /issm/trunk/test/NightlyRun/test407.m	(revision 5098)
@@ -6,2 +6,13 @@
 md.cluster='none';
 md=solve(md,'analysis_type',DiagnosticSolutionEnum);
+
+%Fields and tolerances to track changes
+field_names     ={'Vx','Vy','Vz','Vel','Pressure'};
+field_tolerances={1e-13,1e-13,1e-13,1e-13,1e-13};
+field_values={...
+	PatchToVec(md.results.DiagnosticSolution.Vx),...
+	PatchToVec(md.results.DiagnosticSolution.Vy),...
+	PatchToVec(md.results.DiagnosticSolution.Vz),...
+	PatchToVec(md.results.DiagnosticSolution.Vel),...
+	PatchToVec(md.results.DiagnosticSolution.Pressure),...
+	};
Index: sm/trunk/test/NightlyRun/test407_nightly.m
===================================================================
--- /issm/trunk/test/NightlyRun/test407_nightly.m	(revision 5097)
+++ 	(revision )
@@ -1,9 +1,0 @@
-field_names     ={'Vx','Vy','Vz','Vel','Pressure'};
-field_tolerances={1e-13,1e-13,1e-13,1e-13,1e-13};
-field_values={...
-	PatchToVec(md.results.DiagnosticSolution.Vx),...
-	PatchToVec(md.results.DiagnosticSolution.Vy),...
-	PatchToVec(md.results.DiagnosticSolution.Vz),...
-	PatchToVec(md.results.DiagnosticSolution.Vel),...
-	PatchToVec(md.results.DiagnosticSolution.Pressure),...
-	};
Index: /issm/trunk/test/NightlyRun/test408.m
===================================================================
--- /issm/trunk/test/NightlyRun/test408.m	(revision 5097)
+++ /issm/trunk/test/NightlyRun/test408.m	(revision 5098)
@@ -6,2 +6,13 @@
 md.cluster=oshostname();
 md=solve(md,'analysis_type',DiagnosticSolutionEnum);
+
+%Fields and tolerances to track changes
+field_names     ={'Vx','Vy','Vz','Vel','Pressure'};
+field_tolerances={1e-08,1e-08,1e-08,1e-08,1e-08};
+field_values={...
+	PatchToVec(md.results.DiagnosticSolution.Vx),...
+	PatchToVec(md.results.DiagnosticSolution.Vy),...
+	PatchToVec(md.results.DiagnosticSolution.Vz),...
+	PatchToVec(md.results.DiagnosticSolution.Vel),...
+	PatchToVec(md.results.DiagnosticSolution.Pressure),...
+	};
Index: sm/trunk/test/NightlyRun/test408_nightly.m
===================================================================
--- /issm/trunk/test/NightlyRun/test408_nightly.m	(revision 5097)
+++ 	(revision )
@@ -1,9 +1,0 @@
-field_names     ={'Vx','Vy','Vz','Vel','Pressure'};
-field_tolerances={1e-08,1e-08,1e-08,1e-08,1e-08};
-field_values={...
-	PatchToVec(md.results.DiagnosticSolution.Vx),...
-	PatchToVec(md.results.DiagnosticSolution.Vy),...
-	PatchToVec(md.results.DiagnosticSolution.Vz),...
-	PatchToVec(md.results.DiagnosticSolution.Vel),...
-	PatchToVec(md.results.DiagnosticSolution.Pressure),...
-	};
Index: /issm/trunk/test/NightlyRun/test409.m
===================================================================
--- /issm/trunk/test/NightlyRun/test409.m	(revision 5097)
+++ /issm/trunk/test/NightlyRun/test409.m	(revision 5098)
@@ -6,2 +6,13 @@
 md.cluster='none';
 md=solve(md,'analysis_type',DiagnosticSolutionEnum);
+
+%Fields and tolerances to track changes
+field_names     ={'Vx','Vy','Vz','Vel','Pressure'};
+field_tolerances={1e-05,1e-05,1e-05,1e-05,1e-05};
+field_values={...
+	PatchToVec(md.results.DiagnosticSolution.Vx),...
+	PatchToVec(md.results.DiagnosticSolution.Vy),...
+	PatchToVec(md.results.DiagnosticSolution.Vz),...
+	PatchToVec(md.results.DiagnosticSolution.Vel),...
+	PatchToVec(md.results.DiagnosticSolution.Pressure),...
+	};
Index: sm/trunk/test/NightlyRun/test409_nightly.m
===================================================================
--- /issm/trunk/test/NightlyRun/test409_nightly.m	(revision 5097)
+++ 	(revision )
@@ -1,9 +1,0 @@
-field_names     ={'Vx','Vy','Vz','Vel','Pressure'};
-field_tolerances={1e-05,1e-05,1e-05,1e-05,1e-05};
-field_values={...
-	PatchToVec(md.results.DiagnosticSolution.Vx),...
-	PatchToVec(md.results.DiagnosticSolution.Vy),...
-	PatchToVec(md.results.DiagnosticSolution.Vz),...
-	PatchToVec(md.results.DiagnosticSolution.Vel),...
-	PatchToVec(md.results.DiagnosticSolution.Pressure),...
-	};
Index: /issm/trunk/test/NightlyRun/test410.m
===================================================================
--- /issm/trunk/test/NightlyRun/test410.m	(revision 5097)
+++ /issm/trunk/test/NightlyRun/test410.m	(revision 5098)
@@ -6,2 +6,13 @@
 md.cluster=oshostname();
 md=solve(md,'analysis_type',DiagnosticSolutionEnum);
+
+%Fields and tolerances to track changes
+field_names     ={'Vx','Vy','Vz','Vel','Pressure'};
+field_tolerances={1e-05,1e-05,1e-05,1e-05,1e-05};
+field_values={...
+	PatchToVec(md.results.DiagnosticSolution.Vx),...
+	PatchToVec(md.results.DiagnosticSolution.Vy),...
+	PatchToVec(md.results.DiagnosticSolution.Vz),...
+	PatchToVec(md.results.DiagnosticSolution.Vel),...
+	PatchToVec(md.results.DiagnosticSolution.Pressure),...
+	};
Index: sm/trunk/test/NightlyRun/test410_nightly.m
===================================================================
--- /issm/trunk/test/NightlyRun/test410_nightly.m	(revision 5097)
+++ 	(revision )
@@ -1,9 +1,0 @@
-field_names     ={'Vx','Vy','Vz','Vel','Pressure'};
-field_tolerances={1e-05,1e-05,1e-05,1e-05,1e-05};
-field_values={...
-	PatchToVec(md.results.DiagnosticSolution.Vx),...
-	PatchToVec(md.results.DiagnosticSolution.Vy),...
-	PatchToVec(md.results.DiagnosticSolution.Vz),...
-	PatchToVec(md.results.DiagnosticSolution.Vel),...
-	PatchToVec(md.results.DiagnosticSolution.Pressure),...
-	};
Index: /issm/trunk/test/NightlyRun/test411.m
===================================================================
--- /issm/trunk/test/NightlyRun/test411.m	(revision 5097)
+++ /issm/trunk/test/NightlyRun/test411.m	(revision 5098)
@@ -7,2 +7,10 @@
 md.dt=0;
 md=solve(md,'analysis_type',ThermalSolutionEnum);
+
+%Fields and tolerances to track changes
+field_names     ={'Temperature','MeltingRate'};
+field_tolerances={1e-13,1e-13};
+field_values={...
+	PatchToVec(md.results.ThermalSolution.Temperature),...
+	PatchToVec(md.results.ThermalSolution.MeltingRate),...
+	};
Index: sm/trunk/test/NightlyRun/test411_nightly.m
===================================================================
--- /issm/trunk/test/NightlyRun/test411_nightly.m	(revision 5097)
+++ 	(revision )
@@ -1,6 +1,0 @@
-field_names     ={'Temperature','MeltingRate'};
-field_tolerances={1e-13,1e-13};
-field_values={...
-	PatchToVec(md.results.ThermalSolution.Temperature),...
-	PatchToVec(md.results.ThermalSolution.MeltingRate),...
-	};
Index: /issm/trunk/test/NightlyRun/test412.m
===================================================================
--- /issm/trunk/test/NightlyRun/test412.m	(revision 5097)
+++ /issm/trunk/test/NightlyRun/test412.m	(revision 5098)
@@ -7,2 +7,10 @@
 md.dt=0;
 md=solve(md,'analysis_type',ThermalSolutionEnum);
+
+%Fields and tolerances to track changes
+field_names     ={'Temperature','MeltingRate'};
+field_tolerances={1e-13,1e-13};
+field_values={...
+	PatchToVec(md.results.ThermalSolution.Temperature),...
+	PatchToVec(md.results.ThermalSolution.MeltingRate),...
+	};
Index: sm/trunk/test/NightlyRun/test412_nightly.m
===================================================================
--- /issm/trunk/test/NightlyRun/test412_nightly.m	(revision 5097)
+++ 	(revision )
@@ -1,6 +1,0 @@
-field_names     ={'Temperature','MeltingRate'};
-field_tolerances={1e-13,1e-13};
-field_values={...
-	PatchToVec(md.results.ThermalSolution.Temperature),...
-	PatchToVec(md.results.ThermalSolution.MeltingRate),...
-	};
Index: /issm/trunk/test/NightlyRun/test413.m
===================================================================
--- /issm/trunk/test/NightlyRun/test413.m	(revision 5097)
+++ /issm/trunk/test/NightlyRun/test413.m	(revision 5098)
@@ -6,2 +6,10 @@
 md.cluster='none';
 md=solve(md,'analysis_type',ThermalSolutionEnum);
+
+%Fields and tolerances to track changes
+field_names     ={'Temperature','MeltingRate'};
+field_tolerances={1e-13,1e-13};
+field_values={...
+	PatchToVec(md.results.ThermalSolution.Temperature),...
+	PatchToVec(md.results.ThermalSolution.MeltingRate),...
+	};
Index: sm/trunk/test/NightlyRun/test413_nightly.m
===================================================================
--- /issm/trunk/test/NightlyRun/test413_nightly.m	(revision 5097)
+++ 	(revision )
@@ -1,6 +1,0 @@
-field_names     ={'Temperature','MeltingRate'};
-field_tolerances={1e-13,1e-13};
-field_values={...
-	PatchToVec(md.results.ThermalSolution.Temperature),...
-	PatchToVec(md.results.ThermalSolution.MeltingRate),...
-	};
Index: /issm/trunk/test/NightlyRun/test414.m
===================================================================
--- /issm/trunk/test/NightlyRun/test414.m	(revision 5097)
+++ /issm/trunk/test/NightlyRun/test414.m	(revision 5098)
@@ -6,2 +6,10 @@
 md.cluster=oshostname();
 md=solve(md,'analysis_type',ThermalSolutionEnum);
+
+%Fields and tolerances to track changes
+field_names     ={'Temperature','MeltingRate'};
+field_tolerances={1e-13,1e-13};
+field_values={...
+	PatchToVec(md.results.ThermalSolution.Temperature),...
+	PatchToVec(md.results.ThermalSolution.MeltingRate),...
+	};
Index: sm/trunk/test/NightlyRun/test414_nightly.m
===================================================================
--- /issm/trunk/test/NightlyRun/test414_nightly.m	(revision 5097)
+++ 	(revision )
@@ -1,6 +1,0 @@
-field_names     ={'Temperature','MeltingRate'};
-field_tolerances={1e-13,1e-13};
-field_values={...
-	PatchToVec(md.results.ThermalSolution.Temperature),...
-	PatchToVec(md.results.ThermalSolution.MeltingRate),...
-	};
Index: /issm/trunk/test/NightlyRun/test415.m
===================================================================
--- /issm/trunk/test/NightlyRun/test415.m	(revision 5097)
+++ /issm/trunk/test/NightlyRun/test415.m	(revision 5098)
@@ -5,2 +5,29 @@
 md.cluster='none';
 md=solve(md,'analysis_type',Transient2DSolutionEnum);
+
+%Fields and tolerances to track changes
+field_names     ={'Vx1','Vy1','Vel1','Pressure1','Bed1','Surface1','Thickness1','Vx2','Vy2','Vel2','Pressure2','Bed2','Surface2','Thickness2','Vx3','Vy3','Vel3','Pressure3','Bed3','Surface3','Thickness3'};
+field_tolerances={1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13};
+field_values={...
+	PatchToVec(md.results.Transient2DSolution(1).Vx),...
+	PatchToVec(md.results.Transient2DSolution(1).Vy),...
+	PatchToVec(md.results.Transient2DSolution(1).Vel),...
+	PatchToVec(md.results.Transient2DSolution(1).Pressure),...
+	PatchToVec(md.results.Transient2DSolution(1).Bed),...
+	PatchToVec(md.results.Transient2DSolution(1).Surface),...
+	PatchToVec(md.results.Transient2DSolution(1).Thickness),...
+	PatchToVec(md.results.Transient2DSolution(2).Vx),...
+	PatchToVec(md.results.Transient2DSolution(2).Vy),...
+	PatchToVec(md.results.Transient2DSolution(2).Vel),...
+	PatchToVec(md.results.Transient2DSolution(2).Pressure),...
+	PatchToVec(md.results.Transient2DSolution(2).Bed),...
+	PatchToVec(md.results.Transient2DSolution(2).Surface),...
+	PatchToVec(md.results.Transient2DSolution(2).Thickness),...
+	PatchToVec(md.results.Transient2DSolution(3).Vx),...
+	PatchToVec(md.results.Transient2DSolution(3).Vy),...
+	PatchToVec(md.results.Transient2DSolution(3).Vel),...
+	PatchToVec(md.results.Transient2DSolution(3).Pressure),...
+	PatchToVec(md.results.Transient2DSolution(3).Bed),...
+	PatchToVec(md.results.Transient2DSolution(3).Surface),...
+	PatchToVec(md.results.Transient2DSolution(3).Thickness),...
+	};
Index: sm/trunk/test/NightlyRun/test415_nightly.m
===================================================================
--- /issm/trunk/test/NightlyRun/test415_nightly.m	(revision 5097)
+++ 	(revision )
@@ -1,25 +1,0 @@
-field_names     ={'Vx1','Vy1','Vel1','Pressure1','Bed1','Surface1','Thickness1','Vx2','Vy2','Vel2','Pressure2','Bed2','Surface2','Thickness2','Vx3','Vy3','Vel3','Pressure3','Bed3','Surface3','Thickness3'};
-field_tolerances={1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13};
-field_values={...
-	PatchToVec(md.results.Transient2DSolution(1).Vx),...
-	PatchToVec(md.results.Transient2DSolution(1).Vy),...
-	PatchToVec(md.results.Transient2DSolution(1).Vel),...
-	PatchToVec(md.results.Transient2DSolution(1).Pressure),...
-	PatchToVec(md.results.Transient2DSolution(1).Bed),...
-	PatchToVec(md.results.Transient2DSolution(1).Surface),...
-	PatchToVec(md.results.Transient2DSolution(1).Thickness),...
-	PatchToVec(md.results.Transient2DSolution(2).Vx),...
-	PatchToVec(md.results.Transient2DSolution(2).Vy),...
-	PatchToVec(md.results.Transient2DSolution(2).Vel),...
-	PatchToVec(md.results.Transient2DSolution(2).Pressure),...
-	PatchToVec(md.results.Transient2DSolution(2).Bed),...
-	PatchToVec(md.results.Transient2DSolution(2).Surface),...
-	PatchToVec(md.results.Transient2DSolution(2).Thickness),...
-	PatchToVec(md.results.Transient2DSolution(3).Vx),...
-	PatchToVec(md.results.Transient2DSolution(3).Vy),...
-	PatchToVec(md.results.Transient2DSolution(3).Vel),...
-	PatchToVec(md.results.Transient2DSolution(3).Pressure),...
-	PatchToVec(md.results.Transient2DSolution(3).Bed),...
-	PatchToVec(md.results.Transient2DSolution(3).Surface),...
-	PatchToVec(md.results.Transient2DSolution(3).Thickness),...
-	};
Index: /issm/trunk/test/NightlyRun/test416.m
===================================================================
--- /issm/trunk/test/NightlyRun/test416.m	(revision 5097)
+++ /issm/trunk/test/NightlyRun/test416.m	(revision 5098)
@@ -5,2 +5,29 @@
 md.cluster=oshostname();
 md=solve(md,'analysis_type',Transient2DSolutionEnum);
+
+%Fields and tolerances to track changes
+field_names     ={'Vx1','Vy1','Vel1','Pressure1','Bed1','Surface1','Thickness1','Vx2','Vy2','Vel2','Pressure2','Bed2','Surface2','Thickness2','Vx3','Vy3','Vel3','Pressure3','Bed3','Surface3','Thickness3'};
+field_tolerances={1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13};
+field_values={...
+	PatchToVec(md.results.Transient2DSolution(1).Vx),...
+	PatchToVec(md.results.Transient2DSolution(1).Vy),...
+	PatchToVec(md.results.Transient2DSolution(1).Vel),...
+	PatchToVec(md.results.Transient2DSolution(1).Pressure),...
+	PatchToVec(md.results.Transient2DSolution(1).Bed),...
+	PatchToVec(md.results.Transient2DSolution(1).Surface),...
+	PatchToVec(md.results.Transient2DSolution(1).Thickness),...
+	PatchToVec(md.results.Transient2DSolution(2).Vx),...
+	PatchToVec(md.results.Transient2DSolution(2).Vy),...
+	PatchToVec(md.results.Transient2DSolution(2).Vel),...
+	PatchToVec(md.results.Transient2DSolution(2).Pressure),...
+	PatchToVec(md.results.Transient2DSolution(2).Bed),...
+	PatchToVec(md.results.Transient2DSolution(2).Surface),...
+	PatchToVec(md.results.Transient2DSolution(2).Thickness),...
+	PatchToVec(md.results.Transient2DSolution(3).Vx),...
+	PatchToVec(md.results.Transient2DSolution(3).Vy),...
+	PatchToVec(md.results.Transient2DSolution(3).Vel),...
+	PatchToVec(md.results.Transient2DSolution(3).Pressure),...
+	PatchToVec(md.results.Transient2DSolution(3).Bed),...
+	PatchToVec(md.results.Transient2DSolution(3).Surface),...
+	PatchToVec(md.results.Transient2DSolution(3).Thickness),...
+	};
Index: sm/trunk/test/NightlyRun/test416_nightly.m
===================================================================
--- /issm/trunk/test/NightlyRun/test416_nightly.m	(revision 5097)
+++ 	(revision )
@@ -1,25 +1,0 @@
-field_names     ={'Vx1','Vy1','Vel1','Pressure1','Bed1','Surface1','Thickness1','Vx2','Vy2','Vel2','Pressure2','Bed2','Surface2','Thickness2','Vx3','Vy3','Vel3','Pressure3','Bed3','Surface3','Thickness3'};
-field_tolerances={1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13};
-field_values={...
-	PatchToVec(md.results.Transient2DSolution(1).Vx),...
-	PatchToVec(md.results.Transient2DSolution(1).Vy),...
-	PatchToVec(md.results.Transient2DSolution(1).Vel),...
-	PatchToVec(md.results.Transient2DSolution(1).Pressure),...
-	PatchToVec(md.results.Transient2DSolution(1).Bed),...
-	PatchToVec(md.results.Transient2DSolution(1).Surface),...
-	PatchToVec(md.results.Transient2DSolution(1).Thickness),...
-	PatchToVec(md.results.Transient2DSolution(2).Vx),...
-	PatchToVec(md.results.Transient2DSolution(2).Vy),...
-	PatchToVec(md.results.Transient2DSolution(2).Vel),...
-	PatchToVec(md.results.Transient2DSolution(2).Pressure),...
-	PatchToVec(md.results.Transient2DSolution(2).Bed),...
-	PatchToVec(md.results.Transient2DSolution(2).Surface),...
-	PatchToVec(md.results.Transient2DSolution(2).Thickness),...
-	PatchToVec(md.results.Transient2DSolution(3).Vx),...
-	PatchToVec(md.results.Transient2DSolution(3).Vy),...
-	PatchToVec(md.results.Transient2DSolution(3).Vel),...
-	PatchToVec(md.results.Transient2DSolution(3).Pressure),...
-	PatchToVec(md.results.Transient2DSolution(3).Bed),...
-	PatchToVec(md.results.Transient2DSolution(3).Surface),...
-	PatchToVec(md.results.Transient2DSolution(3).Thickness),...
-	};
Index: /issm/trunk/test/NightlyRun/test417.m
===================================================================
--- /issm/trunk/test/NightlyRun/test417.m	(revision 5097)
+++ /issm/trunk/test/NightlyRun/test417.m	(revision 5098)
@@ -6,2 +6,40 @@
 md.cluster='none';
 md=solve(md,'analysis_type',Transient3DSolutionEnum);
+
+%Fields and tolerances to track changes
+field_names     ={'Vx1','Vy1','Vz1','Vel1','Pressure1','Bed1','Surface1','Thickness1','Temperature1','MeltingRate1', ...
+				      'Vx2','Vy2','Vz2','Vel2','Pressure2','Bed2','Surface2','Thickness2','Temperature2','MeltingRate2', ...
+					   'Vx3','Vy3','Vz3','Vel3','Pressure3','Bed3','Surface3','Thickness3','Temperature3','MeltingRate3'};
+field_tolerances={1e-05,1e-05,1e-05,1e-05,1e-05,1e-05,1e-05,1e-05,1e-05,1e-05,1e-05,1e-05,1e-05,1e-05,1e-05,1e-05,1e-05,1e-05,1e-05,1e-05,1e-05,1e-05,1e-05,1e-05,1e-05,1e-05,1e-05,1e-05,1e-05,1e-05};
+field_values={...
+	PatchToVec(md.results.Transient3DSolution(1).Vx),...
+	PatchToVec(md.results.Transient3DSolution(1).Vy),...
+	PatchToVec(md.results.Transient3DSolution(1).Vz),...
+	PatchToVec(md.results.Transient3DSolution(1).Vel),...
+	PatchToVec(md.results.Transient3DSolution(1).Pressure),...
+	PatchToVec(md.results.Transient3DSolution(1).Bed),...
+	PatchToVec(md.results.Transient3DSolution(1).Surface),...
+	PatchToVec(md.results.Transient3DSolution(1).Thickness),...
+	PatchToVec(md.results.Transient3DSolution(1).Temperature),...
+	PatchToVec(md.results.Transient3DSolution(1).MeltingRate),...
+	PatchToVec(md.results.Transient3DSolution(2).Vx),...
+	PatchToVec(md.results.Transient3DSolution(2).Vy),...
+	PatchToVec(md.results.Transient3DSolution(2).Vz),...
+	PatchToVec(md.results.Transient3DSolution(2).Vel),...
+	PatchToVec(md.results.Transient3DSolution(2).Pressure),...
+	PatchToVec(md.results.Transient3DSolution(2).Bed),...
+	PatchToVec(md.results.Transient3DSolution(2).Surface),...
+	PatchToVec(md.results.Transient3DSolution(2).Thickness),...
+	PatchToVec(md.results.Transient3DSolution(2).Temperature),...
+	PatchToVec(md.results.Transient3DSolution(2).MeltingRate),...
+	PatchToVec(md.results.Transient3DSolution(3).Vx),...
+	PatchToVec(md.results.Transient3DSolution(3).Vy),...
+	PatchToVec(md.results.Transient3DSolution(3).Vz),...
+	PatchToVec(md.results.Transient3DSolution(3).Vel),...
+	PatchToVec(md.results.Transient3DSolution(3).Pressure),...
+	PatchToVec(md.results.Transient3DSolution(3).Bed),...
+	PatchToVec(md.results.Transient3DSolution(3).Surface),...
+	PatchToVec(md.results.Transient3DSolution(3).Thickness),...
+	PatchToVec(md.results.Transient3DSolution(3).Temperature),...
+	PatchToVec(md.results.Transient3DSolution(3).MeltingRate),...
+	};
Index: sm/trunk/test/NightlyRun/test417_nightly.m
===================================================================
--- /issm/trunk/test/NightlyRun/test417_nightly.m	(revision 5097)
+++ 	(revision )
@@ -1,36 +1,0 @@
-field_names     ={'Vx1','Vy1','Vz1','Vel1','Pressure1','Bed1','Surface1','Thickness1','Temperature1','MeltingRate1', ...
-				      'Vx2','Vy2','Vz2','Vel2','Pressure2','Bed2','Surface2','Thickness2','Temperature2','MeltingRate2', ...
-					   'Vx3','Vy3','Vz3','Vel3','Pressure3','Bed3','Surface3','Thickness3','Temperature3','MeltingRate3'};
-field_tolerances={1e-05,1e-05,1e-05,1e-05,1e-05,1e-05,1e-05,1e-05,1e-05,1e-05,1e-05,1e-05,1e-05,1e-05,1e-05,1e-05,1e-05,1e-05,1e-05,1e-05,1e-05,1e-05,1e-05,1e-05,1e-05,1e-05,1e-05,1e-05,1e-05,1e-05};
-field_values={...
-	PatchToVec(md.results.Transient3DSolution(1).Vx),...
-	PatchToVec(md.results.Transient3DSolution(1).Vy),...
-	PatchToVec(md.results.Transient3DSolution(1).Vz),...
-	PatchToVec(md.results.Transient3DSolution(1).Vel),...
-	PatchToVec(md.results.Transient3DSolution(1).Pressure),...
-	PatchToVec(md.results.Transient3DSolution(1).Bed),...
-	PatchToVec(md.results.Transient3DSolution(1).Surface),...
-	PatchToVec(md.results.Transient3DSolution(1).Thickness),...
-	PatchToVec(md.results.Transient3DSolution(1).Temperature),...
-	PatchToVec(md.results.Transient3DSolution(1).MeltingRate),...
-	PatchToVec(md.results.Transient3DSolution(2).Vx),...
-	PatchToVec(md.results.Transient3DSolution(2).Vy),...
-	PatchToVec(md.results.Transient3DSolution(2).Vz),...
-	PatchToVec(md.results.Transient3DSolution(2).Vel),...
-	PatchToVec(md.results.Transient3DSolution(2).Pressure),...
-	PatchToVec(md.results.Transient3DSolution(2).Bed),...
-	PatchToVec(md.results.Transient3DSolution(2).Surface),...
-	PatchToVec(md.results.Transient3DSolution(2).Thickness),...
-	PatchToVec(md.results.Transient3DSolution(2).Temperature),...
-	PatchToVec(md.results.Transient3DSolution(2).MeltingRate),...
-	PatchToVec(md.results.Transient3DSolution(3).Vx),...
-	PatchToVec(md.results.Transient3DSolution(3).Vy),...
-	PatchToVec(md.results.Transient3DSolution(3).Vz),...
-	PatchToVec(md.results.Transient3DSolution(3).Vel),...
-	PatchToVec(md.results.Transient3DSolution(3).Pressure),...
-	PatchToVec(md.results.Transient3DSolution(3).Bed),...
-	PatchToVec(md.results.Transient3DSolution(3).Surface),...
-	PatchToVec(md.results.Transient3DSolution(3).Thickness),...
-	PatchToVec(md.results.Transient3DSolution(3).Temperature),...
-	PatchToVec(md.results.Transient3DSolution(3).MeltingRate),...
-	};
Index: /issm/trunk/test/NightlyRun/test418.m
===================================================================
--- /issm/trunk/test/NightlyRun/test418.m	(revision 5097)
+++ /issm/trunk/test/NightlyRun/test418.m	(revision 5098)
@@ -6,2 +6,40 @@
 md.cluster=oshostname();
 md=solve(md,'analysis_type',Transient3DSolutionEnum);
+
+%Fields and tolerances to track changes
+field_names     ={'Vx1','Vy1','Vz1','Vel1','Pressure1','Bed1','Surface1','Thickness1','Temperature1','MeltingRate1', ...
+				      'Vx2','Vy2','Vz2','Vel2','Pressure2','Bed2','Surface2','Thickness2','Temperature2','MeltingRate2', ...
+					   'Vx3','Vy3','Vz3','Vel3','Pressure3','Bed3','Surface3','Thickness3','Temperature3','MeltingRate3'};
+field_tolerances={1e-05,1e-05,1e-05,1e-05,1e-05,1e-05,1e-05,1e-05,1e-05,1e-05,1e-05,1e-05,1e-05,1e-05,1e-05,1e-05,1e-05,1e-05,1e-05,1e-05,1e-04,1e-04,1e-02,1e-04,1e-02,1e-04,1e-04,1e-04,1e-04,1e-01};
+field_values={...
+	PatchToVec(md.results.Transient3DSolution(1).Vx),...
+	PatchToVec(md.results.Transient3DSolution(1).Vy),...
+	PatchToVec(md.results.Transient3DSolution(1).Vz),...
+	PatchToVec(md.results.Transient3DSolution(1).Vel),...
+	PatchToVec(md.results.Transient3DSolution(1).Pressure),...
+	PatchToVec(md.results.Transient3DSolution(1).Bed),...
+	PatchToVec(md.results.Transient3DSolution(1).Surface),...
+	PatchToVec(md.results.Transient3DSolution(1).Thickness),...
+	PatchToVec(md.results.Transient3DSolution(1).Temperature),...
+	PatchToVec(md.results.Transient3DSolution(1).MeltingRate),...
+	PatchToVec(md.results.Transient3DSolution(2).Vx),...
+	PatchToVec(md.results.Transient3DSolution(2).Vy),...
+	PatchToVec(md.results.Transient3DSolution(2).Vz),...
+	PatchToVec(md.results.Transient3DSolution(2).Vel),...
+	PatchToVec(md.results.Transient3DSolution(2).Pressure),...
+	PatchToVec(md.results.Transient3DSolution(2).Bed),...
+	PatchToVec(md.results.Transient3DSolution(2).Surface),...
+	PatchToVec(md.results.Transient3DSolution(2).Thickness),...
+	PatchToVec(md.results.Transient3DSolution(2).Temperature),...
+	PatchToVec(md.results.Transient3DSolution(2).MeltingRate),...
+	PatchToVec(md.results.Transient3DSolution(3).Vx),...
+	PatchToVec(md.results.Transient3DSolution(3).Vy),...
+	PatchToVec(md.results.Transient3DSolution(3).Vz),...
+	PatchToVec(md.results.Transient3DSolution(3).Vel),...
+	PatchToVec(md.results.Transient3DSolution(3).Pressure),...
+	PatchToVec(md.results.Transient3DSolution(3).Bed),...
+	PatchToVec(md.results.Transient3DSolution(3).Surface),...
+	PatchToVec(md.results.Transient3DSolution(3).Thickness),...
+	PatchToVec(md.results.Transient3DSolution(3).Temperature),...
+	PatchToVec(md.results.Transient3DSolution(3).MeltingRate),...
+	};
Index: sm/trunk/test/NightlyRun/test418_nightly.m
===================================================================
--- /issm/trunk/test/NightlyRun/test418_nightly.m	(revision 5097)
+++ 	(revision )
@@ -1,36 +1,0 @@
-field_names     ={'Vx1','Vy1','Vz1','Vel1','Pressure1','Bed1','Surface1','Thickness1','Temperature1','MeltingRate1', ...
-				      'Vx2','Vy2','Vz2','Vel2','Pressure2','Bed2','Surface2','Thickness2','Temperature2','MeltingRate2', ...
-					   'Vx3','Vy3','Vz3','Vel3','Pressure3','Bed3','Surface3','Thickness3','Temperature3','MeltingRate3'};
-field_tolerances={1e-05,1e-05,1e-05,1e-05,1e-05,1e-05,1e-05,1e-05,1e-05,1e-05,1e-05,1e-05,1e-05,1e-05,1e-05,1e-05,1e-05,1e-05,1e-05,1e-05,1e-04,1e-04,1e-02,1e-04,1e-02,1e-04,1e-04,1e-04,1e-04,1e-01};
-field_values={...
-	PatchToVec(md.results.Transient3DSolution(1).Vx),...
-	PatchToVec(md.results.Transient3DSolution(1).Vy),...
-	PatchToVec(md.results.Transient3DSolution(1).Vz),...
-	PatchToVec(md.results.Transient3DSolution(1).Vel),...
-	PatchToVec(md.results.Transient3DSolution(1).Pressure),...
-	PatchToVec(md.results.Transient3DSolution(1).Bed),...
-	PatchToVec(md.results.Transient3DSolution(1).Surface),...
-	PatchToVec(md.results.Transient3DSolution(1).Thickness),...
-	PatchToVec(md.results.Transient3DSolution(1).Temperature),...
-	PatchToVec(md.results.Transient3DSolution(1).MeltingRate),...
-	PatchToVec(md.results.Transient3DSolution(2).Vx),...
-	PatchToVec(md.results.Transient3DSolution(2).Vy),...
-	PatchToVec(md.results.Transient3DSolution(2).Vz),...
-	PatchToVec(md.results.Transient3DSolution(2).Vel),...
-	PatchToVec(md.results.Transient3DSolution(2).Pressure),...
-	PatchToVec(md.results.Transient3DSolution(2).Bed),...
-	PatchToVec(md.results.Transient3DSolution(2).Surface),...
-	PatchToVec(md.results.Transient3DSolution(2).Thickness),...
-	PatchToVec(md.results.Transient3DSolution(2).Temperature),...
-	PatchToVec(md.results.Transient3DSolution(2).MeltingRate),...
-	PatchToVec(md.results.Transient3DSolution(3).Vx),...
-	PatchToVec(md.results.Transient3DSolution(3).Vy),...
-	PatchToVec(md.results.Transient3DSolution(3).Vz),...
-	PatchToVec(md.results.Transient3DSolution(3).Vel),...
-	PatchToVec(md.results.Transient3DSolution(3).Pressure),...
-	PatchToVec(md.results.Transient3DSolution(3).Bed),...
-	PatchToVec(md.results.Transient3DSolution(3).Surface),...
-	PatchToVec(md.results.Transient3DSolution(3).Thickness),...
-	PatchToVec(md.results.Transient3DSolution(3).Temperature),...
-	PatchToVec(md.results.Transient3DSolution(3).MeltingRate),...
-	};
Index: /issm/trunk/test/NightlyRun/test419.m
===================================================================
--- /issm/trunk/test/NightlyRun/test419.m	(revision 5097)
+++ /issm/trunk/test/NightlyRun/test419.m	(revision 5098)
@@ -7,2 +7,16 @@
 md.dt=0;
 md=solve(md,'analysis_type',SteadystateSolutionEnum);
+
+%Fields and tolerances to track changes
+field_names     ={'Vx','Vy','Vz','Vel','Pressure','Temperature','MeltingRate'};
+field_tolerances={1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13
+};
+field_values={...
+	PatchToVec(md.results.SteadystateSolution.Vx),...
+	PatchToVec(md.results.SteadystateSolution.Vy),...
+	PatchToVec(md.results.SteadystateSolution.Vz),...
+	PatchToVec(md.results.SteadystateSolution.Vel),...
+	PatchToVec(md.results.SteadystateSolution.Pressure),...
+	PatchToVec(md.results.SteadystateSolution.Temperature),...
+	PatchToVec(md.results.SteadystateSolution.MeltingRate),...
+	};
Index: sm/trunk/test/NightlyRun/test419_nightly.m
===================================================================
--- /issm/trunk/test/NightlyRun/test419_nightly.m	(revision 5097)
+++ 	(revision )
@@ -1,12 +1,0 @@
-field_names     ={'Vx','Vy','Vz','Vel','Pressure','Temperature','MeltingRate'};
-field_tolerances={1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13
-};
-field_values={...
-	PatchToVec(md.results.SteadystateSolution.Vx),...
-	PatchToVec(md.results.SteadystateSolution.Vy),...
-	PatchToVec(md.results.SteadystateSolution.Vz),...
-	PatchToVec(md.results.SteadystateSolution.Vel),...
-	PatchToVec(md.results.SteadystateSolution.Pressure),...
-	PatchToVec(md.results.SteadystateSolution.Temperature),...
-	PatchToVec(md.results.SteadystateSolution.MeltingRate),...
-	};
Index: /issm/trunk/test/NightlyRun/test420.m
===================================================================
--- /issm/trunk/test/NightlyRun/test420.m	(revision 5097)
+++ /issm/trunk/test/NightlyRun/test420.m	(revision 5098)
@@ -7,2 +7,16 @@
 md.dt=0;
 md=solve(md,'analysis_type',SteadystateSolutionEnum);
+
+%Fields and tolerances to track changes
+field_names     ={'Vx','Vy','Vz','Vel','Pressure','Temperature','MeltingRate'};
+field_tolerances={1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13
+};
+field_values={...
+	PatchToVec(md.results.SteadystateSolution.Vx),...
+	PatchToVec(md.results.SteadystateSolution.Vy),...
+	PatchToVec(md.results.SteadystateSolution.Vz),...
+	PatchToVec(md.results.SteadystateSolution.Vel),...
+	PatchToVec(md.results.SteadystateSolution.Pressure),...
+	PatchToVec(md.results.SteadystateSolution.Temperature),...
+	PatchToVec(md.results.SteadystateSolution.MeltingRate),...
+	};
Index: sm/trunk/test/NightlyRun/test420_nightly.m
===================================================================
--- /issm/trunk/test/NightlyRun/test420_nightly.m	(revision 5097)
+++ 	(revision )
@@ -1,12 +1,0 @@
-field_names     ={'Vx','Vy','Vz','Vel','Pressure','Temperature','MeltingRate'};
-field_tolerances={1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13
-};
-field_values={...
-	PatchToVec(md.results.SteadystateSolution.Vx),...
-	PatchToVec(md.results.SteadystateSolution.Vy),...
-	PatchToVec(md.results.SteadystateSolution.Vz),...
-	PatchToVec(md.results.SteadystateSolution.Vel),...
-	PatchToVec(md.results.SteadystateSolution.Pressure),...
-	PatchToVec(md.results.SteadystateSolution.Temperature),...
-	PatchToVec(md.results.SteadystateSolution.MeltingRate),...
-	};
Index: /issm/trunk/test/NightlyRun/test421.m
===================================================================
--- /issm/trunk/test/NightlyRun/test421.m	(revision 5097)
+++ /issm/trunk/test/NightlyRun/test421.m	(revision 5098)
@@ -7,2 +7,15 @@
 md.dt=0;
 md=solve(md,'analysis_type',SteadystateSolutionEnum);
+
+%Fields and tolerances to track changes
+field_names     ={'Vx','Vy','Vz','Vel','Pressure','Temperature','MeltingRate'};
+field_tolerances={1e-08,1e-08,1e-08,1e-08,1e-08,1e-08,1e-06};
+field_values={...
+	PatchToVec(md.results.SteadystateSolution.Vx),...
+	PatchToVec(md.results.SteadystateSolution.Vy),...
+	PatchToVec(md.results.SteadystateSolution.Vz),...
+	PatchToVec(md.results.SteadystateSolution.Vel),...
+	PatchToVec(md.results.SteadystateSolution.Pressure),...
+	PatchToVec(md.results.SteadystateSolution.Temperature),...
+	PatchToVec(md.results.SteadystateSolution.MeltingRate),...
+	};
Index: sm/trunk/test/NightlyRun/test421_nightly.m
===================================================================
--- /issm/trunk/test/NightlyRun/test421_nightly.m	(revision 5097)
+++ 	(revision )
@@ -1,11 +1,0 @@
-field_names     ={'Vx','Vy','Vz','Vel','Pressure','Temperature','MeltingRate'};
-field_tolerances={1e-08,1e-08,1e-08,1e-08,1e-08,1e-08,1e-06};
-field_values={...
-	PatchToVec(md.results.SteadystateSolution.Vx),...
-	PatchToVec(md.results.SteadystateSolution.Vy),...
-	PatchToVec(md.results.SteadystateSolution.Vz),...
-	PatchToVec(md.results.SteadystateSolution.Vel),...
-	PatchToVec(md.results.SteadystateSolution.Pressure),...
-	PatchToVec(md.results.SteadystateSolution.Temperature),...
-	PatchToVec(md.results.SteadystateSolution.MeltingRate),...
-	};
Index: /issm/trunk/test/NightlyRun/test422.m
===================================================================
--- /issm/trunk/test/NightlyRun/test422.m	(revision 5097)
+++ /issm/trunk/test/NightlyRun/test422.m	(revision 5098)
@@ -7,2 +7,16 @@
 md.dt=0;
 md=solve(md,'analysis_type',SteadystateSolutionEnum);
+
+%Fields and tolerances to track changes
+field_names     ={'Vx','Vy','Vz','Vel','Pressure','Temperature','MeltingRate'};
+field_tolerances={1e-09,1e-09,1e-08,1e-09,1e-09,1e-09,1e-06
+};
+field_values={...
+	PatchToVec(md.results.SteadystateSolution.Vx),...
+	PatchToVec(md.results.SteadystateSolution.Vy),...
+	PatchToVec(md.results.SteadystateSolution.Vz),...
+	PatchToVec(md.results.SteadystateSolution.Vel),...
+	PatchToVec(md.results.SteadystateSolution.Pressure),...
+	PatchToVec(md.results.SteadystateSolution.Temperature),...
+	PatchToVec(md.results.SteadystateSolution.MeltingRate),...
+	};
Index: sm/trunk/test/NightlyRun/test422_nightly.m
===================================================================
--- /issm/trunk/test/NightlyRun/test422_nightly.m	(revision 5097)
+++ 	(revision )
@@ -1,12 +1,0 @@
-field_names     ={'Vx','Vy','Vz','Vel','Pressure','Temperature','MeltingRate'};
-field_tolerances={1e-09,1e-09,1e-08,1e-09,1e-09,1e-09,1e-06
-};
-field_values={...
-	PatchToVec(md.results.SteadystateSolution.Vx),...
-	PatchToVec(md.results.SteadystateSolution.Vy),...
-	PatchToVec(md.results.SteadystateSolution.Vz),...
-	PatchToVec(md.results.SteadystateSolution.Vel),...
-	PatchToVec(md.results.SteadystateSolution.Pressure),...
-	PatchToVec(md.results.SteadystateSolution.Temperature),...
-	PatchToVec(md.results.SteadystateSolution.MeltingRate),...
-	};
Index: /issm/trunk/test/NightlyRun/test423.m
===================================================================
--- /issm/trunk/test/NightlyRun/test423.m	(revision 5097)
+++ /issm/trunk/test/NightlyRun/test423.m	(revision 5098)
@@ -30,2 +30,11 @@
 
 md=solve(md,'analysis_type',DiagnosticSolutionEnum,'overwrite','y');
+
+%Fields and tolerances to track changes
+md=tres(md,'dakota');
+md.results.dakota.importancefactors=importancefactors(md,'DragCoefficient','MaxVel')';
+field_names     ={'importancefactors'};
+field_tolerances={1e-11};
+field_values={...
+         md.results.dakota.importancefactors,...
+	};
Index: sm/trunk/test/NightlyRun/test423_nightly.m
===================================================================
--- /issm/trunk/test/NightlyRun/test423_nightly.m	(revision 5097)
+++ 	(revision )
@@ -1,7 +1,0 @@
-md=tres(md,'dakota');
-md.results.dakota.importancefactors=importancefactors(md,'DragCoefficient','MaxVel')';
-field_names     ={'importancefactors'};
-field_tolerances={1e-11};
-field_values={...
-         md.results.dakota.importancefactors,...
-	};
Index: /issm/trunk/test/NightlyRun/test424.m
===================================================================
--- /issm/trunk/test/NightlyRun/test424.m	(revision 5097)
+++ /issm/trunk/test/NightlyRun/test424.m	(revision 5098)
@@ -30,2 +30,11 @@
 
 md=solve(md,'analysis_type',DiagnosticSolutionEnum,'overwrite','y');
+
+%Fields and tolerances to track changes
+md=tres(md,'dakota');
+md.results.dakota.importancefactors=importancefactors(md,'DragCoefficient','MaxVel')';
+field_names     ={'importancefactors'};
+field_tolerances={1e-10};
+field_values={...
+         md.results.dakota.importancefactors,...
+	};
Index: sm/trunk/test/NightlyRun/test424_nightly.m
===================================================================
--- /issm/trunk/test/NightlyRun/test424_nightly.m	(revision 5097)
+++ 	(revision )
@@ -1,7 +1,0 @@
-md=tres(md,'dakota');
-md.results.dakota.importancefactors=importancefactors(md,'DragCoefficient','MaxVel')';
-field_names     ={'importancefactors'};
-field_tolerances={1e-10};
-field_values={...
-         md.results.dakota.importancefactors,...
-	};
Index: /issm/trunk/test/NightlyRun/test425.m
===================================================================
--- /issm/trunk/test/NightlyRun/test425.m	(revision 5097)
+++ /issm/trunk/test/NightlyRun/test425.m	(revision 5098)
@@ -31,2 +31,11 @@
 
 md=solve(md,'analysis_type',DiagnosticSolutionEnum,'overwrite','y');
+
+%Fields and tolerances to track changes
+md=tres(md,'dakota');
+md.results.dakota.importancefactors=importancefactors(md,'DragCoefficient','MaxVel')';
+field_names     ={'importancefactors'};
+field_tolerances={1e-11};
+field_values={...
+         md.results.dakota.importancefactors,...
+	};
Index: sm/trunk/test/NightlyRun/test425_nightly.m
===================================================================
--- /issm/trunk/test/NightlyRun/test425_nightly.m	(revision 5097)
+++ 	(revision )
@@ -1,7 +1,0 @@
-md=tres(md,'dakota');
-md.results.dakota.importancefactors=importancefactors(md,'DragCoefficient','MaxVel')';
-field_names     ={'importancefactors'};
-field_tolerances={1e-11};
-field_values={...
-         md.results.dakota.importancefactors,...
-	};
Index: /issm/trunk/test/NightlyRun/test426.m
===================================================================
--- /issm/trunk/test/NightlyRun/test426.m	(revision 5097)
+++ /issm/trunk/test/NightlyRun/test426.m	(revision 5098)
@@ -31,2 +31,11 @@
 
 md=solve(md,'analysis_type',DiagnosticSolutionEnum,'overwrite','y');
+
+%Fields and tolerances to track changes
+md=tres(md,'dakota');
+md.results.dakota.importancefactors=importancefactors(md,'DragCoefficient','MaxVel')';
+field_names     ={'importancefactors'};
+field_tolerances={1e-10};
+field_values={...
+         md.results.dakota.importancefactors,...
+	};
Index: sm/trunk/test/NightlyRun/test426_nightly.m
===================================================================
--- /issm/trunk/test/NightlyRun/test426_nightly.m	(revision 5097)
+++ 	(revision )
@@ -1,7 +1,0 @@
-md=tres(md,'dakota');
-md.results.dakota.importancefactors=importancefactors(md,'DragCoefficient','MaxVel')';
-field_names     ={'importancefactors'};
-field_tolerances={1e-10};
-field_values={...
-         md.results.dakota.importancefactors,...
-	};
Index: /issm/trunk/test/NightlyRun/test427.m
===================================================================
--- /issm/trunk/test/NightlyRun/test427.m	(revision 5097)
+++ /issm/trunk/test/NightlyRun/test427.m	(revision 5098)
@@ -48,2 +48,22 @@
 
 md=solve(md,'analysis_type',DiagnosticSolutionEnum,'overwrite','y');
+
+%Fields and tolerances to track changes
+md=tres(md,'dakota');
+%ok, mass flux of 3 profiles should be -3 Gt/yr -3 Gt/yr and the sum, which is -6 Gt/yr
+%we recover those mass fluxes through the mean of the response.
+%also, we recover the max velo, which should be 1m/yr. 
+%we put all that data in the importancefactors, which we will use to test for success.
+%also, check that the stddev are 0.
+md.results.dakota.importancefactors=[];
+for i=1:7,
+	md.results.dakota.importancefactors=[md.results.dakota.importancefactors md.results.dakota.dresp_out(i).mean];
+end
+for i=1:7,
+	md.results.dakota.importancefactors=[md.results.dakota.importancefactors md.results.dakota.dresp_out(i).stddev];
+end
+field_names     ={'importancefactors'};
+field_tolerances={1e-11};
+field_values={...
+         md.results.dakota.importancefactors,...
+	};
Index: sm/trunk/test/NightlyRun/test427_nightly.m
===================================================================
--- /issm/trunk/test/NightlyRun/test427_nightly.m	(revision 5097)
+++ 	(revision )
@@ -1,18 +1,0 @@
-md=tres(md,'dakota');
-%ok, mass flux of 3 profiles should be -3 Gt/yr -3 Gt/yr and the sum, which is -6 Gt/yr
-%we recover those mass fluxes through the mean of the response.
-%also, we recover the max velo, which should be 1m/yr. 
-%we put all that data in the importancefactors, which we will use to test for success.
-%also, check that the stddev are 0.
-md.results.dakota.importancefactors=[];
-for i=1:7,
-	md.results.dakota.importancefactors=[md.results.dakota.importancefactors md.results.dakota.dresp_out(i).mean];
-end
-for i=1:7,
-	md.results.dakota.importancefactors=[md.results.dakota.importancefactors md.results.dakota.dresp_out(i).stddev];
-end
-field_names     ={'importancefactors'};
-field_tolerances={1e-11};
-field_values={...
-         md.results.dakota.importancefactors,...
-	};
Index: /issm/trunk/test/NightlyRun/test428.m
===================================================================
--- /issm/trunk/test/NightlyRun/test428.m	(revision 5097)
+++ /issm/trunk/test/NightlyRun/test428.m	(revision 5098)
@@ -48,2 +48,22 @@
 
 md=solve(md,'analysis_type',DiagnosticSolutionEnum,'overwrite','y');
+
+%Fields and tolerances to track changes
+md=tres(md,'dakota');
+%ok, mass flux of 3 profiles should be -3 Gt/yr -3 Gt/yr and the sum, which is -6 Gt/yr
+%we recover those mass fluxes through the mean of the response.
+%also, we recover the max velo, which should be 1m/yr. 
+%we put all that data in the importancefactors, which we will use to test for success.
+%also, check that the stddev are 0.
+md.results.dakota.importancefactors=[];
+for i=1:7,
+	md.results.dakota.importancefactors=[md.results.dakota.importancefactors md.results.dakota.dresp_out(i).mean];
+end
+for i=1:7,
+	md.results.dakota.importancefactors=[md.results.dakota.importancefactors md.results.dakota.dresp_out(i).stddev];
+end
+field_names     ={'importancefactors'};
+field_tolerances={1e-11};
+field_values={...
+         md.results.dakota.importancefactors,...
+	};
Index: sm/trunk/test/NightlyRun/test428_nightly.m
===================================================================
--- /issm/trunk/test/NightlyRun/test428_nightly.m	(revision 5097)
+++ 	(revision )
@@ -1,18 +1,0 @@
-md=tres(md,'dakota');
-%ok, mass flux of 3 profiles should be -3 Gt/yr -3 Gt/yr and the sum, which is -6 Gt/yr
-%we recover those mass fluxes through the mean of the response.
-%also, we recover the max velo, which should be 1m/yr. 
-%we put all that data in the importancefactors, which we will use to test for success.
-%also, check that the stddev are 0.
-md.results.dakota.importancefactors=[];
-for i=1:7,
-	md.results.dakota.importancefactors=[md.results.dakota.importancefactors md.results.dakota.dresp_out(i).mean];
-end
-for i=1:7,
-	md.results.dakota.importancefactors=[md.results.dakota.importancefactors md.results.dakota.dresp_out(i).stddev];
-end
-field_names     ={'importancefactors'};
-field_tolerances={1e-11};
-field_values={...
-         md.results.dakota.importancefactors,...
-	};
Index: /issm/trunk/test/NightlyRun/test429.m
===================================================================
--- /issm/trunk/test/NightlyRun/test429.m	(revision 5097)
+++ /issm/trunk/test/NightlyRun/test429.m	(revision 5098)
@@ -22,2 +22,18 @@
 md.cluster='none';
 md=solve(md,'analysis_type',SteadystateSolutionEnum);
+
+%Fields and tolerances to track changes
+field_names     ={'Gradient' 'Misfits' 'DragCoefficient' 'Pressure' 'Vel' 'Vx' 'Vy' 'Vz' 'Temperature' 'MeltingRate'};
+field_tolerances={1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13};
+field_values={...
+	PatchToVec(md.results.SteadystateSolution.Gradient),...
+	md.results.SteadystateSolution.J,...
+	PatchToVec(md.results.SteadystateSolution.DragCoefficient),...
+	PatchToVec(md.results.SteadystateSolution.Pressure),...
+	PatchToVec(md.results.SteadystateSolution.Vel),...
+	PatchToVec(md.results.SteadystateSolution.Vx),...
+	PatchToVec(md.results.SteadystateSolution.Vy),...
+	PatchToVec(md.results.SteadystateSolution.Vz),...
+	PatchToVec(md.results.SteadystateSolution.Temperature),...
+	PatchToVec(md.results.SteadystateSolution.MeltingRate)
+};
Index: sm/trunk/test/NightlyRun/test429_nightly.m
===================================================================
--- /issm/trunk/test/NightlyRun/test429_nightly.m	(revision 5097)
+++ 	(revision )
@@ -1,14 +1,0 @@
-field_names     ={'Gradient' 'Misfits' 'DragCoefficient' 'Pressure' 'Vel' 'Vx' 'Vy' 'Vz' 'Temperature' 'MeltingRate'};
-field_tolerances={1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13};
-field_values={...
-	PatchToVec(md.results.SteadystateSolution.Gradient),...
-	md.results.SteadystateSolution.J,...
-	PatchToVec(md.results.SteadystateSolution.DragCoefficient),...
-	PatchToVec(md.results.SteadystateSolution.Pressure),...
-	PatchToVec(md.results.SteadystateSolution.Vel),...
-	PatchToVec(md.results.SteadystateSolution.Vx),...
-	PatchToVec(md.results.SteadystateSolution.Vy),...
-	PatchToVec(md.results.SteadystateSolution.Vz),...
-	PatchToVec(md.results.SteadystateSolution.Temperature),...
-	PatchToVec(md.results.SteadystateSolution.MeltingRate)
-};
Index: /issm/trunk/test/NightlyRun/test430.m
===================================================================
--- /issm/trunk/test/NightlyRun/test430.m	(revision 5097)
+++ /issm/trunk/test/NightlyRun/test430.m	(revision 5098)
@@ -22,2 +22,18 @@
 md.cluster=oshostname();
 md=solve(md,'analysis_type',SteadystateSolutionEnum);
+
+%Fields and tolerances to track changes
+field_names     ={'Gradient' 'Misfits' 'DragCoefficient' 'Pressure' 'Vel' 'Vx' 'Vy' 'Vz' 'Temperature' 'MeltingRate'};
+field_tolerances={1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13};
+field_values={...
+	PatchToVec(md.results.SteadystateSolution.Gradient),...
+	md.results.SteadystateSolution.J,...
+	PatchToVec(md.results.SteadystateSolution.DragCoefficient),...
+	PatchToVec(md.results.SteadystateSolution.Pressure),...
+	PatchToVec(md.results.SteadystateSolution.Vel),...
+	PatchToVec(md.results.SteadystateSolution.Vx),...
+	PatchToVec(md.results.SteadystateSolution.Vy),...
+	PatchToVec(md.results.SteadystateSolution.Vz),...
+	PatchToVec(md.results.SteadystateSolution.Temperature),...
+	PatchToVec(md.results.SteadystateSolution.MeltingRate)
+};
Index: sm/trunk/test/NightlyRun/test430_nightly.m
===================================================================
--- /issm/trunk/test/NightlyRun/test430_nightly.m	(revision 5097)
+++ 	(revision )
@@ -1,14 +1,0 @@
-field_names     ={'Gradient' 'Misfits' 'DragCoefficient' 'Pressure' 'Vel' 'Vx' 'Vy' 'Vz' 'Temperature' 'MeltingRate'};
-field_tolerances={1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13};
-field_values={...
-	PatchToVec(md.results.SteadystateSolution.Gradient),...
-	md.results.SteadystateSolution.J,...
-	PatchToVec(md.results.SteadystateSolution.DragCoefficient),...
-	PatchToVec(md.results.SteadystateSolution.Pressure),...
-	PatchToVec(md.results.SteadystateSolution.Vel),...
-	PatchToVec(md.results.SteadystateSolution.Vx),...
-	PatchToVec(md.results.SteadystateSolution.Vy),...
-	PatchToVec(md.results.SteadystateSolution.Vz),...
-	PatchToVec(md.results.SteadystateSolution.Temperature),...
-	PatchToVec(md.results.SteadystateSolution.MeltingRate)
-};
Index: /issm/trunk/test/NightlyRun/test431.m
===================================================================
--- /issm/trunk/test/NightlyRun/test431.m	(revision 5097)
+++ /issm/trunk/test/NightlyRun/test431.m	(revision 5098)
@@ -22,2 +22,18 @@
 md.cluster='none';
 md=solve(md,'analysis_type',SteadystateSolutionEnum);
+
+%Fields and tolerances to track changes
+field_names     ={'Gradient' 'Misfits' 'DragCoefficient' 'Pressure' 'Vel' 'Vx' 'Vy' 'Vz' 'Temperature' 'MeltingRate'};
+field_tolerances={1e-08,1e-08,1e-08,1e-08,1e-08,1e-08,1e-08,1e-08,1e-08,1e-06};
+field_values={...
+	PatchToVec(md.results.SteadystateSolution.Gradient),...
+	md.results.SteadystateSolution.J,...
+	PatchToVec(md.results.SteadystateSolution.DragCoefficient),...
+	PatchToVec(md.results.SteadystateSolution.Pressure),...
+	PatchToVec(md.results.SteadystateSolution.Vel),...
+	PatchToVec(md.results.SteadystateSolution.Vx),...
+	PatchToVec(md.results.SteadystateSolution.Vy),...
+	PatchToVec(md.results.SteadystateSolution.Vz),...
+	PatchToVec(md.results.SteadystateSolution.Temperature),...
+	PatchToVec(md.results.SteadystateSolution.MeltingRate)
+};
Index: sm/trunk/test/NightlyRun/test431_nightly.m
===================================================================
--- /issm/trunk/test/NightlyRun/test431_nightly.m	(revision 5097)
+++ 	(revision )
@@ -1,14 +1,0 @@
-field_names     ={'Gradient' 'Misfits' 'DragCoefficient' 'Pressure' 'Vel' 'Vx' 'Vy' 'Vz' 'Temperature' 'MeltingRate'};
-field_tolerances={1e-08,1e-08,1e-08,1e-08,1e-08,1e-08,1e-08,1e-08,1e-08,1e-06};
-field_values={...
-	PatchToVec(md.results.SteadystateSolution.Gradient),...
-	md.results.SteadystateSolution.J,...
-	PatchToVec(md.results.SteadystateSolution.DragCoefficient),...
-	PatchToVec(md.results.SteadystateSolution.Pressure),...
-	PatchToVec(md.results.SteadystateSolution.Vel),...
-	PatchToVec(md.results.SteadystateSolution.Vx),...
-	PatchToVec(md.results.SteadystateSolution.Vy),...
-	PatchToVec(md.results.SteadystateSolution.Vz),...
-	PatchToVec(md.results.SteadystateSolution.Temperature),...
-	PatchToVec(md.results.SteadystateSolution.MeltingRate)
-};
Index: /issm/trunk/test/NightlyRun/test432.m
===================================================================
--- /issm/trunk/test/NightlyRun/test432.m	(revision 5097)
+++ /issm/trunk/test/NightlyRun/test432.m	(revision 5098)
@@ -22,2 +22,18 @@
 md.cluster=oshostname();
 md=solve(md,'analysis_type',SteadystateSolutionEnum);
+
+%Fields and tolerances to track changes
+field_names     ={'Gradient' 'Misfits' 'DragCoefficient' 'Pressure' 'Vel' 'Vx' 'Vy' 'Vz' 'Temperature' 'MeltingRate'};
+field_tolerances={1e-08,1e-08,1e-08,1e-08,1e-08,1e-08,1e-08,1e-08,1e-08,1e-06};
+field_values={...
+	PatchToVec(md.results.SteadystateSolution.Gradient),...
+	md.results.SteadystateSolution.J,...
+	PatchToVec(md.results.SteadystateSolution.DragCoefficient),...
+	PatchToVec(md.results.SteadystateSolution.Pressure),...
+	PatchToVec(md.results.SteadystateSolution.Vel),...
+	PatchToVec(md.results.SteadystateSolution.Vx),...
+	PatchToVec(md.results.SteadystateSolution.Vy),...
+	PatchToVec(md.results.SteadystateSolution.Vz),...
+	PatchToVec(md.results.SteadystateSolution.Temperature),...
+	PatchToVec(md.results.SteadystateSolution.MeltingRate)
+};
Index: sm/trunk/test/NightlyRun/test432_nightly.m
===================================================================
--- /issm/trunk/test/NightlyRun/test432_nightly.m	(revision 5097)
+++ 	(revision )
@@ -1,14 +1,0 @@
-field_names     ={'Gradient' 'Misfits' 'DragCoefficient' 'Pressure' 'Vel' 'Vx' 'Vy' 'Vz' 'Temperature' 'MeltingRate'};
-field_tolerances={1e-08,1e-08,1e-08,1e-08,1e-08,1e-08,1e-08,1e-08,1e-08,1e-06};
-field_values={...
-	PatchToVec(md.results.SteadystateSolution.Gradient),...
-	md.results.SteadystateSolution.J,...
-	PatchToVec(md.results.SteadystateSolution.DragCoefficient),...
-	PatchToVec(md.results.SteadystateSolution.Pressure),...
-	PatchToVec(md.results.SteadystateSolution.Vel),...
-	PatchToVec(md.results.SteadystateSolution.Vx),...
-	PatchToVec(md.results.SteadystateSolution.Vy),...
-	PatchToVec(md.results.SteadystateSolution.Vz),...
-	PatchToVec(md.results.SteadystateSolution.Temperature),...
-	PatchToVec(md.results.SteadystateSolution.MeltingRate)
-};
Index: /issm/trunk/test/NightlyRun/test501.m
===================================================================
--- /issm/trunk/test/NightlyRun/test501.m	(revision 5097)
+++ /issm/trunk/test/NightlyRun/test501.m	(revision 5098)
@@ -5,2 +5,12 @@
 md.cluster='none';
 md=solve(md,'analysis_type',DiagnosticSolutionEnum);
+
+%Fields and tolerances to track changes
+field_names     ={'Vx','Vy','Vel','Pressure'};
+field_tolerances={1e-13,1e-13,1e-13,1e-13};
+field_values={...
+	PatchToVec(md.results.DiagnosticSolution.Vx),...
+	PatchToVec(md.results.DiagnosticSolution.Vy),...
+	PatchToVec(md.results.DiagnosticSolution.Vel),...
+	PatchToVec(md.results.DiagnosticSolution.Pressure),...
+	};
Index: sm/trunk/test/NightlyRun/test501_nightly.m
===================================================================
--- /issm/trunk/test/NightlyRun/test501_nightly.m	(revision 5097)
+++ 	(revision )
@@ -1,8 +1,0 @@
-field_names     ={'Vx','Vy','Vel','Pressure'};
-field_tolerances={1e-13,1e-13,1e-13,1e-13};
-field_values={...
-	PatchToVec(md.results.DiagnosticSolution.Vx),...
-	PatchToVec(md.results.DiagnosticSolution.Vy),...
-	PatchToVec(md.results.DiagnosticSolution.Vel),...
-	PatchToVec(md.results.DiagnosticSolution.Pressure),...
-	};
Index: /issm/trunk/test/NightlyRun/test502.m
===================================================================
--- /issm/trunk/test/NightlyRun/test502.m	(revision 5097)
+++ /issm/trunk/test/NightlyRun/test502.m	(revision 5098)
@@ -5,2 +5,12 @@
 md.cluster=oshostname();
 md=solve(md,'analysis_type',DiagnosticSolutionEnum);
+
+%Fields and tolerances to track changes
+field_names     ={'Vx','Vy','Vel','Pressure'};
+field_tolerances={1e-13,1e-13,1e-13,1e-13};
+field_values={...
+	PatchToVec(md.results.DiagnosticSolution.Vx),...
+	PatchToVec(md.results.DiagnosticSolution.Vy),...
+	PatchToVec(md.results.DiagnosticSolution.Vel),...
+	PatchToVec(md.results.DiagnosticSolution.Pressure),...
+	};
Index: sm/trunk/test/NightlyRun/test502_nightly.m
===================================================================
--- /issm/trunk/test/NightlyRun/test502_nightly.m	(revision 5097)
+++ 	(revision )
@@ -1,8 +1,0 @@
-field_names     ={'Vx','Vy','Vel','Pressure'};
-field_tolerances={1e-13,1e-13,1e-13,1e-13};
-field_values={...
-	PatchToVec(md.results.DiagnosticSolution.Vx),...
-	PatchToVec(md.results.DiagnosticSolution.Vy),...
-	PatchToVec(md.results.DiagnosticSolution.Vel),...
-	PatchToVec(md.results.DiagnosticSolution.Pressure),...
-	};
Index: /issm/trunk/test/NightlyRun/test503.m
===================================================================
--- /issm/trunk/test/NightlyRun/test503.m	(revision 5097)
+++ /issm/trunk/test/NightlyRun/test503.m	(revision 5098)
@@ -6,2 +6,13 @@
 md.cluster='none';
 md=solve(md,'analysis_type',DiagnosticSolutionEnum);
+
+%Fields and tolerances to track changes
+field_names     ={'Vx','Vy','Vz','Vel','Pressure'};
+field_tolerances={1e-13,1e-13,1e-13,1e-13,1e-13};
+field_values={...
+	PatchToVec(md.results.DiagnosticSolution.Vx),...
+	PatchToVec(md.results.DiagnosticSolution.Vy),...
+	PatchToVec(md.results.DiagnosticSolution.Vz),...
+	PatchToVec(md.results.DiagnosticSolution.Vel),...
+	PatchToVec(md.results.DiagnosticSolution.Pressure),...
+	};
Index: sm/trunk/test/NightlyRun/test503_nightly.m
===================================================================
--- /issm/trunk/test/NightlyRun/test503_nightly.m	(revision 5097)
+++ 	(revision )
@@ -1,9 +1,0 @@
-field_names     ={'Vx','Vy','Vz','Vel','Pressure'};
-field_tolerances={1e-13,1e-13,1e-13,1e-13,1e-13};
-field_values={...
-	PatchToVec(md.results.DiagnosticSolution.Vx),...
-	PatchToVec(md.results.DiagnosticSolution.Vy),...
-	PatchToVec(md.results.DiagnosticSolution.Vz),...
-	PatchToVec(md.results.DiagnosticSolution.Vel),...
-	PatchToVec(md.results.DiagnosticSolution.Pressure),...
-	};
Index: /issm/trunk/test/NightlyRun/test504.m
===================================================================
--- /issm/trunk/test/NightlyRun/test504.m	(revision 5097)
+++ /issm/trunk/test/NightlyRun/test504.m	(revision 5098)
@@ -6,2 +6,13 @@
 md.cluster=oshostname();
 md=solve(md,'analysis_type',DiagnosticSolutionEnum);
+
+%Fields and tolerances to track changes
+field_names     ={'Vx','Vy','Vz','Vel','Pressure'};
+field_tolerances={1e-09,1e-09,1e-09,1e-09,1e-09};
+field_values={...
+	PatchToVec(md.results.DiagnosticSolution.Vx),...
+	PatchToVec(md.results.DiagnosticSolution.Vy),...
+	PatchToVec(md.results.DiagnosticSolution.Vz),...
+	PatchToVec(md.results.DiagnosticSolution.Vel),...
+	PatchToVec(md.results.DiagnosticSolution.Pressure),...
+	};
Index: sm/trunk/test/NightlyRun/test504_nightly.m
===================================================================
--- /issm/trunk/test/NightlyRun/test504_nightly.m	(revision 5097)
+++ 	(revision )
@@ -1,9 +1,0 @@
-field_names     ={'Vx','Vy','Vz','Vel','Pressure'};
-field_tolerances={1e-09,1e-09,1e-09,1e-09,1e-09};
-field_values={...
-	PatchToVec(md.results.DiagnosticSolution.Vx),...
-	PatchToVec(md.results.DiagnosticSolution.Vy),...
-	PatchToVec(md.results.DiagnosticSolution.Vz),...
-	PatchToVec(md.results.DiagnosticSolution.Vel),...
-	PatchToVec(md.results.DiagnosticSolution.Pressure),...
-	};
Index: /issm/trunk/test/NightlyRun/test505.m
===================================================================
--- /issm/trunk/test/NightlyRun/test505.m	(revision 5097)
+++ /issm/trunk/test/NightlyRun/test505.m	(revision 5098)
@@ -6,2 +6,13 @@
 md.cluster='none';
 md=solve(md,'analysis_type',DiagnosticSolutionEnum);
+
+%Fields and tolerances to track changes
+field_names     ={'Vx','Vy','Vz','Vel','Pressure'};
+field_tolerances={1e-13,1e-13,1e-13,1e-13,1e-13};
+field_values={...
+	PatchToVec(md.results.DiagnosticSolution.Vx),...
+	PatchToVec(md.results.DiagnosticSolution.Vy),...
+	PatchToVec(md.results.DiagnosticSolution.Vz),...
+	PatchToVec(md.results.DiagnosticSolution.Vel),...
+	PatchToVec(md.results.DiagnosticSolution.Pressure),...
+	};
Index: sm/trunk/test/NightlyRun/test505_nightly.m
===================================================================
--- /issm/trunk/test/NightlyRun/test505_nightly.m	(revision 5097)
+++ 	(revision )
@@ -1,9 +1,0 @@
-field_names     ={'Vx','Vy','Vz','Vel','Pressure'};
-field_tolerances={1e-13,1e-13,1e-13,1e-13,1e-13};
-field_values={...
-	PatchToVec(md.results.DiagnosticSolution.Vx),...
-	PatchToVec(md.results.DiagnosticSolution.Vy),...
-	PatchToVec(md.results.DiagnosticSolution.Vz),...
-	PatchToVec(md.results.DiagnosticSolution.Vel),...
-	PatchToVec(md.results.DiagnosticSolution.Pressure),...
-	};
Index: /issm/trunk/test/NightlyRun/test506.m
===================================================================
--- /issm/trunk/test/NightlyRun/test506.m	(revision 5097)
+++ /issm/trunk/test/NightlyRun/test506.m	(revision 5098)
@@ -6,2 +6,13 @@
 md.cluster=oshostname();
 md=solve(md,'analysis_type',DiagnosticSolutionEnum);
+
+%Fields and tolerances to track changes
+field_names     ={'Vx','Vy','Vz','Vel','Pressure'};
+field_tolerances={1e-09,1e-09,1e-09,1e-09,1e-09};
+field_values={...
+	PatchToVec(md.results.DiagnosticSolution.Vx),...
+	PatchToVec(md.results.DiagnosticSolution.Vy),...
+	PatchToVec(md.results.DiagnosticSolution.Vz),...
+	PatchToVec(md.results.DiagnosticSolution.Vel),...
+	PatchToVec(md.results.DiagnosticSolution.Pressure),...
+	};
Index: sm/trunk/test/NightlyRun/test506_nightly.m
===================================================================
--- /issm/trunk/test/NightlyRun/test506_nightly.m	(revision 5097)
+++ 	(revision )
@@ -1,9 +1,0 @@
-field_names     ={'Vx','Vy','Vz','Vel','Pressure'};
-field_tolerances={1e-09,1e-09,1e-09,1e-09,1e-09};
-field_values={...
-	PatchToVec(md.results.DiagnosticSolution.Vx),...
-	PatchToVec(md.results.DiagnosticSolution.Vy),...
-	PatchToVec(md.results.DiagnosticSolution.Vz),...
-	PatchToVec(md.results.DiagnosticSolution.Vel),...
-	PatchToVec(md.results.DiagnosticSolution.Pressure),...
-	};
Index: /issm/trunk/test/NightlyRun/test507.m
===================================================================
--- /issm/trunk/test/NightlyRun/test507.m	(revision 5097)
+++ /issm/trunk/test/NightlyRun/test507.m	(revision 5098)
@@ -5,2 +5,22 @@
 md.cluster='none';
 md=solve(md,'analysis_type',Transient2DSolutionEnum);
+
+%Fields and tolerances to track changes
+field_names     ={'Vx1','Vy1','Vel1','Pressure1','Bed1','Surface1','Thickness1','Vx2','Vy2','Vel2','Pressure2','Bed2','Surface2','Thickness2'};
+field_tolerances={1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13};
+field_values={...
+	PatchToVec(md.results.Transient2DSolution(1).Vx),...
+	PatchToVec(md.results.Transient2DSolution(1).Vy),...
+	PatchToVec(md.results.Transient2DSolution(1).Vel),...
+	PatchToVec(md.results.Transient2DSolution(1).Pressure),...
+	PatchToVec(md.results.Transient2DSolution(1).Bed),...
+	PatchToVec(md.results.Transient2DSolution(1).Surface),...
+	PatchToVec(md.results.Transient2DSolution(1).Thickness),...
+	PatchToVec(md.results.Transient2DSolution(2).Vx),...
+	PatchToVec(md.results.Transient2DSolution(2).Vy),...
+	PatchToVec(md.results.Transient2DSolution(2).Vel),...
+	PatchToVec(md.results.Transient2DSolution(2).Pressure),...
+	PatchToVec(md.results.Transient2DSolution(2).Bed),...
+	PatchToVec(md.results.Transient2DSolution(2).Surface),...
+	PatchToVec(md.results.Transient2DSolution(2).Thickness),...
+	};
Index: sm/trunk/test/NightlyRun/test507_nightly.m
===================================================================
--- /issm/trunk/test/NightlyRun/test507_nightly.m	(revision 5097)
+++ 	(revision )
@@ -1,18 +1,0 @@
-field_names     ={'Vx1','Vy1','Vel1','Pressure1','Bed1','Surface1','Thickness1','Vx2','Vy2','Vel2','Pressure2','Bed2','Surface2','Thickness2'};
-field_tolerances={1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13};
-field_values={...
-	PatchToVec(md.results.Transient2DSolution(1).Vx),...
-	PatchToVec(md.results.Transient2DSolution(1).Vy),...
-	PatchToVec(md.results.Transient2DSolution(1).Vel),...
-	PatchToVec(md.results.Transient2DSolution(1).Pressure),...
-	PatchToVec(md.results.Transient2DSolution(1).Bed),...
-	PatchToVec(md.results.Transient2DSolution(1).Surface),...
-	PatchToVec(md.results.Transient2DSolution(1).Thickness),...
-	PatchToVec(md.results.Transient2DSolution(2).Vx),...
-	PatchToVec(md.results.Transient2DSolution(2).Vy),...
-	PatchToVec(md.results.Transient2DSolution(2).Vel),...
-	PatchToVec(md.results.Transient2DSolution(2).Pressure),...
-	PatchToVec(md.results.Transient2DSolution(2).Bed),...
-	PatchToVec(md.results.Transient2DSolution(2).Surface),...
-	PatchToVec(md.results.Transient2DSolution(2).Thickness),...
-	};
Index: /issm/trunk/test/NightlyRun/test508.m
===================================================================
--- /issm/trunk/test/NightlyRun/test508.m	(revision 5097)
+++ /issm/trunk/test/NightlyRun/test508.m	(revision 5098)
@@ -5,2 +5,22 @@
 md.cluster=oshostname();
 md=solve(md,'analysis_type',Transient2DSolutionEnum);
+
+%Fields and tolerances to track changes
+field_names     ={'Vx1','Vy1','Vel1','Pressure1','Bed1','Surface1','Thickness1','Vx2','Vy2','Vel2','Pressure2','Bed2','Surface2','Thickness2'};
+field_tolerances={1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13};
+field_values={...
+	PatchToVec(md.results.Transient2DSolution(1).Vx),...
+	PatchToVec(md.results.Transient2DSolution(1).Vy),...
+	PatchToVec(md.results.Transient2DSolution(1).Vel),...
+	PatchToVec(md.results.Transient2DSolution(1).Pressure),...
+	PatchToVec(md.results.Transient2DSolution(1).Bed),...
+	PatchToVec(md.results.Transient2DSolution(1).Surface),...
+	PatchToVec(md.results.Transient2DSolution(1).Thickness),...
+	PatchToVec(md.results.Transient2DSolution(2).Vx),...
+	PatchToVec(md.results.Transient2DSolution(2).Vy),...
+	PatchToVec(md.results.Transient2DSolution(2).Vel),...
+	PatchToVec(md.results.Transient2DSolution(2).Pressure),...
+	PatchToVec(md.results.Transient2DSolution(2).Bed),...
+	PatchToVec(md.results.Transient2DSolution(2).Surface),...
+	PatchToVec(md.results.Transient2DSolution(2).Thickness),...
+	};
Index: sm/trunk/test/NightlyRun/test508_nightly.m
===================================================================
--- /issm/trunk/test/NightlyRun/test508_nightly.m	(revision 5097)
+++ 	(revision )
@@ -1,18 +1,0 @@
-field_names     ={'Vx1','Vy1','Vel1','Pressure1','Bed1','Surface1','Thickness1','Vx2','Vy2','Vel2','Pressure2','Bed2','Surface2','Thickness2'};
-field_tolerances={1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13};
-field_values={...
-	PatchToVec(md.results.Transient2DSolution(1).Vx),...
-	PatchToVec(md.results.Transient2DSolution(1).Vy),...
-	PatchToVec(md.results.Transient2DSolution(1).Vel),...
-	PatchToVec(md.results.Transient2DSolution(1).Pressure),...
-	PatchToVec(md.results.Transient2DSolution(1).Bed),...
-	PatchToVec(md.results.Transient2DSolution(1).Surface),...
-	PatchToVec(md.results.Transient2DSolution(1).Thickness),...
-	PatchToVec(md.results.Transient2DSolution(2).Vx),...
-	PatchToVec(md.results.Transient2DSolution(2).Vy),...
-	PatchToVec(md.results.Transient2DSolution(2).Vel),...
-	PatchToVec(md.results.Transient2DSolution(2).Pressure),...
-	PatchToVec(md.results.Transient2DSolution(2).Bed),...
-	PatchToVec(md.results.Transient2DSolution(2).Surface),...
-	PatchToVec(md.results.Transient2DSolution(2).Thickness),...
-	};
Index: /issm/trunk/test/NightlyRun/test509.m
===================================================================
--- /issm/trunk/test/NightlyRun/test509.m	(revision 5097)
+++ /issm/trunk/test/NightlyRun/test509.m	(revision 5098)
@@ -6,2 +6,29 @@
 md.cluster='none';
 md=solve(md,'analysis_type',Transient3DSolutionEnum);
+
+%Fields and tolerances to track changes
+field_names     ={'Vx1','Vy1','Vz1','Vel1','Pressure1','Bed1','Surface1','Thickness1','Temperature1','MeltingRate1', ...
+				      'Vx2','Vy2','Vz2','Vel2','Pressure2','Bed2','Surface2','Thickness2','Temperature2','MeltingRate2'};
+field_tolerances={1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13};
+field_values={...
+	PatchToVec(md.results.Transient3DSolution(1).Vx),...
+	PatchToVec(md.results.Transient3DSolution(1).Vy),...
+	PatchToVec(md.results.Transient3DSolution(1).Vz),...
+	PatchToVec(md.results.Transient3DSolution(1).Vel),...
+	PatchToVec(md.results.Transient3DSolution(1).Pressure),...
+	PatchToVec(md.results.Transient3DSolution(1).Bed),...
+	PatchToVec(md.results.Transient3DSolution(1).Surface),...
+	PatchToVec(md.results.Transient3DSolution(1).Thickness),...
+	PatchToVec(md.results.Transient3DSolution(1).Temperature),...
+	PatchToVec(md.results.Transient3DSolution(1).MeltingRate),...
+	PatchToVec(md.results.Transient3DSolution(2).Vx),...
+	PatchToVec(md.results.Transient3DSolution(2).Vy),...
+	PatchToVec(md.results.Transient3DSolution(2).Vz),...
+	PatchToVec(md.results.Transient3DSolution(2).Vel),...
+	PatchToVec(md.results.Transient3DSolution(2).Pressure),...
+	PatchToVec(md.results.Transient3DSolution(2).Bed),...
+	PatchToVec(md.results.Transient3DSolution(2).Surface),...
+	PatchToVec(md.results.Transient3DSolution(2).Thickness),...
+	PatchToVec(md.results.Transient3DSolution(2).Temperature),...
+	PatchToVec(md.results.Transient3DSolution(2).MeltingRate),...
+	};
Index: sm/trunk/test/NightlyRun/test509_nightly.m
===================================================================
--- /issm/trunk/test/NightlyRun/test509_nightly.m	(revision 5097)
+++ 	(revision )
@@ -1,25 +1,0 @@
-field_names     ={'Vx1','Vy1','Vz1','Vel1','Pressure1','Bed1','Surface1','Thickness1','Temperature1','MeltingRate1', ...
-				      'Vx2','Vy2','Vz2','Vel2','Pressure2','Bed2','Surface2','Thickness2','Temperature2','MeltingRate2'};
-field_tolerances={1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13};
-field_values={...
-	PatchToVec(md.results.Transient3DSolution(1).Vx),...
-	PatchToVec(md.results.Transient3DSolution(1).Vy),...
-	PatchToVec(md.results.Transient3DSolution(1).Vz),...
-	PatchToVec(md.results.Transient3DSolution(1).Vel),...
-	PatchToVec(md.results.Transient3DSolution(1).Pressure),...
-	PatchToVec(md.results.Transient3DSolution(1).Bed),...
-	PatchToVec(md.results.Transient3DSolution(1).Surface),...
-	PatchToVec(md.results.Transient3DSolution(1).Thickness),...
-	PatchToVec(md.results.Transient3DSolution(1).Temperature),...
-	PatchToVec(md.results.Transient3DSolution(1).MeltingRate),...
-	PatchToVec(md.results.Transient3DSolution(2).Vx),...
-	PatchToVec(md.results.Transient3DSolution(2).Vy),...
-	PatchToVec(md.results.Transient3DSolution(2).Vz),...
-	PatchToVec(md.results.Transient3DSolution(2).Vel),...
-	PatchToVec(md.results.Transient3DSolution(2).Pressure),...
-	PatchToVec(md.results.Transient3DSolution(2).Bed),...
-	PatchToVec(md.results.Transient3DSolution(2).Surface),...
-	PatchToVec(md.results.Transient3DSolution(2).Thickness),...
-	PatchToVec(md.results.Transient3DSolution(2).Temperature),...
-	PatchToVec(md.results.Transient3DSolution(2).MeltingRate),...
-	};
Index: /issm/trunk/test/NightlyRun/test510.m
===================================================================
--- /issm/trunk/test/NightlyRun/test510.m	(revision 5097)
+++ /issm/trunk/test/NightlyRun/test510.m	(revision 5098)
@@ -6,2 +6,29 @@
 md.cluster=oshostname();
 md=solve(md,'analysis_type',Transient3DSolutionEnum);
+
+%Fields and tolerances to track changes
+field_names     ={'Vx1','Vy1','Vz1','Vel1','Pressure1','Bed1','Surface1','Thickness1','Temperature1','MeltingRate1', ...
+				      'Vx2','Vy2','Vz2','Vel2','Pressure2','Bed2','Surface2','Thickness2','Temperature2','MeltingRate2'};
+field_tolerances={1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13};
+field_values={...
+	PatchToVec(md.results.Transient3DSolution(1).Vx),...
+	PatchToVec(md.results.Transient3DSolution(1).Vy),...
+	PatchToVec(md.results.Transient3DSolution(1).Vz),...
+	PatchToVec(md.results.Transient3DSolution(1).Vel),...
+	PatchToVec(md.results.Transient3DSolution(1).Pressure),...
+	PatchToVec(md.results.Transient3DSolution(1).Bed),...
+	PatchToVec(md.results.Transient3DSolution(1).Surface),...
+	PatchToVec(md.results.Transient3DSolution(1).Thickness),...
+	PatchToVec(md.results.Transient3DSolution(1).Temperature),...
+	PatchToVec(md.results.Transient3DSolution(1).MeltingRate),...
+	PatchToVec(md.results.Transient3DSolution(2).Vx),...
+	PatchToVec(md.results.Transient3DSolution(2).Vy),...
+	PatchToVec(md.results.Transient3DSolution(2).Vz),...
+	PatchToVec(md.results.Transient3DSolution(2).Vel),...
+	PatchToVec(md.results.Transient3DSolution(2).Pressure),...
+	PatchToVec(md.results.Transient3DSolution(2).Bed),...
+	PatchToVec(md.results.Transient3DSolution(2).Surface),...
+	PatchToVec(md.results.Transient3DSolution(2).Thickness),...
+	PatchToVec(md.results.Transient3DSolution(2).Temperature),...
+	PatchToVec(md.results.Transient3DSolution(2).MeltingRate),...
+	};
Index: sm/trunk/test/NightlyRun/test510_nightly.m
===================================================================
--- /issm/trunk/test/NightlyRun/test510_nightly.m	(revision 5097)
+++ 	(revision )
@@ -1,25 +1,0 @@
-field_names     ={'Vx1','Vy1','Vz1','Vel1','Pressure1','Bed1','Surface1','Thickness1','Temperature1','MeltingRate1', ...
-				      'Vx2','Vy2','Vz2','Vel2','Pressure2','Bed2','Surface2','Thickness2','Temperature2','MeltingRate2'};
-field_tolerances={1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13};
-field_values={...
-	PatchToVec(md.results.Transient3DSolution(1).Vx),...
-	PatchToVec(md.results.Transient3DSolution(1).Vy),...
-	PatchToVec(md.results.Transient3DSolution(1).Vz),...
-	PatchToVec(md.results.Transient3DSolution(1).Vel),...
-	PatchToVec(md.results.Transient3DSolution(1).Pressure),...
-	PatchToVec(md.results.Transient3DSolution(1).Bed),...
-	PatchToVec(md.results.Transient3DSolution(1).Surface),...
-	PatchToVec(md.results.Transient3DSolution(1).Thickness),...
-	PatchToVec(md.results.Transient3DSolution(1).Temperature),...
-	PatchToVec(md.results.Transient3DSolution(1).MeltingRate),...
-	PatchToVec(md.results.Transient3DSolution(2).Vx),...
-	PatchToVec(md.results.Transient3DSolution(2).Vy),...
-	PatchToVec(md.results.Transient3DSolution(2).Vz),...
-	PatchToVec(md.results.Transient3DSolution(2).Vel),...
-	PatchToVec(md.results.Transient3DSolution(2).Pressure),...
-	PatchToVec(md.results.Transient3DSolution(2).Bed),...
-	PatchToVec(md.results.Transient3DSolution(2).Surface),...
-	PatchToVec(md.results.Transient3DSolution(2).Thickness),...
-	PatchToVec(md.results.Transient3DSolution(2).Temperature),...
-	PatchToVec(md.results.Transient3DSolution(2).MeltingRate),...
-	};
Index: /issm/trunk/test/NightlyRun/test511.m
===================================================================
--- /issm/trunk/test/NightlyRun/test511.m	(revision 5097)
+++ /issm/trunk/test/NightlyRun/test511.m	(revision 5098)
@@ -6,2 +6,29 @@
 md.cluster='none';
 md=solve(md,'analysis_type',Transient3DSolutionEnum);
+
+%Fields and tolerances to track changes
+field_names     ={'Vx1','Vy1','Vz1','Vel1','Pressure1','Bed1','Surface1','Thickness1','Temperature1','MeltingRate1', ...
+				      'Vx2','Vy2','Vz2','Vel2','Pressure2','Bed2','Surface2','Thickness2','Temperature2','MeltingRate2'};
+field_tolerances={1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13};
+field_values={...
+	PatchToVec(md.results.Transient3DSolution(1).Vx),...
+	PatchToVec(md.results.Transient3DSolution(1).Vy),...
+	PatchToVec(md.results.Transient3DSolution(1).Vz),...
+	PatchToVec(md.results.Transient3DSolution(1).Vel),...
+	PatchToVec(md.results.Transient3DSolution(1).Pressure),...
+	PatchToVec(md.results.Transient3DSolution(1).Bed),...
+	PatchToVec(md.results.Transient3DSolution(1).Surface),...
+	PatchToVec(md.results.Transient3DSolution(1).Thickness),...
+	PatchToVec(md.results.Transient3DSolution(1).Temperature),...
+	PatchToVec(md.results.Transient3DSolution(1).MeltingRate),...
+	PatchToVec(md.results.Transient3DSolution(2).Vx),...
+	PatchToVec(md.results.Transient3DSolution(2).Vy),...
+	PatchToVec(md.results.Transient3DSolution(2).Vz),...
+	PatchToVec(md.results.Transient3DSolution(2).Vel),...
+	PatchToVec(md.results.Transient3DSolution(2).Pressure),...
+	PatchToVec(md.results.Transient3DSolution(2).Bed),...
+	PatchToVec(md.results.Transient3DSolution(2).Surface),...
+	PatchToVec(md.results.Transient3DSolution(2).Thickness),...
+	PatchToVec(md.results.Transient3DSolution(2).Temperature),...
+	PatchToVec(md.results.Transient3DSolution(2).MeltingRate),...
+	};
Index: sm/trunk/test/NightlyRun/test511_nightly.m
===================================================================
--- /issm/trunk/test/NightlyRun/test511_nightly.m	(revision 5097)
+++ 	(revision )
@@ -1,25 +1,0 @@
-field_names     ={'Vx1','Vy1','Vz1','Vel1','Pressure1','Bed1','Surface1','Thickness1','Temperature1','MeltingRate1', ...
-				      'Vx2','Vy2','Vz2','Vel2','Pressure2','Bed2','Surface2','Thickness2','Temperature2','MeltingRate2'};
-field_tolerances={1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13};
-field_values={...
-	PatchToVec(md.results.Transient3DSolution(1).Vx),...
-	PatchToVec(md.results.Transient3DSolution(1).Vy),...
-	PatchToVec(md.results.Transient3DSolution(1).Vz),...
-	PatchToVec(md.results.Transient3DSolution(1).Vel),...
-	PatchToVec(md.results.Transient3DSolution(1).Pressure),...
-	PatchToVec(md.results.Transient3DSolution(1).Bed),...
-	PatchToVec(md.results.Transient3DSolution(1).Surface),...
-	PatchToVec(md.results.Transient3DSolution(1).Thickness),...
-	PatchToVec(md.results.Transient3DSolution(1).Temperature),...
-	PatchToVec(md.results.Transient3DSolution(1).MeltingRate),...
-	PatchToVec(md.results.Transient3DSolution(2).Vx),...
-	PatchToVec(md.results.Transient3DSolution(2).Vy),...
-	PatchToVec(md.results.Transient3DSolution(2).Vz),...
-	PatchToVec(md.results.Transient3DSolution(2).Vel),...
-	PatchToVec(md.results.Transient3DSolution(2).Pressure),...
-	PatchToVec(md.results.Transient3DSolution(2).Bed),...
-	PatchToVec(md.results.Transient3DSolution(2).Surface),...
-	PatchToVec(md.results.Transient3DSolution(2).Thickness),...
-	PatchToVec(md.results.Transient3DSolution(2).Temperature),...
-	PatchToVec(md.results.Transient3DSolution(2).MeltingRate),...
-	};
Index: /issm/trunk/test/NightlyRun/test512.m
===================================================================
--- /issm/trunk/test/NightlyRun/test512.m	(revision 5097)
+++ /issm/trunk/test/NightlyRun/test512.m	(revision 5098)
@@ -6,2 +6,29 @@
 md.cluster=oshostname();
 md=solve(md,'analysis_type',Transient3DSolutionEnum);
+
+%Fields and tolerances to track changes
+field_names     ={'Vx1','Vy1','Vz1','Vel1','Pressure1','Bed1','Surface1','Thickness1','Temperature1','MeltingRate1', ...
+				      'Vx2','Vy2','Vz2','Vel2','Pressure2','Bed2','Surface2','Thickness2','Temperature2','MeltingRate2'};
+field_tolerances={1e-12,1e-12,1e-12,1e-12,1e-12,1e-12,1e-12,1e-12,1e-12,1e-12,1e-12,1e-12,1e-12,1e-12,1e-12,1e-12,1e-12,1e-12,1e-12,1e-12};
+field_values={...
+	PatchToVec(md.results.Transient3DSolution(1).Vx),...
+	PatchToVec(md.results.Transient3DSolution(1).Vy),...
+	PatchToVec(md.results.Transient3DSolution(1).Vz),...
+	PatchToVec(md.results.Transient3DSolution(1).Vel),...
+	PatchToVec(md.results.Transient3DSolution(1).Pressure),...
+	PatchToVec(md.results.Transient3DSolution(1).Bed),...
+	PatchToVec(md.results.Transient3DSolution(1).Surface),...
+	PatchToVec(md.results.Transient3DSolution(1).Thickness),...
+	PatchToVec(md.results.Transient3DSolution(1).Temperature),...
+	PatchToVec(md.results.Transient3DSolution(1).MeltingRate),...
+	PatchToVec(md.results.Transient3DSolution(2).Vx),...
+	PatchToVec(md.results.Transient3DSolution(2).Vy),...
+	PatchToVec(md.results.Transient3DSolution(2).Vz),...
+	PatchToVec(md.results.Transient3DSolution(2).Vel),...
+	PatchToVec(md.results.Transient3DSolution(2).Pressure),...
+	PatchToVec(md.results.Transient3DSolution(2).Bed),...
+	PatchToVec(md.results.Transient3DSolution(2).Surface),...
+	PatchToVec(md.results.Transient3DSolution(2).Thickness),...
+	PatchToVec(md.results.Transient3DSolution(2).Temperature),...
+	PatchToVec(md.results.Transient3DSolution(2).MeltingRate),...
+	};
Index: sm/trunk/test/NightlyRun/test512_nightly.m
===================================================================
--- /issm/trunk/test/NightlyRun/test512_nightly.m	(revision 5097)
+++ 	(revision )
@@ -1,25 +1,0 @@
-field_names     ={'Vx1','Vy1','Vz1','Vel1','Pressure1','Bed1','Surface1','Thickness1','Temperature1','MeltingRate1', ...
-				      'Vx2','Vy2','Vz2','Vel2','Pressure2','Bed2','Surface2','Thickness2','Temperature2','MeltingRate2'};
-field_tolerances={1e-12,1e-12,1e-12,1e-12,1e-12,1e-12,1e-12,1e-12,1e-12,1e-12,1e-12,1e-12,1e-12,1e-12,1e-12,1e-12,1e-12,1e-12,1e-12,1e-12};
-field_values={...
-	PatchToVec(md.results.Transient3DSolution(1).Vx),...
-	PatchToVec(md.results.Transient3DSolution(1).Vy),...
-	PatchToVec(md.results.Transient3DSolution(1).Vz),...
-	PatchToVec(md.results.Transient3DSolution(1).Vel),...
-	PatchToVec(md.results.Transient3DSolution(1).Pressure),...
-	PatchToVec(md.results.Transient3DSolution(1).Bed),...
-	PatchToVec(md.results.Transient3DSolution(1).Surface),...
-	PatchToVec(md.results.Transient3DSolution(1).Thickness),...
-	PatchToVec(md.results.Transient3DSolution(1).Temperature),...
-	PatchToVec(md.results.Transient3DSolution(1).MeltingRate),...
-	PatchToVec(md.results.Transient3DSolution(2).Vx),...
-	PatchToVec(md.results.Transient3DSolution(2).Vy),...
-	PatchToVec(md.results.Transient3DSolution(2).Vz),...
-	PatchToVec(md.results.Transient3DSolution(2).Vel),...
-	PatchToVec(md.results.Transient3DSolution(2).Pressure),...
-	PatchToVec(md.results.Transient3DSolution(2).Bed),...
-	PatchToVec(md.results.Transient3DSolution(2).Surface),...
-	PatchToVec(md.results.Transient3DSolution(2).Thickness),...
-	PatchToVec(md.results.Transient3DSolution(2).Temperature),...
-	PatchToVec(md.results.Transient3DSolution(2).MeltingRate),...
-	};
Index: /issm/trunk/test/NightlyRun/test513.m
===================================================================
--- /issm/trunk/test/NightlyRun/test513.m	(revision 5097)
+++ /issm/trunk/test/NightlyRun/test513.m	(revision 5098)
@@ -6,2 +6,30 @@
 md.cluster='none';
 md=solve(md,'analysis_type',Transient3DSolutionEnum);
+
+%Fields and tolerances to track changes
+%The thickness wants to be lower than 1 so we contrain it to 1
+field_names     ={'Vx1','Vy1','Vz1','Vel1','Pressure1','Bed1','Surface1','Thickness1','Temperature1','MeltingRate1', ...
+				      'Vx2','Vy2','Vz2','Vel2','Pressure2','Bed2','Surface2','Thickness2','Temperature2','MeltingRate2'};
+field_tolerances={1e-10,1e-10,1e-10,1e-10,1e-10,1e-10,1e-10,1e-10,1e-10,1e-10,1e-08,1e-08,1e-08,1e-08,1e-08,1e-08,1e-08,1e-08,1e-08,1e-08};
+field_values={...
+	PatchToVec(md.results.Transient3DSolution(1).Vx),...
+	PatchToVec(md.results.Transient3DSolution(1).Vy),...
+	PatchToVec(md.results.Transient3DSolution(1).Vz),...
+	PatchToVec(md.results.Transient3DSolution(1).Vel),...
+	PatchToVec(md.results.Transient3DSolution(1).Pressure),...
+	PatchToVec(md.results.Transient3DSolution(1).Bed),...
+	PatchToVec(md.results.Transient3DSolution(1).Surface),...
+	PatchToVec(md.results.Transient3DSolution(1).Thickness),...
+	PatchToVec(md.results.Transient3DSolution(1).Temperature),...
+	PatchToVec(md.results.Transient3DSolution(1).MeltingRate),...
+	PatchToVec(md.results.Transient3DSolution(2).Vx),...
+	PatchToVec(md.results.Transient3DSolution(2).Vy),...
+	PatchToVec(md.results.Transient3DSolution(2).Vz),...
+	PatchToVec(md.results.Transient3DSolution(2).Vel),...
+	PatchToVec(md.results.Transient3DSolution(2).Pressure),...
+	PatchToVec(md.results.Transient3DSolution(2).Bed),...
+	PatchToVec(md.results.Transient3DSolution(2).Surface),...
+	PatchToVec(md.results.Transient3DSolution(2).Thickness),...
+	PatchToVec(md.results.Transient3DSolution(2).Temperature),...
+	PatchToVec(md.results.Transient3DSolution(2).MeltingRate),...
+	};
Index: sm/trunk/test/NightlyRun/test513_nightly.m
===================================================================
--- /issm/trunk/test/NightlyRun/test513_nightly.m	(revision 5097)
+++ 	(revision )
@@ -1,26 +1,0 @@
-%The thickness wants to be lower than 1 so we contrain it to 1
-field_names     ={'Vx1','Vy1','Vz1','Vel1','Pressure1','Bed1','Surface1','Thickness1','Temperature1','MeltingRate1', ...
-				      'Vx2','Vy2','Vz2','Vel2','Pressure2','Bed2','Surface2','Thickness2','Temperature2','MeltingRate2'};
-field_tolerances={1e-10,1e-10,1e-10,1e-10,1e-10,1e-10,1e-10,1e-10,1e-10,1e-10,1e-08,1e-08,1e-08,1e-08,1e-08,1e-08,1e-08,1e-08,1e-08,1e-08};
-field_values={...
-	PatchToVec(md.results.Transient3DSolution(1).Vx),...
-	PatchToVec(md.results.Transient3DSolution(1).Vy),...
-	PatchToVec(md.results.Transient3DSolution(1).Vz),...
-	PatchToVec(md.results.Transient3DSolution(1).Vel),...
-	PatchToVec(md.results.Transient3DSolution(1).Pressure),...
-	PatchToVec(md.results.Transient3DSolution(1).Bed),...
-	PatchToVec(md.results.Transient3DSolution(1).Surface),...
-	PatchToVec(md.results.Transient3DSolution(1).Thickness),...
-	PatchToVec(md.results.Transient3DSolution(1).Temperature),...
-	PatchToVec(md.results.Transient3DSolution(1).MeltingRate),...
-	PatchToVec(md.results.Transient3DSolution(2).Vx),...
-	PatchToVec(md.results.Transient3DSolution(2).Vy),...
-	PatchToVec(md.results.Transient3DSolution(2).Vz),...
-	PatchToVec(md.results.Transient3DSolution(2).Vel),...
-	PatchToVec(md.results.Transient3DSolution(2).Pressure),...
-	PatchToVec(md.results.Transient3DSolution(2).Bed),...
-	PatchToVec(md.results.Transient3DSolution(2).Surface),...
-	PatchToVec(md.results.Transient3DSolution(2).Thickness),...
-	PatchToVec(md.results.Transient3DSolution(2).Temperature),...
-	PatchToVec(md.results.Transient3DSolution(2).MeltingRate),...
-	};
Index: /issm/trunk/test/NightlyRun/test514.m
===================================================================
--- /issm/trunk/test/NightlyRun/test514.m	(revision 5097)
+++ /issm/trunk/test/NightlyRun/test514.m	(revision 5098)
@@ -6,2 +6,30 @@
 md.cluster=oshostname();
 md=solve(md,'analysis_type',Transient3DSolutionEnum);
+
+%Fields and tolerances to track changes
+%The thickness wants to be lower than 1 so we contrain it to 1
+field_names     ={'Vx1','Vy1','Vz1','Vel1','Pressure1','Bed1','Surface1','Thickness1','Temperature1','MeltingRate1', ...
+				      'Vx2','Vy2','Vz2','Vel2','Pressure2','Bed2','Surface2','Thickness2','Temperature2','MeltingRate2'};
+field_tolerances={1e-08,1e-08,1e-08,1e-08,1e-08,1e-08,1e-08,1e-08,1e-08,1e-08,1e-06,1e-06,1e-06,1e-06,1e-06,1e-06,1e-06,1e-06,1e-06,1e-06};
+field_values={...
+	PatchToVec(md.results.Transient3DSolution(1).Vx),...
+	PatchToVec(md.results.Transient3DSolution(1).Vy),...
+	PatchToVec(md.results.Transient3DSolution(1).Vz),...
+	PatchToVec(md.results.Transient3DSolution(1).Vel),...
+	PatchToVec(md.results.Transient3DSolution(1).Pressure),...
+	PatchToVec(md.results.Transient3DSolution(1).Bed),...
+	PatchToVec(md.results.Transient3DSolution(1).Surface),...
+	PatchToVec(md.results.Transient3DSolution(1).Thickness),...
+	PatchToVec(md.results.Transient3DSolution(1).Temperature),...
+	PatchToVec(md.results.Transient3DSolution(1).MeltingRate),...
+	PatchToVec(md.results.Transient3DSolution(2).Vx),...
+	PatchToVec(md.results.Transient3DSolution(2).Vy),...
+	PatchToVec(md.results.Transient3DSolution(2).Vz),...
+	PatchToVec(md.results.Transient3DSolution(2).Vel),...
+	PatchToVec(md.results.Transient3DSolution(2).Pressure),...
+	PatchToVec(md.results.Transient3DSolution(2).Bed),...
+	PatchToVec(md.results.Transient3DSolution(2).Surface),...
+	PatchToVec(md.results.Transient3DSolution(2).Thickness),...
+	PatchToVec(md.results.Transient3DSolution(2).Temperature),...
+	PatchToVec(md.results.Transient3DSolution(2).MeltingRate),...
+	};
Index: sm/trunk/test/NightlyRun/test514_nightly.m
===================================================================
--- /issm/trunk/test/NightlyRun/test514_nightly.m	(revision 5097)
+++ 	(revision )
@@ -1,26 +1,0 @@
-%The thickness wants to be lower than 1 so we contrain it to 1
-field_names     ={'Vx1','Vy1','Vz1','Vel1','Pressure1','Bed1','Surface1','Thickness1','Temperature1','MeltingRate1', ...
-				      'Vx2','Vy2','Vz2','Vel2','Pressure2','Bed2','Surface2','Thickness2','Temperature2','MeltingRate2'};
-field_tolerances={1e-08,1e-08,1e-08,1e-08,1e-08,1e-08,1e-08,1e-08,1e-08,1e-08,1e-06,1e-06,1e-06,1e-06,1e-06,1e-06,1e-06,1e-06,1e-06,1e-06};
-field_values={...
-	PatchToVec(md.results.Transient3DSolution(1).Vx),...
-	PatchToVec(md.results.Transient3DSolution(1).Vy),...
-	PatchToVec(md.results.Transient3DSolution(1).Vz),...
-	PatchToVec(md.results.Transient3DSolution(1).Vel),...
-	PatchToVec(md.results.Transient3DSolution(1).Pressure),...
-	PatchToVec(md.results.Transient3DSolution(1).Bed),...
-	PatchToVec(md.results.Transient3DSolution(1).Surface),...
-	PatchToVec(md.results.Transient3DSolution(1).Thickness),...
-	PatchToVec(md.results.Transient3DSolution(1).Temperature),...
-	PatchToVec(md.results.Transient3DSolution(1).MeltingRate),...
-	PatchToVec(md.results.Transient3DSolution(2).Vx),...
-	PatchToVec(md.results.Transient3DSolution(2).Vy),...
-	PatchToVec(md.results.Transient3DSolution(2).Vz),...
-	PatchToVec(md.results.Transient3DSolution(2).Vel),...
-	PatchToVec(md.results.Transient3DSolution(2).Pressure),...
-	PatchToVec(md.results.Transient3DSolution(2).Bed),...
-	PatchToVec(md.results.Transient3DSolution(2).Surface),...
-	PatchToVec(md.results.Transient3DSolution(2).Thickness),...
-	PatchToVec(md.results.Transient3DSolution(2).Temperature),...
-	PatchToVec(md.results.Transient3DSolution(2).MeltingRate),...
-	};
Index: /issm/trunk/test/NightlyRun/test515.m
===================================================================
--- /issm/trunk/test/NightlyRun/test515.m	(revision 5097)
+++ /issm/trunk/test/NightlyRun/test515.m	(revision 5098)
@@ -7,2 +7,16 @@
 md.dt=0;
 md=solve(md,'analysis_type',SteadystateSolutionEnum);
+
+%Fields and tolerances to track changes
+field_names     ={'Vx','Vy','Vz','Vel','Pressure','Temperature','MeltingRate'};
+field_tolerances={1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13
+};
+field_values={...
+	PatchToVec(md.results.SteadystateSolution.Vx),...
+	PatchToVec(md.results.SteadystateSolution.Vy),...
+	PatchToVec(md.results.SteadystateSolution.Vz),...
+	PatchToVec(md.results.SteadystateSolution.Vel),...
+	PatchToVec(md.results.SteadystateSolution.Pressure),...
+	PatchToVec(md.results.SteadystateSolution.Temperature),...
+	PatchToVec(md.results.SteadystateSolution.MeltingRate),...
+	};
Index: sm/trunk/test/NightlyRun/test515_nightly.m
===================================================================
--- /issm/trunk/test/NightlyRun/test515_nightly.m	(revision 5097)
+++ 	(revision )
@@ -1,12 +1,0 @@
-field_names     ={'Vx','Vy','Vz','Vel','Pressure','Temperature','MeltingRate'};
-field_tolerances={1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13
-};
-field_values={...
-	PatchToVec(md.results.SteadystateSolution.Vx),...
-	PatchToVec(md.results.SteadystateSolution.Vy),...
-	PatchToVec(md.results.SteadystateSolution.Vz),...
-	PatchToVec(md.results.SteadystateSolution.Vel),...
-	PatchToVec(md.results.SteadystateSolution.Pressure),...
-	PatchToVec(md.results.SteadystateSolution.Temperature),...
-	PatchToVec(md.results.SteadystateSolution.MeltingRate),...
-	};
Index: /issm/trunk/test/NightlyRun/test516.m
===================================================================
--- /issm/trunk/test/NightlyRun/test516.m	(revision 5097)
+++ /issm/trunk/test/NightlyRun/test516.m	(revision 5098)
@@ -7,2 +7,16 @@
 md.dt=0;
 md=solve(md,'analysis_type',SteadystateSolutionEnum);
+
+%Fields and tolerances to track changes
+field_names     ={'Vx','Vy','Vz','Vel','Pressure','Temperature','MeltingRate'};
+field_tolerances={1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-08
+};
+field_values={...
+	PatchToVec(md.results.SteadystateSolution.Vx),...
+	PatchToVec(md.results.SteadystateSolution.Vy),...
+	PatchToVec(md.results.SteadystateSolution.Vz),...
+	PatchToVec(md.results.SteadystateSolution.Vel),...
+	PatchToVec(md.results.SteadystateSolution.Pressure),...
+	PatchToVec(md.results.SteadystateSolution.Temperature),...
+	PatchToVec(md.results.SteadystateSolution.MeltingRate),...
+	};
Index: sm/trunk/test/NightlyRun/test516_nightly.m
===================================================================
--- /issm/trunk/test/NightlyRun/test516_nightly.m	(revision 5097)
+++ 	(revision )
@@ -1,12 +1,0 @@
-field_names     ={'Vx','Vy','Vz','Vel','Pressure','Temperature','MeltingRate'};
-field_tolerances={1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-08
-};
-field_values={...
-	PatchToVec(md.results.SteadystateSolution.Vx),...
-	PatchToVec(md.results.SteadystateSolution.Vy),...
-	PatchToVec(md.results.SteadystateSolution.Vz),...
-	PatchToVec(md.results.SteadystateSolution.Vel),...
-	PatchToVec(md.results.SteadystateSolution.Pressure),...
-	PatchToVec(md.results.SteadystateSolution.Temperature),...
-	PatchToVec(md.results.SteadystateSolution.MeltingRate),...
-	};
Index: /issm/trunk/test/NightlyRun/test517.m
===================================================================
--- /issm/trunk/test/NightlyRun/test517.m	(revision 5097)
+++ /issm/trunk/test/NightlyRun/test517.m	(revision 5098)
@@ -7,2 +7,16 @@
 md.dt=0;
 md=solve(md,'analysis_type',SteadystateSolutionEnum);
+
+%Fields and tolerances to track changes
+field_names     ={'Vx','Vy','Vz','Vel','Pressure','Temperature','MeltingRate'};
+field_tolerances={1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13
+};
+field_values={...
+	PatchToVec(md.results.SteadystateSolution.Vx),...
+	PatchToVec(md.results.SteadystateSolution.Vy),...
+	PatchToVec(md.results.SteadystateSolution.Vz),...
+	PatchToVec(md.results.SteadystateSolution.Vel),...
+	PatchToVec(md.results.SteadystateSolution.Pressure),...
+	PatchToVec(md.results.SteadystateSolution.Temperature),...
+	PatchToVec(md.results.SteadystateSolution.MeltingRate),...
+	};
Index: sm/trunk/test/NightlyRun/test517_nightly.m
===================================================================
--- /issm/trunk/test/NightlyRun/test517_nightly.m	(revision 5097)
+++ 	(revision )
@@ -1,12 +1,0 @@
-field_names     ={'Vx','Vy','Vz','Vel','Pressure','Temperature','MeltingRate'};
-field_tolerances={1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13
-};
-field_values={...
-	PatchToVec(md.results.SteadystateSolution.Vx),...
-	PatchToVec(md.results.SteadystateSolution.Vy),...
-	PatchToVec(md.results.SteadystateSolution.Vz),...
-	PatchToVec(md.results.SteadystateSolution.Vel),...
-	PatchToVec(md.results.SteadystateSolution.Pressure),...
-	PatchToVec(md.results.SteadystateSolution.Temperature),...
-	PatchToVec(md.results.SteadystateSolution.MeltingRate),...
-	};
Index: /issm/trunk/test/NightlyRun/test518.m
===================================================================
--- /issm/trunk/test/NightlyRun/test518.m	(revision 5097)
+++ /issm/trunk/test/NightlyRun/test518.m	(revision 5098)
@@ -7,2 +7,16 @@
 md.dt=0;
 md=solve(md,'analysis_type',SteadystateSolutionEnum);
+
+%Fields and tolerances to track changes
+field_names     ={'Vx','Vy','Vz','Vel','Pressure','Temperature','MeltingRate'};
+field_tolerances={1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-06
+};
+field_values={...
+	PatchToVec(md.results.SteadystateSolution.Vx),...
+	PatchToVec(md.results.SteadystateSolution.Vy),...
+	PatchToVec(md.results.SteadystateSolution.Vz),...
+	PatchToVec(md.results.SteadystateSolution.Vel),...
+	PatchToVec(md.results.SteadystateSolution.Pressure),...
+	PatchToVec(md.results.SteadystateSolution.Temperature),...
+	PatchToVec(md.results.SteadystateSolution.MeltingRate),...
+	};
Index: sm/trunk/test/NightlyRun/test518_nightly.m
===================================================================
--- /issm/trunk/test/NightlyRun/test518_nightly.m	(revision 5097)
+++ 	(revision )
@@ -1,12 +1,0 @@
-field_names     ={'Vx','Vy','Vz','Vel','Pressure','Temperature','MeltingRate'};
-field_tolerances={1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-06
-};
-field_values={...
-	PatchToVec(md.results.SteadystateSolution.Vx),...
-	PatchToVec(md.results.SteadystateSolution.Vy),...
-	PatchToVec(md.results.SteadystateSolution.Vz),...
-	PatchToVec(md.results.SteadystateSolution.Vel),...
-	PatchToVec(md.results.SteadystateSolution.Pressure),...
-	PatchToVec(md.results.SteadystateSolution.Temperature),...
-	PatchToVec(md.results.SteadystateSolution.MeltingRate),...
-	};
Index: /issm/trunk/test/NightlyRun/test519.m
===================================================================
--- /issm/trunk/test/NightlyRun/test519.m	(revision 5097)
+++ /issm/trunk/test/NightlyRun/test519.m	(revision 5098)
@@ -7,2 +7,16 @@
 md.dt=0;
 md=solve(md,'analysis_type',SteadystateSolutionEnum);
+
+%Fields and tolerances to track changes
+field_names     ={'Vx','Vy','Vz','Vel','Pressure','Temperature','MeltingRate'};
+field_tolerances={1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-06
+};
+field_values={...
+	PatchToVec(md.results.SteadystateSolution.Vx),...
+	PatchToVec(md.results.SteadystateSolution.Vy),...
+	PatchToVec(md.results.SteadystateSolution.Vz),...
+	PatchToVec(md.results.SteadystateSolution.Vel),...
+	PatchToVec(md.results.SteadystateSolution.Pressure),...
+	PatchToVec(md.results.SteadystateSolution.Temperature),...
+	PatchToVec(md.results.SteadystateSolution.MeltingRate),...
+	};
Index: sm/trunk/test/NightlyRun/test519_nightly.m
===================================================================
--- /issm/trunk/test/NightlyRun/test519_nightly.m	(revision 5097)
+++ 	(revision )
@@ -1,12 +1,0 @@
-field_names     ={'Vx','Vy','Vz','Vel','Pressure','Temperature','MeltingRate'};
-field_tolerances={1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-06
-};
-field_values={...
-	PatchToVec(md.results.SteadystateSolution.Vx),...
-	PatchToVec(md.results.SteadystateSolution.Vy),...
-	PatchToVec(md.results.SteadystateSolution.Vz),...
-	PatchToVec(md.results.SteadystateSolution.Vel),...
-	PatchToVec(md.results.SteadystateSolution.Pressure),...
-	PatchToVec(md.results.SteadystateSolution.Temperature),...
-	PatchToVec(md.results.SteadystateSolution.MeltingRate),...
-	};
Index: /issm/trunk/test/NightlyRun/test520.m
===================================================================
--- /issm/trunk/test/NightlyRun/test520.m	(revision 5097)
+++ /issm/trunk/test/NightlyRun/test520.m	(revision 5098)
@@ -7,2 +7,16 @@
 md.dt=0;
 md=solve(md,'analysis_type',SteadystateSolutionEnum);
+
+%Fields and tolerances to track changes
+field_names     ={'Vx','Vy','Vz','Vel','Pressure','Temperature','MeltingRate'};
+field_tolerances={1e-08,1e-08,1e-08,1e-08,1e-08,1e-08,1e-07
+};
+field_values={...
+	PatchToVec(md.results.SteadystateSolution.Vx),...
+	PatchToVec(md.results.SteadystateSolution.Vy),...
+	PatchToVec(md.results.SteadystateSolution.Vz),...
+	PatchToVec(md.results.SteadystateSolution.Vel),...
+	PatchToVec(md.results.SteadystateSolution.Pressure),...
+	PatchToVec(md.results.SteadystateSolution.Temperature),...
+	PatchToVec(md.results.SteadystateSolution.MeltingRate),...
+	};
Index: sm/trunk/test/NightlyRun/test520_nightly.m
===================================================================
--- /issm/trunk/test/NightlyRun/test520_nightly.m	(revision 5097)
+++ 	(revision )
@@ -1,12 +1,0 @@
-field_names     ={'Vx','Vy','Vz','Vel','Pressure','Temperature','MeltingRate'};
-field_tolerances={1e-08,1e-08,1e-08,1e-08,1e-08,1e-08,1e-07
-};
-field_values={...
-	PatchToVec(md.results.SteadystateSolution.Vx),...
-	PatchToVec(md.results.SteadystateSolution.Vy),...
-	PatchToVec(md.results.SteadystateSolution.Vz),...
-	PatchToVec(md.results.SteadystateSolution.Vel),...
-	PatchToVec(md.results.SteadystateSolution.Pressure),...
-	PatchToVec(md.results.SteadystateSolution.Temperature),...
-	PatchToVec(md.results.SteadystateSolution.MeltingRate),...
-	};
Index: /issm/trunk/test/NightlyRun/test521.m
===================================================================
--- /issm/trunk/test/NightlyRun/test521.m	(revision 5097)
+++ /issm/trunk/test/NightlyRun/test521.m	(revision 5098)
@@ -25,2 +25,15 @@
 md.cluster='none';
 md=solve(md,'analysis_type',DiagnosticSolutionEnum);
+
+%Fields and tolerances to track changes
+field_names     ={'Gradient' 'Misfits' 'RheologyB' 'Pressure' 'Vel' 'Vx' 'Vy'};
+field_tolerances={1e-10,1e-10,1e-10,1e-10,1e-10,1e-10,1e-10,1e-10,1e-10,1e-10};
+field_values={...
+	PatchToVec(md.results.DiagnosticSolution.Gradient),...
+	md.results.DiagnosticSolution.J,...
+	PatchToVec(md.results.DiagnosticSolution.RheologyB),...
+	PatchToVec(md.results.DiagnosticSolution.Pressure),...
+	PatchToVec(md.results.DiagnosticSolution.Vel),...
+	PatchToVec(md.results.DiagnosticSolution.Vx),...
+	PatchToVec(md.results.DiagnosticSolution.Vy)
+};
Index: sm/trunk/test/NightlyRun/test521_nightly.m
===================================================================
--- /issm/trunk/test/NightlyRun/test521_nightly.m	(revision 5097)
+++ 	(revision )
@@ -1,11 +1,0 @@
-field_names     ={'Gradient' 'Misfits' 'RheologyB' 'Pressure' 'Vel' 'Vx' 'Vy'};
-field_tolerances={1e-10,1e-10,1e-10,1e-10,1e-10,1e-10,1e-10,1e-10,1e-10,1e-10};
-field_values={...
-	PatchToVec(md.results.DiagnosticSolution.Gradient),...
-	md.results.DiagnosticSolution.J,...
-	PatchToVec(md.results.DiagnosticSolution.RheologyB),...
-	PatchToVec(md.results.DiagnosticSolution.Pressure),...
-	PatchToVec(md.results.DiagnosticSolution.Vel),...
-	PatchToVec(md.results.DiagnosticSolution.Vx),...
-	PatchToVec(md.results.DiagnosticSolution.Vy)
-};
Index: /issm/trunk/test/NightlyRun/test522.m
===================================================================
--- /issm/trunk/test/NightlyRun/test522.m	(revision 5097)
+++ /issm/trunk/test/NightlyRun/test522.m	(revision 5098)
@@ -25,2 +25,15 @@
 md.cluster=oshostname;
 md=solve(md,'analysis_type',DiagnosticSolutionEnum);
+
+%Fields and tolerances to track changes
+field_names     ={'Gradient' 'Misfits' 'RheologyB' 'Pressure' 'Vel' 'Vx' 'Vy'};
+field_tolerances={1e-12,1e-12,1e-12,1e-09,1e-12,1e-12,1e-12,1e-12,1e-12,1e-12};
+field_values={...
+	PatchToVec(md.results.DiagnosticSolution.Gradient),...
+	md.results.DiagnosticSolution.J,...
+	PatchToVec(md.results.DiagnosticSolution.RheologyB),...
+	PatchToVec(md.results.DiagnosticSolution.Pressure),...
+	PatchToVec(md.results.DiagnosticSolution.Vel),...
+	PatchToVec(md.results.DiagnosticSolution.Vx),...
+	PatchToVec(md.results.DiagnosticSolution.Vy)
+};
Index: sm/trunk/test/NightlyRun/test522_nightly.m
===================================================================
--- /issm/trunk/test/NightlyRun/test522_nightly.m	(revision 5097)
+++ 	(revision )
@@ -1,11 +1,0 @@
-field_names     ={'Gradient' 'Misfits' 'RheologyB' 'Pressure' 'Vel' 'Vx' 'Vy'};
-field_tolerances={1e-12,1e-12,1e-12,1e-09,1e-12,1e-12,1e-12,1e-12,1e-12,1e-12};
-field_values={...
-	PatchToVec(md.results.DiagnosticSolution.Gradient),...
-	md.results.DiagnosticSolution.J,...
-	PatchToVec(md.results.DiagnosticSolution.RheologyB),...
-	PatchToVec(md.results.DiagnosticSolution.Pressure),...
-	PatchToVec(md.results.DiagnosticSolution.Vel),...
-	PatchToVec(md.results.DiagnosticSolution.Vx),...
-	PatchToVec(md.results.DiagnosticSolution.Vy)
-};
Index: /issm/trunk/test/NightlyRun/test523.m
===================================================================
--- /issm/trunk/test/NightlyRun/test523.m	(revision 5097)
+++ /issm/trunk/test/NightlyRun/test523.m	(revision 5098)
@@ -21,2 +21,15 @@
 md.cluster='none';
 md=solve(md,'analysis_type',DiagnosticSolutionEnum);
+
+%Fields and tolerances to track changes
+field_names     ={'Gradient' 'Misfits' 'DragCoefficient' 'Pressure' 'Vel' 'Vx' 'Vy'};
+field_tolerances={1e-11,1e-11,1e-11,1e-11,1e-11,1e-11,1e-11,1e-11,1e-11,1e-11};
+field_values={...
+	PatchToVec(md.results.DiagnosticSolution.Gradient),...
+	md.results.DiagnosticSolution.J,...
+	PatchToVec(md.results.DiagnosticSolution.DragCoefficient),...
+	PatchToVec(md.results.DiagnosticSolution.Pressure),...
+	PatchToVec(md.results.DiagnosticSolution.Vel),...
+	PatchToVec(md.results.DiagnosticSolution.Vx),...
+	PatchToVec(md.results.DiagnosticSolution.Vy)
+};
Index: sm/trunk/test/NightlyRun/test523_nightly.m
===================================================================
--- /issm/trunk/test/NightlyRun/test523_nightly.m	(revision 5097)
+++ 	(revision )
@@ -1,11 +1,0 @@
-field_names     ={'Gradient' 'Misfits' 'DragCoefficient' 'Pressure' 'Vel' 'Vx' 'Vy'};
-field_tolerances={1e-11,1e-11,1e-11,1e-11,1e-11,1e-11,1e-11,1e-11,1e-11,1e-11};
-field_values={...
-	PatchToVec(md.results.DiagnosticSolution.Gradient),...
-	md.results.DiagnosticSolution.J,...
-	PatchToVec(md.results.DiagnosticSolution.DragCoefficient),...
-	PatchToVec(md.results.DiagnosticSolution.Pressure),...
-	PatchToVec(md.results.DiagnosticSolution.Vel),...
-	PatchToVec(md.results.DiagnosticSolution.Vx),...
-	PatchToVec(md.results.DiagnosticSolution.Vy)
-};
Index: /issm/trunk/test/NightlyRun/test524.m
===================================================================
--- /issm/trunk/test/NightlyRun/test524.m	(revision 5097)
+++ /issm/trunk/test/NightlyRun/test524.m	(revision 5098)
@@ -21,2 +21,15 @@
 md.cluster=oshostname();
 md=solve(md,'analysis_type',DiagnosticSolutionEnum);
+
+%Fields and tolerances to track changes
+field_names     ={'Gradient' 'Misfits' 'DragCoefficient' 'Pressure' 'Vel' 'Vx' 'Vy'};
+field_tolerances={1e-11,1e-11,1e-11,1e-11,1e-11,1e-11,1e-11,1e-11,1e-11,1e-11};
+field_values={...
+	PatchToVec(md.results.DiagnosticSolution.Gradient),...
+	md.results.DiagnosticSolution.J,...
+	PatchToVec(md.results.DiagnosticSolution.DragCoefficient),...
+	PatchToVec(md.results.DiagnosticSolution.Pressure),...
+	PatchToVec(md.results.DiagnosticSolution.Vel),...
+	PatchToVec(md.results.DiagnosticSolution.Vx),...
+	PatchToVec(md.results.DiagnosticSolution.Vy)
+};
Index: sm/trunk/test/NightlyRun/test524_nightly.m
===================================================================
--- /issm/trunk/test/NightlyRun/test524_nightly.m	(revision 5097)
+++ 	(revision )
@@ -1,11 +1,0 @@
-field_names     ={'Gradient' 'Misfits' 'DragCoefficient' 'Pressure' 'Vel' 'Vx' 'Vy'};
-field_tolerances={1e-11,1e-11,1e-11,1e-11,1e-11,1e-11,1e-11,1e-11,1e-11,1e-11};
-field_values={...
-	PatchToVec(md.results.DiagnosticSolution.Gradient),...
-	md.results.DiagnosticSolution.J,...
-	PatchToVec(md.results.DiagnosticSolution.DragCoefficient),...
-	PatchToVec(md.results.DiagnosticSolution.Pressure),...
-	PatchToVec(md.results.DiagnosticSolution.Vel),...
-	PatchToVec(md.results.DiagnosticSolution.Vx),...
-	PatchToVec(md.results.DiagnosticSolution.Vy)
-};
Index: /issm/trunk/test/NightlyRun/test525.m
===================================================================
--- /issm/trunk/test/NightlyRun/test525.m	(revision 5097)
+++ /issm/trunk/test/NightlyRun/test525.m	(revision 5098)
@@ -22,2 +22,18 @@
 md.cluster='none';
 md=solve(md,'analysis_type',SteadystateSolutionEnum);
+
+%Fields and tolerances to track changes
+field_names     ={'Gradient' 'Misfits' 'DragCoefficient' 'Pressure' 'Vel' 'Vx' 'Vy' 'Vz' 'Temperature' 'MeltingRate'};
+field_tolerances={1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13};
+field_values={...
+	PatchToVec(md.results.SteadystateSolution.Gradient),...
+	md.results.SteadystateSolution.J,...
+	PatchToVec(md.results.SteadystateSolution.DragCoefficient),...
+	PatchToVec(md.results.SteadystateSolution.Pressure),...
+	PatchToVec(md.results.SteadystateSolution.Vel),...
+	PatchToVec(md.results.SteadystateSolution.Vx),...
+	PatchToVec(md.results.SteadystateSolution.Vy),...
+	PatchToVec(md.results.SteadystateSolution.Vz),...
+	PatchToVec(md.results.SteadystateSolution.Temperature),...
+	PatchToVec(md.results.SteadystateSolution.MeltingRate)
+};
Index: sm/trunk/test/NightlyRun/test525_nightly.m
===================================================================
--- /issm/trunk/test/NightlyRun/test525_nightly.m	(revision 5097)
+++ 	(revision )
@@ -1,14 +1,0 @@
-field_names     ={'Gradient' 'Misfits' 'DragCoefficient' 'Pressure' 'Vel' 'Vx' 'Vy' 'Vz' 'Temperature' 'MeltingRate'};
-field_tolerances={1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13};
-field_values={...
-	PatchToVec(md.results.SteadystateSolution.Gradient),...
-	md.results.SteadystateSolution.J,...
-	PatchToVec(md.results.SteadystateSolution.DragCoefficient),...
-	PatchToVec(md.results.SteadystateSolution.Pressure),...
-	PatchToVec(md.results.SteadystateSolution.Vel),...
-	PatchToVec(md.results.SteadystateSolution.Vx),...
-	PatchToVec(md.results.SteadystateSolution.Vy),...
-	PatchToVec(md.results.SteadystateSolution.Vz),...
-	PatchToVec(md.results.SteadystateSolution.Temperature),...
-	PatchToVec(md.results.SteadystateSolution.MeltingRate)
-};
Index: /issm/trunk/test/NightlyRun/test526.m
===================================================================
--- /issm/trunk/test/NightlyRun/test526.m	(revision 5097)
+++ /issm/trunk/test/NightlyRun/test526.m	(revision 5098)
@@ -22,2 +22,18 @@
 md.cluster=oshostname();
 md=solve(md,'analysis_type',SteadystateSolutionEnum);
+
+%Fields and tolerances to track changes
+field_names     ={'Gradient' 'Misfits' 'DragCoefficient' 'Pressure' 'Vel' 'Vx' 'Vy' 'Vz' 'Temperature' 'MeltingRate'};
+field_tolerances={1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13};
+field_values={...
+	PatchToVec(md.results.SteadystateSolution.Gradient),...
+	md.results.SteadystateSolution.J,...
+	PatchToVec(md.results.SteadystateSolution.DragCoefficient),...
+	PatchToVec(md.results.SteadystateSolution.Pressure),...
+	PatchToVec(md.results.SteadystateSolution.Vel),...
+	PatchToVec(md.results.SteadystateSolution.Vx),...
+	PatchToVec(md.results.SteadystateSolution.Vy),...
+	PatchToVec(md.results.SteadystateSolution.Vz),...
+	PatchToVec(md.results.SteadystateSolution.Temperature),...
+	PatchToVec(md.results.SteadystateSolution.MeltingRate)
+};
Index: sm/trunk/test/NightlyRun/test526_nightly.m
===================================================================
--- /issm/trunk/test/NightlyRun/test526_nightly.m	(revision 5097)
+++ 	(revision )
@@ -1,14 +1,0 @@
-field_names     ={'Gradient' 'Misfits' 'DragCoefficient' 'Pressure' 'Vel' 'Vx' 'Vy' 'Vz' 'Temperature' 'MeltingRate'};
-field_tolerances={1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13};
-field_values={...
-	PatchToVec(md.results.SteadystateSolution.Gradient),...
-	md.results.SteadystateSolution.J,...
-	PatchToVec(md.results.SteadystateSolution.DragCoefficient),...
-	PatchToVec(md.results.SteadystateSolution.Pressure),...
-	PatchToVec(md.results.SteadystateSolution.Vel),...
-	PatchToVec(md.results.SteadystateSolution.Vx),...
-	PatchToVec(md.results.SteadystateSolution.Vy),...
-	PatchToVec(md.results.SteadystateSolution.Vz),...
-	PatchToVec(md.results.SteadystateSolution.Temperature),...
-	PatchToVec(md.results.SteadystateSolution.MeltingRate)
-};
Index: /issm/trunk/test/NightlyRun/test527.m
===================================================================
--- /issm/trunk/test/NightlyRun/test527.m	(revision 5097)
+++ /issm/trunk/test/NightlyRun/test527.m	(revision 5098)
@@ -42,2 +42,15 @@
 x7=md2.x;
 y7=md2.y;
+
+%Fields and tolerances to track changes
+field_names     ={'x1' 'y1' 'x2' 'y2' 'x3' 'y3' 'x4' 'y4' 'x5' 'y5' 'x6' 'y6'  'x7' 'y7' };
+field_tolerances={1e-13 1e-13 1e-13 1e-13 1e-13 1e-13 1e-13 1e-13 1e-13 1e-13 1e-13 1e-13 1e-13 1e-13};
+field_values={...
+	x1, y1,...
+	y2, y2,...
+	y3, y3,...
+	y4, y4,...
+	y5, y5,...
+	y6, y6,...
+	y7, y7,...
+	};
Index: sm/trunk/test/NightlyRun/test527_nightly.m
===================================================================
--- /issm/trunk/test/NightlyRun/test527_nightly.m	(revision 5097)
+++ 	(revision )
@@ -1,11 +1,0 @@
-field_names     ={'x1' 'y1' 'x2' 'y2' 'x3' 'y3' 'x4' 'y4' 'x5' 'y5' 'x6' 'y6'  'x7' 'y7' };
-field_tolerances={1e-13 1e-13 1e-13 1e-13 1e-13 1e-13 1e-13 1e-13 1e-13 1e-13 1e-13 1e-13 1e-13 1e-13};
-field_values={...
-	x1, y1,...
-	y2, y2,...
-	y3, y3,...
-	y4, y4,...
-	y5, y5,...
-	y6, y6,...
-	y7, y7,...
-	};
Index: /issm/trunk/test/NightlyRun/test601.m
===================================================================
--- /issm/trunk/test/NightlyRun/test601.m	(revision 5097)
+++ /issm/trunk/test/NightlyRun/test601.m	(revision 5098)
@@ -5,2 +5,9 @@
 md.cluster='none';
 md=solve(md,'analysis_type',PrognosticSolutionEnum);
+
+%Fields and tolerances to track changes
+field_names     ={'Thickness'};
+field_tolerances={1e-13};
+field_values={...
+	PatchToVec(md.results.PrognosticSolution.Thickness),...
+	};
Index: sm/trunk/test/NightlyRun/test601_nightly.m
===================================================================
--- /issm/trunk/test/NightlyRun/test601_nightly.m	(revision 5097)
+++ 	(revision )
@@ -1,5 +1,0 @@
-field_names     ={'Thickness'};
-field_tolerances={1e-13};
-field_values={...
-	PatchToVec(md.results.PrognosticSolution.Thickness),...
-	};
Index: /issm/trunk/test/NightlyRun/test602.m
===================================================================
--- /issm/trunk/test/NightlyRun/test602.m	(revision 5097)
+++ /issm/trunk/test/NightlyRun/test602.m	(revision 5098)
@@ -5,2 +5,9 @@
 md.cluster=oshostname();
 md=solve(md,'analysis_type',PrognosticSolutionEnum);
+
+%Fields and tolerances to track changes
+field_names     ={'Thickness'};
+field_tolerances={1e-13};
+field_values={...
+	PatchToVec(md.results.PrognosticSolution.Thickness),...
+	};
Index: sm/trunk/test/NightlyRun/test602_nightly.m
===================================================================
--- /issm/trunk/test/NightlyRun/test602_nightly.m	(revision 5097)
+++ 	(revision )
@@ -1,5 +1,0 @@
-field_names     ={'Thickness'};
-field_tolerances={1e-13};
-field_values={...
-	PatchToVec(md.results.PrognosticSolution.Thickness),...
-	};
Index: /issm/trunk/test/NightlyRun/test603.m
===================================================================
--- /issm/trunk/test/NightlyRun/test603.m	(revision 5097)
+++ /issm/trunk/test/NightlyRun/test603.m	(revision 5098)
@@ -7,2 +7,9 @@
 md.cluster='none';
 md=solve(md,'analysis_type',PrognosticSolutionEnum);
+
+%Fields and tolerances to track changes
+field_names     ={'Thickness'};
+field_tolerances={1e-13};
+field_values={...
+	PatchToVec(md.results.PrognosticSolution.Thickness),...
+	};
Index: sm/trunk/test/NightlyRun/test603_nightly.m
===================================================================
--- /issm/trunk/test/NightlyRun/test603_nightly.m	(revision 5097)
+++ 	(revision )
@@ -1,5 +1,0 @@
-field_names     ={'Thickness'};
-field_tolerances={1e-13};
-field_values={...
-	PatchToVec(md.results.PrognosticSolution.Thickness),...
-	};
Index: /issm/trunk/test/NightlyRun/test604.m
===================================================================
--- /issm/trunk/test/NightlyRun/test604.m	(revision 5097)
+++ /issm/trunk/test/NightlyRun/test604.m	(revision 5098)
@@ -7,2 +7,9 @@
 md.cluster=oshostname();
 md=solve(md,'analysis_type',PrognosticSolutionEnum);
+
+%Fields and tolerances to track changes
+field_names     ={'Thickness'};
+field_tolerances={1e-13};
+field_values={...
+	PatchToVec(md.results.PrognosticSolution.Thickness),...
+	};
Index: sm/trunk/test/NightlyRun/test604_nightly.m
===================================================================
--- /issm/trunk/test/NightlyRun/test604_nightly.m	(revision 5097)
+++ 	(revision )
@@ -1,5 +1,0 @@
-field_names     ={'Thickness'};
-field_tolerances={1e-13};
-field_values={...
-	PatchToVec(md.results.PrognosticSolution.Thickness),...
-	};
Index: /issm/trunk/test/NightlyRun/test605.m
===================================================================
--- /issm/trunk/test/NightlyRun/test605.m	(revision 5097)
+++ /issm/trunk/test/NightlyRun/test605.m	(revision 5098)
@@ -6,2 +6,9 @@
 md.cluster='none';
 md=solve(md,'analysis_type',PrognosticSolutionEnum);
+
+%Fields and tolerances to track changes
+field_names     ={'Thickness'};
+field_tolerances={1e-13};
+field_values={...
+	PatchToVec(md.results.PrognosticSolution.Thickness),...
+	};
Index: sm/trunk/test/NightlyRun/test605_nightly.m
===================================================================
--- /issm/trunk/test/NightlyRun/test605_nightly.m	(revision 5097)
+++ 	(revision )
@@ -1,5 +1,0 @@
-field_names     ={'Thickness'};
-field_tolerances={1e-13};
-field_values={...
-	PatchToVec(md.results.PrognosticSolution.Thickness),...
-	};
Index: /issm/trunk/test/NightlyRun/test606.m
===================================================================
--- /issm/trunk/test/NightlyRun/test606.m	(revision 5097)
+++ /issm/trunk/test/NightlyRun/test606.m	(revision 5098)
@@ -6,2 +6,9 @@
 md.cluster=oshostname();
 md=solve(md,'analysis_type',PrognosticSolutionEnum);
+
+%Fields and tolerances to track changes
+field_names     ={'Thickness'};
+field_tolerances={1e-13};
+field_values={...
+	PatchToVec(md.results.PrognosticSolution.Thickness),...
+	};
Index: sm/trunk/test/NightlyRun/test606_nightly.m
===================================================================
--- /issm/trunk/test/NightlyRun/test606_nightly.m	(revision 5097)
+++ 	(revision )
@@ -1,5 +1,0 @@
-field_names     ={'Thickness'};
-field_tolerances={1e-13};
-field_values={...
-	PatchToVec(md.results.PrognosticSolution.Thickness),...
-	};
Index: /issm/trunk/test/NightlyRun/test607.m
===================================================================
--- /issm/trunk/test/NightlyRun/test607.m	(revision 5097)
+++ /issm/trunk/test/NightlyRun/test607.m	(revision 5098)
@@ -5,2 +5,10 @@
 md.cluster='none';
 md=solve(md,'analysis_type',SurfaceSlopeSolutionEnum);
+
+%Fields and tolerances to track changes
+field_names     ={'SurfaceSlopeX','SurfaceSlopeY'};
+field_tolerances={1e-13,1e-13};
+field_values={...
+	PatchToVec(md.results.SurfaceSlopeSolution.SurfaceSlopeX),...
+	PatchToVec(md.results.SurfaceSlopeSolution.SurfaceSlopeY),...
+	};
Index: sm/trunk/test/NightlyRun/test607_nightly.m
===================================================================
--- /issm/trunk/test/NightlyRun/test607_nightly.m	(revision 5097)
+++ 	(revision )
@@ -1,6 +1,0 @@
-field_names     ={'SurfaceSlopeX','SurfaceSlopeY'};
-field_tolerances={1e-13,1e-13};
-field_values={...
-	PatchToVec(md.results.SurfaceSlopeSolution.SurfaceSlopeX),...
-	PatchToVec(md.results.SurfaceSlopeSolution.SurfaceSlopeY),...
-	};
Index: /issm/trunk/test/NightlyRun/test608.m
===================================================================
--- /issm/trunk/test/NightlyRun/test608.m	(revision 5097)
+++ /issm/trunk/test/NightlyRun/test608.m	(revision 5098)
@@ -5,2 +5,10 @@
 md.cluster=oshostname();
 md=solve(md,'analysis_type',SurfaceSlopeSolutionEnum);
+
+%Fields and tolerances to track changes
+field_names     ={'SurfaceSlopeX','SurfaceSlopeY'};
+field_tolerances={1e-13,1e-13};
+field_values={...
+	PatchToVec(md.results.SurfaceSlopeSolution.SurfaceSlopeX),...
+	PatchToVec(md.results.SurfaceSlopeSolution.SurfaceSlopeY),...
+	};
Index: sm/trunk/test/NightlyRun/test608_nightly.m
===================================================================
--- /issm/trunk/test/NightlyRun/test608_nightly.m	(revision 5097)
+++ 	(revision )
@@ -1,6 +1,0 @@
-field_names     ={'SurfaceSlopeX','SurfaceSlopeY'};
-field_tolerances={1e-13,1e-13};
-field_values={...
-	PatchToVec(md.results.SurfaceSlopeSolution.SurfaceSlopeX),...
-	PatchToVec(md.results.SurfaceSlopeSolution.SurfaceSlopeY),...
-	};
Index: /issm/trunk/test/NightlyRun/test609.m
===================================================================
--- /issm/trunk/test/NightlyRun/test609.m	(revision 5097)
+++ /issm/trunk/test/NightlyRun/test609.m	(revision 5098)
@@ -6,2 +6,10 @@
 md.cluster='none';
 md=solve(md,'analysis_type',SurfaceSlopeSolutionEnum);
+
+%Fields and tolerances to track changes
+field_names     ={'SurfaceSlopeX','SurfaceSlopeY'};
+field_tolerances={1e-13,1e-13};
+field_values={...
+	PatchToVec(md.results.SurfaceSlopeSolution.SurfaceSlopeX),...
+	PatchToVec(md.results.SurfaceSlopeSolution.SurfaceSlopeY),...
+	};
Index: sm/trunk/test/NightlyRun/test609_nightly.m
===================================================================
--- /issm/trunk/test/NightlyRun/test609_nightly.m	(revision 5097)
+++ 	(revision )
@@ -1,6 +1,0 @@
-field_names     ={'SurfaceSlopeX','SurfaceSlopeY'};
-field_tolerances={1e-13,1e-13};
-field_values={...
-	PatchToVec(md.results.SurfaceSlopeSolution.SurfaceSlopeX),...
-	PatchToVec(md.results.SurfaceSlopeSolution.SurfaceSlopeY),...
-	};
Index: /issm/trunk/test/NightlyRun/test610.m
===================================================================
--- /issm/trunk/test/NightlyRun/test610.m	(revision 5097)
+++ /issm/trunk/test/NightlyRun/test610.m	(revision 5098)
@@ -6,2 +6,10 @@
 md.cluster=oshostname();
 md=solve(md,'analysis_type',SurfaceSlopeSolutionEnum);
+
+%Fields and tolerances to track changes
+field_names     ={'SurfaceSlopeX','SurfaceSlopeY'};
+field_tolerances={1e-13,1e-13};
+field_values={...
+	PatchToVec(md.results.SurfaceSlopeSolution.SurfaceSlopeX),...
+	PatchToVec(md.results.SurfaceSlopeSolution.SurfaceSlopeY),...
+	};
Index: sm/trunk/test/NightlyRun/test610_nightly.m
===================================================================
--- /issm/trunk/test/NightlyRun/test610_nightly.m	(revision 5097)
+++ 	(revision )
@@ -1,6 +1,0 @@
-field_names     ={'SurfaceSlopeX','SurfaceSlopeY'};
-field_tolerances={1e-13,1e-13};
-field_values={...
-	PatchToVec(md.results.SurfaceSlopeSolution.SurfaceSlopeX),...
-	PatchToVec(md.results.SurfaceSlopeSolution.SurfaceSlopeY),...
-	};
Index: /issm/trunk/test/NightlyRun/test611.m
===================================================================
--- /issm/trunk/test/NightlyRun/test611.m	(revision 5097)
+++ /issm/trunk/test/NightlyRun/test611.m	(revision 5098)
@@ -5,2 +5,10 @@
 md.cluster='none';
 md=solve(md,'analysis_type',BedSlopeSolutionEnum);
+
+%Fields and tolerances to track changes
+field_names     ={'BedSlopeX','BedSlopeY'};
+field_tolerances={1e-13,1e-13};
+field_values={...
+	PatchToVec(md.results.BedSlopeSolution.BedSlopeX),...
+	PatchToVec(md.results.BedSlopeSolution.BedSlopeY),...
+	};
Index: sm/trunk/test/NightlyRun/test611_nightly.m
===================================================================
--- /issm/trunk/test/NightlyRun/test611_nightly.m	(revision 5097)
+++ 	(revision )
@@ -1,6 +1,0 @@
-field_names     ={'BedSlopeX','BedSlopeY'};
-field_tolerances={1e-13,1e-13};
-field_values={...
-	PatchToVec(md.results.BedSlopeSolution.BedSlopeX),...
-	PatchToVec(md.results.BedSlopeSolution.BedSlopeY),...
-	};
Index: /issm/trunk/test/NightlyRun/test612.m
===================================================================
--- /issm/trunk/test/NightlyRun/test612.m	(revision 5097)
+++ /issm/trunk/test/NightlyRun/test612.m	(revision 5098)
@@ -5,2 +5,10 @@
 md.cluster=oshostname();
 md=solve(md,'analysis_type',BedSlopeSolutionEnum);
+
+%Fields and tolerances to track changes
+field_names     ={'BedSlopeX','BedSlopeY'};
+field_tolerances={1e-13,1e-13};
+field_values={...
+	PatchToVec(md.results.BedSlopeSolution.BedSlopeX),...
+	PatchToVec(md.results.BedSlopeSolution.BedSlopeY),...
+	};
Index: sm/trunk/test/NightlyRun/test612_nightly.m
===================================================================
--- /issm/trunk/test/NightlyRun/test612_nightly.m	(revision 5097)
+++ 	(revision )
@@ -1,6 +1,0 @@
-field_names     ={'BedSlopeX','BedSlopeY'};
-field_tolerances={1e-13,1e-13};
-field_values={...
-	PatchToVec(md.results.BedSlopeSolution.BedSlopeX),...
-	PatchToVec(md.results.BedSlopeSolution.BedSlopeY),...
-	};
Index: /issm/trunk/test/NightlyRun/test613.m
===================================================================
--- /issm/trunk/test/NightlyRun/test613.m	(revision 5097)
+++ /issm/trunk/test/NightlyRun/test613.m	(revision 5098)
@@ -6,2 +6,10 @@
 md.cluster='none';
 md=solve(md,'analysis_type',BedSlopeSolutionEnum);
+
+%Fields and tolerances to track changes
+field_names     ={'BedSlopeX','BedSlopeY'};
+field_tolerances={1e-13,1e-13};
+field_values={...
+	PatchToVec(md.results.BedSlopeSolution.BedSlopeX),...
+	PatchToVec(md.results.BedSlopeSolution.BedSlopeY),...
+	};
Index: sm/trunk/test/NightlyRun/test613_nightly.m
===================================================================
--- /issm/trunk/test/NightlyRun/test613_nightly.m	(revision 5097)
+++ 	(revision )
@@ -1,6 +1,0 @@
-field_names     ={'BedSlopeX','BedSlopeY'};
-field_tolerances={1e-13,1e-13};
-field_values={...
-	PatchToVec(md.results.BedSlopeSolution.BedSlopeX),...
-	PatchToVec(md.results.BedSlopeSolution.BedSlopeY),...
-	};
Index: /issm/trunk/test/NightlyRun/test614.m
===================================================================
--- /issm/trunk/test/NightlyRun/test614.m	(revision 5097)
+++ /issm/trunk/test/NightlyRun/test614.m	(revision 5098)
@@ -6,2 +6,10 @@
 md.cluster=oshostname();
 md=solve(md,'analysis_type',BedSlopeSolutionEnum);
+
+%Fields and tolerances to track changes
+field_names     ={'BedSlopeX','BedSlopeY'};
+field_tolerances={1e-13,1e-13};
+field_values={...
+	PatchToVec(md.results.BedSlopeSolution.BedSlopeX),...
+	PatchToVec(md.results.BedSlopeSolution.BedSlopeY),...
+	};
Index: sm/trunk/test/NightlyRun/test614_nightly.m
===================================================================
--- /issm/trunk/test/NightlyRun/test614_nightly.m	(revision 5097)
+++ 	(revision )
@@ -1,6 +1,0 @@
-field_names     ={'BedSlopeX','BedSlopeY'};
-field_tolerances={1e-13,1e-13};
-field_values={...
-	PatchToVec(md.results.BedSlopeSolution.BedSlopeX),...
-	PatchToVec(md.results.BedSlopeSolution.BedSlopeY),...
-	};
Index: /issm/trunk/test/NightlyRun/test615.m
===================================================================
--- /issm/trunk/test/NightlyRun/test615.m	(revision 5097)
+++ /issm/trunk/test/NightlyRun/test615.m	(revision 5098)
@@ -5,2 +5,9 @@
 md.cluster='none';
 md=solve(md,'analysis_type',BalancedthicknessSolutionEnum);
+
+%Fields and tolerances to track changes
+field_names     ={'Thickness'};
+field_tolerances={1e-13};
+field_values={...
+	PatchToVec(md.results.BalancedthicknessSolution.Thickness),...
+	};
Index: sm/trunk/test/NightlyRun/test615_nightly.m
===================================================================
--- /issm/trunk/test/NightlyRun/test615_nightly.m	(revision 5097)
+++ 	(revision )
@@ -1,5 +1,0 @@
-field_names     ={'Thickness'};
-field_tolerances={1e-13};
-field_values={...
-	PatchToVec(md.results.BalancedthicknessSolution.Thickness),...
-	};
Index: /issm/trunk/test/NightlyRun/test616.m
===================================================================
--- /issm/trunk/test/NightlyRun/test616.m	(revision 5097)
+++ /issm/trunk/test/NightlyRun/test616.m	(revision 5098)
@@ -5,2 +5,9 @@
 md.cluster=oshostname();
 md=solve(md,'analysis_type',BalancedthicknessSolutionEnum);
+
+%Fields and tolerances to track changes
+field_names     ={'Thickness'};
+field_tolerances={1e-13};
+field_values={...
+	PatchToVec(md.results.BalancedthicknessSolution.Thickness),...
+	};
Index: sm/trunk/test/NightlyRun/test616_nightly.m
===================================================================
--- /issm/trunk/test/NightlyRun/test616_nightly.m	(revision 5097)
+++ 	(revision )
@@ -1,5 +1,0 @@
-field_names     ={'Thickness'};
-field_tolerances={1e-13};
-field_values={...
-	PatchToVec(md.results.BalancedthicknessSolution.Thickness),...
-	};
Index: /issm/trunk/test/NightlyRun/test617.m
===================================================================
--- /issm/trunk/test/NightlyRun/test617.m	(revision 5097)
+++ /issm/trunk/test/NightlyRun/test617.m	(revision 5098)
@@ -7,2 +7,9 @@
 md.cluster='none';
 md=solve(md,'analysis_type',BalancedthicknessSolutionEnum);
+
+%Fields and tolerances to track changes
+field_names     ={'Thickness'};
+field_tolerances={1e-13};
+field_values={...
+	PatchToVec(md.results.BalancedthicknessSolution.Thickness),...
+	};
Index: sm/trunk/test/NightlyRun/test617_nightly.m
===================================================================
--- /issm/trunk/test/NightlyRun/test617_nightly.m	(revision 5097)
+++ 	(revision )
@@ -1,5 +1,0 @@
-field_names     ={'Thickness'};
-field_tolerances={1e-13};
-field_values={...
-	PatchToVec(md.results.BalancedthicknessSolution.Thickness),...
-	};
Index: /issm/trunk/test/NightlyRun/test618.m
===================================================================
--- /issm/trunk/test/NightlyRun/test618.m	(revision 5097)
+++ /issm/trunk/test/NightlyRun/test618.m	(revision 5098)
@@ -7,2 +7,9 @@
 md.cluster=oshostname();
 md=solve(md,'analysis_type',BalancedthicknessSolutionEnum);
+
+%Fields and tolerances to track changes
+field_names     ={'Thickness'};
+field_tolerances={1e-13};
+field_values={...
+	PatchToVec(md.results.BalancedthicknessSolution.Thickness),...
+	};
Index: sm/trunk/test/NightlyRun/test618_nightly.m
===================================================================
--- /issm/trunk/test/NightlyRun/test618_nightly.m	(revision 5097)
+++ 	(revision )
@@ -1,5 +1,0 @@
-field_names     ={'Thickness'};
-field_tolerances={1e-13};
-field_values={...
-	PatchToVec(md.results.BalancedthicknessSolution.Thickness),...
-	};
Index: /issm/trunk/test/NightlyRun/test619.m
===================================================================
--- /issm/trunk/test/NightlyRun/test619.m	(revision 5097)
+++ /issm/trunk/test/NightlyRun/test619.m	(revision 5098)
@@ -6,2 +6,9 @@
 md.cluster='none';
 md=solve(md,'analysis_type',BalancedthicknessSolutionEnum);
+
+%Fields and tolerances to track changes
+field_names     ={'Thickness'};
+field_tolerances={1e-13};
+field_values={...
+	PatchToVec(md.results.BalancedthicknessSolution.Thickness),...
+	};
Index: sm/trunk/test/NightlyRun/test619_nightly.m
===================================================================
--- /issm/trunk/test/NightlyRun/test619_nightly.m	(revision 5097)
+++ 	(revision )
@@ -1,5 +1,0 @@
-field_names     ={'Thickness'};
-field_tolerances={1e-13};
-field_values={...
-	PatchToVec(md.results.BalancedthicknessSolution.Thickness),...
-	};
Index: /issm/trunk/test/NightlyRun/test620.m
===================================================================
--- /issm/trunk/test/NightlyRun/test620.m	(revision 5097)
+++ /issm/trunk/test/NightlyRun/test620.m	(revision 5098)
@@ -6,2 +6,9 @@
 md.cluster=oshostname();
 md=solve(md,'analysis_type',BalancedthicknessSolutionEnum);
+
+%Fields and tolerances to track changes
+field_names     ={'Thickness'};
+field_tolerances={1e-13};
+field_values={...
+	PatchToVec(md.results.BalancedthicknessSolution.Thickness),...
+	};
Index: sm/trunk/test/NightlyRun/test620_nightly.m
===================================================================
--- /issm/trunk/test/NightlyRun/test620_nightly.m	(revision 5097)
+++ 	(revision )
@@ -1,5 +1,0 @@
-field_names     ={'Thickness'};
-field_tolerances={1e-13};
-field_values={...
-	PatchToVec(md.results.BalancedthicknessSolution.Thickness),...
-	};
