Ignore:
Timestamp:
05/28/13 19:33:26 (12 years ago)
Author:
Mathieu Morlighem
Message:

CHG: do not scale entire matrix if forcing, scale up to the last row

File:
1 edited

Legend:

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

    r15131 r15132  
    6868        # }}}
    6969        def marshall(self,md,fid):    # {{{
    70                 WriteData(fid,'object',self,'fieldname','spcthickness','format','DoubleMat','mattype',1)
     70                WriteData(fid,'object',self,'fieldname','spcthickness','format','DoubleMat','mattype',1,'forcing',1)
    7171                WriteData(fid,'object',self,'fieldname','min_thickness','format','Double')
    7272                WriteData(fid,'data',StringToEnum(self.hydrostatic_adjustment)[0],'format','Integer','enum',PrognosticHydrostaticAdjustmentEnum())
Note: See TracChangeset for help on using the changeset viewer.