Changeset 25593


Ignore:
Timestamp:
09/24/20 13:35:20 (4 years ago)
Author:
Mathieu Morlighem
Message:

CHG: no need to reset time in Femmodel anymore when doing transient calibration

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/c/cores/controladm1qn3_core.cpp

    r25578 r25593  
    260260        solutioncore(femmodel);
    261261
    262         /*Reset the time to zero for next optimization (FIXME: this may actually not be needed)*/
    263         if(solution_type==TransientSolutionEnum){
    264                 IssmDouble restart_time;
    265                 femmodel->parameters->FindParam(&restart_time,TimesteppingStartTimeEnum);
    266                 femmodel->parameters->SetParam(restart_time,TimeEnum);
    267         }
    268 
    269262        /*Get Dependents*/
    270263        IssmDouble   output_value;
     
    305298        /*Turning off trace tape*/
    306299        simul_stoptrace();
    307         //time_t now = time(NULL);
    308         //if(my_rank==0) _printf_("\nTIME: "<<now<<"\n");
    309300
    310301        /*intermediary: */
Note: See TracChangeset for help on using the changeset viewer.