source: branches/publications/ORCHIDEE-GMv3.2/ORCHIDEE/src_xml/iodef_xios.xml @ 5816

Last change on this file since 5816 was 5816, checked in by jinfeng.chang, 5 years ago

copy ORCHIDEE-GMv3.2 for publication

  • Property svn:mime-type set to application/xml
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.