mirror of https://github.com/ecmwf/eccodes.git
GRIB-856: Wrong MARS levtype for DWD data
This commit is contained in:
parent
5809cd0b8e
commit
e046afe9ff
|
@ -7680,7 +7680,6 @@ dist_definitionsgrib1_local_ecmf_DATA = \
|
|||
|
||||
definitionsgrib1_local_edzwdir = @ECCODES_DEFINITION_PATH@/grib1/local/edzw
|
||||
dist_definitionsgrib1_local_edzw_DATA = \
|
||||
grib1/local/edzw/3.table\
|
||||
grib1/local/edzw/5.table
|
||||
|
||||
definitionsgrib1_local_rjtddir = @ECCODES_DEFINITION_PATH@/grib1/local/rjtd
|
||||
|
|
|
@ -1,48 +0,0 @@
|
|||
# CODE TABLE 3 Fixed levels or layers for wich the data are included
|
||||
0 0 Reserved
|
||||
1 G Surface (of the Earth, which includes sea surface)
|
||||
2 CB Cloud base level
|
||||
3 CT Cloud top level
|
||||
4 IZ 0 deg (C) isotherm level
|
||||
5 AC Adiabatic condensation level (parcel lifted from surface)
|
||||
6 WM Maximum wind speed level
|
||||
7 TP Tropopause level
|
||||
8 AU Nominal top of atmosphere
|
||||
9 9 Sea bottom
|
||||
# 10-19 Reserved
|
||||
20 20 Isothermal level Temperature in 1/100
|
||||
# 21-99 Reserved
|
||||
100 P Isobaric level pressure in hectoPascals (hPa) (2 octets)
|
||||
101 PI Layer between two isobaric levels pressure of top (kPa) pressure of bottom (kPa)
|
||||
102 MSL Mean sea level 0 0
|
||||
103 HMSL Fixed height level height above mean sea level (MSL) in meters
|
||||
104 HMSLI Layer between two height levels above msl height of top (hm) above mean sea level height of bottom (hm) above mean sea level
|
||||
105 HG Fixed height above ground height in meters (2 octets)
|
||||
106 HGI Layer between two height levels above ground height of top (hm) above ground height of bottom (hm) above ground
|
||||
107 SIG Sigma level sigma value in 1/10000 (2 octets)
|
||||
108 SIGI Layer between two sigma levels sigma value at top in 1/100 sigma value at bottom in 1/100
|
||||
109 H Hybrid level level number (2 octets)
|
||||
110 HI Layer between two hybrid levels level number of top level number of bottom
|
||||
111 B Depth below land surface centimeters (2 octets)
|
||||
112 S Layer between two depths below land surface depth of upper surface (cm) depth of lower surface (cm)
|
||||
113 pt Isentropic (theta) level Potential Temp. degrees K (2 octets)
|
||||
114 114 Layer between two isentropic levels 475K minus theta of top in Deg. K 475K minus theta of bottom in Deg. K
|
||||
115 115 Level at specified pressure difference from ground to level hPa (2 octets)
|
||||
116 116 Layer between two levels at specified pressure differences from ground to levels pressure difference from ground to top level hPa pressure difference from ground to bottom level hPa
|
||||
117 pv Potential vorticity surface 10-9 K m2 kg-1 s-1
|
||||
121 121 Layer between two isobaric surfaces (high precision) 1100 hPa minus pressure of top, in hPa 1100 hPa minus pressure of bottom, in hPa
|
||||
# 122-124 Reserved
|
||||
125 125 Height level above ground (high precision) centimeters (2 octets)
|
||||
# 126-127 Reserved
|
||||
128 128 Layer between two sigma levels (high precision) 1.1 minus sigma of top, in 1/1000 of sigma 1.1 minus sigma of bottom, in 1/1000 of sigma
|
||||
# 129-140 Reserved
|
||||
141 141 Layer between two isobaric surfaces (mixed precision) pressure of top, in kPa 1100hPa minus pressure of bottom, in hPa
|
||||
# 142-159 Reserved
|
||||
160 dp Depth below sea level meters (2 octets)
|
||||
# 161-199Reserved
|
||||
200 R Entire atmosphere considered as a single layer 0 (2 octets)
|
||||
201 201 Entire ocean considered as a single layer 0 (2 octets)
|
||||
210 pl Isobaric surface (Pa) (ECMWF extension)
|
||||
211 wv Ocean wave level (ECMWF extension)
|
||||
212 oml Ocean mixed layer (ECMWF extension)
|
||||
222 SYN Synthetic Satellite Images (DWD extension)
|
Loading…
Reference in New Issue