source: branches/publications/ORCHIDEE-ICE_SurfaceMassBalance/src_xml/context_orchidee.xml @ 8398

Last change on this file since 8398 was 7396, checked in by christophe.dumas, 3 years ago

New 3 layer ice scheme on ice-sheet area that can be activated via the OK_ICE_SHEET flag

  • Property svn:keywords set to Date Revision HeadURL
File size: 4.8 KB
Line 
1<!-- =========================================================================================================== -->
2<!-- ORCHIDEE context                                                                                            -->
3<!-- context_orchidee.xml : Configuration file for ORCHIDEE for production of output files using XIOS            -->
4<!--                                                                                                             -->
5<!-- $HeadURL$                -->
6<!-- $Date$                                                     -->
7<!-- $Revision$                                                                                           -->
8<!-- =========================================================================================================== -->
9<context id="orchidee">
10 
11 
12  <!-- =========================================================================================================== -->
13  <!-- Definition of all existing variables                                                                        -->
14  <!-- DO NOT CHANGE THIS FILE                                                                                     -->
15  <!-- =========================================================================================================== -->
16  <field_definition src="./field_def_orchidee.xml"/>
17 
18 
19  <!-- =========================================================================================================== -->
20  <!-- Definition of output files                                                                                  -->
21  <!-- Definition of variables or groups included in the different files                                           -->
22  <!-- CHANGE THIS FILE BY ADDING THE FILES AND/OR VARIABLES YOU WANT TO PRODUCE                                   -->
23  <!-- Only variables and groups existing in field_def_orchidee.xml can be used                                    -->
24  <!-- =========================================================================================================== -->
25  <file_definition src="./file_def_orchidee.xml"/>
26 
27 
28  <!-- =========================================================================================================== -->
29  <!-- Definition of horizontal domain                                                                             -->
30  <!-- =========================================================================================================== -->
31  <domain_definition>
32    <domain id="domain_landpoints"/>
33  </domain_definition>
34 
35  <!-- =========================================================================================================== -->
36  <!-- Definition of vertical axis and extra dimensions                                                            -->
37  <!-- =========================================================================================================== -->
38  <axis_definition>
39    <!-- Vertical axis and extra dimensions in sechiba -->
40    <axis id="nvm" name="veget" standard_name="model_level_number" long_name="Vegetation types" unit="1"/>
41    <axis id="nlaip1" name="laiax" standard_name="model_level_number" long_name="Interface of LAI layers" unit="1"/>
42    <axis id="ngrnd" name="solth" standard_name="model_level_number" long_name="Thermal soil levels" unit="m"/>
43    <axis id="nstm" name="soiltyp" standard_name="model_level_number" long_name="Soil tiles" unit="1"/>
44    <axis id="nnobio" name="nobio" standard_name="model_level_number" long_name="Other surface types" unit="1"/>
45    <axis id="albtyp" standard_name="model_level_number" long_name="Albedo types" unit="1"/>
46    <axis id="nslm" name="solay" standard_name="model_level_number" long_name="Hydrological soil levels" unit="1"/>
47    <axis id="nbdl" name="soildiag" standard_name="model_level_number" long_name="Diagnostic soil levels" unit="m"/>
48    <axis id="nsnow" name="snowlev" standard_name="model_level_number" long_name="Snow levels" unit="1"/>
49    <axis id="nice" name="icelev" standard_name="model_level_number" long_name="Ice levels" unit="1"/>
50
51    <!-- Vertical axis and extra dimensions in stomate -->
52    <axis id="P10" standard_name="model_level_number" long_name="Pool 10 years" unit="1"/>
53    <axis id="P100" standard_name="model_level_number" long_name="Pool 100 years" unit="1"/>
54    <axis id="P11" standard_name="model_level_number" long_name="Pool 10 years + 1" unit="1"/>
55    <axis id="P101" standard_name="model_level_number" long_name="Pool 100 years + 1" unit="1"/>
56  </axis_definition>
57
58  <grid_definition>
59    <grid id="grid_nslm_nstm">
60      <domain id="domain_landpoints" />
61      <axis id="nslm" />
62      <axis id="nstm" />
63    </grid>
64
65    <grid id="grid_nvm_nstm">
66      <domain id="domain_landpoints" />
67      <axis id="nvm" />
68      <axis id="nstm" />
69    </grid>
70  </grid_definition>
71
72</context>
Note: See TracBrowser for help on using the repository browser.