Changeset 21161


Ignore:
Timestamp:
08/24/16 16:17:53 (9 years ago)
Author:
jbondzio
Message:

CHG: merge enthalpy postprocessing of steadystate and transient case

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/c/analyses/EnthalpyAnalysis.cpp

    r21160 r21161  
    475475        InputDuplicatex(femmodel,EnthalpyEnum,EnthalpyPicardEnum);
    476476
    477         if(dt==0.) ComputeBasalMeltingrate(femmodel);
    478         else PostProcessing(femmodel);
     477        PostProcessing(femmodel);
    479478
    480479}/*}}}*/
     
    15451544        femmodel->parameters->FindParam(&dt,TimesteppingTimeStepEnum);
    15461545
    1547         if(drainicecolumn)      DrainWaterfraction(femmodel);
     1546        if(drainicecolumn && (dt>0.))   DrainWaterfraction(femmodel);
    15481547        if(computebasalmeltingrates)    ComputeBasalMeltingrate(femmodel);
    15491548
Note: See TracChangeset for help on using the changeset viewer.