mirror of https://github.com/ecmwf/eccodes.git
New local concepts for centres: Austria(lowm), Denmark(ekmi) and Oslo(enmi) - From Richard Mladek
This commit is contained in:
parent
1664a47890
commit
13ff8f62ec
|
@ -252,6 +252,20 @@ dist_definitionsgrib1_localConcepts_edzw_DATA = \
|
|||
grib1/localConcepts/edzw/shortName.def\
|
||||
grib1/localConcepts/edzw/units.def
|
||||
|
||||
definitionsgrib1_localConcepts_ekmidir = @GRIB_DEFINITION_PATH@/grib1/localConcepts/ekmi
|
||||
dist_definitionsgrib1_localConcepts_ekmi_DATA = \
|
||||
grib1/localConcepts/ekmi/name.def\
|
||||
grib1/localConcepts/ekmi/paramId.def\
|
||||
grib1/localConcepts/ekmi/shortName.def\
|
||||
grib1/localConcepts/ekmi/units.def
|
||||
|
||||
definitionsgrib1_localConcepts_enmidir = @GRIB_DEFINITION_PATH@/grib1/localConcepts/enmi
|
||||
dist_definitionsgrib1_localConcepts_enmi_DATA = \
|
||||
grib1/localConcepts/enmi/name.def\
|
||||
grib1/localConcepts/enmi/paramId.def\
|
||||
grib1/localConcepts/enmi/shortName.def\
|
||||
grib1/localConcepts/enmi/units.def
|
||||
|
||||
definitionsgrib1_localConcepts_eswidir = @GRIB_DEFINITION_PATH@/grib1/localConcepts/eswi
|
||||
dist_definitionsgrib1_localConcepts_eswi_DATA = \
|
||||
grib1/localConcepts/eswi/cfName.def\
|
||||
|
@ -275,6 +289,13 @@ dist_definitionsgrib1_localConcepts_lfpw_DATA = \
|
|||
grib1/localConcepts/lfpw/shortName.def\
|
||||
grib1/localConcepts/lfpw/units.def
|
||||
|
||||
definitionsgrib1_localConcepts_lowmdir = @GRIB_DEFINITION_PATH@/grib1/localConcepts/lowm
|
||||
dist_definitionsgrib1_localConcepts_lowm_DATA = \
|
||||
grib1/localConcepts/lowm/name.def\
|
||||
grib1/localConcepts/lowm/paramId.def\
|
||||
grib1/localConcepts/lowm/shortName.def\
|
||||
grib1/localConcepts/lowm/units.def
|
||||
|
||||
definitionsgrib1_localConcepts_sbsjdir = @GRIB_DEFINITION_PATH@/grib1/localConcepts/sbsj
|
||||
dist_definitionsgrib1_localConcepts_sbsj_DATA = \
|
||||
grib1/localConcepts/sbsj/name.def\
|
||||
|
@ -518,6 +539,13 @@ dist_definitionsgrib2_localConcepts_edzw_DATA = \
|
|||
grib2/localConcepts/edzw/shortName.def\
|
||||
grib2/localConcepts/edzw/units.def
|
||||
|
||||
definitionsgrib2_localConcepts_ekmidir = @GRIB_DEFINITION_PATH@/grib2/localConcepts/ekmi
|
||||
dist_definitionsgrib2_localConcepts_ekmi_DATA = \
|
||||
grib2/localConcepts/ekmi/name.def\
|
||||
grib2/localConcepts/ekmi/paramId.def\
|
||||
grib2/localConcepts/ekmi/shortName.def\
|
||||
grib2/localConcepts/ekmi/units.def
|
||||
|
||||
definitionsgrib2_localConcepts_kwbcdir = @GRIB_DEFINITION_PATH@/grib2/localConcepts/kwbc
|
||||
dist_definitionsgrib2_localConcepts_kwbc_DATA = \
|
||||
grib2/localConcepts/kwbc/name.def\
|
||||
|
|
|
@ -57,7 +57,7 @@
|
|||
91 91 Ankara
|
||||
92 92 Frankfurt/Main (RAFC)
|
||||
93 93 London (WAFC)
|
||||
94 94 Copenhagen
|
||||
94 ekmi Copenhagen
|
||||
95 95 Rota
|
||||
96 96 Athens
|
||||
97 97 European Space Agency (ESA)
|
||||
|
|
|
@ -0,0 +1,21 @@
|
|||
#Provided by Henrik Feddersen (Danish Meteorological Institute)
|
||||
#Total precipitation
|
||||
'Total precipitation' = {
|
||||
table2Version = 1 ;
|
||||
indicatorOfParameter = 61 ;
|
||||
}
|
||||
#10 metre wind gust
|
||||
'10 metre wind gust' = {
|
||||
table2Version = 1 ;
|
||||
indicatorOfParameter = 228 ;
|
||||
}
|
||||
#convective available potential energy
|
||||
'Convective available potential energy' = {
|
||||
table2Version = 1 ;
|
||||
indicatorOfParameter = 225 ;
|
||||
}
|
||||
#Convective inhibition
|
||||
'Convective inhibition' = {
|
||||
table2Version = 1 ;
|
||||
indicatorOfParameter = 224 ;
|
||||
}
|
|
@ -0,0 +1,21 @@
|
|||
#Provided by Henrik Feddersen (Danish Meteorological Institute)
|
||||
#Total precipitation
|
||||
'94001061' = {
|
||||
table2Version = 1 ;
|
||||
indicatorOfParameter = 61 ;
|
||||
}
|
||||
#10 metre wind gust
|
||||
'94001228' = {
|
||||
table2Version = 1 ;
|
||||
indicatorOfParameter = 228 ;
|
||||
}
|
||||
#convective available potential energy
|
||||
'94001225' = {
|
||||
table2Version = 1 ;
|
||||
indicatorOfParameter = 225 ;
|
||||
}
|
||||
#Convective inhibition
|
||||
'94001224' = {
|
||||
table2Version = 1 ;
|
||||
indicatorOfParameter = 224 ;
|
||||
}
|
|
@ -0,0 +1,21 @@
|
|||
#Provided by Henrik Feddersen (Danish Meteorological Institute)
|
||||
#Total precipitation
|
||||
'tp' = {
|
||||
table2Version = 1 ;
|
||||
indicatorOfParameter = 61 ;
|
||||
}
|
||||
#10 metre wind gust
|
||||
'gust' = {
|
||||
table2Version = 1 ;
|
||||
indicatorOfParameter = 228 ;
|
||||
}
|
||||
#convective available potential energy
|
||||
'cape' = {
|
||||
table2Version = 1 ;
|
||||
indicatorOfParameter = 225 ;
|
||||
}
|
||||
#Convective inhibition
|
||||
'cin' = {
|
||||
table2Version = 1 ;
|
||||
indicatorOfParameter = 224 ;
|
||||
}
|
|
@ -0,0 +1,21 @@
|
|||
#Provided by Henrik Feddersen (Danish Meteorological Institute)
|
||||
#Total precipitation
|
||||
'kg m**-2' = {
|
||||
table2Version = 1 ;
|
||||
indicatorOfParameter = 61 ;
|
||||
}
|
||||
#10 metre wind gust
|
||||
'm s**-1' = {
|
||||
table2Version = 1 ;
|
||||
indicatorOfParameter = 228 ;
|
||||
}
|
||||
#convective available potential energy
|
||||
'J kg**-1' = {
|
||||
table2Version = 1 ;
|
||||
indicatorOfParameter = 225 ;
|
||||
}
|
||||
#Convective inhibition
|
||||
'J kg**-1' = {
|
||||
table2Version = 1 ;
|
||||
indicatorOfParameter = 224 ;
|
||||
}
|
|
@ -0,0 +1,11 @@
|
|||
#Provided by Inger-Lise Frogner (Norwegian Meteorological Institute)
|
||||
#Total precipitation
|
||||
'Total precipitation' = {
|
||||
table2Version = 1 ;
|
||||
indicatorOfParameter = 61 ;
|
||||
}
|
||||
#10 metre wind gust
|
||||
'10 metre wind gust' = {
|
||||
table2Version = 1 ;
|
||||
indicatorOfParameter = 228 ;
|
||||
}
|
|
@ -0,0 +1,11 @@
|
|||
#Provided by Inger-Lise Frogner (Norwegian Meteorological Institute)
|
||||
#Total precipitation
|
||||
'88001061' = {
|
||||
table2Version = 1 ;
|
||||
indicatorOfParameter = 61 ;
|
||||
}
|
||||
#10 metre wind gust
|
||||
'88001228' = {
|
||||
table2Version = 1 ;
|
||||
indicatorOfParameter = 228 ;
|
||||
}
|
|
@ -0,0 +1,11 @@
|
|||
#Provided by Inger-Lise Frogner (Norwegian Meteorological Institute)
|
||||
#Total precipitation
|
||||
'tp' = {
|
||||
table2Version = 1 ;
|
||||
indicatorOfParameter = 61 ;
|
||||
}
|
||||
#10 metre wind gust
|
||||
'gust' = {
|
||||
table2Version = 1 ;
|
||||
indicatorOfParameter = 228 ;
|
||||
}
|
|
@ -0,0 +1,11 @@
|
|||
#Provided by Inger-Lise Frogner (Norwegian Meteorological Institute)
|
||||
#Total precipitation
|
||||
'kg m**-2' = {
|
||||
table2Version = 1 ;
|
||||
indicatorOfParameter = 61 ;
|
||||
}
|
||||
#10 metre wind gust
|
||||
'm s**-1' = {
|
||||
table2Version = 1 ;
|
||||
indicatorOfParameter = 228 ;
|
||||
}
|
|
@ -0,0 +1,66 @@
|
|||
#Provided by Florian Weidle (ZAMG/Austria)
|
||||
#Mean sea level pressure
|
||||
'Mean sea level pressure' = {
|
||||
table2Version = 201 ;
|
||||
indicatorOfParameter = 151 ;
|
||||
}
|
||||
#Convective available potential energy
|
||||
'Convective available potential energy' = {
|
||||
table2Version = 201 ;
|
||||
indicatorOfParameter = 238 ;
|
||||
}
|
||||
#Convective inhibition
|
||||
'Convective inhibition' = {
|
||||
table2Version = 201 ;
|
||||
indicatorOfParameter = 243 ;
|
||||
}
|
||||
#Total Precipitation
|
||||
'Total precipitation' = {
|
||||
table2Version = 201 ;
|
||||
indicatorOfParameter = 208 ;
|
||||
}
|
||||
#2 metre dewpoint temperature
|
||||
'2 metre dewpoint temperature' = {
|
||||
table2Version = 201 ;
|
||||
indicatorOfParameter = 168 ;
|
||||
}
|
||||
#2 metre temperature
|
||||
'2 metre temperature' = {
|
||||
table2Version = 201 ;
|
||||
indicatorOfParameter = 167 ;
|
||||
}
|
||||
#10 metre U wind component
|
||||
'10 metre U wind component' = {
|
||||
table2Version = 201 ;
|
||||
indicatorOfParameter = 165 ;
|
||||
}
|
||||
#10 metre V wind component
|
||||
'10 metre V wind component' = {
|
||||
table2Version = 201 ;
|
||||
indicatorOfParameter = 166 ;
|
||||
}
|
||||
#10 metre wind gust
|
||||
'10 metre wind gust' = {
|
||||
table2Version = 201 ;
|
||||
indicatorOfParameter = 206 ;
|
||||
}
|
||||
#Large-scale precipitation
|
||||
'Large-scale precipitation' = {
|
||||
table2Version = 201 ;
|
||||
indicatorOfParameter = 232 ;
|
||||
}
|
||||
#Land-sea mask
|
||||
'Land-sea mask' = {
|
||||
table2Version = 201 ;
|
||||
indicatorOfParameter = 81 ;
|
||||
}
|
||||
#Surface geopotential
|
||||
'Surface geopotential' = {
|
||||
table2Version = 201 ;
|
||||
indicatorOfParameter = 235 ;
|
||||
}
|
||||
#Orography
|
||||
'Orography' = {
|
||||
table2Version = 201 ;
|
||||
indicatorOfParameter = 233 ;
|
||||
}
|
|
@ -0,0 +1,66 @@
|
|||
#Provided by Florian Weidle (ZAMG/Austria)
|
||||
#Mean sea level pressure
|
||||
'151' = {
|
||||
table2Version = 201 ;
|
||||
indicatorOfParameter = 151 ;
|
||||
}
|
||||
#Convective available potential energy
|
||||
'59' = {
|
||||
table2Version = 201 ;
|
||||
indicatorOfParameter = 238 ;
|
||||
}
|
||||
#Convective inhibition
|
||||
'228001' = {
|
||||
table2Version = 201 ;
|
||||
indicatorOfParameter = 243 ;
|
||||
}
|
||||
#Total Precipitation
|
||||
'228228' = {
|
||||
table2Version = 201 ;
|
||||
indicatorOfParameter = 208 ;
|
||||
}
|
||||
#2 metre dewpoint temperature
|
||||
'168' = {
|
||||
table2Version = 201 ;
|
||||
indicatorOfParameter = 168 ;
|
||||
}
|
||||
#2 metre temperature
|
||||
'167' = {
|
||||
table2Version = 201 ;
|
||||
indicatorOfParameter = 167 ;
|
||||
}
|
||||
#10 metre U wind component
|
||||
'165' = {
|
||||
table2Version = 201 ;
|
||||
indicatorOfParameter = 165 ;
|
||||
}
|
||||
#10 metre V wind component
|
||||
'166' = {
|
||||
table2Version = 201 ;
|
||||
indicatorOfParameter = 166 ;
|
||||
}
|
||||
#10 metre wind gust
|
||||
'228028' = {
|
||||
table2Version = 201 ;
|
||||
indicatorOfParameter = 206 ;
|
||||
}
|
||||
#Large-scale precipitation
|
||||
'3062' = {
|
||||
table2Version = 201 ;
|
||||
indicatorOfParameter = 232 ;
|
||||
}
|
||||
#Land-sea mask
|
||||
'172' = {
|
||||
table2Version = 201 ;
|
||||
indicatorOfParameter = 81 ;
|
||||
}
|
||||
#Surface geopotential
|
||||
'162051' = {
|
||||
table2Version = 201 ;
|
||||
indicatorOfParameter = 235 ;
|
||||
}
|
||||
#Orography
|
||||
'228002' = {
|
||||
table2Version = 201 ;
|
||||
indicatorOfParameter = 233 ;
|
||||
}
|
|
@ -0,0 +1,66 @@
|
|||
#Provided by Florian Weidle (ZAMG/Austria)
|
||||
#Mean sea level pressure
|
||||
'msl' = {
|
||||
table2Version = 201 ;
|
||||
indicatorOfParameter = 151 ;
|
||||
}
|
||||
#Convective available potential energy
|
||||
'cape' = {
|
||||
table2Version = 201 ;
|
||||
indicatorOfParameter = 238 ;
|
||||
}
|
||||
#Convective inhibition
|
||||
'cin' = {
|
||||
table2Version = 201 ;
|
||||
indicatorOfParameter = 243 ;
|
||||
}
|
||||
#Total Precipitation
|
||||
'tp' = {
|
||||
table2Version = 201 ;
|
||||
indicatorOfParameter = 208 ;
|
||||
}
|
||||
#2 metre dewpoint temperature
|
||||
'2d' = {
|
||||
table2Version = 201 ;
|
||||
indicatorOfParameter = 168 ;
|
||||
}
|
||||
#2 metre temperature
|
||||
'2t' = {
|
||||
table2Version = 201 ;
|
||||
indicatorOfParameter = 167 ;
|
||||
}
|
||||
#10 metre U wind component
|
||||
'10u' = {
|
||||
table2Version = 201 ;
|
||||
indicatorOfParameter = 165 ;
|
||||
}
|
||||
#10 metre V wind component
|
||||
'10v' = {
|
||||
table2Version = 201 ;
|
||||
indicatorOfParameter = 166 ;
|
||||
}
|
||||
#10 metre wind gust
|
||||
'gust' = {
|
||||
table2Version = 201 ;
|
||||
indicatorOfParameter = 206 ;
|
||||
}
|
||||
#Large-scale precipitation
|
||||
'lsp' = {
|
||||
table2Version = 201 ;
|
||||
indicatorOfParameter = 232 ;
|
||||
}
|
||||
#Land-sea mask
|
||||
'lsm' = {
|
||||
table2Version = 201 ;
|
||||
indicatorOfParameter = 81 ;
|
||||
}
|
||||
#Surface geopotential
|
||||
'sg' = {
|
||||
table2Version = 201 ;
|
||||
indicatorOfParameter = 235 ;
|
||||
}
|
||||
#Orography
|
||||
'orog' = {
|
||||
table2Version = 201 ;
|
||||
indicatorOfParameter = 233 ;
|
||||
}
|
|
@ -0,0 +1,66 @@
|
|||
#Provided by Florian Weidle (ZAMG/Austria)
|
||||
#Mean sea level pressure
|
||||
'Pa' = {
|
||||
table2Version = 201 ;
|
||||
indicatorOfParameter = 151 ;
|
||||
}
|
||||
#Convective available potential energy
|
||||
'J kg**-1' = {
|
||||
table2Version = 201 ;
|
||||
indicatorOfParameter = 238 ;
|
||||
}
|
||||
#Convective inhibition
|
||||
'J kg**-1' = {
|
||||
table2Version = 201 ;
|
||||
indicatorOfParameter = 243 ;
|
||||
}
|
||||
#Total Precipitation
|
||||
'kg m**-2' = {
|
||||
table2Version = 201 ;
|
||||
indicatorOfParameter = 208 ;
|
||||
}
|
||||
#2 metre dewpoint temperature
|
||||
'K' = {
|
||||
table2Version = 201 ;
|
||||
indicatorOfParameter = 168 ;
|
||||
}
|
||||
#2 metre temperature
|
||||
'K' = {
|
||||
table2Version = 201 ;
|
||||
indicatorOfParameter = 167 ;
|
||||
}
|
||||
#10 metre U wind component
|
||||
'm s**-1' = {
|
||||
table2Version = 201 ;
|
||||
indicatorOfParameter = 165 ;
|
||||
}
|
||||
#10 metre V wind component
|
||||
'm s**-1' = {
|
||||
table2Version = 201 ;
|
||||
indicatorOfParameter = 166 ;
|
||||
}
|
||||
#10 metre wind gust
|
||||
'm s**-1' = {
|
||||
table2Version = 201 ;
|
||||
indicatorOfParameter = 206 ;
|
||||
}
|
||||
#Large-scale precipitation
|
||||
'kg m**-2' = {
|
||||
table2Version = 201 ;
|
||||
indicatorOfParameter = 232 ;
|
||||
}
|
||||
#Land-sea mask
|
||||
'Proportion' = {
|
||||
table2Version = 201 ;
|
||||
indicatorOfParameter = 81 ;
|
||||
}
|
||||
#Surface geopotential
|
||||
'm**2 s**-2' = {
|
||||
table2Version = 201 ;
|
||||
indicatorOfParameter = 235 ;
|
||||
}
|
||||
#Orography
|
||||
'?gpm?' = {
|
||||
table2Version = 201 ;
|
||||
indicatorOfParameter = 233 ;
|
||||
}
|
|
@ -0,0 +1,17 @@
|
|||
#Provided by Henrik Feddersen (Danish Meteorological Institute)
|
||||
#Convective inhibition
|
||||
'Convective inhibition' = {
|
||||
discipline = 0 ;
|
||||
parameterCategory = 7 ;
|
||||
parameterNumber = 7 ;
|
||||
typeOfSecondFixedSurface = 8 ;
|
||||
typeOfFirstFixedSurface = 1 ;
|
||||
}
|
||||
#Convective available potential energy
|
||||
'Convective available potential energy' = {
|
||||
discipline = 0 ;
|
||||
parameterCategory = 7 ;
|
||||
parameterNumber = 6 ;
|
||||
typeOfFirstFixedSurface = 1 ;
|
||||
typeOfSecondFixedSurface = 8 ;
|
||||
}
|
|
@ -0,0 +1,17 @@
|
|||
#Provided by Henrik Feddersen (Danish Meteorological Institute)
|
||||
#Convective inhibition
|
||||
'94001224' = {
|
||||
discipline = 0 ;
|
||||
parameterCategory = 7 ;
|
||||
parameterNumber = 7 ;
|
||||
typeOfSecondFixedSurface = 8 ;
|
||||
typeOfFirstFixedSurface = 1 ;
|
||||
}
|
||||
#Convective available potential energy
|
||||
'94001225' = {
|
||||
discipline = 0 ;
|
||||
parameterCategory = 7 ;
|
||||
parameterNumber = 6 ;
|
||||
typeOfFirstFixedSurface = 1 ;
|
||||
typeOfSecondFixedSurface = 8 ;
|
||||
}
|
|
@ -0,0 +1,17 @@
|
|||
#Provided by Henrik Feddersen (Danish Meteorological Institute)
|
||||
#Convective inhibition
|
||||
'cin' = {
|
||||
discipline = 0 ;
|
||||
parameterCategory = 7 ;
|
||||
parameterNumber = 7 ;
|
||||
typeOfSecondFixedSurface = 8 ;
|
||||
typeOfFirstFixedSurface = 1 ;
|
||||
}
|
||||
#Convective available potential energy
|
||||
'cape' = {
|
||||
discipline = 0 ;
|
||||
parameterCategory = 7 ;
|
||||
parameterNumber = 6 ;
|
||||
typeOfFirstFixedSurface = 1 ;
|
||||
typeOfSecondFixedSurface = 8 ;
|
||||
}
|
|
@ -0,0 +1,17 @@
|
|||
#Provided by Henrik Feddersen (Danish Meteorological Institute)
|
||||
#Convective inhibition
|
||||
'J kg**-1' = {
|
||||
discipline = 0 ;
|
||||
parameterCategory = 7 ;
|
||||
parameterNumber = 7 ;
|
||||
typeOfSecondFixedSurface = 8 ;
|
||||
typeOfFirstFixedSurface = 1 ;
|
||||
}
|
||||
#Convective available potential energy
|
||||
'J kg**-1' = {
|
||||
discipline = 0 ;
|
||||
parameterCategory = 7 ;
|
||||
parameterNumber = 6 ;
|
||||
typeOfFirstFixedSurface = 1 ;
|
||||
typeOfSecondFixedSurface = 8 ;
|
||||
}
|
Loading…
Reference in New Issue