Changeset 23702
- Timestamp:
- 02/06/19 08:07:17 (6 years ago)
- Location:
- issm/trunk-jpl/src/m/classes
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/m/classes/matdamageice.m
r23697 r23702 83 83 84 84 %computation of effective conductivity 85 self.effectiveconductivity_averaging= 2;85 self.effectiveconductivity_averaging=1; 86 86 87 87 %the melting point of ice at 1 atmosphere of pressure in K -
issm/trunk-jpl/src/m/classes/matenhancedice.m
r23697 r23702 85 85 86 86 %computation of effective conductivity 87 self.effectiveconductivity_averaging= 2;87 self.effectiveconductivity_averaging=1; 88 88 89 89 %the melting point of ice at 1 atmosphere of pressure in K -
issm/trunk-jpl/src/m/classes/matestar.m
r23697 r23702 92 92 93 93 %computation of effective conductivity 94 self.effectiveconductivity_averaging= 2;94 self.effectiveconductivity_averaging=1; 95 95 96 96 %the melting point of ice at 1 atmosphere of pressure in K -
issm/trunk-jpl/src/m/classes/matice.m
r23697 r23702 83 83 84 84 %computation of effective conductivity 85 self.effectiveconductivity_averaging= 2;85 self.effectiveconductivity_averaging=1; 86 86 87 87 %the melting point of ice at 1 atmosphere of pressure in K
Note:
See TracChangeset
for help on using the changeset viewer.