Index: /issm/trunk-jpl/src/m/classes/slr.m
===================================================================
--- /issm/trunk-jpl/src/m/classes/slr.m	(revision 22969)
+++ /issm/trunk-jpl/src/m/classes/slr.m	(revision 22970)
@@ -6,33 +6,33 @@
 classdef slr
 	properties (SetAccess=public) 
-		deltathickness = NaN;
-		sealevel       = NaN; 
-		spcthickness   = NaN; 
-		maxiter        = 0;
-		reltol         = 0;
-		abstol         = 0;
-		love_h         = 0; %provided by PREM model
-		love_k         = 0; %ideam
-		love_l         = 0; %ideam
-		tide_love_k    = 0; %ideam
-		tide_love_h    = 0; %ideam
-		fluid_love     = 0; 
-		equatorial_moi = 0; 
-		polar_moi		= 0; 
-		angular_velocity = 0;
-		rigid          = 0;
-		elastic        = 0;
-		rotation       = 0;
-		ocean_area_scaling = 0;
-		steric_rate    = 0; %rate of ocean expansion from steric effects. 
-		geodetic_run_frequency  = 1; %how many time steps we skip before we run the geodetic part of the solver during transient
-		geodetic       = 0; %compute geodetic SLR? (in addition to steric?)
-		degacc         = 0;
-		loop_increment = 0;
-		horiz = 0;
-		Ngia  = 0;
-		Ugia  = 0;
+		deltathickness         = NaN;
+		sealevel               = NaN;
+		spcthickness           = NaN;
+		maxiter                = 0;
+		reltol                 = 0;
+		abstol                 = 0;
+		love_h                 = 0; %provided by PREM model
+		love_k                 = 0; %ideam
+		love_l                 = 0; %ideam
+		tide_love_k            = 0; %ideam
+		tide_love_h            = 0; %ideam
+		fluid_love             = 0;
+		equatorial_moi         = 0;
+		polar_moi              = 0;
+		angular_velocity       = 0;
+		rigid                  = 0;
+		elastic                = 0;
+		rotation               = 0;
+		ocean_area_scaling     = 0;
+		steric_rate            = 0; %rate of ocean expansion from steric effects.
+		geodetic_run_frequency = 1; %how many time steps we skip before we run the geodetic part of the solver during transient
+		geodetic               = 0; %compute geodetic SLR? (in addition to steric?)
+		degacc                 = 0;
+		loop_increment         = 0;
+		horiz                  = 0;
+		Ngia                   = NaN;
+		Ugia                   = NaN;
 		requested_outputs      = {};
-		transitions    = {};
+		transitions            = {};
 	end
 	methods
Index: /issm/trunk-jpl/test/NightlyRun/test2002.m
===================================================================
--- /issm/trunk-jpl/test/NightlyRun/test2002.m	(revision 22969)
+++ /issm/trunk-jpl/test/NightlyRun/test2002.m	(revision 22970)
@@ -59,4 +59,9 @@
 md.materials.rheology_n=3*ones(md.mesh.numberofelements,1);
 
+%New stuff
+md.slr.spcthickness = NaN(md.mesh.numberofvertices,1);
+md.slr.Ngia = zeros(md.mesh.numberofvertices,1);
+md.slr.Ugia = zeros(md.mesh.numberofvertices,1);
+
 %Miscellaneous
 md.miscellaneous.name='test2002';
Index: /issm/trunk-jpl/test/NightlyRun/test2003.m
===================================================================
--- /issm/trunk-jpl/test/NightlyRun/test2003.m	(revision 22969)
+++ /issm/trunk-jpl/test/NightlyRun/test2003.m	(revision 22970)
@@ -60,4 +60,9 @@
 md.miscellaneous.name='test2003';
 
+%New stuff
+md.slr.spcthickness = NaN(md.mesh.numberofvertices,1);
+md.slr.Ngia = zeros(md.mesh.numberofvertices,1);
+md.slr.Ugia = zeros(md.mesh.numberofvertices,1);
+
 %Solution parameters
 md.slr.reltol=NaN;
Index: /issm/trunk-jpl/test/NightlyRun/test2010.m
===================================================================
--- /issm/trunk-jpl/test/NightlyRun/test2010.m	(revision 22969)
+++ /issm/trunk-jpl/test/NightlyRun/test2010.m	(revision 22970)
@@ -66,4 +66,9 @@
 % }}}
 
+%New stuff
+md.slr.spcthickness = NaN(md.mesh.numberofvertices,1);
+md.slr.Ngia = zeros(md.mesh.numberofvertices,1);
+md.slr.Ugia = zeros(md.mesh.numberofvertices,1);
+
 %eustatic + rigid + elastic run: 
 md.slr.rigid=1; md.slr.elastic=1; md.slr.rotation=1; 
Index: /issm/trunk-jpl/test/NightlyRun/test2111.m
===================================================================
--- /issm/trunk-jpl/test/NightlyRun/test2111.m	(revision 22969)
+++ /issm/trunk-jpl/test/NightlyRun/test2111.m	(revision 22970)
@@ -47,4 +47,9 @@
 % }}}
 
+%New stuff
+md.slr.spcthickness = NaN(md.mesh.numberofvertices,1);
+md.slr.Ngia = zeros(md.mesh.numberofvertices,1);
+md.slr.Ugia = zeros(md.mesh.numberofvertices,1);
+
 %solve esa: {{{
 md.esa.requested_outputs = {'EsaUmotion','EsaNmotion','EsaEmotion','EsaXmotion','EsaYmotion'}; 
Index: /issm/trunk-jpl/test/NightlyRun/test2112.m
===================================================================
--- /issm/trunk-jpl/test/NightlyRun/test2112.m	(revision 22969)
+++ /issm/trunk-jpl/test/NightlyRun/test2112.m	(revision 22970)
@@ -47,4 +47,9 @@
 % }}}
 
+%New stuff
+md.slr.spcthickness = NaN(md.mesh.numberofvertices,1);
+md.slr.Ngia = zeros(md.mesh.numberofvertices,1);
+md.slr.Ugia = zeros(md.mesh.numberofvertices,1);
+
 %solve esa: {{{
 md.esa.requested_outputs = {'EsaUmotion','EsaNmotion','EsaEmotion','EsaXmotion','EsaYmotion'}; 
Index: /issm/trunk-jpl/test/NightlyRun/test2113.m
===================================================================
--- /issm/trunk-jpl/test/NightlyRun/test2113.m	(revision 22969)
+++ /issm/trunk-jpl/test/NightlyRun/test2113.m	(revision 22970)
@@ -48,4 +48,9 @@
 % }}}
 
+%New stuff
+md.slr.spcthickness = NaN(md.mesh.numberofvertices,1);
+md.slr.Ngia = zeros(md.mesh.numberofvertices,1);
+md.slr.Ugia = zeros(md.mesh.numberofvertices,1);
+
 %solve esa: {{{
 md.esa.requested_outputs = {'EsaUmotion','EsaNmotion','EsaEmotion'}; 
