source: LMDZ6/branches/IPSLCM6.0.15/DefLists/context_lmdz.xml @ 3271

Last change on this file since 3271 was 3271, checked in by Laurent Fairhead, 7 years ago

Changes necessary for CMIP6 workflow

  • 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: 6.7 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  <file_definition src="./file_def_histstrataer_lmdz.xml"/>
24 
25  <!-- Define domains and groups of domains -->
26  <domain_definition>
27    <domain id="dom_glo" data_dim="2" />
28    <domain id="greordered"  domain_ref="dom_glo">
29      <reorder_domain invert_lat="true" shift_lon_fraction="0.5" min_lon="0" max_lon="360" />
30    </domain> 
31  </domain_definition>
32 
33  <!-- Need to define a grid? Do it here -->
34<!--  <grid_definition>
35    <grid_group id="vertical" axis_ref="presnivs" />
36  </grid_> -->
37
38<!-- Define Scalar grid for GHG, orbital parameters and solar constants -->
39  <grid_definition>
40    <grid id="grid_scalar" >
41    <scalar/>
42    </grid>
43  </grid_definition>
44 
45  <!-- Define groups of vertical axes -->
46  <axis_definition>
47    <axis id="presnivs" standard_name="Vertical levels" unit="Pa">
48    </axis>
49    <axis id="Ahyb" standard_name="Ahyb comp of Hyb Cord" unit="Pa">
50    </axis> 
51    <axis id="Bhyb" standard_name="Bhyb comp of Hyb Cord" unit="">
52    </axis>
53    <axis id="Ahyb_inter" standard_name="A comp of Hyb Cord at interface" unit="Pa">
54    </axis> 
55    <axis id="Bhyb_inter" standard_name="B comp of Hyb Cord at interface" unit="">
56    </axis>
57    <axis id="Alt" standard_name="Height approx for scale heigh of 8km at levels" unit="km">
58    </axis>
59    <axis id="plev" standard_name="model_level_number" unit="Pa">
60    </axis>
61    <axis id="klev"  prec="8" long_name = "hybrid sigma pressure coordinate"
62          standard_name ="atmosphere_hybrid_sigma_pressure_coordinate" unit="1">
63    </axis>
64    <axis id="bnds" standard_name="bounds" unit="1" >
65    </axis>
66    <axis id="spectband" standard_name="Sensor Band Central Radiation Wavenumber" unit="m-1">
67    </axis>
68    <axis id="axis_lat" standard_name="Latitude axis">
69           <reduce_domain operation="average" direction="iDir" />
70    </axis>
71
72<!-- Cosp axis definitions-->
73    <axis id="height" standard_name="Cosp levels" unit="m"> 
74    </axis>
75    <axis id="height_mlev" standard_name="height_mlev" unit="m"> 
76    </axis>
77    <axis id="sza" standard_name="solar_zenith_angle" unit="degrees">
78    </axis>
79    <axis id="pressure2" standard_name="pressure" unit="mb">
80    </axis>
81    <axis id="column" standard_name="column" unit="count"> 
82    </axis> 
83    <axis id="temp" standard_name="temperature" unit="K"> 
84    </axis> 
85    <axis id="cth16" name="cth" standard_name="altitude" unit="m"> 
86    </axis> 
87    <axis id="ReffIce" standard_name="ReffIce" unit="microne" >
88    </axis>
89    <axis id="ReffLiq" standard_name="ReffLiq" unit="microne" >
90    </axis>
91    <axis id="scatratio" standard_name="scatratio" unit="1" >
92    </axis>
93    <axis id="dbze" standard_name="dbze" unit="dBZ" >
94    </axis>
95    <axis id="tau" standard_name="tau" unit="1" >
96    </axis>
97  </axis_definition>
98
99  <grid_definition>
100
101    <grid id="klev_bnds"> <axis axis_ref="klev" /> <axis axis_ref="bnds" /> </grid>
102
103     <grid id="grid_glo">
104        <domain domain_ref="dom_glo" />
105     </grid>
106
107     <grid id="grid_glo_presnivs">
108        <domain domain_ref="dom_glo" />
109        <axis axis_ref="presnivs" />
110     </grid>
111
112
113     <grid id="grid_glo_plev">
114        <domain domain_ref="dom_glo" />
115        <axis axis_ref="plev" />
116     </grid>
117
118     <grid id="grid_glo_spectband">
119        <domain domain_ref="dom_glo" />
120        <axis axis_ref="spectband" />
121     </grid>
122
123     <grid id="grid_glo_height">
124        <domain domain_ref="dom_glo" />
125        <axis axis_ref="height" />
126     </grid>
127
128     <grid id="grid_glo_heightmlev">
129        <domain domain_ref="dom_glo" />
130        <axis axis_ref="height_mlev" />
131     </grid>
132
133     <grid id="grid_glo_temp">
134        <domain domain_ref="dom_glo" />
135        <axis axis_ref="temp" />
136     </grid>
137
138     <grid id="grid_glo_sza">
139        <domain domain_ref="dom_glo" />
140        <axis axis_ref="sza" />
141     </grid>
142
143     <grid id="grid_glo_column">
144        <domain domain_ref="dom_glo" />
145        <axis axis_ref="column" />
146     </grid>
147
148
149<!-- Define 4D grids for Cosp simulator -->
150     <grid id="grid4Dcol">
151        <domain domain_ref="dom_glo" />
152        <axis axis_ref="height_mlev" />
153        <axis axis_ref="column" />
154     </grid>
155
156     <grid id="grid4Dsrbin">
157        <domain domain_ref="dom_glo" />
158        <axis axis_ref="height" />
159        <axis axis_ref="scatratio" />
160     </grid>
161
162     <grid id="grid4Ddbze">
163        <domain domain_ref="dom_glo" />
164        <axis axis_ref="height" />
165        <axis axis_ref="dbze" />
166     </grid>
167
168     <grid id="grid4Dtau">
169        <domain domain_ref="dom_glo" />
170        <axis axis_ref="tau" />
171        <axis axis_ref="pressure2" />
172     </grid>
173
174     <grid id="grid4Dmisr">
175        <domain domain_ref="dom_glo" />
176        <axis axis_ref="tau" />
177        <axis axis_ref="cth16" />
178     </grid>
179
180     <grid id="grid4Dreffi">
181        <domain domain_ref="dom_glo" />
182        <axis axis_ref="tau" />
183        <axis axis_ref="ReffIce" />
184     </grid>
185
186     <grid id="grid4Dreffl">
187        <domain domain_ref="dom_glo" />
188        <axis axis_ref="tau" />
189        <axis axis_ref="ReffLiq" />
190     </grid>
191     <grid id="grid4Dcol2">
192        <domain domain_ref="dom_glo" />
193        <axis axis_ref="height" />
194        <axis axis_ref="column" />
195     </grid>
196
197 <!-- Grid definitions to allow summing of a 3D varaible -->   
198      <grid id="grid_3D" >
199         <domain domain_ref="dom_glo" />
200         <axis axis_ref="lev" />
201       </grid>
202
203       <grid id="grid_sum_axis">
204         <domain domain_ref="dom_glo" />
205         <scalar>
206            <reduce_axis operation="sum" />
207         </scalar>
208       </grid>
209
210       <grid id="grid_sum">
211         <scalar >
212        <reduce_domain operation="sum" local="true" />
213        <reduce_scalar operation="sum" />
214         </scalar>
215         <scalar>
216         </scalar>
217       </grid>
218
219  </grid_definition>
220
221</context>
Note: See TracBrowser for help on using the repository browser.