Changeset 21161
- Timestamp:
- 08/24/16 16:17:53 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/c/analyses/EnthalpyAnalysis.cpp
r21160 r21161 475 475 InputDuplicatex(femmodel,EnthalpyEnum,EnthalpyPicardEnum); 476 476 477 if(dt==0.) ComputeBasalMeltingrate(femmodel); 478 else PostProcessing(femmodel); 477 PostProcessing(femmodel); 479 478 480 479 }/*}}}*/ … … 1545 1544 femmodel->parameters->FindParam(&dt,TimesteppingTimeStepEnum); 1546 1545 1547 if(drainicecolumn ) DrainWaterfraction(femmodel);1546 if(drainicecolumn && (dt>0.)) DrainWaterfraction(femmodel); 1548 1547 if(computebasalmeltingrates) ComputeBasalMeltingrate(femmodel); 1549 1548
Note:
See TracChangeset
for help on using the changeset viewer.