Changeset 1447 for trunk


Ignore:
Timestamp:
05/11/18 12:24:45 (6 years ago)
Author:
sdipsl
Message:
  • Fix the Adhoc exception for CMIP6
File:
1 edited

Legend:

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

    r1446 r1447  
    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 )" = "XCMIP6" ] ) 
     708        if ( [ X${comp} = XIOS ] && [ X"$( echo ${config_UserChoices_ExpType} | grep CMIP6 )" != "X" ] ) 
     709          CompOldName=IOS 
     710          config_IOS_Restart="n" 
     711          do_start="n" 
     712          config_${comp}_RestartDate=-1 
     713          config_${comp}_RestartJobName=${NULL_STR} 
     714          config_${comp}_RestartPath=${NULL_STR} 
     715        else 
    709716          eval config_${comp}_Restart="y" 
    710717          eval config_${comp}_RestartDate=${config_Restarts_RestartDate} 
     
    713720          eval do_start=\${config_${comp}_Restart} > /dev/null 2>&1 
    714721          eval CompOldName=${comp} 
    715         else 
    716           config_IOS_Restart="n" 
    717           do_start="n" 
    718722        fi 
    719723      else 
Note: See TracChangeset for help on using the changeset viewer.