source: branches/publications/ORCHIDEE-MUSLE-r6129/src_xml/iodef_xios2.xml @ 7346

Last change on this file since 7346 was 3096, checked in by josefine.ghattas, 9 years ago

Added posibility to use and link with XIOS2.

  • Preprossessing key XIOS and XIOS2 must be set to link with XIOS2
  • Preprossessing key XIOS(and not XIOS2) must be set to link to XIOS1

For running choose the corresponding iodef_xios1.xml and iodef_xios2.xml and rename it as iodef.xml

Yann Meurdesoif

File size: 1.8 KB
Line 
1<?xml version="1.0"?>
2<!-- =========================================================================================================== -->
3<!-- iodef.xml : Main configuration file for production of output files using XIOS                               -->
4<!--             A seperatate file context_orchidee.xml contains all specifications for ORCHIDEE                 -->
5<!-- =========================================================================================================== -->
6
7<simulation>
8
9  <!-- =========================================================================================================== -->
10  <!-- XIOS context                                                                                                -->
11  <!-- =========================================================================================================== -->
12  <context id="xios">
13    <variable_definition>
14          <variable id="info_level"                type="int">1</variable>
15          <variable id="using_server"              type="bool">false</variable>
16          <variable id="using_oasis"               type="bool">false</variable>
17          <variable id="oasis_codes_id"            type="string" >LMDZ,oceanx</variable>
18      </variable_definition>
19
20  </context>
21
22  <!-- =========================================================================================================== -->
23  <!-- ORCHIDEE context                                                                                            -->
24  <!-- The file context_orchidee.xml is included here. This file needs to exist during run time.                   -->
25  <!-- =========================================================================================================== -->
26  <context id="orchidee" src="./context_orchidee.xml"/>
27
28</simulation>
Note: See TracBrowser for help on using the repository browser.