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/calving.py

    r20902 r20916  
    5454                yts=md.constants.yts
    5555
    56                 WriteData(fid,prefix,'name','md.calving.law','data',DefaultCalvingEnum(),'format','Integer');
     56                WriteData(fid,prefix,'name','md.calving.law','data',1,'format','Integer');
    5757                WriteData(fid,prefix,'object',self,'fieldname','calvingrate','format','DoubleMat','mattype',1,'timeserieslength',md.mesh.numberofvertices+1,'yts',md.constants.yts,'scale',1./yts)
    5858                WriteData(fid,prefix,'object',self,'fieldname','meltingrate','format','DoubleMat','mattype',1,'timeserieslength',md.mesh.numberofvertices+1,'yts',md.constants.yts,'scale',1./yts)
Note: See TracChangeset for help on using the changeset viewer.