Index: /issm/trunk-jpl/test/NightlyRun/test701.m
===================================================================
--- /issm/trunk-jpl/test/NightlyRun/test701.m	(revision 23338)
+++ /issm/trunk-jpl/test/NightlyRun/test701.m	(revision 23339)
@@ -35,4 +35,5 @@
 md.stressbalance.spcvx(find(vertexflags(md.mesh,4)))=0;
 md.stressbalance.spcvy(find(vertexflags(md.mesh,4)))=0;
+md.basalforcings.floatingice_melting_rate=zeros(md.mesh.numberofvertices,1);
 
 %Misc
Index: /issm/trunk-jpl/test/NightlyRun/test701.py
===================================================================
--- /issm/trunk-jpl/test/NightlyRun/test701.py	(revision 23338)
+++ /issm/trunk-jpl/test/NightlyRun/test701.py	(revision 23339)
@@ -42,4 +42,5 @@
 md.stressbalance.spcvx[np.where(md.mesh.vertexflags(4))] = 0.
 md.stressbalance.spcvy[np.where(md.mesh.vertexflags(4))] = 0.
+md.basalforcings.floatingice_melting_rate=np.zeros((md.mesh.numberofvertices,))
 
 #Misc
Index: /issm/trunk-jpl/test/NightlyRun/test702.m
===================================================================
--- /issm/trunk-jpl/test/NightlyRun/test702.m	(revision 23338)
+++ /issm/trunk-jpl/test/NightlyRun/test702.m	(revision 23339)
@@ -34,4 +34,5 @@
 md.stressbalance.spcvx(find(vertexflags(md.mesh,4)))=800;
 md.stressbalance.spcvy(find(vertexflags(md.mesh,4)))=0;
+md.basalforcings.floatingice_melting_rate=zeros(md.mesh.numberofvertices,1);
 
 %Misc
Index: /issm/trunk-jpl/test/NightlyRun/test702.py
===================================================================
--- /issm/trunk-jpl/test/NightlyRun/test702.py	(revision 23338)
+++ /issm/trunk-jpl/test/NightlyRun/test702.py	(revision 23339)
@@ -53,4 +53,5 @@
 md.stressbalance.spcvx[np.where(md.mesh.vertexflags(4))] = 800.
 md.stressbalance.spcvy[np.where(md.mesh.vertexflags(4))] = 0.
+md.basalforcings.floatingice_melting_rate=np.zeros((md.mesh.numberofvertices,))
 
 #misc
