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="nvm" name="veget" standard_name="model_level_number" long_name="Vegetation types" unit="1"/> |
---|
37 | <axis id="nlaip1" name="laiax" standard_name="model_level_number" long_name="Interface of LAI layers" unit="1"/> |
---|
38 | <axis id="ngrnd" name="solth" standard_name="model_level_number" long_name="Thermal soil levels" unit="m"/> |
---|
39 | <axis id="nstm" name="soiltyp" standard_name="model_level_number" long_name="Soil tiles" unit="1"/> |
---|
40 | <axis id="nnobio" name="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="nslm" name="solay" standard_name="model_level_number" long_name="Hydrological soil levels" unit="1"/> |
---|
43 | <axis id="nsnow" name="snowlev" standard_name="model_level_number" long_name="Snow levels" unit="1"/> |
---|
44 | |
---|
45 | <!-- Vertical axis and extra dimensions in stomate --> |
---|
46 | <axis id="ndeep" standard_name="model_level_number" long_name="Number of soil layers" unit="1"/> |
---|
47 | <axis id="nwp" standard_name="model_level_number" long_name="Number of types of wood product pool considered" 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 | <grid_definition> |
---|
55 | <grid id="grid_ndeepnvm"> |
---|
56 | <domain id="domain_landpoints" /> |
---|
57 | <axis id="ndeep" /> |
---|
58 | <axis id="nvm" /> |
---|
59 | </grid> |
---|
60 | |
---|
61 | <grid id="grid_nsnownvm"> |
---|
62 | <domain id="domain_landpoints" /> |
---|
63 | <axis id="nsnow" /> |
---|
64 | <axis id="nvm" /> |
---|
65 | </grid> |
---|
66 | |
---|
67 | <grid id="grid_P10nwp"> |
---|
68 | <domain id="domain_landpoints" /> |
---|
69 | <axis id="P10" /> |
---|
70 | <axis id="nwp" /> |
---|
71 | </grid> |
---|
72 | <grid id="grid_P11nwp"> |
---|
73 | <domain id="domain_landpoints" /> |
---|
74 | <axis id="P11" /> |
---|
75 | <axis id="nwp" /> |
---|
76 | </grid> |
---|
77 | <grid id="grid_P100nwp"> |
---|
78 | <domain id="domain_landpoints" /> |
---|
79 | <axis id="P100" /> |
---|
80 | <axis id="nwp" /> |
---|
81 | </grid> |
---|
82 | <grid id="grid_P101nwp"> |
---|
83 | <domain id="domain_landpoints" /> |
---|
84 | <axis id="P101" /> |
---|
85 | <axis id="nwp" /> |
---|
86 | </grid> |
---|
87 | |
---|
88 | <grid id="grid_nslmnstm"> |
---|
89 | <domain id="domain_landpoints" /> |
---|
90 | <axis id="nslm" /> |
---|
91 | <axis id="nstm" /> |
---|
92 | </grid> |
---|
93 | |
---|
94 | <grid id="grid_nvmnstm"> |
---|
95 | <domain id="domain_landpoints" /> |
---|
96 | <axis id="nvm" /> |
---|
97 | <axis id="nstm" /> |
---|
98 | </grid> |
---|
99 | |
---|
100 | <grid id="grid_ngrndnvm"> |
---|
101 | <domain id="domain_landpoints" /> |
---|
102 | <axis id="ngrnd" /> |
---|
103 | <axis id="nvm" /> |
---|
104 | </grid> |
---|
105 | </grid_definition> |
---|
106 | |
---|
107 | </context> |
---|