source: branches/publications/ORCHIDEE_GLUC_r6545/src_xml/iodef.xml @ 6737

Last change on this file since 6737 was 4231, checked in by albert.jornet, 7 years ago

Merge: from revisions [3976:4094/branches/ORCHIDEE-MICT]

  • Property svn:keywords set to Date Revision HeadURL
File size: 2.1 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<!-- $HeadURL$                      -->
7<!-- $Date$                                                     -->
8<!-- $Revision$                                                                                           -->
9<!-- =========================================================================================================== -->
10
11<simulation>
12
13  <!-- =========================================================================================================== -->
14  <!-- XIOS context                                                                                                -->
15  <!-- =========================================================================================================== -->
16  <context id="xios">
17    <variable_definition>
18          <variable id="info_level"                type="int">1</variable>
19          <variable id="using_server"              type="bool">false</variable>
20          <variable id="using_oasis"               type="bool">false</variable>
21          <variable id="oasis_codes_id"            type="string" >LMDZ,oceanx</variable>
22      </variable_definition>
23
24  </context>
25
26  <!-- =========================================================================================================== -->
27  <!-- ORCHIDEE context                                                                                            -->
28  <!-- The file context_orchidee.xml is included here. This file needs to exist during run time.                   -->
29  <!-- =========================================================================================================== -->
30  <context id="orchidee" src="./context_orchidee.xml"/>
31
32</simulation>
Note: See TracBrowser for help on using the repository browser.