Changeset 23713
- Timestamp:
- 02/11/19 11:31:19 (6 years ago)
- Location:
- issm/trunk-jpl/src/py3/classes
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/py3/classes/matdamageice.py
r23711 r23713 21 21 self.thermalconductivity = 0. 22 22 self.temperateiceconductivity = 0. 23 23 self.effectiveconductivity_averaging = 0. 24 24 self.meltingpoint = 0. 25 25 self.beta = 0. … … 92 92 self.temperateiceconductivity=0.24 93 93 #computation of effective conductivity 94 94 self.effectiveconductivity_averaging=1 95 95 #the melting point of ice at 1 atmosphere of pressure in K 96 96 self.meltingpoint=273.15 -
issm/trunk-jpl/src/py3/classes/matenhancedice.py
r23711 r23713 21 21 self.thermalconductivity = 0. 22 22 self.temperateiceconductivity = 0. 23 23 self.effectiveconductivity_averaging = 0. 24 24 self.meltingpoint = 0. 25 25 self.beta = 0. … … 95 95 self.temperateiceconductivity=0.24 96 96 #computation of effective conductivity 97 97 self.effectiveconductivity_averaging=1 98 98 #the melting point of ice at 1 atmosphere of pressure in K 99 99 self.meltingpoint=273.15 -
issm/trunk-jpl/src/py3/classes/matestar.py
r23711 r23713 22 22 thermalconductivity = 0. 23 23 temperateiceconductivity = 0. 24 24 self.effectiveconductivity_averaging = 0. 25 25 meltingpoint = 0. 26 26 beta = 0. … … 97 97 self.temperateiceconductivity=.24 98 98 #computation of effective conductivity 99 99 self.effectiveconductivity_averaging=1 100 100 #the melting point of ice at 1 atmosphere of pressure in K 101 101 self.meltingpoint=273.15
Note:
See TracChangeset
for help on using the changeset viewer.