Changeset 4480


Ignore:
Timestamp:
07/02/19 11:09:48 (5 years ago)
Author:
cetlod
Message:

Bugfix on NEMO driver : in any case force the restart parameter to false when starting from scratch

Location:
CONFIG/UNIFORM/v6/IPSLCM6.2/GENERAL/DRIVER
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • CONFIG/UNIFORM/v6/IPSLCM6.2/GENERAL/DRIVER/opa9.driver

    r4446 r4480  
    114114 
    115115   ##-- Restart configuration 
    116     if ( [ "${opa9_UserChoices_Reproducibility_after_restart}" = "y" ] ) ; then 
     116    if ( [ "${opa9_UserChoices_Reproducibility_after_restart}" = "y" ] && [ "${config_OCE_Restart}" = "y" ] ) ; then 
    117117      OPA_LRSTAR=.TRUE. 
    118118      OPA_NRSTDT=2 
  • CONFIG/UNIFORM/v6/IPSLCM6.2/GENERAL/DRIVER/pisces.driver

    r4477 r4480  
    4444    ##-- Restart configuration 
    4545    ##-- Restart configuration 
    46     if ( [ "${opa9_UserChoices_Reproducibility_after_restart}" = "y" ] ) ; then 
     46    if ( [ "${opa9_UserChoices_Reproducibility_after_restart}" = "y" ] && [ "${config_MBG_Restart}" = "y" ] ) ; then 
    4747        TOP_LN_RSTR=.TRUE. 
    4848        TOP_NN_RSTR=2 
Note: See TracChangeset for help on using the changeset viewer.