Changeset 1538 for trunk/libIGCM


Ignore:
Timestamp:
08/24/20 11:47:42 (4 years ago)
Author:
aclsce
Message:

Modified to not use restart files for XIOS in case of dr2xmlIPSL=true

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/libIGCM/libIGCM_comp/libIGCM_comp.ksh

    r1535 r1538  
    706706      if ( [ "${config_Restarts_OverRule}" = "y" ] || [ "${config_Restarts_OverRule}" = "Y" ] ) ; then 
    707707        # Adhoc exception for CMIP6 : exclude XIOS from the restart overrule mechanism. 
    708         if ( [ X${comp} = XIOS ] && [ X"$( echo ${config_UserChoices_ExpType} | grep CMIP6 )" != "X" ] ) ; then 
     708        if ( [ X${comp} = XIOS ] ) && ( [ X"$( echo ${config_UserChoices_ExpType} | grep CMIP6 )" != "X" ] || [ X${config_Post_dr2xmlIPSL} = XTRUE ] ) ; then 
    709709          CompOldName=IOS 
    710710          config_IOS_Restart="n" 
Note: See TracChangeset for help on using the changeset viewer.