Index: /issm/trunk-jpl/test/NightlyRun/test2004.m
===================================================================
--- /issm/trunk-jpl/test/NightlyRun/test2004.m	(revision 24907)
+++ /issm/trunk-jpl/test/NightlyRun/test2004.m	(revision 24908)
@@ -1,3 +1,8 @@
-%Test Name: Earth_Antarctica_GIA
+%Test Name: Sea-Level-Partitions
+%Data paths: {{{
+modeldatapath='/Users/larour/ModelData';
+shppath='../Data/shp/';
+gshhsshapefile=[shppath 'GSHHS_c_L1-NightlyRun.shp'];
+%}}}
 		
 testagainst2002=0;
@@ -5,6 +10,6 @@
 %Data paths: {{{
 modeldatapath='/Users/larour/ModelData';
-shppath='/Users/larour/issm-jpl/proj-group/qgis/NightlyRun';
-gshhsshapefile=[modeldatapath '/Gshhg/Shp/GSHHS_shp/c/GSHHS_c_L1-NightlyRun.shp'];
+shppath='../Data/shp/';
+gshhsshapefile=[shppath 'GSHHS_c_L1-NightlyRun.shp'];
 %}}}
 
@@ -92,5 +97,5 @@
 	%mesh: 
 	md=bamg(model,'domain',domain,'subdomains',coastline,'hmin',hmin,'hmax',hmax,defaultoptions{:});
-	plotmodel(md,'data','mesh');pause(1);
+	%plotmodel(md,'data','mesh');pause(1);
 
 	%miscellaneous: 
@@ -306,5 +311,5 @@
 
 %parameters: 
-plotting=1;
+plotting=0;
 tolerance=100;
 loneedgesdetect=0; 
@@ -343,5 +348,5 @@
 
 %check on the mesh transitions: {{{
-plotting=1;
+plotting=0;
 if plotting,
 	flags=ones(sl.earth.mesh.numberofelements,1);
@@ -407,2 +412,7 @@
 
 %}}}
+
+%Fields and tolerances to track changes
+field_names     ={'Eustatic','Rigid','Elastic','Rotation'};
+field_tolerances={1e-13,1e-13,1e-13,1e-13};
+field_values={Seustatic,Srigid,Selastic,Srotation};
