Index: /issm/trunk-jpl/test/NightlyRun/test424.m
===================================================================
--- /issm/trunk-jpl/test/NightlyRun/test424.m	(revision 22336)
+++ /issm/trunk-jpl/test/NightlyRun/test424.m	(revision 22337)
@@ -14,5 +14,5 @@
 md.transient.isgroundingline=1;
 md.groundingline.migration='AggressiveMigration';
-md.mesh.scale_factor=ones(md.mesh.numberofvertices,1);
+md.mesh.scale_factor=1.1*ones(md.mesh.numberofvertices,1);
 md.transient.requested_outputs={'IceVolume','IceVolumeAboveFloatation','IceVolumeAboveFloatationScaled','GroundedArea','FloatingArea','GroundedAreaScaled','FloatingAreaScaled'};
 
Index: /issm/trunk-jpl/test/NightlyRun/test424.py
===================================================================
--- /issm/trunk-jpl/test/NightlyRun/test424.py	(revision 22336)
+++ /issm/trunk-jpl/test/NightlyRun/test424.py	(revision 22337)
@@ -23,5 +23,5 @@
 md.groundingline.migration='AggressiveMigration'
 md.transient.requested_outputs=['IceVolume','IceVolumeAboveFloatation','IceVolumeAboveFloatationScaled','GroundedArea','FloatingArea','GroundedAreaScaled','FloatingAreaScaled']
-md.mesh.scale_factor=1*np.ones((md.mesh.numberofvertices))
+md.mesh.scale_factor=1.1*np.ones((md.mesh.numberofvertices))
 
 md.cluster=generic('name',gethostname(),'np',3)
Index: /issm/trunk-jpl/test/NightlyRun/test426.m
===================================================================
--- /issm/trunk-jpl/test/NightlyRun/test426.m	(revision 22336)
+++ /issm/trunk-jpl/test/NightlyRun/test426.m	(revision 22337)
@@ -14,7 +14,6 @@
 md.transient.isgroundingline=1;
 md.groundingline.migration='AggressiveMigration';
-md.mesh.scale_factor=ones(md.mesh.numberofvertices,1);
+md.mesh.scale_factor=1.1*ones(md.mesh.numberofvertices,1);
 md.transient.requested_outputs={'IceVolume','IceVolumeAboveFloatation','IceVolumeAboveFloatationScaled','GroundedArea','FloatingArea','GroundedAreaScaled','FloatingAreaScaled','IceMass'};
-md.mesh.scale_factor=ones(md.mesh.numberofvertices,1);
 md=extrude(md,3,1.);
 md.cluster=generic('name',oshostname(),'np',3);
Index: /issm/trunk-jpl/test/NightlyRun/test426.py
===================================================================
--- /issm/trunk-jpl/test/NightlyRun/test426.py	(revision 22336)
+++ /issm/trunk-jpl/test/NightlyRun/test426.py	(revision 22337)
@@ -23,5 +23,5 @@
 md.groundingline.migration='AggressiveMigration'
 md.transient.requested_outputs=['IceVolume','IceVolumeAboveFloatation','IceMass','IceVolumeAboveFloatationScaled','GroundedArea','FloatingArea','GroundedAreaScaled','FloatingAreaScaled']
-md.mesh.scale_factor=1*np.ones((md.mesh.numberofvertices))
+md.mesh.scale_factor=1.1*np.ones((md.mesh.numberofvertices))
 md.extrude(3,1.)
 md.cluster=generic('name',gethostname(),'np',3)
