Index: /issm/trunk-jpl/test/NightlyRun/test236.py
===================================================================
--- /issm/trunk-jpl/test/NightlyRun/test236.py	(revision 24589)
+++ /issm/trunk-jpl/test/NightlyRun/test236.py	(revision 24590)
@@ -46,6 +46,6 @@
 
 # creating precipitation
-md.smb.precipitations_presentday = np.zeros((md.mesh.numberofvertices + 1, 12))
-md.smb.precipitations_lgm = np.zeros((md.mesh.numberofvertices + 1, 12))
+md.smb.precipitations_presentday = np.zeros((md.mesh.numberofvertices, 12))
+md.smb.precipitations_lgm = np.zeros((md.mesh.numberofvertices, 12))
 for imonth in range(0, 12):
     md.smb.precipitations_presentday[0:md.mesh.numberofvertices, imonth] = -0.4 * 10**(-6) * md.mesh.y + 0.5
