Changeset 25681
- Timestamp:
- 10/12/20 13:34:18 (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/m/classes/hydrologyglads.m
r24062 r25681 77 77 md = checkfield(md,'fieldname','hydrology.spcphi','Inf',1,'timeseries',1); 78 78 md = checkfield(md,'fieldname','hydrology.englacial_void_ratio','numel',[1],'>=',0); 79 md = checkfield(md,'fieldname','hydrology.moulin_input',' size',[md.mesh.numberofvertices 1],'>=',0,'NaN',1,'Inf',1);79 md = checkfield(md,'fieldname','hydrology.moulin_input','>=',0,'timeseries',1,'NaN',1,'Inf',1); 80 80 md = checkfield(md,'fieldname','hydrology.neumannflux','timeseries',1,'NaN',1,'Inf',1); 81 81 md = checkfield(md,'fieldname','hydrology.requested_outputs','stringrow',1); … … 124 124 WriteData(fid,prefix,'object',self,'class','hydrology','fieldname','spcphi','format','DoubleMat','mattype',1,'timeserieslength',md.mesh.numberofvertices+1,'yts',md.constants.yts); 125 125 WriteData(fid,prefix,'object',self,'class','hydrology','fieldname','neumannflux','format','DoubleMat','mattype',2,'timeserieslength',md.mesh.numberofelements+1,'yts',md.constants.yts); 126 WriteData(fid,prefix,'object',self,'class','hydrology','fieldname','moulin_input','format','DoubleMat','mattype',1 );126 WriteData(fid,prefix,'object',self,'class','hydrology','fieldname','moulin_input','format','DoubleMat','mattype',1,'scale',1./yts,'timeserieslength',md.mesh.numberofvertices+1,'yts',md.constants.yts); 127 127 WriteData(fid,prefix,'object',self,'class','hydrology','fieldname','englacial_void_ratio','format','Double'); 128 128 WriteData(fid,prefix,'object',self,'class','hydrology','fieldname','melt_flag','format','Boolean');
Note:
See TracChangeset
for help on using the changeset viewer.