mirror of https://github.com/ecmwf/eccodes.git
GRIB-349: Some GRIB1 parameters from table 2 version 131 appear to be WMO
This commit is contained in:
parent
bce955aaa2
commit
8944de9c6e
|
@ -3269,6 +3269,51 @@
|
||||||
table2Version = 200 ;
|
table2Version = 200 ;
|
||||||
indicatorOfParameter = 255 ;
|
indicatorOfParameter = 255 ;
|
||||||
}
|
}
|
||||||
|
#Probability of a tropical storm
|
||||||
|
'Probability of a tropical storm' = {
|
||||||
|
table2Version = 131 ;
|
||||||
|
indicatorOfParameter = 89 ;
|
||||||
|
}
|
||||||
|
#Probability of a hurricane
|
||||||
|
'Probability of a hurricane' = {
|
||||||
|
table2Version = 131 ;
|
||||||
|
indicatorOfParameter = 90 ;
|
||||||
|
}
|
||||||
|
#Probability of a tropical depression
|
||||||
|
'Probability of a tropical depression' = {
|
||||||
|
table2Version = 131 ;
|
||||||
|
indicatorOfParameter = 91 ;
|
||||||
|
}
|
||||||
|
#Climatological probability of a tropical storm
|
||||||
|
'Climatological probability of a tropical storm' = {
|
||||||
|
table2Version = 131 ;
|
||||||
|
indicatorOfParameter = 92 ;
|
||||||
|
}
|
||||||
|
#Climatological probability of a hurricane
|
||||||
|
'Climatological probability of a hurricane' = {
|
||||||
|
table2Version = 131 ;
|
||||||
|
indicatorOfParameter = 93 ;
|
||||||
|
}
|
||||||
|
#Climatological probability of a tropical depression
|
||||||
|
'Climatological probability of a tropical depression' = {
|
||||||
|
table2Version = 131 ;
|
||||||
|
indicatorOfParameter = 94 ;
|
||||||
|
}
|
||||||
|
#Probability anomaly of a tropical storm
|
||||||
|
'Probability anomaly of a tropical storm' = {
|
||||||
|
table2Version = 131 ;
|
||||||
|
indicatorOfParameter = 95 ;
|
||||||
|
}
|
||||||
|
#Probability anomaly of a hurricane
|
||||||
|
'Probability anomaly of a hurricane' = {
|
||||||
|
table2Version = 131 ;
|
||||||
|
indicatorOfParameter = 96 ;
|
||||||
|
}
|
||||||
|
#Probability anomaly of a tropical depression
|
||||||
|
'Probability anomaly of a tropical depression' = {
|
||||||
|
table2Version = 131 ;
|
||||||
|
indicatorOfParameter = 97 ;
|
||||||
|
}
|
||||||
#Maximum of significant wave height index
|
#Maximum of significant wave height index
|
||||||
'Maximum of significant wave height index' = {
|
'Maximum of significant wave height index' = {
|
||||||
table2Version = 132 ;
|
table2Version = 132 ;
|
||||||
|
|
|
@ -3269,6 +3269,51 @@
|
||||||
table2Version = 200 ;
|
table2Version = 200 ;
|
||||||
indicatorOfParameter = 255 ;
|
indicatorOfParameter = 255 ;
|
||||||
}
|
}
|
||||||
|
#Probability of a tropical storm
|
||||||
|
'131089' = {
|
||||||
|
table2Version = 131 ;
|
||||||
|
indicatorOfParameter = 89 ;
|
||||||
|
}
|
||||||
|
#Probability of a hurricane
|
||||||
|
'131090' = {
|
||||||
|
table2Version = 131 ;
|
||||||
|
indicatorOfParameter = 90 ;
|
||||||
|
}
|
||||||
|
#Probability of a tropical depression
|
||||||
|
'131091' = {
|
||||||
|
table2Version = 131 ;
|
||||||
|
indicatorOfParameter = 91 ;
|
||||||
|
}
|
||||||
|
#Climatological probability of a tropical storm
|
||||||
|
'131092' = {
|
||||||
|
table2Version = 131 ;
|
||||||
|
indicatorOfParameter = 92 ;
|
||||||
|
}
|
||||||
|
#Climatological probability of a hurricane
|
||||||
|
'131093' = {
|
||||||
|
table2Version = 131 ;
|
||||||
|
indicatorOfParameter = 93 ;
|
||||||
|
}
|
||||||
|
#Climatological probability of a tropical depression
|
||||||
|
'131094' = {
|
||||||
|
table2Version = 131 ;
|
||||||
|
indicatorOfParameter = 94 ;
|
||||||
|
}
|
||||||
|
#Probability anomaly of a tropical storm
|
||||||
|
'131095' = {
|
||||||
|
table2Version = 131 ;
|
||||||
|
indicatorOfParameter = 95 ;
|
||||||
|
}
|
||||||
|
#Probability anomaly of a hurricane
|
||||||
|
'131096' = {
|
||||||
|
table2Version = 131 ;
|
||||||
|
indicatorOfParameter = 96 ;
|
||||||
|
}
|
||||||
|
#Probability anomaly of a tropical depression
|
||||||
|
'131097' = {
|
||||||
|
table2Version = 131 ;
|
||||||
|
indicatorOfParameter = 97 ;
|
||||||
|
}
|
||||||
#Maximum of significant wave height index
|
#Maximum of significant wave height index
|
||||||
'132216' = {
|
'132216' = {
|
||||||
table2Version = 132 ;
|
table2Version = 132 ;
|
||||||
|
|
|
@ -3269,6 +3269,51 @@
|
||||||
table2Version = 200 ;
|
table2Version = 200 ;
|
||||||
indicatorOfParameter = 255 ;
|
indicatorOfParameter = 255 ;
|
||||||
}
|
}
|
||||||
|
#Probability of a tropical storm
|
||||||
|
'pts' = {
|
||||||
|
table2Version = 131 ;
|
||||||
|
indicatorOfParameter = 89 ;
|
||||||
|
}
|
||||||
|
#Probability of a hurricane
|
||||||
|
'ph' = {
|
||||||
|
table2Version = 131 ;
|
||||||
|
indicatorOfParameter = 90 ;
|
||||||
|
}
|
||||||
|
#Probability of a tropical depression
|
||||||
|
'ptd' = {
|
||||||
|
table2Version = 131 ;
|
||||||
|
indicatorOfParameter = 91 ;
|
||||||
|
}
|
||||||
|
#Climatological probability of a tropical storm
|
||||||
|
'cpts' = {
|
||||||
|
table2Version = 131 ;
|
||||||
|
indicatorOfParameter = 92 ;
|
||||||
|
}
|
||||||
|
#Climatological probability of a hurricane
|
||||||
|
'cph' = {
|
||||||
|
table2Version = 131 ;
|
||||||
|
indicatorOfParameter = 93 ;
|
||||||
|
}
|
||||||
|
#Climatological probability of a tropical depression
|
||||||
|
'cptd' = {
|
||||||
|
table2Version = 131 ;
|
||||||
|
indicatorOfParameter = 94 ;
|
||||||
|
}
|
||||||
|
#Probability anomaly of a tropical storm
|
||||||
|
'pats' = {
|
||||||
|
table2Version = 131 ;
|
||||||
|
indicatorOfParameter = 95 ;
|
||||||
|
}
|
||||||
|
#Probability anomaly of a hurricane
|
||||||
|
'pah' = {
|
||||||
|
table2Version = 131 ;
|
||||||
|
indicatorOfParameter = 96 ;
|
||||||
|
}
|
||||||
|
#Probability anomaly of a tropical depression
|
||||||
|
'patd' = {
|
||||||
|
table2Version = 131 ;
|
||||||
|
indicatorOfParameter = 97 ;
|
||||||
|
}
|
||||||
#Maximum of significant wave height index
|
#Maximum of significant wave height index
|
||||||
'maxswhi' = {
|
'maxswhi' = {
|
||||||
table2Version = 132 ;
|
table2Version = 132 ;
|
||||||
|
|
|
@ -3269,6 +3269,51 @@
|
||||||
table2Version = 200 ;
|
table2Version = 200 ;
|
||||||
indicatorOfParameter = 255 ;
|
indicatorOfParameter = 255 ;
|
||||||
}
|
}
|
||||||
|
#Probability of a tropical storm
|
||||||
|
'%' = {
|
||||||
|
table2Version = 131 ;
|
||||||
|
indicatorOfParameter = 89 ;
|
||||||
|
}
|
||||||
|
#Probability of a hurricane
|
||||||
|
'%' = {
|
||||||
|
table2Version = 131 ;
|
||||||
|
indicatorOfParameter = 90 ;
|
||||||
|
}
|
||||||
|
#Probability of a tropical depression
|
||||||
|
'%' = {
|
||||||
|
table2Version = 131 ;
|
||||||
|
indicatorOfParameter = 91 ;
|
||||||
|
}
|
||||||
|
#Climatological probability of a tropical storm
|
||||||
|
'%' = {
|
||||||
|
table2Version = 131 ;
|
||||||
|
indicatorOfParameter = 92 ;
|
||||||
|
}
|
||||||
|
#Climatological probability of a hurricane
|
||||||
|
'%' = {
|
||||||
|
table2Version = 131 ;
|
||||||
|
indicatorOfParameter = 93 ;
|
||||||
|
}
|
||||||
|
#Climatological probability of a tropical depression
|
||||||
|
'%' = {
|
||||||
|
table2Version = 131 ;
|
||||||
|
indicatorOfParameter = 94 ;
|
||||||
|
}
|
||||||
|
#Probability anomaly of a tropical storm
|
||||||
|
'%' = {
|
||||||
|
table2Version = 131 ;
|
||||||
|
indicatorOfParameter = 95 ;
|
||||||
|
}
|
||||||
|
#Probability anomaly of a hurricane
|
||||||
|
'%' = {
|
||||||
|
table2Version = 131 ;
|
||||||
|
indicatorOfParameter = 96 ;
|
||||||
|
}
|
||||||
|
#Probability anomaly of a tropical depression
|
||||||
|
'%' = {
|
||||||
|
table2Version = 131 ;
|
||||||
|
indicatorOfParameter = 97 ;
|
||||||
|
}
|
||||||
#Maximum of significant wave height index
|
#Maximum of significant wave height index
|
||||||
'(-1 to 1)' = {
|
'(-1 to 1)' = {
|
||||||
table2Version = 132 ;
|
table2Version = 132 ;
|
||||||
|
|
|
@ -1599,51 +1599,6 @@
|
||||||
table2Version = 1 ;
|
table2Version = 1 ;
|
||||||
indicatorOfParameter = 62 ;
|
indicatorOfParameter = 62 ;
|
||||||
}
|
}
|
||||||
#Probability of a tropical storm
|
|
||||||
'Probability of a tropical storm' = {
|
|
||||||
table2Version = 131 ;
|
|
||||||
indicatorOfParameter = 89 ;
|
|
||||||
}
|
|
||||||
#Probability of a hurricane
|
|
||||||
'Probability of a hurricane' = {
|
|
||||||
table2Version = 131 ;
|
|
||||||
indicatorOfParameter = 90 ;
|
|
||||||
}
|
|
||||||
#Probability of a tropical depression
|
|
||||||
'Probability of a tropical depression' = {
|
|
||||||
table2Version = 131 ;
|
|
||||||
indicatorOfParameter = 91 ;
|
|
||||||
}
|
|
||||||
#Climatological probability of a tropical storm
|
|
||||||
'Climatological probability of a tropical storm' = {
|
|
||||||
table2Version = 131 ;
|
|
||||||
indicatorOfParameter = 92 ;
|
|
||||||
}
|
|
||||||
#Climatological probability of a hurricane
|
|
||||||
'Climatological probability of a hurricane' = {
|
|
||||||
table2Version = 131 ;
|
|
||||||
indicatorOfParameter = 93 ;
|
|
||||||
}
|
|
||||||
#Climatological probability of a tropical depression
|
|
||||||
'Climatological probability of a tropical depression' = {
|
|
||||||
table2Version = 131 ;
|
|
||||||
indicatorOfParameter = 94 ;
|
|
||||||
}
|
|
||||||
#Probability anomaly of a tropical storm
|
|
||||||
'Probability anomaly of a tropical storm' = {
|
|
||||||
table2Version = 131 ;
|
|
||||||
indicatorOfParameter = 95 ;
|
|
||||||
}
|
|
||||||
#Probability anomaly of a hurricane
|
|
||||||
'Probability anomaly of a hurricane' = {
|
|
||||||
table2Version = 131 ;
|
|
||||||
indicatorOfParameter = 96 ;
|
|
||||||
}
|
|
||||||
#Probability anomaly of a tropical depression
|
|
||||||
'Probability anomaly of a tropical depression' = {
|
|
||||||
table2Version = 131 ;
|
|
||||||
indicatorOfParameter = 97 ;
|
|
||||||
}
|
|
||||||
#Aerosol type 15 mass mixing ratio
|
#Aerosol type 15 mass mixing ratio
|
||||||
'Aerosol type 15 mass mixing ratio' = {
|
'Aerosol type 15 mass mixing ratio' = {
|
||||||
table2Version = 211 ;
|
table2Version = 211 ;
|
||||||
|
|
|
@ -1599,51 +1599,6 @@
|
||||||
table2Version = 1 ;
|
table2Version = 1 ;
|
||||||
indicatorOfParameter = 62 ;
|
indicatorOfParameter = 62 ;
|
||||||
}
|
}
|
||||||
#Probability of a tropical storm
|
|
||||||
'131089' = {
|
|
||||||
table2Version = 131 ;
|
|
||||||
indicatorOfParameter = 89 ;
|
|
||||||
}
|
|
||||||
#Probability of a hurricane
|
|
||||||
'131090' = {
|
|
||||||
table2Version = 131 ;
|
|
||||||
indicatorOfParameter = 90 ;
|
|
||||||
}
|
|
||||||
#Probability of a tropical depression
|
|
||||||
'131091' = {
|
|
||||||
table2Version = 131 ;
|
|
||||||
indicatorOfParameter = 91 ;
|
|
||||||
}
|
|
||||||
#Climatological probability of a tropical storm
|
|
||||||
'131092' = {
|
|
||||||
table2Version = 131 ;
|
|
||||||
indicatorOfParameter = 92 ;
|
|
||||||
}
|
|
||||||
#Climatological probability of a hurricane
|
|
||||||
'131093' = {
|
|
||||||
table2Version = 131 ;
|
|
||||||
indicatorOfParameter = 93 ;
|
|
||||||
}
|
|
||||||
#Climatological probability of a tropical depression
|
|
||||||
'131094' = {
|
|
||||||
table2Version = 131 ;
|
|
||||||
indicatorOfParameter = 94 ;
|
|
||||||
}
|
|
||||||
#Probability anomaly of a tropical storm
|
|
||||||
'131095' = {
|
|
||||||
table2Version = 131 ;
|
|
||||||
indicatorOfParameter = 95 ;
|
|
||||||
}
|
|
||||||
#Probability anomaly of a hurricane
|
|
||||||
'131096' = {
|
|
||||||
table2Version = 131 ;
|
|
||||||
indicatorOfParameter = 96 ;
|
|
||||||
}
|
|
||||||
#Probability anomaly of a tropical depression
|
|
||||||
'131097' = {
|
|
||||||
table2Version = 131 ;
|
|
||||||
indicatorOfParameter = 97 ;
|
|
||||||
}
|
|
||||||
#Aerosol type 15 mass mixing ratio
|
#Aerosol type 15 mass mixing ratio
|
||||||
'211015' = {
|
'211015' = {
|
||||||
table2Version = 211 ;
|
table2Version = 211 ;
|
||||||
|
|
|
@ -1599,51 +1599,6 @@
|
||||||
table2Version = 1 ;
|
table2Version = 1 ;
|
||||||
indicatorOfParameter = 62 ;
|
indicatorOfParameter = 62 ;
|
||||||
}
|
}
|
||||||
#Probability of a tropical storm
|
|
||||||
'pts' = {
|
|
||||||
table2Version = 131 ;
|
|
||||||
indicatorOfParameter = 89 ;
|
|
||||||
}
|
|
||||||
#Probability of a hurricane
|
|
||||||
'ph' = {
|
|
||||||
table2Version = 131 ;
|
|
||||||
indicatorOfParameter = 90 ;
|
|
||||||
}
|
|
||||||
#Probability of a tropical depression
|
|
||||||
'ptd' = {
|
|
||||||
table2Version = 131 ;
|
|
||||||
indicatorOfParameter = 91 ;
|
|
||||||
}
|
|
||||||
#Climatological probability of a tropical storm
|
|
||||||
'cpts' = {
|
|
||||||
table2Version = 131 ;
|
|
||||||
indicatorOfParameter = 92 ;
|
|
||||||
}
|
|
||||||
#Climatological probability of a hurricane
|
|
||||||
'cph' = {
|
|
||||||
table2Version = 131 ;
|
|
||||||
indicatorOfParameter = 93 ;
|
|
||||||
}
|
|
||||||
#Climatological probability of a tropical depression
|
|
||||||
'cptd' = {
|
|
||||||
table2Version = 131 ;
|
|
||||||
indicatorOfParameter = 94 ;
|
|
||||||
}
|
|
||||||
#Probability anomaly of a tropical storm
|
|
||||||
'pats' = {
|
|
||||||
table2Version = 131 ;
|
|
||||||
indicatorOfParameter = 95 ;
|
|
||||||
}
|
|
||||||
#Probability anomaly of a hurricane
|
|
||||||
'pah' = {
|
|
||||||
table2Version = 131 ;
|
|
||||||
indicatorOfParameter = 96 ;
|
|
||||||
}
|
|
||||||
#Probability anomaly of a tropical depression
|
|
||||||
'patd' = {
|
|
||||||
table2Version = 131 ;
|
|
||||||
indicatorOfParameter = 97 ;
|
|
||||||
}
|
|
||||||
#Aerosol type 15 mass mixing ratio
|
#Aerosol type 15 mass mixing ratio
|
||||||
'aermr15diff' = {
|
'aermr15diff' = {
|
||||||
table2Version = 211 ;
|
table2Version = 211 ;
|
||||||
|
|
|
@ -1599,51 +1599,6 @@
|
||||||
table2Version = 1 ;
|
table2Version = 1 ;
|
||||||
indicatorOfParameter = 62 ;
|
indicatorOfParameter = 62 ;
|
||||||
}
|
}
|
||||||
#Probability of a tropical storm
|
|
||||||
'%' = {
|
|
||||||
table2Version = 131 ;
|
|
||||||
indicatorOfParameter = 89 ;
|
|
||||||
}
|
|
||||||
#Probability of a hurricane
|
|
||||||
'%' = {
|
|
||||||
table2Version = 131 ;
|
|
||||||
indicatorOfParameter = 90 ;
|
|
||||||
}
|
|
||||||
#Probability of a tropical depression
|
|
||||||
'%' = {
|
|
||||||
table2Version = 131 ;
|
|
||||||
indicatorOfParameter = 91 ;
|
|
||||||
}
|
|
||||||
#Climatological probability of a tropical storm
|
|
||||||
'%' = {
|
|
||||||
table2Version = 131 ;
|
|
||||||
indicatorOfParameter = 92 ;
|
|
||||||
}
|
|
||||||
#Climatological probability of a hurricane
|
|
||||||
'%' = {
|
|
||||||
table2Version = 131 ;
|
|
||||||
indicatorOfParameter = 93 ;
|
|
||||||
}
|
|
||||||
#Climatological probability of a tropical depression
|
|
||||||
'%' = {
|
|
||||||
table2Version = 131 ;
|
|
||||||
indicatorOfParameter = 94 ;
|
|
||||||
}
|
|
||||||
#Probability anomaly of a tropical storm
|
|
||||||
'%' = {
|
|
||||||
table2Version = 131 ;
|
|
||||||
indicatorOfParameter = 95 ;
|
|
||||||
}
|
|
||||||
#Probability anomaly of a hurricane
|
|
||||||
'%' = {
|
|
||||||
table2Version = 131 ;
|
|
||||||
indicatorOfParameter = 96 ;
|
|
||||||
}
|
|
||||||
#Probability anomaly of a tropical depression
|
|
||||||
'%' = {
|
|
||||||
table2Version = 131 ;
|
|
||||||
indicatorOfParameter = 97 ;
|
|
||||||
}
|
|
||||||
#Aerosol type 15 mass mixing ratio
|
#Aerosol type 15 mass mixing ratio
|
||||||
'kg kg**-1' = {
|
'kg kg**-1' = {
|
||||||
table2Version = 211 ;
|
table2Version = 211 ;
|
||||||
|
|
Loading…
Reference in New Issue