Index: /issm/trunk-jpl/test/NightlyRun/test240.m
===================================================================
--- /issm/trunk-jpl/test/NightlyRun/test240.m	(revision 19272)
+++ /issm/trunk-jpl/test/NightlyRun/test240.m	(revision 19273)
@@ -12,14 +12,8 @@
 %md.surfaceforcings.monthlytemperatures(1:md.mesh.numberofvertices,1:12)=273;
 
-% time steps and resolution
-md.timestepping.time_step=20;
-md.settings.output_frequency=1;
-md.timestepping.final_time=60;
-md.timestepping.interp_forcings=0;
-
 % Add temperature, precipitation and delta18o needed to measure the surface mass balance
 %  creating delta18o
 load '../Data/delta18o.data'
-md.surfaceforcings.delta18o=delta18o(:,1:(md.timestepping.final_time/md.timestepping.time_step)+1);
+md.surfaceforcings.delta18o=delta18o;
 
 % creating Present day  temperatures
@@ -45,4 +39,9 @@
 end
 
+% time steps and resolution
+md.timestepping.time_step=0.5;
+md.settings.output_frequency=1;
+md.timestepping.final_time=2;
+md.timestepping.interp_forcings=0;
 
 % 
