Index: /issm/trunk-jpl/test/NightlyRun/test236.m
===================================================================
--- /issm/trunk-jpl/test/NightlyRun/test236.m	(revision 17081)
+++ /issm/trunk-jpl/test/NightlyRun/test236.m	(revision 17082)
@@ -1,10 +1,9 @@
 md=triangle(model(),'../Exp/Square.exp',150000.);
 md=setmask(md,'all','');
+md=parameterize(md,'../Par/SquareShelf.par');
 
 % Use of ispdd and isdelta18o methods
 md.surfaceforcings = SMBpdd();
 md.surfaceforcings.isdelta18o=1;
-
-md=parameterize(md,'../Par/SquareShelf.par');
 
 % Add temperature, precipitation and delta18o needed to measure the surface mass balance
@@ -46,4 +45,5 @@
 
 % 
+md.transient.requested_outputs={'default','SurfaceforcingsMonthlytemperatures'};
 md=setflowequation(md,'SSA','all');
 md.cluster=generic('name',oshostname(),'np',3);
Index: /issm/trunk-jpl/test/NightlyRun/test236.py
===================================================================
--- /issm/trunk-jpl/test/NightlyRun/test236.py	(revision 17081)
+++ /issm/trunk-jpl/test/NightlyRun/test236.py	(revision 17082)
@@ -11,10 +11,9 @@
 md=triangle(model(),'../Exp/Square.exp',150000.)
 md=setmask(md,'all','')
+md=parameterize(md,'../Par/SquareShelf.py')
 
 # Use of ispdd and isdelta18o methods
 md.surfaceforcings = SMBpdd();
 md.surfaceforcings.isdelta18o=1
-
-md=parameterize(md,'../Par/SquareShelf.py')
 
 # Add temperature, precipitation and delta18o needed to measure the surface mass balance
@@ -57,4 +56,5 @@
 
 # 
+md.transient.requested_outputs=['default','SurfaceforcingsMonthlytemperatures']
 md=setflowequation(md,'SSA','all')
 md.cluster=generic('name',oshostname(),'np',3)
