Ignore:
Timestamp:
12/08/22 00:23:36 (2 years ago)
Author:
jdquinn
Message:

CHG: MATLAB > Python translation; cleanup

File:
1 edited

Legend:

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

    r27453 r27458  
    2828        else:
    2929            raise Exception('constructor not supported')
    30     #}}}
     30    # }}}
    3131
    3232    def __repr__(self):  # {{{
     
    4040        s += '{}\n'.format(fielddisplay(self, 'requested_outputs', 'additional outputs requested'))
    4141        return s
    42     #}}}
     42    # }}}
    4343
    4444    def extrude(self, md):  # {{{
    4545        self.mass_balance = project3d(md, 'vector', self.mass_balance, 'type', 'node')
    4646        return self
    47     #}}}
     47    # }}}
    4848
    4949    def defaultoutputs(self, md):  # {{{
    5050        return ['SmbMassBalance']
    51     #}}}
     51    # }}}
    5252
    5353    def initialize(self, md):  # {{{
     
    5656            print("      no smb.mass_balance specified: values set as zero")
    5757        return self
    58     #}}}
     58    # }}}
    5959
    6060    def checkconsistency(self, md, solution, analyses):  # {{{
Note: See TracChangeset for help on using the changeset viewer.