source: tags/ORCHIDEE_2_1/ORCHIDEE/src_xml/iodef.xml @ 5630

Last change on this file since 5630 was 5565, checked in by josefine.ghattas, 6 years ago

Reorganization of xml files: Now regrouping all sections related to reading and interpolating input files in the file context_input_orchidee.xml. This new file must always be included from iodef.xml. The content of file_def_input_orchidee.xml has been included in context_input_orchidee.xml and the file is deleted.

These changes do not induce any differences in results but the run configuration must be modified to copy the new file and include it in iodef.xml. This will be done in trunk/ORCHIDEE_OL offline experiments in a next coming changeset. For coupled configurations, these changes will be done in v6.2 configuration files. Note also that the file file_def_input_orchidee.xml has been removed and should not longer be copied to the run directory.

  • Property svn:keywords set to Date Revision HeadURL
File size: 2.6 KB
Line 
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$                           -->
10<!-- $Date$                                                     -->
11<!-- $Revision$                                                                                           -->
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</simulation>
Note: See TracBrowser for help on using the repository browser.