Changeset 18517
- Timestamp:
- 09/15/14 04:25:08 (11 years ago)
- Location:
- issm/trunk-jpl
- Files:
-
- 4 edited
-
src/c/analyses/EnthalpyAnalysis.cpp (modified) (1 diff)
-
test/Archives/Archive325.nc (modified) ( previous)
-
test/Archives/Archive431.nc (modified) ( previous)
-
test/Archives/Archive432.nc (modified) ( previous)
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/c/analyses/EnthalpyAnalysis.cpp
r18484 r18517 588 588 watercolumn_input->GetInputValue(&watercolumn,gauss); 589 589 590 if(( watercolumn<=0.) && (enthalpy<PureIceEnthalpy(element,pressure))){590 if((dt==0.) || ((watercolumn<=0.) && (enthalpy<PureIceEnthalpy(element,pressure)))){ 591 591 /* the above check is equivalent to 592 592 NOT [(watercolumn>0.) AND (enthalpy<PIE)] AND (enthalpy<PIE)*/
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/trac/issm/chrome/common/trac_banner.png)