[4615] | 1 | <?xml version="1.0"?> |
---|
| 2 | <!-- =========================================================================================================== --> |
---|
| 3 | <!-- iodef.xml --> |
---|
| 4 | <!-- Main configuration file for reading and writing files using XIOS --> |
---|
| 5 | <!-- This file includes 2 mandatory files for ORCHIDEE: --> |
---|
| 6 | <!-- - context_orchidee.xml containing all specifications for writing of diagnostic output files --> |
---|
| 7 | <!-- - context_input_orchidee.xml containing specifications for reading and interpolating input files. --> |
---|
| 8 | <!-- --> |
---|
| 9 | <!-- $HeadURL: svn://forge.ipsl.jussieu.fr/orchidee/branches/ORCHIDEE_2_2/ORCHIDEE/src_xml/iodef.xml $ --> |
---|
| 10 | <!-- $Date: 2019-07-05 15:36:20 +0200 (Fri, 05 Jul 2019) $ --> |
---|
| 11 | <!-- $Revision: 6103 $ --> |
---|
| 12 | <!-- =========================================================================================================== --> |
---|
| 13 | |
---|
| 14 | <simulation> |
---|
| 15 | |
---|
| 16 | <!-- =========================================================================================================== --> |
---|
| 17 | <!-- XIOS context --> |
---|
| 18 | <!-- =========================================================================================================== --> |
---|
| 19 | <context id="xios"> |
---|
| 20 | <variable_definition> |
---|
| 21 | <variable id="info_level" type="int">1</variable> |
---|
| 22 | <variable id="using_server" type="bool">false</variable> |
---|
| 23 | <variable id="using_oasis" type="bool">false</variable> |
---|
| 24 | <variable id="oasis_codes_id" type="string" >LMDZ,oceanx</variable> |
---|
| 25 | </variable_definition> |
---|
| 26 | |
---|
| 27 | </context> |
---|
| 28 | |
---|
| 29 | <!-- =========================================================================================================== --> |
---|
| 30 | <!-- ORCHIDEE context --> |
---|
| 31 | <!-- The files context_orchidee.xml and context_input_orchidee.xml are included here. --> |
---|
| 32 | <!-- These files need to exist in the run directory during run time. --> |
---|
| 33 | <!-- =========================================================================================================== --> |
---|
| 34 | <context id="orchidee" src="./context_orchidee.xml"/> |
---|
| 35 | <context id="orchidee" src="./context_input_orchidee.xml"/> |
---|
| 36 | |
---|
| 37 | <!-- Add following file for the case ROUTING_METHOD=simple |
---|
| 38 | <context id="orchidee" src="./context_routing_orchidee.xml"/> |
---|
| 39 | --> |
---|
| 40 | </simulation> |
---|
| 41 | |
---|