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

    r27453 r27458  
    7171from sampling import sampling
    7272from stochasticforcing import stochasticforcing
    73 #}}}
     73# }}}
    7474
    7575
     
    135135            planet = options.getfieldvalue('planet', 'earth')
    136136            self.setdefaultparameters(planet)
    137     #}}}
     137    # }}}
    138138
    139139    def __repr__(obj):  #{{{
     
    186186        s = '%s\n%s' % (s, '%19s: %-23s -- %s' % ('stochasticforcing', '[%s %s]' % ('1x1', obj.stochasticforcing.__class__.__name__), 'stochasticity applied to model forcings'))
    187187        return s
    188     #}}}
     188    # }}}
    189189
    190190    def properties(self):  #{{{
     
    237237            'stochasticforcing'
    238238        ]
    239     #}}}
     239    # }}}
    240240
    241241    def setdefaultparameters(self, planet):  #{{{
     
    285285        self.private = private()
    286286        self.stochasticforcing = stochasticforcing()
    287     #}}}
     287    # }}}
    288288
    289289    def checkmessage(self, string):  #{{{
     
    291291        self.private.isconsistent = False
    292292        return self
    293     #}}}
     293    # }}}
    294294    #@staticmethod
    295295
     
    571571
    572572        return md2
    573     #}}}
     573    # }}}
    574574
    575575    def extrude(md, *args):  #{{{
     
    760760
    761761        return md
    762     #}}}
     762    # }}}
    763763
    764764    def collapse(md):  #{{{
     
    990990
    991991        return md
    992     #}}}
     992    # }}}
Note: See TracChangeset for help on using the changeset viewer.