Ignore:
Timestamp:
04/11/14 12:22:04 (10 years ago)
Author:
jgipsl
Message:
  • Add iodef.xml adapted for forced mode in PARAM
  • Add automatic inclusion of context in driver
  • Add xml file in EXPERIMENT/LMDZOR/clim
File:
1 edited

Legend:

Unmodified
Added
Removed
  • CONFIG/UNIFORM/v6/LMDZOR_v6/GENERAL/DRIVER/orchidee.driver

    r2018 r2238  
    130130 
    131131 
     132    # Add include of orchidee context in iodef.xml 
     133    # In iodef.xml add on next line after "COMPONENT CONTEXT" 
     134    #  <context id="orchidee" src="./context_orchidee.xml"/> 
     135    echo '<context id="orchidee" src="./context_orchidee.xml"/>' > add.tmp 
     136    cp iodef.xml iodef.xml.tmp 
     137    sed -e "/COMPONENT CONTEXT/r add.tmp" \ 
     138        iodef.xml.tmp > iodef.xml 
     139    rm iodef.xml.tmp add.tmp 
     140 
     141 
    132142    IGCM_debug_PopStack "SRF_Update" 
    133143} 
Note: See TracChangeset for help on using the changeset viewer.