Changeset 23673


Ignore:
Timestamp:
01/31/19 13:26:49 (6 years ago)
Author:
youngmc3
Message:

CHG: timeseries for frontalforcingsrignot

File:
1 edited

Legend:

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

    r23657 r23673  
    6161                        WriteData(fid,prefix,'object',self,'fieldname','basin','format','DoubleMat','mattype',1);
    6262                        WriteData(fid,prefix,'object',self,'fieldname','numberofbasins','format','Integer');
    63                         WriteData(fid,prefix,'object',self,'fieldname','subglacial_discharge','format','DoubleMat','mattype',1,'timeserieslength',md.mesh.numberofvertices+1);
    64                         WriteData(fid,prefix,'object',self,'fieldname','thermalforcing','format','DoubleMat','mattype',1,'timeserieslength',md.mesh.numberofvertices+1);
     63                        WriteData(fid,prefix,'object',self,'fieldname','subglacial_discharge','format','DoubleMat','mattype',1,'timeserieslength',md.mesh.numberofvertices+1,'yts',md.constants.yts);
     64                        WriteData(fid,prefix,'object',self,'fieldname','thermalforcing','format','DoubleMat','mattype',1,'timeserieslength',md.mesh.numberofvertices+1,'yts',md.constants.yts);
    6565                end % }}}
    6666        end
Note: See TracChangeset for help on using the changeset viewer.