source: CONFIG/UNIFORM/v6/LMDZOR_v6/GENERAL/PARAM/iodef.xml @ 2240

Last change on this file since 2240 was 2240, checked in by jgipsl, 10 years ago

Correct type error.

File size: 1.6 KB
Line 
1<?xml version="1.0"?>
2<!-- =========================================================================================================== -->
3<!-- iodef.xml : Configuration file for production of output files using XIOS                                    -->
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    <variable_definition>
15      <variable_group id="buffer">
16            buffer_size = 80000000
17            buffer_server_factor_size = 2
18         </variable_group>
19      <variable_group id="parameters">
20        <variable id="using_server" type="boolean">false</variable>
21        <variable id="info_level" type="int">0</variable>
22      </variable_group>
23    </variable_definition>
24  </context>
25
26
27  <!-- =========================================================================================================== -->
28  <!-- COMPONENT CONTEXT : the model components context will be add automatically by the comp.driver               -->
29
30
31</simulation>
Note: See TracBrowser for help on using the repository browser.