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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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.