source: trunk/LMDZ.VENUS/deftank/iodef.xml @ 3315

Last change on this file since 3315 was 3260, checked in by emillour, 9 months ago

Venus PCM:
Update reference xml files in deftank; add ion species fields definition.
EM

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