source: branches/publications/ORCHIDEE_CAN_r3069/src_xml/context_orchidee.xml @ 5241

Last change on this file since 5241 was 2608, checked in by sebastiaan.luyssaert, 9 years ago

DEV: code compiles but needs to be tested. Trunk changes up to and including r2223 thus MICT with the bug. Note that the explicitsnow code was copied but has some conflicts with the DOFOCO code

File size: 4.0 KB
Line 
1<!-- =========================================================================================================== -->
2<!-- ORCHIDEE context                                                                                            -->
3<!-- context_orchidee.xml : Configuration file for ORCHIDEE for production of output files using XIOS            -->
4<!-- =========================================================================================================== -->
5<context id="orchidee">
6 
7 
8  <!-- =========================================================================================================== -->
9  <!-- Definition of all existing variables                                                                        -->
10  <!-- DO NOT CHANGE THIS FILE                                                                                     -->
11  <!-- =========================================================================================================== -->
12  <field_definition src="./field_def_orchidee.xml"/>
13 
14 
15  <!-- =========================================================================================================== -->
16  <!-- Definition of output files                                                                                  -->
17  <!-- Definition of variables or groups included in the different files                                           -->
18  <!-- CHANGE THIS FILE BY ADDING THE FILES AND/OR VARIABLES YOU WANT TO PRODUCE                                   -->
19  <!-- Only variables and groups existing in field_def_orchidee.xml can be used                                    -->
20  <!-- =========================================================================================================== -->
21  <file_definition src="./file_def_orchidee.xml"/>
22 
23 
24  <!-- =========================================================================================================== -->
25  <!-- Definition of horizontal domain                                                                             -->
26  <!-- =========================================================================================================== -->
27  <domain_definition>
28    <domain id="domain_landpoints"/>
29  </domain_definition>
30 
31  <!-- =========================================================================================================== -->
32  <!-- Definition of vertical axis and extra dimensions                                                            -->
33  <!-- =========================================================================================================== -->
34  <axis_definition>
35    <!-- Vertical axis and extra dimensions in sechiba -->
36    <axis id="veget" standard_name="model_level_number" long_name="Vegetation types" unit="1"/>
37    <axis id="laiax" standard_name="model_level_number" long_name="Nb LAI" unit="1"/>
38    <axis id="solth" standard_name="model_level_number" long_name="Soil levels" unit="m"/>
39    <axis id="soiltyp" standard_name="model_level_number" long_name="Soil types" unit="1"/>
40    <axis id="nobio" standard_name="model_level_number" long_name="Other surface types" unit="1"/>
41    <axis id="albtyp" standard_name="model_level_number" long_name="Albedo types" unit="1"/>
42    <axis id="solay" standard_name="model_level_number" long_name="Hydrol soil levels" unit="m"/>
43    <axis id="soildiag" standard_name="model_level_number" long_name="Diagnostic soil levels" unit="m"/>
44    <axis id="snowlev" standard_name="model_level_number" long_name="Snow levels" unit="m"/>
45
46    <!-- Vertical axis and extra dimensions in stomate -->
47    <axis id="PFT" standard_name="model_level_number" long_name="Plant functional type" unit="1"/>
48    <axis id="P10" standard_name="model_level_number" long_name="Pool 10 years" unit="1"/>
49    <axis id="P100" standard_name="model_level_number" long_name="Pool 100 years" unit="1"/>
50    <axis id="P11" standard_name="model_level_number" long_name="Pool 10 years + 1" unit="1"/>
51    <axis id="P101" standard_name="model_level_number" long_name="Pool 100 years + 1" unit="1"/>
52  </axis_definition>
53
54</context>
Note: See TracBrowser for help on using the repository browser.