Last change
on this file since 8692 was
4333,
checked in by josefine.ghattas, 8 years ago
|
- Merge with trunk for revision r3623 - r3977
- Some corrections for gfortran
|
File size:
1.8 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="info_level" type="int">1</variable> |
---|
15 | <variable id="using_server" type="bool">false</variable> |
---|
16 | <variable id="using_oasis" type="bool">false</variable> |
---|
17 | <variable id="oasis_codes_id" type="string" >LMDZ,oceanx</variable> |
---|
18 | </variable_definition> |
---|
19 | |
---|
20 | </context> |
---|
21 | |
---|
22 | <!-- =========================================================================================================== --> |
---|
23 | <!-- ORCHIDEE context --> |
---|
24 | <!-- The file context_orchidee.xml is included here. This file needs to exist during run time. --> |
---|
25 | <!-- =========================================================================================================== --> |
---|
26 | <context id="orchidee" src="./context_orchidee.xml"/> |
---|
27 | |
---|
28 | </simulation> |
---|
Note: See
TracBrowser
for help on using the repository browser.