Changeset 2606


Ignore:
Timestamp:
07/07/15 11:52:36 (9 years ago)
Author:
jgipsl
Message:

Removed modifications from xios.driver and set correct behaviour in iodef.xml. This modification could now be done because XIOS is now mandatory in coupled mode.

Location:
CONFIG/UNIFORM/v6
Files:
4 edited

Legend:

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

    r2352 r2606  
    1818# Activate server mode 
    1919    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  
     20 
    2421    if [ -f namcouple ] ; then 
    2522        sed -e "s/2  LMDZ oceanx/3 LMDZ oceanx ${config_Executable_IOS[1]}/" namcouple > namcouple.tmp  
  • CONFIG/UNIFORM/v6/IPSLCM6/GENERAL/PARAM/iodef.xml

    r2362 r2606  
    2121          <variable id="using_server"              type="boolean">false</variable> 
    2222          <variable id="using_oasis"               type="boolean">false</variable> 
    23           <variable id="oasis_codes_id"            type="string" >oceanx</variable> 
     23          <variable id="oasis_codes_id"            type="string" >LMDZ,oceanx</variable> 
    2424         
    2525      </variable_definition> 
  • CONFIG/UNIFORM/v6/LMDZOR_v6/GENERAL/DRIVER/xios.driver

    r2352 r2606  
    1818# Activate server mode 
    1919    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  
     20 
    2421    if [ -f namcouple ] ; then 
    2522        sed -e "s/2  LMDZ oceanx/3 LMDZ oceanx ${config_Executable_IOS[1]}/" namcouple > namcouple.tmp  
  • CONFIG/UNIFORM/v6/LMDZOR_v6/GENERAL/PARAM/iodef.xml

    r2369 r2606  
    2121          <variable id="using_server"              type="boolean">false</variable> 
    2222          <variable id="using_oasis"               type="boolean">false</variable> 
    23           <variable id="oasis_codes_id"            type="string" >oceanx</variable> 
     23          <variable id="oasis_codes_id"            type="string" >LMDZ,oceanx</variable> 
    2424         
    2525      </variable_definition> 
Note: See TracChangeset for help on using the changeset viewer.