source: trunk/ICOSA_LMDZ/xml/iodef.xml @ 3512

Last change on this file since 3512 was 2652, checked in by aslmd, 3 years ago

Dynamico interface: adding typical interface-specific XML in ICOSA_LMDZ/xml

File size: 1.3 KB
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 id="xios_stack" type="bool">true</variable>
16                   <variable id="system_stack" type="bool">false</variable>
17                   <variable id="using_server" type="bool">false</variable>
18                </variable_group>
19                </variable_definition>
20        </context>
21       
22   <context id="icosagcm_input"  src="./context_input_dynamico.xml" /> 
23   <context id="icosagcm"        src="./context_dynamico.xml" /> 
24   <context id="icosagcm"        src="./file_def_dynamico.xml" /> 
25   <!--context id="icosagcm"        src="./tracers_dynamico.xml" /--> 
26   <!-- For running with LMDZ, following line is added by dynamicolmdz.driver while using libIGCM:   -->
27   <context id="LMDZ" src="./context_lmdz_physics.xml" />
28
29
30</simulation>
31
Note: See TracBrowser for help on using the repository browser.