Changeset 22045


Ignore:
Timestamp:
09/05/17 14:52:06 (8 years ago)
Author:
Mathieu Morlighem
Message:

CHG: allowing 2d fields for calvingdev

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/m/classes/calvingdev.m

    r21631 r22045  
    4242                        if (~strcmp(solution,'TransientSolution') | md.transient.ismovingfront==0), return; end
    4343
    44                         md = checkfield(md,'fieldname','calving.stress_threshold_groundedice','>',0,'numel',1,'nan',1,'Inf',1);
    45                         md = checkfield(md,'fieldname','calving.stress_threshold_floatingice','>',0,'numel',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);
    4646                        md = checkfield(md,'fieldname','calving.meltingrate','NaN',1,'Inf',1,'timeseries',1,'>=',0);
    4747                end % }}}
     
    5656                        yts=md.constants.yts;
    5757                        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);
    6060                        WriteData(fid,prefix,'object',self,'fieldname','meltingrate','format','DoubleMat','mattype',1,'timeserieslength',md.mesh.numberofvertices+1,'yts',md.constants.yts,'scale',1./yts);
    6161                end % }}}
Note: See TracChangeset for help on using the changeset viewer.