Ignore:
Timestamp:
09/26/14 12:18:11 (10 years ago)
Author:
jgipsl
Message:

Update LMDZORINC_v6 config with modifications done on LMDZOR_6 et IPSLCM6.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • CONFIG/UNIFORM/v6/LMDZORINCA_v6/GENERAL/DRIVER/xios.driver

    r2330 r2346  
    11#!/bin/ksh 
    2  
    32#----------------------------------- 
    43function IOS_Initialize 
     
    1716 
    1817    echo UPDATE IOS !!! 
    19  
    20     sed -e 's/<variable id="using_server"              type="boolean">false/<variable id="using_server" type="boolean">true/' iodef.xml > iodef.xml.tmp 
    21     IGCM_sys_Mv iodef.xml.tmp iodef.xml 
     18# Activate server mode 
     19    IGCM_comp_modifyXmlfile force iodef.xml using_server NONE true 
     20# If lmdz_UserChoices_XIOS=y add LMDZ as component id : 
     21    if [ X${lmdz_UserChoices_XIOS}  = Xy ] ; then 
     22        IGCM_comp_modifyXmlFile force iodef.xml oasis_codes_id NONE LMDZ,oceanx 
     23    fi  
    2224    if [ -f namcouple ] ; then 
    23         sed -e "s/2  lmdz.x oceanx/3 lmdz.x oceanx ${config_Executable_IOS[1]}/" namcouple > namcouple.tmp  
     25        sed -e "s/2  LMDZ oceanx/3 LMDZ oceanx ${config_Executable_IOS[1]}/" namcouple > namcouple.tmp  
    2426        IGCM_sys_Mv namcouple.tmp namcouple 
    2527    fi 
Note: See TracChangeset for help on using the changeset viewer.