Ignore:
Timestamp:
07/14/16 16:58:06 (9 years ago)
Author:
agscott1
Message:

CHG: Hard-coded basal forcings and calving enums and updated Marshalling

File:
1 edited

Legend:

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

    r20902 r20916  
    7373                yts=md.constants.yts
    7474
    75                 WriteData(fid,prefix,'name','md.basalforcings.model','data',FloatingMeltRateEnum(),'format','Integer');
     75                WriteData(fid,prefix,'name','md.basalforcings.model','data',1,'format','Integer');
    7676                WriteData(fid,prefix,'object',self,'fieldname','groundedice_melting_rate','format','DoubleMat','mattype',1,'scale',1./yts,'timeserieslength',md.mesh.numberofvertices+1,'yts',md.constants.yts)
    7777                WriteData(fid,prefix,'object',self,'fieldname','floatingice_melting_rate','format','DoubleMat','mattype',1,'scale',1./yts,'timeserieslength',md.mesh.numberofvertices+1,'yts',md.constants.yts)
Note: See TracChangeset for help on using the changeset viewer.