Changeset 26065
- Timestamp:
- 03/10/21 11:19:14 (4 years ago)
- Location:
- issm/trunk-jpl/src/m/classes
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/m/classes/matdamageice.m
r26059 r26065 72 72 %ice thermal conductivity (W/m/K) 73 73 self.thermalconductivity=2.4; 74 74 75 75 %wet ice thermal conductivity (W/m/K) 76 76 self.temperateiceconductivity=.24; … … 78 78 %computation of effective conductivity 79 79 self.effectiveconductivity_averaging=1; 80 80 81 81 %the melting point of ice at 1 atmosphere of pressure in K 82 82 self.meltingpoint=273.15; -
issm/trunk-jpl/src/m/classes/matdamageice.py
r26059 r26065 114 114 md = checkfield(md, 'fieldname', 'materials.rheology_law', 'values', ['None', 'BuddJacka', 'Cuffey', 'CuffeyTemperate', 'Paterson', 'Arrhenius', 'LliboutryDuval']) 115 115 md = checkfield(md, 'fieldname', 'materials.effectiveconductivity_averaging', 'numel', [1], 'values', [0, 1, 2]) 116 md = checkfield(md, 'fieldname', 'materials.lithosphere_shear_modulus', '>', 0, 'numel', [1])117 md = checkfield(md, 'fieldname', 'materials.lithosphere_density', '>', 0, 'numel', [1])118 md = checkfield(md, 'fieldname', 'materials.mantle_shear_modulus', '>', 0, 'numel', [1])119 md = checkfield(md, 'fieldname', 'materials.mantle_density', '>', 0, 'numel', [1])120 md = checkfield(md, 'fieldname', 'materials.earth_density', '>', 0, 'numel', [1])121 116 122 117 if 'SealevelriseAnalysis' in analyses:
Note:
See TracChangeset
for help on using the changeset viewer.