Index: /issm/trunk-jpl/src/m/classes/calvingdev2.m
===================================================================
--- /issm/trunk-jpl/src/m/classes/calvingdev2.m	(revision 22206)
+++ /issm/trunk-jpl/src/m/classes/calvingdev2.m	(revision 22207)
@@ -45,9 +45,9 @@
 			md = checkfield(md,'fieldname','calving.stress_threshold_groundedice','>',0,'nan',1,'Inf',1);
 			md = checkfield(md,'fieldname','calving.stress_threshold_floatingice','>',0,'nan',1,'Inf',1);
-			md = checkfield(md,'fieldname','calving.height_above_floatation','<=',0,'singletimeseries',1);
+			md = checkfield(md,'fieldname','calving.height_above_floatation','<=',0);
 
 		end % }}}
 		function disp(self) % {{{
-			disp(sprintf('   Calving VonMises parameters:'));
+			disp(sprintf('   Calving Dev2 parameters:'));
 			fielddisplay(self,'stress_threshold_groundedice','sigma_max applied to grounded ice only [Pa]');
 			fielddisplay(self,'stress_threshold_floatingice','sigma_max applied to floating ice only [Pa]');
@@ -59,5 +59,5 @@
 			WriteData(fid,prefix,'name','md.calving.law','data',7,'format','Integer');
 			WriteData(fid,prefix,'object',self,'fieldname','stress_threshold_groundedice','format','DoubleMat','mattype',1);
-			WriteData(fid,prefix,'object',self,'fieldname','stress_threshold_floatingice','format','DoubleMat','mattype',1);
+			WriteData(fid,prefix,'object',self,'fieldname','stress_threshold_floatingice','format','DoubleMat','mattype',1,'timeserieslength',md.mesh.numberofvertices+1, 'yts', md.constants.yts);
 			WriteData(fid,prefix,'object',self,'fieldname','height_above_floatation', 'format','Double');
 		end % }}}
