Index: /issm/trunk-jpl/test/NightlyRun/test237.py
===================================================================
--- /issm/trunk-jpl/test/NightlyRun/test237.py	(revision 24584)
+++ /issm/trunk-jpl/test/NightlyRun/test237.py	(revision 24585)
@@ -28,6 +28,6 @@
 # Same temperature over the all region:
 tmonth = np.ones(12) * (238.15 + 20.)
-md.smb.temperatures_presentday = np.zeros((md.mesh.numberofvertices + 1, 12))
-md.smb.temperatures_lgm = np.zeros((md.mesh.numberofvertices + 1, 12))
+md.smb.temperatures_presentday = np.zeros((md.mesh.numberofvertices, 12))
+md.smb.temperatures_lgm = np.zeros((md.mesh.numberofvertices, 12))
 for imonth in range(0, 12):
     md.smb.temperatures_presentday[0:md.mesh.numberofvertices, imonth] = tmonth[imonth]
Index: /issm/trunk-jpl/test/NightlyRun/test238.py
===================================================================
--- /issm/trunk-jpl/test/NightlyRun/test238.py	(revision 24584)
+++ /issm/trunk-jpl/test/NightlyRun/test238.py	(revision 24585)
@@ -26,5 +26,5 @@
 # Same temperature over the all region:
 tmonth = np.ones(12) * (238.15 + 20.)
-md.smb.temperatures_presentday = np.zeros((md.mesh.numberofvertices + 1, 12))
+md.smb.temperatures_presentday = np.zeros((md.mesh.numberofvertices, 12))
 for imonth in range(0, 12):
     md.smb.temperatures_presentday[0:md.mesh.numberofvertices, imonth] = tmonth[imonth]
