mirror of https://github.com/ecmwf/eccodes.git
ECC-1581: GRIB2: Modification of total snowfall GRIB2 deprecated encoding
This commit is contained in:
parent
a8ddefceaf
commit
352cdf49ed
|
@ -2846,6 +2846,14 @@
|
|||
typeOfFirstFixedSurface = 1 ;
|
||||
typeOfSecondFixedSurface = 8 ;
|
||||
}
|
||||
#Total snowfall
|
||||
'asnow' = {
|
||||
discipline = 0 ;
|
||||
parameterCategory = 1 ;
|
||||
parameterNumber = 57 ;
|
||||
typeOfFirstFixedSurface = 1 ;
|
||||
typeOfStatisticalProcessing = 1 ;
|
||||
}
|
||||
#2 metre relative humidity
|
||||
'r2' = {
|
||||
discipline = 0 ;
|
||||
|
@ -6637,12 +6645,6 @@
|
|||
parameterCategory = 1 ;
|
||||
parameterNumber = 28 ;
|
||||
}
|
||||
#Total snowfall
|
||||
'asnow' = {
|
||||
discipline = 0 ;
|
||||
parameterCategory = 1 ;
|
||||
parameterNumber = 29 ;
|
||||
}
|
||||
#Precipitable water category
|
||||
'pwcat' = {
|
||||
discipline = 0 ;
|
||||
|
|
|
@ -2846,6 +2846,14 @@
|
|||
typeOfFirstFixedSurface = 1 ;
|
||||
typeOfSecondFixedSurface = 8 ;
|
||||
}
|
||||
#Total snowfall
|
||||
'Total snowfall' = {
|
||||
discipline = 0 ;
|
||||
parameterCategory = 1 ;
|
||||
parameterNumber = 57 ;
|
||||
typeOfFirstFixedSurface = 1 ;
|
||||
typeOfStatisticalProcessing = 1 ;
|
||||
}
|
||||
#2 metre relative humidity
|
||||
'2 metre relative humidity' = {
|
||||
discipline = 0 ;
|
||||
|
@ -6637,12 +6645,6 @@
|
|||
parameterCategory = 1 ;
|
||||
parameterNumber = 28 ;
|
||||
}
|
||||
#Total snowfall
|
||||
'Total snowfall' = {
|
||||
discipline = 0 ;
|
||||
parameterCategory = 1 ;
|
||||
parameterNumber = 29 ;
|
||||
}
|
||||
#Precipitable water category
|
||||
'Precipitable water category' = {
|
||||
discipline = 0 ;
|
||||
|
|
|
@ -2846,6 +2846,14 @@
|
|||
typeOfFirstFixedSurface = 1 ;
|
||||
typeOfSecondFixedSurface = 8 ;
|
||||
}
|
||||
#Total snowfall
|
||||
'260025' = {
|
||||
discipline = 0 ;
|
||||
parameterCategory = 1 ;
|
||||
parameterNumber = 57 ;
|
||||
typeOfFirstFixedSurface = 1 ;
|
||||
typeOfStatisticalProcessing = 1 ;
|
||||
}
|
||||
#2 metre relative humidity
|
||||
'260242' = {
|
||||
discipline = 0 ;
|
||||
|
@ -6637,12 +6645,6 @@
|
|||
parameterCategory = 1 ;
|
||||
parameterNumber = 28 ;
|
||||
}
|
||||
#Total snowfall
|
||||
'260025' = {
|
||||
discipline = 0 ;
|
||||
parameterCategory = 1 ;
|
||||
parameterNumber = 29 ;
|
||||
}
|
||||
#Precipitable water category
|
||||
'260026' = {
|
||||
discipline = 0 ;
|
||||
|
|
|
@ -2846,6 +2846,14 @@
|
|||
typeOfFirstFixedSurface = 1 ;
|
||||
typeOfSecondFixedSurface = 8 ;
|
||||
}
|
||||
#Total snowfall
|
||||
'asnow' = {
|
||||
discipline = 0 ;
|
||||
parameterCategory = 1 ;
|
||||
parameterNumber = 57 ;
|
||||
typeOfFirstFixedSurface = 1 ;
|
||||
typeOfStatisticalProcessing = 1 ;
|
||||
}
|
||||
#2 metre relative humidity
|
||||
'2r' = {
|
||||
discipline = 0 ;
|
||||
|
@ -6637,12 +6645,6 @@
|
|||
parameterCategory = 1 ;
|
||||
parameterNumber = 28 ;
|
||||
}
|
||||
#Total snowfall
|
||||
'asnow' = {
|
||||
discipline = 0 ;
|
||||
parameterCategory = 1 ;
|
||||
parameterNumber = 29 ;
|
||||
}
|
||||
#Precipitable water category
|
||||
'pwcat' = {
|
||||
discipline = 0 ;
|
||||
|
|
|
@ -2846,6 +2846,14 @@
|
|||
typeOfFirstFixedSurface = 1 ;
|
||||
typeOfSecondFixedSurface = 8 ;
|
||||
}
|
||||
#Total snowfall
|
||||
'm' = {
|
||||
discipline = 0 ;
|
||||
parameterCategory = 1 ;
|
||||
parameterNumber = 57 ;
|
||||
typeOfFirstFixedSurface = 1 ;
|
||||
typeOfStatisticalProcessing = 1 ;
|
||||
}
|
||||
#2 metre relative humidity
|
||||
'%' = {
|
||||
discipline = 0 ;
|
||||
|
@ -6637,12 +6645,6 @@
|
|||
parameterCategory = 1 ;
|
||||
parameterNumber = 28 ;
|
||||
}
|
||||
#Total snowfall
|
||||
'm' = {
|
||||
discipline = 0 ;
|
||||
parameterCategory = 1 ;
|
||||
parameterNumber = 29 ;
|
||||
}
|
||||
#Precipitable water category
|
||||
'code table (4.202)' = {
|
||||
discipline = 0 ;
|
||||
|
|
Loading…
Reference in New Issue