source: trunk/LMDZ.PLUTO/deftank/xios/iodef.xml @ 3508

Last change on this file since 3508 was 3508, checked in by afalco, 13 days ago

Pluto: physiq_mod to call write_output, which writes both via XIOS and diagfi routines.
Included xml example files for XIOS.
AF

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