source: issm/oecreview/Archive/20545-21336/ISSM-20971-20972.diff@ 21337

Last change on this file since 21337 was 21337, checked in by Mathieu Morlighem, 8 years ago

CHG: added Archive/20545-21336

File size: 888 bytes
  • ../trunk-jpl/src/c/main/esmfbinders.cpp

     
    132132                /*}}}*/
    133133
    134134                /*Before running, setup the time interval: */
    135                 femmodel->parameters->FindParam(&start_time,TimesteppingStartTimeEnum);
     135                femmodel->parameters->FindParam(&start_time,TimeEnum);
    136136                final_time=start_time+dt;
    137137                femmodel->parameters->SetParam(final_time,TimesteppingFinalTimeEnum); //we are bypassing ISSM's initial final time!
    138138
     
    140140                femmodel->Solve();
    141141
    142142                /*For the next time around, save the final time as start time */
    143                 femmodel->parameters->SetParam(final_time,TimesteppingStartTimeEnum);
     143                femmodel->parameters->SetParam(final_time,TimeEnum);
    144144        } /*}}}*/
    145145        void FinalizeISSM(){ /*{{{*/
    146146
Note: See TracBrowser for help on using the repository browser.