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

Last change on this file since 3094 was 2971, checked in by emillour, 19 months ago

Venus PCM:
Update and reorganization of xml files.
Split context_lmdz_physics.xml in three files:
context_lmdz_physics.xml contains grid definitions and includes two other files:

  • field_def_physics.xml which contains the definitions of the variables and which should always be in sync with the source code
  • file_def_physics.xml which contains the definitions of the output files and their content.

EM

File size: 723 bytes
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                    <variable id="using_server" type="bool">false</variable>
13                    <variable id="info_level" type="int">10</variable>
14                    <variable id="print_file" type="bool">false</variable>
15                </variable_group>
16            </variable_definition>
17        </context>
18       
19
20        <context id="LMDZ" src="./context_lmdz_physics.xml"/>
21
22
23</simulation>
Note: See TracBrowser for help on using the repository browser.