Ignore:
Timestamp:
03/27/19 17:41:05 (5 years ago)
Author:
jgipsl
Message:

Add etat0_start_iteration_reset and set it =y only the first CumulPeriod?.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • CONFIG/UNIFORM/v7/ICOLMDZOR_v7/GENERAL/DRIVER/dynamico.driver

    r4357 r4372  
    3131    IGCM_debug_PushStack "ICO_Update" 
    3232 
     33    # Reset date from start.nc file on the first iteration in the simulation 
     34    if [ ${CumulPeriod} -eq 1 ] ; then 
     35        IGCM_comp_modifyDefFile blocker run_dynamico.def etat0_start_iteration_reset y 
     36    else 
     37        IGCM_comp_modifyDefFile blocker run_dynamico.def etat0_start_iteration_reset n 
     38    fi 
     39 
     40    # Set lenght for execution  
    3341    IGCM_comp_modifyDefFile blocker run_dynamico.def run_length $(( ${PeriodLengthInDays} * 86400 )) 
    3442 
Note: See TracChangeset for help on using the changeset viewer.