source: dynamico_lmdz/aquaplanet/OLD_PHYSIC/RUN_AQUAPLANET_DYNAMICO_LMDZ5/iodef.xml @ 4035

Last change on this file since 4035 was 4035, checked in by millour, 7 years ago

Add recv_field_timeout parameter to iodef.xml; it seems to help to have a larger timeout than default (10) for some large configurations.
EM

File size: 740 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 id="buffer_size_factor" type="double">4</variable>
9                <variable id="recv_field_timeout" type="double">100</variable>
10                <variable_group id="buffer">
11                </variable_group>
12
13                <variable_group id="parameters" >
14                   <variable id="info_level" type="int">100</variable>
15                </variable_group>
16                </variable_definition>
17        </context>
18       
19
20        <context id="icosagcm" src="./icosa.xml" /> 
21        <context id="LMDZ" src="./context_lmdz.xml"/>
22
23
24</simulation>
Note: See TracBrowser for help on using the repository browser.