source: branches/ORCHIDEE_2_2/ORCHIDEE_OL/OOL_SEC_STO_FG2nd/PARAM/iodef_xios2.xml @ 8181

Last change on this file since 8181 was 8181, checked in by josefine.ghattas, 10 months ago

Adding memory report false in iodef.xml for XIOS. This is considered in XIOS2 since revision 2503 and it is needed for site simulations. The variable is not considered if using an older reviision of XIOS2. See ticket #925

  • Property svn:keywords set to Date Revision HeadURL
File size: 1.6 KB
Line 
1<?xml version="1.0"?>
2<!-- =========================================================================================================== -->
3<!-- iodef.xml : Configuration file for production of output files using XIOS 2.0                                    -->
4<!--             This file contains the context XIOS.                                                            -->
5<!--             The model components context will be add automatically by the comp.driver                       -->
6<!-- =========================================================================================================== -->
7
8<simulation>
9
10  <!-- =========================================================================================================== -->
11  <!-- XIOS context                                                                                                -->
12  <!-- =========================================================================================================== -->
13  <context id="xios">
14
15    <variable_definition>
16       
17          <variable id="info_level"                type="int">1</variable>
18          <variable id="using_server"              type="bool">false</variable>
19          <variable id="using_oasis"               type="bool">false</variable>
20          <variable id="memory_report"             type="bool">false</variable> 
21      </variable_definition>
22               
23  </context>
24
25  <!-- =========================================================================================================== -->
26  <!-- COMPONENT CONTEXT : the model components context will be add automatically by the comp.driver               -->
27 
28</simulation>
Note: See TracBrowser for help on using the repository browser.