1 | <?xml version="1.0"?> |
---|
2 | <!-- =========================================================================================================== --> |
---|
3 | <!-- iodef.xml : Configuration file for production of output files using XIOS --> |
---|
4 | <!-- This file contains the context XIOS. --> |
---|
5 | <!-- The model components context will be add automatically by the comp.driver --> |
---|
6 | <!-- =========================================================================================================== --> |
---|
7 | |
---|
8 | <simulation> |
---|
9 | |
---|
10 | <!-- =========================================================================================================== --> |
---|
11 | <!-- XIOS context --> |
---|
12 | <!-- =========================================================================================================== --> |
---|
13 | <context id="xios"> |
---|
14 | |
---|
15 | <variable_definition> |
---|
16 | <variable_group id="server"> |
---|
17 | <variable id="using_server2" type="bool">false</variable> |
---|
18 | <variable id="ratio_server2" type="int">50</variable> |
---|
19 | </variable_group> |
---|
20 | |
---|
21 | <variable_group id="buffer"> |
---|
22 | <variable id="optimal_buffer_size" type="string">performance</variable> |
---|
23 | <variable id="buffer_size_factor" type="double">1.0</variable> |
---|
24 | <variable id="min_buffer_size" type="int">10000000</variable> |
---|
25 | </variable_group> |
---|
26 | |
---|
27 | <variable_group id="parameters" > |
---|
28 | <variable id="using_server" type="bool">true</variable> |
---|
29 | <variable id="info_level" type="int">1</variable> |
---|
30 | <variable id="print_file" type="bool">false</variable> |
---|
31 | <variable id="using_oasis" type="bool">false</variable> |
---|
32 | <variable id="oasis_codes_id" type="string" >LMDZ,oceanx</variable> |
---|
33 | </variable_group> |
---|
34 | <variable id="activate_non_distributed_transformation" type="bool">true</variable> |
---|
35 | <variable id="recv_field_timeout" type="double">3000.0</variable> |
---|
36 | <variable id="call_oasis_enddef" type="bool">true</variable> |
---|
37 | </variable_definition> |
---|
38 | |
---|
39 | </context> |
---|
40 | |
---|
41 | <!-- =========================================================================================================== --> |
---|
42 | <!-- COMPONENT CONTEXT : the model components context will be add automatically by the comp.driver --> |
---|
43 | <context id="orchidee" src="./context_orchidee.xml"/> |
---|
44 | <context id="orchidee" src="./context_input_orchidee.xml"/> |
---|
45 | <context id="orchidee" src="./context_routing_orchidee.xml"/> |
---|
46 | <context id="LMDZ" src="./context_lmdz.xml"/> |
---|
47 | |
---|
48 | </simulation> |
---|