Last change
on this file was
4094,
checked in by josefine.ghattas, 8 years ago
|
Added propset
|
-
Property svn:keywords set to
Date Revision HeadURL
|
File size:
2.1 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 | <!-- $HeadURL$ --> |
---|
7 | <!-- $Date$ --> |
---|
8 | <!-- $Revision$ --> |
---|
9 | <!-- =========================================================================================================== --> |
---|
10 | |
---|
11 | <simulation> |
---|
12 | |
---|
13 | <!-- =========================================================================================================== --> |
---|
14 | <!-- XIOS context --> |
---|
15 | <!-- =========================================================================================================== --> |
---|
16 | <context id="xios"> |
---|
17 | <variable_definition> |
---|
18 | <variable id="info_level" type="int">1</variable> |
---|
19 | <variable id="using_server" type="bool">false</variable> |
---|
20 | <variable id="using_oasis" type="bool">false</variable> |
---|
21 | <variable id="oasis_codes_id" type="string" >LMDZ,oceanx</variable> |
---|
22 | </variable_definition> |
---|
23 | |
---|
24 | </context> |
---|
25 | |
---|
26 | <!-- =========================================================================================================== --> |
---|
27 | <!-- ORCHIDEE context --> |
---|
28 | <!-- The file context_orchidee.xml is included here. This file needs to exist during run time. --> |
---|
29 | <!-- =========================================================================================================== --> |
---|
30 | <context id="orchidee" src="./context_orchidee.xml"/> |
---|
31 | |
---|
32 | </simulation> |
---|
Note: See
TracBrowser
for help on using the repository browser.