Changeset 26360
- Timestamp:
- 07/24/21 20:46:52 (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/m/classes/SMBmeltcomponents.py
r26358 r26360 14 14 """ 15 15 16 def __init__(self ): # {{{16 def __init__(self, *args): # {{{ 17 17 self.accumulation = np.nan 18 18 self.evaporation = np.nan
Note:
See TracChangeset
for help on using the changeset viewer.