1
|
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
<cdmGribReaderConfig xmlns="http://www.met.no/schema/fimex/cdmGribReaderConfig"
|
3
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
|
4
|
<processOptions>
|
5
|
|
6
|
<option name="selectParameters" value="all" />
|
7
|
</processOptions>
|
8
|
<overrule>
|
9
|
|
10
|
|
11
|
</overrule>
|
12
|
<global_attributes>
|
13
|
<attribute name="Conventions" value="CF-1.0" type="string" />
|
14
|
<attribute name="institution" value="Norwegian Meteorological Institute, met.no" type="string" />
|
15
|
<attribute name="source" value="HIRLAM" type="string" />
|
16
|
<attribute name="title" value="unknown" type="string" />
|
17
|
<attribute name="min_time" value="%MIN_DATETIME(%Y-%m-%d %H:%M:%SZ)%" type="string" />
|
18
|
<attribute name="max_time" value="%MAX_DATETIME(%Y-%m-%d)%" type="string" />
|
19
|
<attribute name="Expires" value="%MAX_DATETIME(%Y-%m-%d,2419200)%" type="string" />
|
20
|
<attribute name="references" value="unknown" type="string" />
|
21
|
|
22
|
<attribute name="comment" value="none" type="string" />
|
23
|
</global_attributes>
|
24
|
<axes>
|
25
|
<time id="time" name="time" type="double">
|
26
|
<attribute name="long_name" value="time" type="string" />
|
27
|
<attribute name="standard_name" value="time" type="string" />
|
28
|
|
29
|
|
30
|
<attribute name="units" value="seconds since 1970-01-01 00:00:00 +00:00" type="string" />
|
31
|
</time>
|
32
|
<spatial_axis typeOfGrid="lambert" id="x" name="x" type="float">
|
33
|
<attribute name="long_name" value="x-coordinate in Cartesian system" type="string" />
|
34
|
<attribute name="standard_name" value="projection_x_coordinate" type="string" />
|
35
|
<attribute name="units" value="m" type="string" />
|
36
|
</spatial_axis>
|
37
|
<spatial_axis typeOfGrid="lambert" id="y" name="y" type="float">
|
38
|
<attribute name="long_name" value="y-coordinate in Cartesian system" type="string" />
|
39
|
<attribute name="standard_name" value="projection_y_coordinate" type="string" />
|
40
|
<attribute name="units" value="m" type="string" />
|
41
|
</spatial_axis>
|
42
|
<spatial_axis typeOfGrid="mercator" id="x" name="x" type="float">
|
43
|
<attribute name="long_name" value="x-coordinate in Cartesian system" type="string" />
|
44
|
<attribute name="standard_name" value="projection_x_coordinate" type="string" />
|
45
|
<attribute name="units" value="m" type="string" />
|
46
|
</spatial_axis>
|
47
|
<spatial_axis typeOfGrid="mercator" id="y" name="y" type="float">
|
48
|
<attribute name="long_name" value="y-coordinate in Cartesian system" type="string" />
|
49
|
<attribute name="standard_name" value="projection_y_coordinate" type="string" />
|
50
|
<attribute name="units" value="m" type="string" />
|
51
|
</spatial_axis>
|
52
|
<spatial_axis typeOfGrid="polar_stereographic" id="x" name="x" type="float">
|
53
|
<attribute name="long_name" value="x-coordinate in Cartesian system" type="string" />
|
54
|
<attribute name="standard_name" value="projection_x_coordinate" type="string" />
|
55
|
<attribute name="units" value="m" type="string" />
|
56
|
</spatial_axis>
|
57
|
<spatial_axis typeOfGrid="polar_stereographic" id="y" name="y" type="float">
|
58
|
<attribute name="long_name" value="y-coordinate in Cartesian system" type="string" />
|
59
|
<attribute name="standard_name" value="projection_y_coordinate" type="string" />
|
60
|
<attribute name="units" value="m" type="string" />
|
61
|
</spatial_axis>
|
62
|
<spatial_axis typeOfGrid="regular_ll" id="x" name="longitude" type="float">
|
63
|
<attribute name="long_name" value="longitude" type="string" />
|
64
|
<attribute name="units" value="degrees_east" type="string" />
|
65
|
</spatial_axis>
|
66
|
<spatial_axis typeOfGrid="regular_ll" id="y" name="latitude" type="float">
|
67
|
<attribute name="long_name" value="latitude" type="string" />
|
68
|
<attribute name="units" value="degrees_north" type="string" />
|
69
|
</spatial_axis>
|
70
|
<spatial_axis typeOfGrid="rotated_ll" id="x" name="rlon" type="float">
|
71
|
<attribute name="long_name" value="rotated longitude" type="string" />
|
72
|
<attribute name="standard_name" value="grid_longitude" type="string" />
|
73
|
<attribute name="units" value="degrees" type="string" />
|
74
|
</spatial_axis>
|
75
|
<spatial_axis typeOfGrid="rotated_ll" id="y" name="rlat" type="float">
|
76
|
<attribute name="long_name" value="rotated latitude" type="string" />
|
77
|
<attribute name="standard_name" value="grid_latitude" type="string" />
|
78
|
<attribute name="units" value="degrees" type="string" />
|
79
|
</spatial_axis>
|
80
|
<spatial_axis id="longitude" name="longitude">
|
81
|
<attribute name="valid_max" value="180." type="float" />
|
82
|
<attribute name="valid_min" value="-180." type="float" />
|
83
|
<attribute name="long_name" value="longitude" type="string" />
|
84
|
<attribute name="standard_name" value="longitude" type="string" />
|
85
|
<attribute name="units" value="degree_east" type="string" />
|
86
|
</spatial_axis>
|
87
|
<spatial_axis id="latitude" name="latitude">
|
88
|
<attribute name="valid_max" value="90." type="float" />
|
89
|
<attribute name="valid_min" value="-90." type="float" />
|
90
|
<attribute name="long_name" value="latitude" type="string" />
|
91
|
<attribute name="standard_name" value="latitude" type="string" />
|
92
|
<attribute name="units" value="degree_north" type="string" />
|
93
|
</spatial_axis>
|
94
|
|
95
|
<vertical_axis id="surface" name="surface" grib2_id="1" grib1_id="1" type="short">
|
96
|
<attribute name="_FillValue" value="-32767" type="short" />
|
97
|
<attribute name="description" value="ground or water surface" type="string" />
|
98
|
<attribute name="long_name" value="surface" type="string" />
|
99
|
<attribute name="positive" value="up" type="string" />
|
100
|
<attribute name="units" value="m" type="string" />
|
101
|
</vertical_axis>
|
102
|
<vertical_axis id="isotherm_0C_level" name="isotherm_0C_level" grib1_id="4" grib2_id="4" type="short">
|
103
|
<attribute name="_FillValue" value="-32767" type="short" />
|
104
|
<attribute name="description" value="level of 0degreeC isotherm" type="string" />
|
105
|
<attribute name="long_name" value="isotherm 0C" type="string" />
|
106
|
<attribute name="positive" value="up" type="string" />
|
107
|
</vertical_axis>
|
108
|
<vertical_axis id="maximum_wind_level" name="maximum_wind_level" grib1_id="6" grib2_id="6" type="short">
|
109
|
<attribute name="_FillValue" value="-32767" type="short" />
|
110
|
<attribute name="long_name" value="max wind level" type="string" />
|
111
|
<attribute name="positive" value="up" type="string" />
|
112
|
</vertical_axis>
|
113
|
<vertical_axis id="tropopause" name="tropopause" grib1_id="7" grib2_id="7" type="short">
|
114
|
<attribute name="_FillValue" value="-32767" type="short" />
|
115
|
<attribute name="long_name" value="Tropopause" type="string" />
|
116
|
<attribute name="positive" value="up" type="string" />
|
117
|
</vertical_axis>
|
118
|
<vertical_axis id="top_of_atmosphere" name="top_of_atmosphere" grib2_id="8" grib1_id="8" type="short">
|
119
|
<attribute name="_FillValue" value="-32767" type="short" />
|
120
|
<attribute name="long_name" value="nominal top of atmosphere" type="string" />
|
121
|
<attribute name="positive" value="up" type="string" />
|
122
|
</vertical_axis>
|
123
|
<vertical_axis id="isotherm_percK_level" name="isotherm_percK_level" grib1_id="20" type="short">
|
124
|
<attribute name="_FillValue" value="-32767" type="short" />
|
125
|
<attribute name="description" value="level of 1/100K isotherm" type="string" />
|
126
|
<attribute name="long_name" value="isotherm %K" type="string" />
|
127
|
<attribute name="units" value="1/100 K" type="string" />
|
128
|
<attribute name="positive" value="up" type="string" />
|
129
|
</vertical_axis>
|
130
|
<vertical_axis id="mean_sea_level" name="mean_sea_level" grib2_id="101" grib1_id="102" type="short">
|
131
|
<attribute name="_FillValue" value="-32767" type="short" />
|
132
|
<attribute name="description" value="mean sea level" type="string" />
|
133
|
<attribute name="long_name" value="mean_sea_level" type="string" />
|
134
|
<attribute name="positive" value="up" type="string" />
|
135
|
<attribute name="units" value="m" type="string" />
|
136
|
</vertical_axis>
|
137
|
<vertical_axis id="pressure" name="pressure" grib2_id="100" grib1_id="100" type="float">
|
138
|
|
139
|
<attribute name="description" value="pressure" type="string" />
|
140
|
<attribute name="long_name" value="pressure" type="string" />
|
141
|
<attribute name="standard_name" value="air_pressure" type="string" />
|
142
|
<attribute name="positive" value="down" type="string" />
|
143
|
<grib1>
|
144
|
<attribute name="units" value="hPa" type="string" />
|
145
|
</grib1>
|
146
|
<grib2>
|
147
|
<attribute name="units" value="Pa" type="string" />
|
148
|
</grib2>
|
149
|
</vertical_axis>
|
150
|
<vertical_axis id="height_above_msl" name="height_above_msl" grib2_id="102" grib1_id="103" type="float">
|
151
|
<attribute name="description" value="height above MSL, altitude" type="string" />
|
152
|
<attribute name="long_name" value="height" type="string" />
|
153
|
<attribute name="positive" value="up" type="string" />
|
154
|
<attribute name="units" value="m" type="string" />
|
155
|
</vertical_axis>
|
156
|
<vertical_axis id="layer_between_altitudes" name="layer_between_altitudes" grib1_id="104" type="float">
|
157
|
<attribute name="description" value="layer between two altitudes" type="string" />
|
158
|
<attribute name="long_name" value="layer between two altitudes" type="string" />
|
159
|
<attribute name="positive" value="up" type="string" />
|
160
|
<attribute name="units" value="100m" type="string" />
|
161
|
</vertical_axis>
|
162
|
<vertical_axis id="height" name="height" grib2_id="103" grib1_id="105" type="float">
|
163
|
<attribute name="description" value="height above ground" type="string" />
|
164
|
<attribute name="long_name" value="height" type="string" />
|
165
|
<attribute name="positive" value="up" type="string" />
|
166
|
<attribute name="units" value="m" type="string" />
|
167
|
</vertical_axis>
|
168
|
<vertical_axis id="sigma" name="sigma" grib2_id="104" grib1_id="107" type="float">
|
169
|
<attribute name="description" value="atmosphere sigma coordinate" type="string" />
|
170
|
<attribute name="long_name" value="atmosphere_sigma_coordinate" type="string" />
|
171
|
<attribute name="standard_name" value="atmosphere_sigma_coordinate" type="string" />
|
172
|
<attribute name="positive" value="down" type="string" />
|
173
|
</vertical_axis>
|
174
|
<vertical_axis id="hybrid" name="k" grib2_id="105" grib1_id="109" type="double">
|
175
|
<attribute name="standard_name" value="atmosphere_hybrid_sigma_pressure_coordinate" type="string" />
|
176
|
<attribute name="formula" value="p(n,k,j,i) = ap(k) + b(k)*ps(n,j,i)" type="string" />
|
177
|
<attribute name="formula_terms" value="ap: ap%EXT% b: b%EXT% ps: ps p0: p0%EXT%" type="string" />
|
178
|
<attribute name="long_name" value="atmosphere_hybrid_sigma_pressure_coordinate" type="string" />
|
179
|
<attribute name="positive" value="down" type="string" />
|
180
|
<values mode="hybridSigmaCalc(ap,b,p0)" />
|
181
|
|
182
|
|
183
|
<additional_axis_variable name="p0" type="double" axis="">
|
184
|
<attribute name="units" value="Pa" type="string" />
|
185
|
<values>101325</values>
|
186
|
</additional_axis_variable>
|
187
|
<additional_axis_variable name="ap" type="double" axis="k">
|
188
|
<attribute name="units" value="Pa" type="string" />
|
189
|
<values mode="extraHalvLevel1" scale_factor="1" />
|
190
|
|
191
|
|
192
|
</additional_axis_variable>
|
193
|
<additional_axis_variable name="b" type="double" axis="k">
|
194
|
<attribute name="units" value="1" type="string" />
|
195
|
<values mode="extraHalvLevel2" scale_factor="1" />
|
196
|
|
197
|
|
198
|
</additional_axis_variable>
|
199
|
</vertical_axis>
|
200
|
<vertical_axis id="depth" name="depth" grib2_id="106" type="short">
|
201
|
<attribute name="description" value="depth below land surface" type="string" />
|
202
|
<attribute name="long_name" value="depth" type="string" />
|
203
|
<attribute name="positive" value="down" type="string" />
|
204
|
<attribute name="standard_name" value="depth" type="string" />
|
205
|
<grib1>
|
206
|
<attribute name="units" value="cm" type="string" />
|
207
|
</grib1>
|
208
|
<grib2>
|
209
|
<attribute name="units" value="m" type="string" />
|
210
|
</grib2>
|
211
|
</vertical_axis>
|
212
|
<vertical_axis id="specified_pressure_difference" name="specified_pressure_difference" grib2_id="108" type="float">
|
213
|
<attribute name="description" value="Level at specified pressure difference from ground to level" type="string" />
|
214
|
<attribute name="long_name" value="specified pressure difference from ground" type="string" />
|
215
|
<attribute name="standard_name" value="air_pressure" type="string" />
|
216
|
<attribute name="positive" value="up" type="string" />
|
217
|
<grib2>
|
218
|
<attribute name="units" value="Pa" type="string" />
|
219
|
</grib2>
|
220
|
</vertical_axis>
|
221
|
<vertical_axis id="potential_vorticity_surface" name="potential_vorticity_surface" grib2_id="109" type="float">
|
222
|
<attribute name="description" value="Potential vorticity surface" type="string" />
|
223
|
<attribute name="long_name" value="potential vorticity surface" type="string" />
|
224
|
<attribute name="standard_name" value="ertel_potential_vorticity" type="string" />
|
225
|
<attribute name="positive" value="up" type="string" />
|
226
|
<grib2>
|
227
|
<attribute name="units" value="K m^2 kg^-1 s^-1" type="string" />
|
228
|
</grib2>
|
229
|
</vertical_axis>
|
230
|
<vertical_axis id="depth_between_layers" name="depth_between_layers" grib1_id="112" type="short">
|
231
|
|
232
|
|
233
|
<attribute name="description" value="depth between layers below land surface" type="string" />
|
234
|
<attribute name="long_name" value="depth between layes" type="string" />
|
235
|
<attribute name="positive" value="down" type="string" />
|
236
|
<attribute name="standard_name" value="depth" type="string" />
|
237
|
<attribute name="units" value="cm" type="string" />
|
238
|
</vertical_axis>
|
239
|
<vertical_axis id="theta" name="theta" grib2_id="107" grib1_id="113" type="float">
|
240
|
<attribute name="description" value="isentropic layer" type="string" />
|
241
|
<attribute name="units" value="K" type="string" />
|
242
|
</vertical_axis>
|
243
|
<vertical_axis id="depth_below_sea" name="depth_below_sea" grib2_id="160" grib1_id="160" type="short">
|
244
|
<attribute name="description" value="depth below sea surface" type="string" />
|
245
|
<attribute name="long_name" value="depth_below_sea" type="string" />
|
246
|
<attribute name="positive" value="down" type="string" />
|
247
|
<attribute name="standard_name" value="depth" type="string" />
|
248
|
<attribute name="units" value="m" type="string" />
|
249
|
</vertical_axis>
|
250
|
|
251
|
<vertical_axis id="harmoniUnknown117" name="harmoniUnknown117" grib1_id="117" type="short">
|
252
|
<attribute name="_FillValue" value="-32767" type="short" />
|
253
|
<attribute name="positive" value="up" type="string" />
|
254
|
</vertical_axis>
|
255
|
|
256
|
<vertical_axis id="adiabatic_condensation_level" name="adiabatic_condensation_level" grib1_id="5" type="short">
|
257
|
<attribute name="_FillValue" value="-32767" type="short" />
|
258
|
<attribute name="long_name" value="adiabatic condensation level (parcel lifted from surface)" type="string" />
|
259
|
<attribute name="positive" value="up" type="string" />
|
260
|
</vertical_axis>
|
261
|
|
262
|
<vertical_axis id="harmoniUnknown10" name="harmoniUnknown10" grib1_id="10" type="short">
|
263
|
<attribute name="_FillValue" value="-32767" type="short" />
|
264
|
<attribute name="positive" value="up" type="string" />
|
265
|
</vertical_axis>
|
266
|
|
267
|
|
268
|
<vertical_axis id="total_atmosphere" name="total_atmosphere" grib1_id="200" type="short">
|
269
|
<attribute name="_FillValue" value="-32767" type="short" />
|
270
|
<attribute name="long_name" value="total atmosphere as single layer" type="string" />
|
271
|
<attribute name="positive" value="up" type="string" />
|
272
|
</vertical_axis>
|
273
|
<vertical_axis id="local_vertical_level_200" name="local_vertical_level_200" grib2_id="200" type="float">
|
274
|
<attribute name="description" value="vertical level 200, defined locally, ask center" type="string" />
|
275
|
<attribute name="long_name" value="unknown vertical level 200" type="string" />
|
276
|
<attribute name="positive" value="up" type="string" />
|
277
|
</vertical_axis>
|
278
|
<vertical_axis id="entire_ocean" name="entire_ocean" grib2_id="201" grib1_id="201" type="float">
|
279
|
<attribute name="long_name" value="entire ocean as single layer" type="string" />
|
280
|
<attribute name="positive" value="up" type="string" />
|
281
|
</vertical_axis>
|
282
|
<vertical_axis id="local_vertical_level_204" name="local_vertical_level_204" grib2_id="204" type="float">
|
283
|
<attribute name="description" value="vertical level 204, defined locally, ask center" type="string" />
|
284
|
<attribute name="long_name" value="unknown vertical level 204" type="string" />
|
285
|
<attribute name="positive" value="up" type="string" />
|
286
|
</vertical_axis>
|
287
|
<vertical_axis id="local_vertical_level_211" name="local_vertical_level_211" grib2_id="211" type="float">
|
288
|
<attribute name="description" value="vertical level 211, defined locally, ask center" type="string" />
|
289
|
<attribute name="long_name" value="unknown vertical level 211" type="string" />
|
290
|
<attribute name="positive" value="up" type="string" />
|
291
|
</vertical_axis>
|
292
|
<vertical_axis id="local_vertical_level_212" name="local_vertical_level_212" grib2_id="212" type="float">
|
293
|
<attribute name="description" value="vertical level 212, defined locally, ask center" type="string" />
|
294
|
<attribute name="long_name" value="unknown vertical level 212" type="string" />
|
295
|
<attribute name="positive" value="up" type="string" />
|
296
|
</vertical_axis>
|
297
|
<vertical_axis id="local_vertical_level_213" name="local_vertical_level_213" grib2_id="213" type="float">
|
298
|
<attribute name="description" value="vertical level 213, defined locally, ask center" type="string" />
|
299
|
<attribute name="long_name" value="unknown vertical level 213" type="string" />
|
300
|
<attribute name="positive" value="up" type="string" />
|
301
|
</vertical_axis>
|
302
|
<vertical_axis id="local_vertical_level_214" name="local_vertical_level_214" grib2_id="214" type="float">
|
303
|
<attribute name="description" value="vertical level 214, defined locally, ask center" type="string" />
|
304
|
<attribute name="long_name" value="unknown vertical level 214" type="string" />
|
305
|
<attribute name="positive" value="up" type="string" />
|
306
|
</vertical_axis>
|
307
|
<vertical_axis id="local_vertical_level_222" name="local_vertical_level_222" grib2_id="222" type="float">
|
308
|
<attribute name="description" value="vertical level 222, defined locally, ask center" type="string" />
|
309
|
<attribute name="long_name" value="unknown vertical level 222" type="string" />
|
310
|
<attribute name="positive" value="up" type="string" />
|
311
|
</vertical_axis>
|
312
|
<vertical_axis id="local_vertical_level_223" name="local_vertical_level_223" grib2_id="223" type="float">
|
313
|
<attribute name="description" value="vertical level 223, defined locally, ask center" type="string" />
|
314
|
<attribute name="long_name" value="unknown vertical level 223" type="string" />
|
315
|
<attribute name="positive" value="up" type="string" />
|
316
|
</vertical_axis>
|
317
|
<vertical_axis id="local_vertical_level_224" name="local_vertical_level_224" grib2_id="224" type="float">
|
318
|
<attribute name="description" value="vertical level 224, defined locally, ask center" type="string" />
|
319
|
<attribute name="long_name" value="unknown vertical level 224" type="string" />
|
320
|
<attribute name="positive" value="up" type="string" />
|
321
|
</vertical_axis>
|
322
|
<vertical_axis id="local_vertical_level_232" name="local_vertical_level_232" grib2_id="232" type="float">
|
323
|
<attribute name="description" value="vertical level 232, defined locally, ask center" type="string" />
|
324
|
<attribute name="long_name" value="unknown vertical level 232" type="string" />
|
325
|
<attribute name="positive" value="up" type="string" />
|
326
|
</vertical_axis>
|
327
|
<vertical_axis id="local_vertical_level_233" name="local_vertical_level_233" grib2_id="233" type="float">
|
328
|
<attribute name="description" value="vertical level 233, defined locally, ask center" type="string" />
|
329
|
<attribute name="long_name" value="unknown vertical level 233" type="string" />
|
330
|
<attribute name="positive" value="up" type="string" />
|
331
|
</vertical_axis>
|
332
|
<vertical_axis id="local_vertical_level_234" name="local_vertical_level_234" grib2_id="234" type="float">
|
333
|
<attribute name="description" value="vertical level 234, defined locally, ask center" type="string" />
|
334
|
<attribute name="long_name" value="unknown vertical level 234" type="string" />
|
335
|
<attribute name="positive" value="up" type="string" />
|
336
|
</vertical_axis>
|
337
|
<vertical_axis id="local_vertical_level_242" name="local_vertical_level_242" grib2_id="242" type="float">
|
338
|
<attribute name="description" value="vertical level 242, defined locally, ask center" type="string" />
|
339
|
<attribute name="long_name" value="unknown vertical level 242" type="string" />
|
340
|
<attribute name="positive" value="up" type="string" />
|
341
|
</vertical_axis>
|
342
|
<vertical_axis id="local_vertical_level_243" name="local_vertical_level_243" grib2_id="243" type="float">
|
343
|
<attribute name="description" value="vertical level 243, defined locally, ask center" type="string" />
|
344
|
<attribute name="long_name" value="unknown vertical level 243" type="string" />
|
345
|
<attribute name="positive" value="up" type="string" />
|
346
|
</vertical_axis>
|
347
|
<vertical_axis id="local_vertical_level_244" name="local_vertical_level_244" grib2_id="244" type="float">
|
348
|
<attribute name="description" value="vertical level 244, defined locally, ask center" type="string" />
|
349
|
<attribute name="long_name" value="unknown vertical level 244" type="string" />
|
350
|
<attribute name="positive" value="up" type="string" />
|
351
|
</vertical_axis>
|
352
|
|
353
|
</axes>
|
354
|
|
355
|
<variables>
|
356
|
|
357
|
<parameter name="air_pressure_at_sea_level" type="float">
|
358
|
<grib2 discipline="0" parameterCategory="3" parameterNumber="1" typeOfLevel="101"/>
|
359
|
<attribute name="long_name" value="Mean Sea Level Pressure (MSLP)" type="string"/>
|
360
|
<attribute name="standard_name" value="air_pressure_at_sea_level" type="string"/>
|
361
|
<attribute name="units" value="Pa" type="string"/>
|
362
|
</parameter>
|
363
|
|
364
|
<parameter name="cloud_area_fraction" type="float">
|
365
|
<grib2 discipline="0" parameterCategory="6" parameterNumber="1" typeOfLevel="1"/>
|
366
|
<attribute name="long_name" value="Cloud Area Fraction" type="string"/>
|
367
|
<attribute name="standard_name" value="cloud_area_fraction" type="string"/>
|
368
|
<attribute name="units" value="-" type="string"/>
|
369
|
</parameter>
|
370
|
|
371
|
<parameter name="x_wind__at_10m" type="float">
|
372
|
<grib2 discipline="0" parameterCategory="2" parameterNumber="2" typeOfLevel="103"/>
|
373
|
<attribute name="long_name" value="wind speed along grid x-axis" type="string"/>
|
374
|
<attribute name="standard_name" value="x_wind`" type="string"/>
|
375
|
<attribute name="units" value="m/s" type="string"/>
|
376
|
</parameter>
|
377
|
|
378
|
<parameter name="y_wind__at_10m" type="float">
|
379
|
<grib2 discipline="0" parameterCategory="2" parameterNumber="3" typeOfLevel="103"/>
|
380
|
<attribute name="long_name" value="wind speed along grid y-axis" type="string"/>
|
381
|
<attribute name="standard_name" value="x_wind`" type="string"/>
|
382
|
<attribute name="units" value="m/s" type="string"/>
|
383
|
</parameter>
|
384
|
|
385
|
<parameter name="precipitation_amount" type="float">
|
386
|
<grib2 discipline="0" parameterCategory="1" parameterNumber="52" typeOfLevel="1"/>
|
387
|
<attribute name="long_name" value="total precipitation" type="string"/>
|
388
|
<attribute name="standard_name" value="precipitation_amount" type="string"/>
|
389
|
<attribute name="units" value="kg/m2" type="string"/>
|
390
|
</parameter>
|
391
|
|
392
|
<parameter name="convective_rainfall_amount" type="float">
|
393
|
<grib2 discipline="0" parameterCategory="1" parameterNumber="76" typeOfLevel="1"/>
|
394
|
<attribute name="long_name" value="convective rainfall" type="string"/>
|
395
|
<attribute name="standard_name" value="convective_rainfall" type="string"/>
|
396
|
<attribute name="units" value="kg/m2" type="string"/>
|
397
|
</parameter>
|
398
|
|
399
|
<parameter name="stratiform_rainfall_amount" type="float">
|
400
|
<grib2 discipline="0" parameterCategory="1" parameterNumber="77" typeOfLevel="1"/>
|
401
|
<attribute name="long_name" value="stratiform rainfall" type="string"/>
|
402
|
<attribute name="standard_name" value="stratiform_rainfall_amount" type="string"/>
|
403
|
<attribute name="units" value="kg/m2" type="string"/>
|
404
|
</parameter>
|
405
|
|
406
|
<parameter name="air_temperature__at_2m" type="float">
|
407
|
<grib2 discipline="0" parameterCategory="0" parameterNumber="0" typeOfLevel="103"/>
|
408
|
<attribute name="long_name" value="air tempature at 2m" type="string"/>
|
409
|
<attribute name="standard_name" value="air_temperature" type="string"/>
|
410
|
<attribute name="units" value="K" type="string"/>
|
411
|
</parameter>
|
412
|
|
413
|
<parameter name="dew_point_temperature__at_2m" type="float">
|
414
|
<grib2 discipline="0" parameterCategory="0" parameterNumber="6" typeOfLevel="103"/>
|
415
|
<attribute name="long_name" value="dew point tempature at 2m" type="string"/>
|
416
|
<attribute name="standard_name" value="dew_point_temperature" type="string"/>
|
417
|
<attribute name="units" value="K" type="string"/>
|
418
|
</parameter>
|
419
|
|
420
|
</variables>
|
421
|
</cdmGribReaderConfig>
|