Changeset 4372


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?.

Location:
CONFIG/UNIFORM/v7/ICOLMDZOR_v7/GENERAL
Files:
4 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 
  • CONFIG/UNIFORM/v7/ICOLMDZOR_v7/GENERAL/PARAM/run_dynamico.def_nbp160

    r4358 r4372  
    2828# run length : real (default=dt*itaumax) 
    2929run_length=_AUTOBLOCKER_ 
     30 
     31# etat0_start_iteration_reset : set y to reset iteration from start.nc 
     32etat0_start_iteration_reset=_AUTOBLOCKER_ 
    3033 
    3134# output field period : integer (default none) 
  • CONFIG/UNIFORM/v7/ICOLMDZOR_v7/GENERAL/PARAM/run_dynamico.def_nbp40

    r4358 r4372  
    2828# run length : real (default=dt*itaumax) 
    2929run_length=_AUTOBLOCKER_ 
     30 
     31# etat0_start_iteration_reset : set y to reset iteration from start.nc 
     32etat0_start_iteration_reset=_AUTOBLOCKER_ 
    3033 
    3134# output field period : integer (default none) 
  • CONFIG/UNIFORM/v7/ICOLMDZOR_v7/GENERAL/PARAM/run_dynamico.def_nbp80

    r4358 r4372  
    2828# run length : real (default=dt*itaumax) 
    2929run_length=_AUTOBLOCKER_ 
     30 
     31# etat0_start_iteration_reset : set y to reset iteration from start.nc 
     32etat0_start_iteration_reset=_AUTOBLOCKER_ 
    3033 
    3134# output field period : integer (default none) 
Note: See TracChangeset for help on using the changeset viewer.