Changeset 22045
- Timestamp:
- 09/05/17 14:52:06 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/m/classes/calvingdev.m
r21631 r22045 42 42 if (~strcmp(solution,'TransientSolution') | md.transient.ismovingfront==0), return; end 43 43 44 md = checkfield(md,'fieldname','calving.stress_threshold_groundedice','>',0,'n umel',1,'nan',1,'Inf',1);45 md = checkfield(md,'fieldname','calving.stress_threshold_floatingice','>',0,'n umel',1,'nan',1,'Inf',1);44 md = checkfield(md,'fieldname','calving.stress_threshold_groundedice','>',0,'nan',1,'Inf',1); 45 md = checkfield(md,'fieldname','calving.stress_threshold_floatingice','>',0,'nan',1,'Inf',1); 46 46 md = checkfield(md,'fieldname','calving.meltingrate','NaN',1,'Inf',1,'timeseries',1,'>=',0); 47 47 end % }}} … … 56 56 yts=md.constants.yts; 57 57 WriteData(fid,prefix,'name','md.calving.law','data',2,'format','Integer'); 58 WriteData(fid,prefix,'object',self,'fieldname','stress_threshold_groundedice','format','Double ');59 WriteData(fid,prefix,'object',self,'fieldname','stress_threshold_floatingice','format','Double ');58 WriteData(fid,prefix,'object',self,'fieldname','stress_threshold_groundedice','format','DoubleMat','mattype',1); 59 WriteData(fid,prefix,'object',self,'fieldname','stress_threshold_floatingice','format','DoubleMat','mattype',1); 60 60 WriteData(fid,prefix,'object',self,'fieldname','meltingrate','format','DoubleMat','mattype',1,'timeserieslength',md.mesh.numberofvertices+1,'yts',md.constants.yts,'scale',1./yts); 61 61 end % }}}
Note:
See TracChangeset
for help on using the changeset viewer.