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 | <file_definition src="./file_def_histmthCOSP_lmdz.xml"/> |
---|
20 | <file_definition src="./file_def_histdayCOSP_lmdz.xml"/> |
---|
21 | <file_definition src="./file_def_histhfCOSP_lmdz.xml"/> |
---|
22 | |
---|
23 | <!-- Define domains and groups of domains --> |
---|
24 | <domain_definition> |
---|
25 | <domain id="dom_glo" data_dim="2" /> |
---|
26 | </domain_definition> |
---|
27 | |
---|
28 | <!-- Need to define a grid? Do it here --> |
---|
29 | <grid_definition> |
---|
30 | <grid_group id="vertical" axis_ref="presnivs" /> |
---|
31 | </grid_definition> |
---|
32 | |
---|
33 | <!-- Define groups of vertical axes --> |
---|
34 | <axis_definition> |
---|
35 | <axis id="presnivs" standard_name="Vertical levels" unit="Pa"> |
---|
36 | </axis> |
---|
37 | <axis id="Ahyb" standard_name="Ahyb comp of Hyb Cord" unit="Pa"> |
---|
38 | </axis> |
---|
39 | <axis id="Bhyb" standard_name="Bhyb comp of Hyb Cord" unit=""> |
---|
40 | </axis> |
---|
41 | <axis id="Alt" standard_name="Height approx for scale heigh of 8km at levels" unit="km"> |
---|
42 | </axis> |
---|
43 | <axis id="plev" standard_name="model_level_number" unit="Pa"> |
---|
44 | </axis> |
---|
45 | |
---|
46 | <!-- Cosp axis definitions--> |
---|
47 | <!-- <axis id="height" standard_name="Cosp levels" unit="m"> --> |
---|
48 | <!-- </axis> --> |
---|
49 | <!-- <axis id="height_mlev" standard_name="height_mlev" unit="m"> --> |
---|
50 | <!-- </axis> --> |
---|
51 | <!-- <axis id="sza" standard_name="solar_zenith_angle" unit="degrees"> --> |
---|
52 | <!-- </axis> --> |
---|
53 | <!-- <axis id="pressure2" standard_name="pressure" unit="mb"> --> |
---|
54 | <!-- </axis> --> |
---|
55 | <!-- <axis id="column" standard_name="column" unit="count"> --> |
---|
56 | <!-- </axis> --> |
---|
57 | <!-- <axis id="temp" standard_name="temperature" unit="K"> --> |
---|
58 | <!-- </axis> --> |
---|
59 | <!-- <axis id="cth16" name="cth" standard_name="altitude" unit="m"> --> |
---|
60 | <!-- </axis> --> |
---|
61 | |
---|
62 | </axis_definition> |
---|
63 | </context> |
---|