source: branches/ORCHIDEE_2_2/ORCHIDEE/src_xml/iodef.xml @ 6393

Last change on this file since 6393 was 6103, checked in by josefine.ghattas, 5 years ago

Ticket #581 : added files missing in previous commit [6102]

  • Property svn:keywords set to Date Revision HeadURL
File size: 2.7 KB
Line 
1<?xml version="1.0"?>
2<!-- =========================================================================================================== -->
3<!-- iodef.xml                                                                                                   -->
4<!--   Main configuration file for reading and writing files using XIOS                                          -->
5<!--   This file includes 2 mandatory files for ORCHIDEE:                                                        -->
6<!--      - context_orchidee.xml containing all specifications for writing of diagnostic output files            -->
7<!--      - context_input_orchidee.xml containing specifications for reading and interpolating input files.      -->
8<!--                                                                                                             -->
9<!-- $HeadURL$                           -->
10<!-- $Date$                                                     -->
11<!-- $Revision$                                                                                           -->
12<!-- =========================================================================================================== -->
13
14<simulation>
15
16  <!-- =========================================================================================================== -->
17  <!-- XIOS context                                                                                                -->
18  <!-- =========================================================================================================== -->
19  <context id="xios">
20    <variable_definition>
21          <variable id="info_level"                type="int">1</variable>
22          <variable id="using_server"              type="bool">false</variable>
23          <variable id="using_oasis"               type="bool">false</variable>
24          <variable id="oasis_codes_id"            type="string" >LMDZ,oceanx</variable>
25      </variable_definition>
26
27  </context>
28
29  <!-- =========================================================================================================== -->
30  <!-- ORCHIDEE context                                                                                            -->
31  <!-- The files context_orchidee.xml and context_input_orchidee.xml are included here.                            -->
32  <!-- These files need to exist in the run directory during run time.                                             -->
33  <!-- =========================================================================================================== -->
34  <context id="orchidee" src="./context_orchidee.xml"/>
35  <context id="orchidee" src="./context_input_orchidee.xml"/>
36
37  <!--  Add following file for the case ROUTING_METHOD=simple
38  <context id="orchidee" src="./context_routing_orchidee.xml"/>
39  -->
40</simulation>
41
Note: See TracBrowser for help on using the repository browser.