source: branches/publications/ORCHIDEE_IPSLCM5A2.1.r5307/ORCHIDEE/src_xml/iodef.xml @ 8066

Last change on this file since 8066 was 3838, checked in by josefine.ghattas, 8 years ago

Removed possibility to use XIOS1. Cpp key XIOS2 is removed and corresponding code is now the default. XIOS2 is now needed for all use of XIOS.

Note; it is still possible to use IOISPL.

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.