Ignore:
Timestamp:
10/29/20 16:00:01 (4 years ago)
Author:
aclsce
Message:
  • First import of IPSLCM7 coupled configuration (based on a merge between ICOLMDZOR and IPSLCM6.2 configurations)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • CONFIG/UNIFORM/v7/ICOLMDZOR_v7/GENERAL/DRIVER/xios.driver

    r4281 r5479  
    1616 
    1717    echo UPDATE IOS !!! 
     18# Activate server mode 
     19    IGCM_comp_modifyXmlFile force iodef.xml using_server NONE true 
     20 
     21# Activate 2nd server level for CMIP6 type experiments (CMIP6 workflow) 
     22    if [ X"$( echo ${config_UserChoices_ExpType} | grep CMIP6 )" != "X" ] || [ X"$( echo ${config_UserChoices_ExpType} | grep MR025 )" != "X" ] ; then 
     23       IGCM_comp_modifyXmlFile force iodef.xml using_server2 NONE true 
     24    fi 
    1825 
    1926    if [ -f namcouple ] ; then 
    20         sed -e "s/2  LMDZ oceanx/3 LMDZ oceanx ${config_Executable_IOS[1]}/" namcouple > namcouple.tmp  
     27        sed -e "s/2  icosa oceanx/3 icosa oceanx ${config_Executable_IOS[1]}/" namcouple > namcouple.tmp  
    2128        IGCM_sys_Mv namcouple.tmp namcouple 
    2229    fi 
Note: See TracChangeset for help on using the changeset viewer.