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

    r27236 r27404  
    2222
    2323        #solution choices
    24         self.isgraingrowth = 0
    25         self.isalbedo = 0
    26         self.isshortwave = 0
    27         self.isthermal = 0
    28         self.isaccumulation = 0
    29         self.ismelt = 0
    30         self.isdensification = 0
    31         self.isturbulentflux = 0
     24        self.isgraingrowth       = 0
     25        self.isalbedo            = 0
     26        self.isshortwave         = 0
     27        self.isthermal           = 0
     28        self.isaccumulation      = 0
     29        self.ismelt              = 0
     30        self.isdensification     = 0
     31        self.isturbulentflux     = 0
    3232        self.isconstrainsurfaceT = 0
    33         self.isdeltaLWup = 0
    34         self.isclimatology = np.nan
     33        self.isdeltaLWup         = 0
    3534
    3635        # Inputs
Note: See TracChangeset for help on using the changeset viewer.