Index: /issm/trunk-jpl/test/NightlyRun/test342.m
===================================================================
--- /issm/trunk-jpl/test/NightlyRun/test342.m	(revision 20048)
+++ /issm/trunk-jpl/test/NightlyRun/test342.m	(revision 20049)
@@ -11,12 +11,15 @@
 md=setflowequation(md,'SSA','all');
 md.timestepping.time_step=0.;
-md.cluster=generic('name',oshostname(),'np',3);
+md.thermal.requested_outputs={'default','BasalforcingsGeothermalflux'};
+md.cluster=generic('name',oshostname(),'np',1);
+%md.debug.valgrind='true';
 md=solve(md,ThermalSolutionEnum());
 
 %Fields and tolerances to track changes
-field_names     ={'Temperature','BasalforcingsGroundediceMeltingRate'};
-field_tolerances={1e-13,1e-8};
+field_names     ={'Temperature','BasalforcingsGroundediceMeltingRate','BasalforcingsGeothermalflux'};
+field_tolerances={1e-13,1e-8,1e-13};
 field_values={...
 	(md.results.ThermalSolution.Temperature),...
 	(md.results.ThermalSolution.BasalforcingsGroundediceMeltingRate),...
+	(md.results.ThermalSolution.BasalforcingsGeothermalflux),...
 	};
