Index: /issm/trunk/test/Par/RoundSheetShelf.par
===================================================================
--- /issm/trunk/test/Par/RoundSheetShelf.par	(revision 10280)
+++ /issm/trunk/test/Par/RoundSheetShelf.par	(revision 10281)
@@ -48,4 +48,5 @@
 md.basalforcings.melting_rate=zeros(md.mesh.numberofvertices,1);
 pos=find(md.mask.vertexonfloatingice);md.basalforcings.melting_rate(pos)=10;
+md.basalforcings.geothermalflux=ones(md.mesh.numberofvertices,1);
 
 %Friction
@@ -66,5 +67,5 @@
 md.steadystate.reltol=0.05;
 md.diagnostic.abstol=NaN;
-md.timestepping.time_step=.1;
+md.timestepping.time_step=5;
 md.timestepping.final_time=5;
 
@@ -89,4 +90,5 @@
 md.prognostic.spcthickness=NaN*ones(md.mesh.numberofvertices,1);
 md.diagnostic.referential=NaN*ones(md.mesh.numberofvertices,6);
+md.thermal.spctemperature=737*ones(md.mesh.numberofvertices,1);
 
 %Change name so that no test have the same name
