Last change
on this file since 7212 was
3096,
checked in by josefine.ghattas, 9 years ago
|
Added posibility to use and link with XIOS2.
- Preprossessing key XIOS and XIOS2 must be set to link with XIOS2
- Preprossessing key XIOS(and not XIOS2) must be set to link to XIOS1
For running choose the corresponding iodef_xios1.xml and iodef_xios2.xml and rename it as iodef.xml
Yann Meurdesoif
|
File size:
1.9 KB
|
Line | |
---|
1 | <?xml version="1.0"?> |
---|
2 | <!-- =========================================================================================================== --> |
---|
3 | <!-- iodef.xml : Main configuration file for production of output files using XIOS --> |
---|
4 | <!-- A seperatate file context_orchidee.xml contains all specifications for ORCHIDEE --> |
---|
5 | <!-- =========================================================================================================== --> |
---|
6 | |
---|
7 | <simulation> |
---|
8 | |
---|
9 | <!-- =========================================================================================================== --> |
---|
10 | <!-- XIOS context --> |
---|
11 | <!-- =========================================================================================================== --> |
---|
12 | <context id="xios"> |
---|
13 | <variable_definition> |
---|
14 | <variable id="buffer_size" type="integer">10000000</variable> |
---|
15 | <variable id="buffer_server_factor_size" type="integer">2</variable> |
---|
16 | <variable id="info_level" type="integer">1</variable> |
---|
17 | <variable id="using_server" type="boolean">false</variable> |
---|
18 | <variable id="using_oasis" type="boolean">false</variable> |
---|
19 | <variable id="oasis_codes_id" type="string" >LMDZ,oceanx</variable> |
---|
20 | </variable_definition> |
---|
21 | |
---|
22 | </context> |
---|
23 | |
---|
24 | <!-- =========================================================================================================== --> |
---|
25 | <!-- ORCHIDEE context --> |
---|
26 | <!-- The file context_orchidee.xml is included here. This file needs to exist during run time. --> |
---|
27 | <!-- =========================================================================================================== --> |
---|
28 | <context id="orchidee" src="./context_orchidee.xml"/> |
---|
29 | |
---|
30 | </simulation> |
---|
Note: See
TracBrowser
for help on using the repository browser.