Index: /issm/trunk-jpl/test/NightlyRun/test238.py
===================================================================
--- /issm/trunk-jpl/test/NightlyRun/test238.py	(revision 19265)
+++ /issm/trunk-jpl/test/NightlyRun/test238.py	(revision 19266)
@@ -33,5 +33,5 @@
 
 # creating initialization and spc temperatures initialization and spc
-md.thermal.spctemperature=numpy.mean(md.surfaceforcings.temperatures_lgm[0:md.mesh.numberofvertices,:],axis=1).reshape(-1,1)
+md.thermal.spctemperature=numpy.mean(md.surfaceforcings.temperatures_presentday[0:md.mesh.numberofvertices,:],axis=1).reshape(-1,1)
 md.thermal.spctemperature=md.thermal.spctemperature-10
 md.initialization.temperature=md.thermal.spctemperature
Index: /issm/trunk-jpl/test/NightlyRun/test239.py
===================================================================
--- /issm/trunk-jpl/test/NightlyRun/test239.py	(revision 19265)
+++ /issm/trunk-jpl/test/NightlyRun/test239.py	(revision 19266)
@@ -33,5 +33,5 @@
 
 # creating initialization and spc temperatures initialization and spc
-md.thermal.spctemperature=numpy.mean(md.surfaceforcings.temperatures_lgm[0:md.mesh.numberofvertices,:],axis=1).reshape(-1,1)
+md.thermal.spctemperature=numpy.mean(md.surfaceforcings.temperatures_presentday[0:md.mesh.numberofvertices,:],axis=1).reshape(-1,1)
 md.thermal.spctemperature=md.thermal.spctemperature-10
 md.initialization.temperature=md.thermal.spctemperature
Index: /issm/trunk-jpl/test/NightlyRun/test240.py
===================================================================
--- /issm/trunk-jpl/test/NightlyRun/test240.py	(revision 19265)
+++ /issm/trunk-jpl/test/NightlyRun/test240.py	(revision 19266)
@@ -33,5 +33,5 @@
 
 # creating initialization and spc temperatures initialization and spc
-md.thermal.spctemperature=numpy.mean(md.surfaceforcings.temperatures_lgm[0:md.mesh.numberofvertices,:],axis=1).reshape(-1,1)
+md.thermal.spctemperature=numpy.mean(md.surfaceforcings.temperatures_presentday[0:md.mesh.numberofvertices,:],axis=1).reshape(-1,1)
 md.thermal.spctemperature=md.thermal.spctemperature-10
 md.initialization.temperature=md.thermal.spctemperature
