Ignore:
Timestamp:
04/23/15 11:33:54 (10 years ago)
Author:
Eric.Larour
Message:

CHG: unhooking check pointing and restart from transientcore. Hardcoding it into the esmfbinders.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/c/main/esmfbinders.cpp

    r19289 r19307  
    3333                /*Some specific code here for the binding: */
    3434                femmodel->parameters->SetParam(SMBgcmEnum,SurfaceforcingsEnum); //bypass SMB model, will be provided by GCM!
     35       
     36                /*Restart file: */
     37                femmodel->Restart();
    3538
    3639                /*Assign output pointers: */
     
    106109        void FinalizeISSM(){ /*{{{*/
    107110
     111                /*Output results: */
     112                OutputResultsx(femmodel);
     113                       
     114                /*Check point: */
     115                femmodel->CheckPoint();
     116
    108117                /*Wrap up: */
    109118                delete femmodel; femmodel=NULL;
Note: See TracChangeset for help on using the changeset viewer.