source: dynamico_lmdz/aquaplanet/RUN_DYNAMICO_LMDZ5/iodef.xml @ 3927

Last change on this file since 3927 was 3925, checked in by ymipsl, 10 years ago

Add bucket configuration for LMDZ, both with regular dynamic and unstructured

YM

File size: 659 bytes
Line 
1<?xml version="1.0"?>
2<simulation> 
3       
4        <context  id="xios">
5                <variable_definition>
6                <variable id="print_file" type="bool"> true </variable> 
7                <variable id="min_buffer_size" type="double">1000000</variable> 
8                <variable_group id="buffer">
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="icosagcm" src="./icosa.xml" /> 
20        <context id="LMDZ" src="./context_lmdz.xml"/>
21
22
23</simulation>
Note: See TracBrowser for help on using the repository browser.