Ignore:
Timestamp:
12/19/19 17:35:10 (4 years ago)
Author:
acosce
Message:

Add flag Reproducibility_after_restart in OPA to allow simulation to be identical even if we make a restart during the simulation

File:
1 edited

Legend:

Unmodified
Added
Removed
  • CONFIG/UNIFORM/v6/IPSLCM5A2CHT/GENERAL/DRIVER/pisces.driver

    r3283 r4873  
    2626 
    2727    ##-- Restart configuration 
    28     if ( [ "${CumulPeriod}" -eq 1 ] && [ "${config_MBG_Restart}" = "n" ] ) ; then 
     28 
     29    ##-- Restart configuration 
     30    if ( [ "${opa9_UserChoices_Reproducibility_after_restart}" = "y" ] ) ; then 
     31        TOP_LN_RSTR=.TRUE. 
     32        TOP_NN_RSTR=2 
     33        IGCM_debug_Print 1 'WARNING : dangerous option for NEMO pisces too' 
     34        IGCM_debug_Print 1 'Reproducibility_after_Restart forced : ' ${opa9_UserChoices_Reproducibility_after_restart} 
     35 
     36    elif ( [ "${CumulPeriod}" -eq 1 ] && [ "${config_MBG_Restart}" = "n" ] ) ; then 
    2937 
    3038        #echo "NO RESTART FOR TOP" 
Note: See TracChangeset for help on using the changeset viewer.