source: branches/publications/ORCHIDEE-GMv3.2/ORCHIDEE/src_xml/iodef.xml @ 6940

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

add missing files for ORCHIDEE-GMv3.2

  • Property svn:mime-type set to application/xml
File size: 2.2 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: svn://forge.ipsl.jussieu.fr/orchidee/branches/ORCHIDEE-MICT/ORCHIDEE/src_xml/iodef.xml $                      -->
7<!-- $Date: 2017-04-07 17:54:23 +0200 (Fri, 07 Apr 2017) $                                                     -->
8<!-- $Revision: 4231 $                                                                                           -->
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.