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

Last change on this file since 1980 was 1622, checked in by emillour, 8 years ago

Generic GCM:
Introducing a first prototype of XIOS outputs: requires compiling with
"-io xios" flag and having an XIOS library at hand. Corresponding
companion xml files iodef.xml and context_lmdz_physics.xml in the "deftank"
subdirectory. Still some work to do concerning the XIOS calendar (definition
of an initial date and month number and lenght).
EM

File size: 649 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">100</variable>
14                </variable_group>
15            </variable_definition>
16        </context>
17       
18
19        <context id="LMDZ" src="./context_lmdz_physics.xml"/>
20
21
22</simulation>
Note: See TracBrowser for help on using the repository browser.