Changeset 27404 for issm/trunk-jpl/src/m/classes/SMBgemb.py
- Timestamp:
- 11/21/22 08:28:07 (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/m/classes/SMBgemb.py
r27236 r27404 22 22 23 23 #solution choices 24 self.isgraingrowth = 025 self.isalbedo = 026 self.isshortwave = 027 self.isthermal = 028 self.isaccumulation = 029 self.ismelt = 030 self.isdensification = 031 self.isturbulentflux = 024 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 32 32 self.isconstrainsurfaceT = 0 33 self.isdeltaLWup = 0 34 self.isclimatology = np.nan 33 self.isdeltaLWup = 0 35 34 36 35 # Inputs
Note:
See TracChangeset
for help on using the changeset viewer.