Changeset 26359
- Timestamp:
- 07/24/21 20:10:51 (4 years ago)
- Location:
- issm/trunk-jpl/src/m/classes
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/m/classes/SMBgemb.py
r26358 r26359 22 22 23 23 #solution choices 24 self.isgraingrowth 25 self.isalbedo 26 self.isshortwave 27 self.isthermal 28 self.isaccumulation 29 self.ismelt 30 self.isdensification 31 self.isturbulentflux 32 self.isconstrainsurfaceT 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 32 self.isconstrainsurfaceT = 0 33 33 self.isclimatology = np.nan 34 34 -
issm/trunk-jpl/src/m/classes/dsl.py
r26358 r26359 68 68 69 69 def initialize(self, md): #{{{ 70 print('sdasa')71 exit()72 70 if np.isnan(self.global_average_thermosteric_sea_level): 73 71 self.global_average_thermosteric_sea_level = np.array([0, 0]).reshape(-1, 1) -
issm/trunk-jpl/src/m/classes/matdamageice.py
r26358 r26359 1 import numpy as np 2 1 3 from fielddisplay import fielddisplay 2 4 from project3d import project3d
Note:
See TracChangeset
for help on using the changeset viewer.