source: trunk/LMDZ.GENERIC/deftank/iodef.xml @ 2222

Last change on this file since 2222 was 2222, checked in by emillour, 5 years ago

Generic GCM:
Update example XML files for XIOS outputs
EM

File size: 1.2 KB
Line 
1<?xml version="1.0"?>
2<simulation> 
3       
4        <context  id="xios">
5            <variable_definition>
6                <!-- set print_file to true to have XIOS write its
7                     outputs in separate files -->
8                <variable id="print_file" type="bool"> false </variable>
9               
10                <variable id="buffer_size_factor" type="double">4</variable>
11                <variable_group id="buffer">
12                buffer_size = 85000000
13                buffer_server_factor_size = 2
14                </variable_group>
15
16                <variable_group id="parameters" >
17                    <!-- set using_server to true to run with XIOS
18                         in detached server/client mode -->
19                    <variable id="using_server" type="bool">false</variable>
20                    <!-- info_level is the verbosity level of XIOS
21                         0 for no messages; 100 for lots -->
22                    <variable id="info_level" type="int">100</variable>
23                </variable_group>
24            </variable_definition>
25        </context>
26       
27
28        <context id="LMDZ" src="./context_lmdz_physics.xml"/>
29
30
31</simulation>
Note: See TracBrowser for help on using the repository browser.