Changeset 11356
- Timestamp:
- 02/07/12 15:56:12 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/m/classes/thermal.m
r11347 r11356 54 54 checkfield(md,'thermal.stabilization','numel',1,'values',[0 1 2]); 55 55 checkfield(md,'thermal.spctemperature','forcing',1); 56 if ismember(EnthalpyAnalysisEnum,analyses),56 if (ismember(EnthalpyAnalysisEnum,analyses) & md.thermal.isenthalpy), 57 57 checkfield(md,'thermal.spctemperature','<',md.materials.meltingpoint-md.materials.beta*md.materials.rho_ice*md.constants.g*md.geometry.thickness,'message','spctemperature should be below the adjusted melting point'); 58 58 checkfield(md,'thermal.isenthalpy','numel',1,'values',[0 1]);
Note:
See TracChangeset
for help on using the changeset viewer.