mirror of https://github.com/ecmwf/eccodes.git
ECC-1751: GRIB2: Consolidate parameters with fixed statistical processing ranges (S2S changes)
This commit is contained in:
parent
5eb158decf
commit
44065534d4
|
@ -182,4 +182,11 @@
|
||||||
scaledValueOfSecondFixedSurface = missing() ;
|
scaledValueOfSecondFixedSurface = missing() ;
|
||||||
scaleFactorOfSecondFixedSurface = missing() ;
|
scaleFactorOfSecondFixedSurface = missing() ;
|
||||||
typeOfStatisticalProcessing = 0 ;
|
typeOfStatisticalProcessing = 0 ;
|
||||||
|
}
|
||||||
|
#Snow depth water equivalent
|
||||||
|
'sd' = {
|
||||||
|
discipline = 0 ;
|
||||||
|
parameterCategory = 1 ;
|
||||||
|
parameterNumber = 60 ;
|
||||||
|
typeOfStatisticalProcessing = 0 ;
|
||||||
}
|
}
|
||||||
|
|
|
@ -182,4 +182,11 @@
|
||||||
scaledValueOfSecondFixedSurface = missing() ;
|
scaledValueOfSecondFixedSurface = missing() ;
|
||||||
scaleFactorOfSecondFixedSurface = missing() ;
|
scaleFactorOfSecondFixedSurface = missing() ;
|
||||||
typeOfStatisticalProcessing = 0 ;
|
typeOfStatisticalProcessing = 0 ;
|
||||||
|
}
|
||||||
|
#Snow depth water equivalent
|
||||||
|
'Snow depth water equivalent' = {
|
||||||
|
discipline = 0 ;
|
||||||
|
parameterCategory = 1 ;
|
||||||
|
parameterNumber = 60 ;
|
||||||
|
typeOfStatisticalProcessing = 0 ;
|
||||||
}
|
}
|
||||||
|
|
|
@ -182,4 +182,11 @@
|
||||||
scaledValueOfSecondFixedSurface = missing() ;
|
scaledValueOfSecondFixedSurface = missing() ;
|
||||||
scaleFactorOfSecondFixedSurface = missing() ;
|
scaleFactorOfSecondFixedSurface = missing() ;
|
||||||
typeOfStatisticalProcessing = 0 ;
|
typeOfStatisticalProcessing = 0 ;
|
||||||
|
}
|
||||||
|
#Snow depth water equivalent
|
||||||
|
'228141' = {
|
||||||
|
discipline = 0 ;
|
||||||
|
parameterCategory = 1 ;
|
||||||
|
parameterNumber = 60 ;
|
||||||
|
typeOfStatisticalProcessing = 0 ;
|
||||||
}
|
}
|
||||||
|
|
|
@ -182,4 +182,11 @@
|
||||||
scaledValueOfSecondFixedSurface = missing() ;
|
scaledValueOfSecondFixedSurface = missing() ;
|
||||||
scaleFactorOfSecondFixedSurface = missing() ;
|
scaleFactorOfSecondFixedSurface = missing() ;
|
||||||
typeOfStatisticalProcessing = 0 ;
|
typeOfStatisticalProcessing = 0 ;
|
||||||
|
}
|
||||||
|
#Snow depth water equivalent
|
||||||
|
'sd' = {
|
||||||
|
discipline = 0 ;
|
||||||
|
parameterCategory = 1 ;
|
||||||
|
parameterNumber = 60 ;
|
||||||
|
typeOfStatisticalProcessing = 0 ;
|
||||||
}
|
}
|
||||||
|
|
|
@ -182,4 +182,11 @@
|
||||||
scaledValueOfSecondFixedSurface = missing() ;
|
scaledValueOfSecondFixedSurface = missing() ;
|
||||||
scaleFactorOfSecondFixedSurface = missing() ;
|
scaleFactorOfSecondFixedSurface = missing() ;
|
||||||
typeOfStatisticalProcessing = 0 ;
|
typeOfStatisticalProcessing = 0 ;
|
||||||
|
}
|
||||||
|
#Snow depth water equivalent
|
||||||
|
'kg m**-2' = {
|
||||||
|
discipline = 0 ;
|
||||||
|
parameterCategory = 1 ;
|
||||||
|
parameterNumber = 60 ;
|
||||||
|
typeOfStatisticalProcessing = 0 ;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue