Index: ../trunk-jpl/test/NightlyRun/test125.js
===================================================================
--- ../trunk-jpl/test/NightlyRun/test125.js	(revision 25639)
+++ ../trunk-jpl/test/NightlyRun/test125.js	(revision 25640)
@@ -8,7 +8,7 @@
 md.transient.requested_outputs=['IceVolume','TotalSmb'];
 
 //md.verbose=verbose('solution',true);
-md.settings.recording_frequency=5;
+md.settings.checkpoint_frequency=5;
 
 // time steps and resolution
 md.timestepping.final_time=8;
Index: ../trunk-jpl/test/NightlyRun/test126.m
===================================================================
--- ../trunk-jpl/test/NightlyRun/test126.m	(revision 25639)
+++ ../trunk-jpl/test/NightlyRun/test126.m	(revision 25640)
@@ -8,7 +8,7 @@
 md.transient.requested_outputs={'IceVolume','TotalSmb'};
 
 md.verbose=verbose('solution',true);
-md.settings.recording_frequency=5;
+md.settings.checkpoint_frequency=5;
 
 % time steps and resolution
 md.timestepping.final_time=8;
Index: ../trunk-jpl/test/NightlyRun/test126.js
===================================================================
--- ../trunk-jpl/test/NightlyRun/test126.js	(revision 25639)
+++ ../trunk-jpl/test/NightlyRun/test126.js	(revision 25640)
@@ -9,7 +9,7 @@
 md.transient.requested_outputs=['IceVolume','TotalSmb'];
 
 //md.verbose=verbose('solution',true);
-md.settings.recording_frequency=5;
+md.settings.checkpoint_frequency=5;
 
 // time steps and resolution
 md.timestepping.final_time=8;
Index: ../trunk-jpl/test/NightlyRun/test125.py
===================================================================
--- ../trunk-jpl/test/NightlyRun/test125.py	(revision 25639)
+++ ../trunk-jpl/test/NightlyRun/test125.py	(revision 25640)
@@ -17,7 +17,7 @@
 md.transient.requested_outputs = ['IceVolume', 'TotalSmb']
 
 md.verbose = verbose('solution', 1)
-md.settings.recording_frequency = 4
+md.settings.checkpoint_frequency = 4
 
 # time steps and resolution
 md.timestepping.final_time = 19
Index: ../trunk-jpl/test/NightlyRun/test126.py
===================================================================
--- ../trunk-jpl/test/NightlyRun/test126.py	(revision 25639)
+++ ../trunk-jpl/test/NightlyRun/test126.py	(revision 25640)
@@ -18,7 +18,7 @@
 md = setflowequation(md, 'HO', 'all')
 
 md.verbose = verbose('solution', 1)
-md.settings.recording_frequency = 5
+md.settings.checkpoint_frequency = 5
 
 # time steps and resolution
 md.timestepping.final_time = 8
Index: ../trunk-jpl/test/NightlyRun/test125.m
===================================================================
--- ../trunk-jpl/test/NightlyRun/test125.m	(revision 25639)
+++ ../trunk-jpl/test/NightlyRun/test125.m	(revision 25640)
@@ -7,7 +7,7 @@
 md.transient.requested_outputs={'IceVolume','TotalSmb'};
 
 md.verbose=verbose('solution',true);
-md.settings.recording_frequency=4;
+md.settings.checkpoint_frequency=4;
 
 % time steps and resolution
 md.timestepping.final_time=19;
@@ -45,5 +45,5 @@
 	(md.results.TransientSolution(9).Base)-(md2.results.TransientSolution(9).Base),...
 	(md.results.TransientSolution(9).Surface)-(md2.results.TransientSolution(9).Surface),...
 	(md.results.TransientSolution(9).Thickness)-(md2.results.TransientSolution(9).Thickness),...
-	(md.results.TransientSolution(9).IceVolume)-(md2.results.TransientSolution(9).IceVolume),...
+	(md.resjustin.ults.TransientSolution(9).IceVolume)-(md2.results.TransientSolution(9).IceVolume),...
 	};
