Last change
on this file since 2848 was
2013,
checked in by jghattas, 11 years ago
|
Extracted context LMDZ from iodef.xml file into a new file context_lmdz.xml. This is done to make easier the use of several componantes with XIOS.
JG+EM
|
-
Property copyright set to
Name of program: LMDZ Creation date: 1984 Version: LMDZ5 License: CeCILL version 2 Holder: Laboratoire de m\'et\'eorologie dynamique, CNRS, UMR 8539 See the license file in the root directory
|
File size:
1.6 KB
|
Line | |
---|
1 | <!-- Context LMDZ --> |
---|
2 | <context id="LMDZ" calendar_type="D360" start_date="1980-01-01 00:00:00"> |
---|
3 | |
---|
4 | <!-- Define available variables --> |
---|
5 | <field_definition src="./field_def_lmdz.xml"/> |
---|
6 | |
---|
7 | <!-- Define output files |
---|
8 | Each file contains the list of variables and their output levels --> |
---|
9 | |
---|
10 | <file_definition src="./file_def_histday_lmdz.xml"/> |
---|
11 | <file_definition src="./file_def_histhf_lmdz.xml"/> |
---|
12 | <file_definition src="./file_def_histins_lmdz.xml"/> |
---|
13 | <file_definition src="./file_def_histLES_lmdz.xml"/> |
---|
14 | <file_definition src="./file_def_histmth_lmdz.xml"/> |
---|
15 | <file_definition src="./file_def_histstn_lmdz.xml"/> |
---|
16 | <file_definition src="./file_def_histmthNMC_lmdz.xml"/> |
---|
17 | <file_definition src="./file_def_histdayNMC_lmdz.xml"/> |
---|
18 | <file_definition src="./file_def_histhfNMC_lmdz.xml"/> |
---|
19 | |
---|
20 | <!-- Define domains and groups of domains --> |
---|
21 | <domain_definition> |
---|
22 | <domain id="dom_glo" data_dim="2" /> |
---|
23 | </domain_definition> |
---|
24 | |
---|
25 | <!-- Need to define a grid? Do it here --> |
---|
26 | <grid_definition> |
---|
27 | <grid_group id="vertical" axis_ref="presnivs" /> |
---|
28 | </grid_definition> |
---|
29 | |
---|
30 | <!-- Define groups of vertical axes --> |
---|
31 | <axis_definition> |
---|
32 | <axis id="presnivs" standard_name="Vertical levels" unit="Pa"> |
---|
33 | </axis> |
---|
34 | <axis id="Ahyb" standard_name="Ahyb comp of Hyb Cord" unit="Pa"> |
---|
35 | </axis> |
---|
36 | <axis id="Bhyb" standard_name="Bhyb comp of Hyb Cord" unit=""> |
---|
37 | </axis> |
---|
38 | <axis id="Alt" standard_name="Height approx for scale heigh of 8km at levels" unit="km"> |
---|
39 | </axis> |
---|
40 | <axis id="plev" standard_name="model_level_number" unit="Pa"> |
---|
41 | </axis> |
---|
42 | </axis_definition> |
---|
43 | </context> |
---|
Note: See
TracBrowser
for help on using the repository browser.