source: LMDZ6/trunk/DefLists/iodef_2contexts.xml @ 4146

Last change on this file since 4146 was 4146, checked in by Laurent Fairhead, 2 years ago

Source code and xml files needed for XIOS output in the LMDZ LonLat? dynamical core.
One flag controls everything: ok_dyn_xios. Parameters controlling outputs need to be put in the xml
files, nothing is set in the code
Work to follow on the dynzon file and the modipsl/libIGCM framework.
ok_dyn_xios = n should not change anything

File size: 585 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">true</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.xml"/>
20        <context id="LMDZDYN" src="./context_lmdzdyn.xml"/>
21
22
23</simulation>
Note: See TracBrowser for help on using the repository browser.