Changeset 8032 for issm/trunk
- Timestamp:
- 04/22/11 16:14:31 (14 years ago)
- Location:
- issm/trunk/src/m/model
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/src/m/model/display/displaymaterials.m
r5175 r8032 15 15 fielddisplay(md,'rheology_B','flow law parameter [Pa/s^(1/n)]'); 16 16 fielddisplay(md,'rheology_n','Glen''s flow law exponent'); 17 fielddisplay(md,'rheology_law','law for the temperature dependance of the rheology: NoneEnum, PatersonEnum or Arrhenius'); 17 18 fielddisplay(md,'heatcapacity','heat capacity [J/kg/K]'); 18 19 fielddisplay(md,'thermalconductivity','ice thermal conductivity [W/m/K]'); -
issm/trunk/src/m/model/ismodelselfconsistent.m
r7801 r8032 176 176 error(['model not consistent: model ' md.name ' hydrostatic_adjustment field should be AbsoluteEnum or IncrementalEnum']); 177 177 end 178 if ~ismember(md.rheology_law,[NoneEnum PatersonEnum ArrheniusEnum]), 179 error(['model not consistent: model ' md.name ' hydrostatic_adjustment field should be AbsoluteEnum or IncrementalEnum']); 180 end 178 181 %}}} 179 182 %PARAMETEROUTPUT {{{1
Note:
See TracChangeset
for help on using the changeset viewer.