Index: /issm/trunk-jpl/test/NightlyRun/test2003.py
===================================================================
--- /issm/trunk-jpl/test/NightlyRun/test2003.py	(revision 23021)
+++ /issm/trunk-jpl/test/NightlyRun/test2003.py	(revision 23022)
@@ -57,4 +57,8 @@
 md.mask.groundedice_levelset = -np.ones((md.mesh.numberofvertices,))
 
+#make sure that the elements that have loads are fully grounded:
+pos=np.where(md.slr.deltathickness);
+md.mask.groundedice_levelset[md.mesh.elements[pos,:]]=1;
+
 #make sure wherever there is an ice load, that the mask is set to ice: 
 pos = np.where(md.slr.deltathickness)
