Changeset 1449 for trunk/libIGCM


Ignore:
Timestamp:
05/11/18 16:07:28 (6 years ago)
Author:
sdipsl
Message:
  • syntax errors ...
File:
1 edited

Legend:

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

    r1447 r1449  
    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" ] ) 
     708        if ( [ X${comp} = XIOS ] && [ X"$( echo ${config_UserChoices_ExpType} | grep CMIP6 )" != "X" ] ) ; then 
    709709          CompOldName=IOS 
    710710          config_IOS_Restart="n" 
    711711          do_start="n" 
    712           config_${comp}_RestartDate=-1 
    713           config_${comp}_RestartJobName=${NULL_STR} 
    714           config_${comp}_RestartPath=${NULL_STR} 
     712          config_IOS_RestartDate=-1 
     713          config_IOS_RestartJobName=${NULL_STR} 
     714          config_IOS_RestartPath=${NULL_STR} 
    715715        else 
    716716          eval config_${comp}_Restart="y" 
Note: See TracChangeset for help on using the changeset viewer.