source: branches/ORCHIDEE_2_2/ORCHIDEE_OL/OOL_SEC_STO_FG2/PARAM/iodef_xios1.xml @ 7539

Last change on this file since 7539 was 3097, checked in by josefine.ghattas, 9 years ago
  • Moved previous iodef.xml into iodef_xios1.xml. This file should be used if installation with XIOS 1.0 has been done.
  • Link iodef_xios1.xml to iodef.xml to have same behaviour as before.
  • Created iodef_xios2.xml. This file should be used if installation with XIOS2.0 has been done.
File size: 1.9 KB
Line 
1<?xml version="1.0"?>
2<!-- =========================================================================================================== -->
3<!-- iodef.xml : Configuration file for production of output files using XIOS 1.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     <!-- We must have buffer_size > jpi*jpj*jpk*8 (with jpi and jpj the subdomain size) -->
18          <variable id="buffer_size"               type="integer">15000000</variable>
19          <variable id="buffer_server_factor_size" type="integer">2</variable>
20          <variable id="info_level"                type="integer">1</variable>
21          <variable id="using_server"              type="boolean">false</variable>
22          <variable id="using_oasis"               type="boolean">false</variable>
23          <variable id="oasis_codes_id"            type="string" >oceanx</variable>
24       
25      </variable_definition>
26               
27  </context>
28
29  <!-- =========================================================================================================== -->
30  <!-- COMPONENT CONTEXT : the model components context will be add automatically by the comp.driver               -->
31 
32</simulation>
Note: See TracBrowser for help on using the repository browser.