mirror of https://github.com/ecmwf/eccodes.git
Update Dublin local grib1 parameters/tables
This commit is contained in:
parent
73b81818ea
commit
32f2831bc5
|
@ -168,8 +168,8 @@
|
|||
200 tke TKE TKE m**2 s**-2
|
||||
201 grpl GRPL Graupel kg m**-2
|
||||
204 hail HAIL Hail kg m**-2
|
||||
209 lgt LGT Lightning -
|
||||
210 refl REFL Simulated reflectivity dBz
|
||||
211 lgt LGT Lightning -
|
||||
212 pdep PDEP Pressure departure Pa
|
||||
213 vdiv VDIV Vertical Divergence s**-1
|
||||
214 upom UPOM Updraft omega ms*-1
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
5 lcl Adiabatic condensation level (parcel lifted from surface)
|
||||
6 umx Maximum wind speed level
|
||||
7 trp Tropopause level
|
||||
8 sfc Nominal top of atmosphere
|
||||
8 toa Nominal top of atmosphere
|
||||
9 9 Sea bottom
|
||||
# 10-19 Reserved
|
||||
20 tl Isothermal level Temperature in 1/100 K
|
||||
|
@ -51,7 +51,7 @@
|
|||
196 dsw South-western facing surface (HIRLAM Extension)
|
||||
197 dw Western facing surface (HIRLAM Extension)
|
||||
198 dw North-western facing surface (HIRLAM Extension)
|
||||
200 sfc Entire atmosphere considered as a single layer 0 (2 octets)
|
||||
200 atm Entire atmosphere considered as a single layer 0 (2 octets)
|
||||
201 201 Entire ocean considered as a single layer 0 (2 octets)
|
||||
# 202-209 Reserved
|
||||
210 pl Isobaric surface (Pa) (ECMWF extension)
|
||||
|
|
|
@ -1618,16 +1618,16 @@
|
|||
table2Version = 253 ;
|
||||
indicatorOfParameter = 204 ;
|
||||
}
|
||||
#Lightning
|
||||
'Lightning' = {
|
||||
table2Version = 253 ;
|
||||
indicatorOfParameter = 209 ;
|
||||
}
|
||||
#Simulated reflectivity
|
||||
'Simulated reflectivity' = {
|
||||
table2Version = 253 ;
|
||||
indicatorOfParameter = 210 ;
|
||||
}
|
||||
#Lightning
|
||||
'Lightning' = {
|
||||
table2Version = 253 ;
|
||||
indicatorOfParameter = 211 ;
|
||||
}
|
||||
#Pressure departure
|
||||
'Pressure departure' = {
|
||||
table2Version = 253 ;
|
||||
|
|
|
@ -1618,16 +1618,16 @@
|
|||
table2Version = 253 ;
|
||||
indicatorOfParameter = 204 ;
|
||||
}
|
||||
#Lightning
|
||||
'Lightning' = {
|
||||
table2Version = 253 ;
|
||||
indicatorOfParameter = 209 ;
|
||||
}
|
||||
#Simulated reflectivity
|
||||
'Simulated reflectivity' = {
|
||||
table2Version = 253 ;
|
||||
indicatorOfParameter = 210 ;
|
||||
}
|
||||
#Lightning
|
||||
'Lightning' = {
|
||||
table2Version = 253 ;
|
||||
indicatorOfParameter = 211 ;
|
||||
}
|
||||
#Pressure departure
|
||||
'Pressure departure' = {
|
||||
table2Version = 253 ;
|
||||
|
|
|
@ -1618,16 +1618,16 @@
|
|||
table2Version = 253 ;
|
||||
indicatorOfParameter = 204 ;
|
||||
}
|
||||
#Lightning
|
||||
'233253209' = {
|
||||
table2Version = 253 ;
|
||||
indicatorOfParameter = 209 ;
|
||||
}
|
||||
#Simulated reflectivity
|
||||
'233253210' = {
|
||||
table2Version = 253 ;
|
||||
indicatorOfParameter = 210 ;
|
||||
}
|
||||
#Lightning
|
||||
'233253211' = {
|
||||
table2Version = 253 ;
|
||||
indicatorOfParameter = 211 ;
|
||||
}
|
||||
#Pressure departure
|
||||
'233253212' = {
|
||||
table2Version = 253 ;
|
||||
|
|
|
@ -1618,16 +1618,16 @@
|
|||
table2Version = 253 ;
|
||||
indicatorOfParameter = 204 ;
|
||||
}
|
||||
#Lightning
|
||||
'lgt' = {
|
||||
table2Version = 253 ;
|
||||
indicatorOfParameter = 209 ;
|
||||
}
|
||||
#Simulated reflectivity
|
||||
'refl' = {
|
||||
table2Version = 253 ;
|
||||
indicatorOfParameter = 210 ;
|
||||
}
|
||||
#Lightning
|
||||
'lgt' = {
|
||||
table2Version = 253 ;
|
||||
indicatorOfParameter = 211 ;
|
||||
}
|
||||
#Pressure departure
|
||||
'pdep' = {
|
||||
table2Version = 253 ;
|
||||
|
|
|
@ -1618,16 +1618,16 @@
|
|||
table2Version = 253 ;
|
||||
indicatorOfParameter = 204 ;
|
||||
}
|
||||
#Lightning
|
||||
'-' = {
|
||||
table2Version = 253 ;
|
||||
indicatorOfParameter = 209 ;
|
||||
}
|
||||
#Simulated reflectivity
|
||||
'dBz' = {
|
||||
table2Version = 253 ;
|
||||
indicatorOfParameter = 210 ;
|
||||
}
|
||||
#Lightning
|
||||
'-' = {
|
||||
table2Version = 253 ;
|
||||
indicatorOfParameter = 211 ;
|
||||
}
|
||||
#Pressure departure
|
||||
'Pa' = {
|
||||
table2Version = 253 ;
|
||||
|
|
Loading…
Reference in New Issue