source: branches/publications/ORCHIDEE_CAN_r2290/src_xml/iodef.xml

Last change on this file was 1899, checked in by matthew.mcgrath, 11 years ago

DEV: Trunk merges up to and including r1877...missed a couple before

File size: 5.4 KB
Line 
1<?xml version="1.0"?>
2<!-- =========================================================================================================== -->
3<!-- iodef.xml : Configuration file for production of output files using XIOS                                    -->
4<!--             This file includes the files :                                                                  -->
5<!--                  field_def_orchidee.xml    Definition of all existing variables                             -->
6<!--                  file_def_orchidee.xml     USER SPECIFICATION FILE :                                        -->
7<!--                                            Definition of output files and variables produced                -->
8<!-- =========================================================================================================== -->
9
10<simulation>
11
12  <!-- =========================================================================================================== -->
13  <!-- XIOS context                                                                                                -->
14  <!-- =========================================================================================================== -->
15  <context id="xios">
16    <variable_definition>
17      <variable_group id="buffer">
18            buffer_size = 80000000
19            buffer_server_factor_size = 2
20         </variable_group>
21      <variable_group id="parameters">
22        <variable id="using_server" type="boolean">false</variable>
23        <variable id="info_level" type="int">0</variable>
24      </variable_group>
25    </variable_definition>
26  </context>
27
28  <!-- =========================================================================================================== -->
29  <!-- ORCHIDEE context                                                                                            -->
30  <!-- =========================================================================================================== -->
31  <context id="orchidee">
32
33
34    <!-- =========================================================================================================== -->
35    <!-- Definition of all existing variables                                                                        -->
36    <!-- DO NOT CHANGE THIS FILE                                                                                     -->
37    <!-- =========================================================================================================== -->
38    <field_definition src="./field_def_orchidee.xml"/>
39
40
41    <!-- =========================================================================================================== -->
42    <!-- Definition of output files                                                                                  -->
43    <!-- Definition of variables or groups included in the different files                                           -->
44    <!-- CHANGE THIS FILE BY ADDING THE FILES AND/OR VARIABLES YOU WANT TO PRODUCE                                   -->
45    <!-- Only variables and groups existing in field_def_orchidee.xml can be used                                    -->
46    <!-- =========================================================================================================== -->
47    <file_definition src="./file_def_orchidee.xml"/>
48
49
50    <!-- =========================================================================================================== -->
51    <!-- Definition of horizontal domain                                                                             -->
52    <!-- =========================================================================================================== -->
53    <domain_definition>
54      <domain id="domain_landpoints"/>
55    </domain_definition>
56
57    <!-- =========================================================================================================== -->
58    <!-- Definition of vertical axis and extra dimensions                                                            -->
59    <!-- =========================================================================================================== -->
60    <axis_definition>
61      <!-- Vertical axis and extra dimensions in sechiba -->
62      <axis id="veget" standard_name="model_level_number" long_name="Vegetation types" unit="1"/>
63      <axis id="laiax" standard_name="model_level_number" long_name="Nb LAI" unit="1"/>
64      <axis id="solth" standard_name="model_level_number" long_name="Soil levels" unit="m"/>
65      <axis id="soiltyp" standard_name="model_level_number" long_name="Soil types" unit="1"/>
66      <axis id="nobio" standard_name="model_level_number" long_name="Other surface types" unit="1"/>
67      <axis id="albtyp" standard_name="model_level_number" long_name="Albedo types" unit="1"/>
68      <axis id="solay" standard_name="model_level_number" long_name="Hydrol soil levels" unit="m"/>
69      <!-- Vertical axis and extra dimensions in stomate -->
70      <axis id="PFT" standard_name="model_level_number" long_name="Plant functional type" unit="1"/>
71      <axis id="P10" standard_name="model_level_number" long_name="Pool 10 years" unit="1"/>
72      <axis id="P100" standard_name="model_level_number" long_name="Pool 100 years" unit="1"/>
73      <axis id="P11" standard_name="model_level_number" long_name="Pool 10 years + 1" unit="1"/>
74      <axis id="P101" standard_name="model_level_number" long_name="Pool 100 years + 1" unit="1"/>
75    </axis_definition>
76  </context>
77</simulation>
Note: See TracBrowser for help on using the repository browser.