Ignore:
Timestamp:
03/01/18 15:06:47 (6 years ago)
Author:
acosce
Message:

make modification to use XIOS with REPROBUS in configuration LMDZINCAREPR

File:
1 edited

Legend:

Unmodified
Added
Removed
  • CONFIG/UNIFORM/v6/LMDZORINCAREPR_v6/GENERAL/DRIVER/reprobus.driver

    r3559 r3605  
    1313    IGCM_debug_PushStack "CHS_Update" 
    1414 
     15    # Add include of REPROBUS context in iodef.xml 
     16    # In iodef.xml add on next line after "COMPONENT CONTEXT" 
     17    #  <context id="reprobus" src="./context_reprobus.xml"/> 
     18        echo '<context id="reprobus" src="./context_reprobus.xml"/>' > add.tmp 
     19        cp iodef.xml iodef.xml.tmp 
     20        sed -e "/COMPONENT CONTEXT/r add.tmp" \ 
     21            iodef.xml.tmp > iodef.xml 
     22        rm iodef.xml.tmp add.tmp 
     23 
    1524    IGCM_debug_PopStack "CHS_Update" 
    1625} 
Note: See TracChangeset for help on using the changeset viewer.