Index: /issm/trunk-jpl/test/NightlyRun/test245.py
===================================================================
--- /issm/trunk-jpl/test/NightlyRun/test245.py	(revision 24581)
+++ /issm/trunk-jpl/test/NightlyRun/test245.py	(revision 24582)
@@ -23,6 +23,6 @@
 
 
-md.smb.monthlytemperatures = np.empty((md.mesh.numberofvertices + 1, 12))
-md.smb.precipitation = np.empty((md.mesh.numberofvertices + 1, 12))
+md.smb.monthlytemperatures = np.empty((md.mesh.numberofvertices, 12))
+md.smb.precipitation = np.empty((md.mesh.numberofvertices, 12))
 temp_ma_present = -10. * np.ones((md.mesh.numberofvertices, )) - md.smb.rlaps * md.geometry.surface / 1000.
 temp_mj_present = 10. * np.ones((md.mesh.numberofvertices, )) - md.smb.rlaps * md.geometry.surface / 1000.
