Changeset 25681


Ignore:
Timestamp:
10/12/20 13:34:18 (4 years ago)
Author:
Mathieu Morlighem
Message:

CHG: moulin can be time series

File:
1 edited

Legend:

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

    r24062 r25681  
    7777                        md = checkfield(md,'fieldname','hydrology.spcphi','Inf',1,'timeseries',1);
    7878                        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);
    8080                        md = checkfield(md,'fieldname','hydrology.neumannflux','timeseries',1,'NaN',1,'Inf',1);
    8181                        md = checkfield(md,'fieldname','hydrology.requested_outputs','stringrow',1);
     
    124124                        WriteData(fid,prefix,'object',self,'class','hydrology','fieldname','spcphi','format','DoubleMat','mattype',1,'timeserieslength',md.mesh.numberofvertices+1,'yts',md.constants.yts);
    125125                        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);
    127127                        WriteData(fid,prefix,'object',self,'class','hydrology','fieldname','englacial_void_ratio','format','Double');
    128128                        WriteData(fid,prefix,'object',self,'class','hydrology','fieldname','melt_flag','format','Boolean');
Note: See TracChangeset for help on using the changeset viewer.