source: LMDZ5/branches/IPSLCM5A2.1/DefLists/context_lmdz.xml @ 3618

Last change on this file since 3618 was 3618, checked in by acozic, 4 years ago

Changes necessary for CMIP6 workflow - (see rev 3271 on LMDZ6/branches/IPSLCM6.0.15)

  • 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: 3.5 KB
Line 
1<!-- Context LMDZ -->
2<context id="LMDZ">
3<!--  <calendar type="D360" start_date="1980-01-01 00:00:00" /> -->
4 
5  <!-- Define available variables -->
6  <field_definition src="./field_def_lmdz.xml"/> 
7 
8  <!-- Define output files
9       Each file contains the list of variables and their output levels -->
10 
11  <file_definition src="./file_def_histday_lmdz.xml"/>
12  <file_definition src="./file_def_histhf_lmdz.xml"/>
13  <file_definition src="./file_def_histins_lmdz.xml"/>
14  <file_definition src="./file_def_histLES_lmdz.xml"/>
15  <file_definition src="./file_def_histmth_lmdz.xml"/> 
16  <file_definition src="./file_def_histstn_lmdz.xml"/>
17  <file_definition src="./file_def_histmthNMC_lmdz.xml"/>
18  <file_definition src="./file_def_histdayNMC_lmdz.xml"/>
19  <file_definition src="./file_def_histhfNMC_lmdz.xml"/>
20  <file_definition src="./file_def_histmthCOSP_lmdz.xml"/>
21  <file_definition src="./file_def_histdayCOSP_lmdz.xml"/>
22  <file_definition src="./file_def_histhfCOSP_lmdz.xml"/>
23 
24  <!-- Define domains and groups of domains -->
25  <domain_definition>
26    <domain id="dom_glo" data_dim="2" />
27  </domain_definition>
28 
29  <!-- Need to define a grid? Do it here -->
30<!--  <grid_definition>
31    <grid_group id="vertical" axis_ref="presnivs" />
32  </grid_> -->
33
34  <grid_definition>
35     <grid id="grid_glo">
36        <domain domain_ref="dom_glo" />
37     </grid>
38
39     <grid id="grid_glo_presnivs">
40        <domain domain_ref="dom_glo" />
41        <axis axis_ref="presnivs" />
42     </grid>
43
44     <grid id="grid_glo_height">
45        <domain domain_ref="dom_glo" />
46        <axis axis_ref="height" />
47     </grid>
48
49     <grid id="grid_glo_sza">
50        <domain domain_ref="dom_glo" />
51        <axis axis_ref="sza" />
52     </grid>
53
54     <grid id="grid_glo_heightmlev">
55        <domain domain_ref="dom_glo" />
56        <axis axis_ref="height_mlev" />
57     </grid>
58
59     <grid id="grid_glo_temp">
60        <domain domain_ref="dom_glo" />
61        <axis axis_ref="temp" />
62     </grid>
63
64     <grid id="grid_glo_plev">
65        <domain domain_ref="dom_glo" />
66        <axis axis_ref="plev" />
67     </grid>
68
69     <grid id="grid_glo_pressure2">
70        <domain domain_ref="dom_glo" />
71        <axis axis_ref="pressure2" />
72     </grid>
73
74     <grid id="grid_glo_column">
75        <domain domain_ref="dom_glo" />
76        <axis axis_ref="column" />
77     </grid>
78
79     <grid id="grid_glo_cth16">
80        <domain domain_ref="dom_glo" />
81        <axis axis_ref="cth16" />
82     </grid>
83
84  </grid_definition>
85 
86  <!-- Define groups of vertical axes -->
87  <axis_definition>
88    <axis id="presnivs" standard_name="Vertical levels" unit="Pa">
89    </axis>
90    <axis id="Ahyb" standard_name="Ahyb comp of Hyb Cord" unit="Pa">
91    </axis> 
92    <axis id="Bhyb" standard_name="Bhyb comp of Hyb Cord" unit="">
93    </axis>
94    <axis id="Alt" standard_name="Height approx for scale heigh of 8km at levels" unit="km">
95    </axis>
96    <axis id="plev" standard_name="model_level_number" unit="Pa">
97    </axis>
98
99<!-- Cosp axis definitions-->
100    <axis id="height" standard_name="Cosp levels" unit="m"> 
101    </axis>
102    <axis id="height_mlev" standard_name="height_mlev" unit="m"> 
103    </axis>
104    <axis id="sza" standard_name="solar_zenith_angle" unit="degrees">
105    </axis>
106    <axis id="pressure2" standard_name="pressure" unit="mb">
107    </axis>
108    <axis id="column" standard_name="column" unit="count"> 
109    </axis> 
110    <axis id="temp" standard_name="temperature" unit="K"> 
111    </axis> 
112    <axis id="cth16" name="cth" standard_name="altitude" unit="m"> 
113    </axis> 
114
115  </axis_definition>
116</context>
Note: See TracBrowser for help on using the repository browser.