Index: /issm/trunk-jpl/test/NightlyRun/test703.m
===================================================================
--- /issm/trunk-jpl/test/NightlyRun/test703.m	(revision 17414)
+++ /issm/trunk-jpl/test/NightlyRun/test703.m	(revision 17415)
@@ -43,4 +43,5 @@
 md.timestepping.time_step=0.000001;
 md.timestepping.final_time=0.000005;
+md.stressbalance.shelf_dampening=1;
 md.surfaceforcings.mass_balance=zeros(md.mesh.numberofvertices,1);
 md.basalforcings.melting_rate=zeros(md.mesh.numberofvertices,1);
@@ -58,4 +59,8 @@
 %Go solve
 md.cluster=generic('np',3);
+md.stressbalance.shelf_dampening=1;
+md1=solve(md,TransientSolutionEnum());
+
+md.stressbalance.shelf_dampening=0;
 md=solve(md,TransientSolutionEnum());
 
@@ -64,6 +69,12 @@
 	'Vx1','Vy1','Vel1','Pressure1','Bed1','Surface1','Thickness1',...
 	'Vx2','Vy2','Vel2','Pressure2','Bed2','Surface2','Thickness2',...
-	'Vx3','Vy3','Vel3','Pressure3','Bed3','Surface3','Thickness3'};
+	'Vx3','Vy3','Vel3','Pressure3','Bed3','Surface3','Thickness3',...
+	'Vx1_damp','Vy1_damp','Vel1_damp','Pressure1_damp','Bed1_damp','Surface1_damp','Thickness1_damp',...
+	'Vx2_damp','Vy2_damp','Vel2_damp','Pressure2_damp','Bed2_damp','Surface2_damp','Thickness2_damp',...
+	'Vx3_damp','Vy3_damp','Vel3_damp','Pressure3_damp','Bed3_damp','Surface3_damp','Thickness3_damp'};
 field_tolerances={...
+	1e-08,1e-08,1e-08,1e-08,1e-10,1e-10,1e-10,...
+	1e-08,1e-08,1e-08,1e-08,1e-10,1e-10,1e-10,...
+	1e-08,1e-08,1e-08,1e-08,1e-10,1e-10,1e-10,...
 	1e-08,1e-08,1e-08,1e-08,1e-10,1e-10,1e-10,...
 	1e-08,1e-08,1e-08,1e-08,1e-10,1e-10,1e-10,...
@@ -91,3 +102,24 @@
 	(md.results.TransientSolution(3).Surface),...
 	(md.results.TransientSolution(3).Thickness),...
+	(md1.results.TransientSolution(1).Vx),...
+	(md1.results.TransientSolution(1).Vy),...
+	(md1.results.TransientSolution(1).Vel),...
+	(md1.results.TransientSolution(1).Pressure),...
+	(md1.results.TransientSolution(1).Bed),...
+	(md1.results.TransientSolution(1).Surface),...
+	(md1.results.TransientSolution(1).Thickness),...
+	(md1.results.TransientSolution(2).Vx),...
+	(md1.results.TransientSolution(2).Vy),...
+	(md1.results.TransientSolution(2).Vel),...
+	(md1.results.TransientSolution(2).Pressure),...
+	(md1.results.TransientSolution(2).Bed),...
+	(md1.results.TransientSolution(2).Surface),...
+	(md1.results.TransientSolution(2).Thickness),...
+	(md1.results.TransientSolution(3).Vx),...
+	(md1.results.TransientSolution(3).Vy),...
+	(md1.results.TransientSolution(3).Vel),...
+	(md1.results.TransientSolution(3).Pressure),...
+	(md1.results.TransientSolution(3).Bed),...
+	(md1.results.TransientSolution(3).Surface),...
+	(md1.results.TransientSolution(3).Thickness),...
 	};
