Ignore:
Timestamp:
11/21/22 08:28:07 (2 years ago)
Author:
Mathieu Morlighem
Message:

CHG: cleanup

File:
1 edited

Legend:

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

    r27403 r27404  
    1515
    1616    def __init__(self, *args):  # {{{
    17         self.accumulation = np.nan
    18         self.evaporation = np.nan
    19         self.melt = np.nan
    20         self.refreeze = np.nan
    21         self.steps_per_step = 1
    22         self.averaging = 0
     17        self.accumulation      = np.nan
     18        self.evaporation       = np.nan
     19        self.melt              = np.nan
     20        self.refreeze          = np.nan
     21        self.steps_per_step    = 1
     22        self.averaging         = 0
    2323        self.requested_outputs = []
    24         self.isclimatology = np.nan
    2524
    2625        if len(args) == 0:
Note: See TracChangeset for help on using the changeset viewer.