mirror of https://github.com/ecmwf/eccodes.git
ECC-1543: GRIB2: New parameter encodings for DestinationEarth
This commit is contained in:
parent
ec4b67896b
commit
98119fab48
|
@ -2453,6 +2453,21 @@
|
|||
typeOfFirstFixedSurface = 1 ;
|
||||
typeOfStatisticalProcessing = 1 ;
|
||||
}
|
||||
#Potential evaporation rate
|
||||
'pevr' = {
|
||||
discipline = 0 ;
|
||||
parameterCategory = 1 ;
|
||||
parameterNumber = 143 ;
|
||||
typeOfFirstFixedSurface = 1 ;
|
||||
}
|
||||
#Potential evaporation
|
||||
'peva' = {
|
||||
discipline = 0 ;
|
||||
parameterCategory = 1 ;
|
||||
parameterNumber = 143 ;
|
||||
typeOfFirstFixedSurface = 1 ;
|
||||
typeOfStatisticalProcessing = 1 ;
|
||||
}
|
||||
#Mean temperature tendency due to short-wave radiation
|
||||
'mttswr' = {
|
||||
discipline = 0 ;
|
||||
|
|
|
@ -2453,6 +2453,21 @@
|
|||
typeOfFirstFixedSurface = 1 ;
|
||||
typeOfStatisticalProcessing = 1 ;
|
||||
}
|
||||
#Potential evaporation rate
|
||||
'Potential evaporation rate' = {
|
||||
discipline = 0 ;
|
||||
parameterCategory = 1 ;
|
||||
parameterNumber = 143 ;
|
||||
typeOfFirstFixedSurface = 1 ;
|
||||
}
|
||||
#Potential evaporation
|
||||
'Potential evaporation' = {
|
||||
discipline = 0 ;
|
||||
parameterCategory = 1 ;
|
||||
parameterNumber = 143 ;
|
||||
typeOfFirstFixedSurface = 1 ;
|
||||
typeOfStatisticalProcessing = 1 ;
|
||||
}
|
||||
#Mean temperature tendency due to short-wave radiation
|
||||
'Mean temperature tendency due to short-wave radiation' = {
|
||||
discipline = 0 ;
|
||||
|
|
|
@ -2453,6 +2453,21 @@
|
|||
typeOfFirstFixedSurface = 1 ;
|
||||
typeOfStatisticalProcessing = 1 ;
|
||||
}
|
||||
#Potential evaporation rate
|
||||
'231004' = {
|
||||
discipline = 0 ;
|
||||
parameterCategory = 1 ;
|
||||
parameterNumber = 143 ;
|
||||
typeOfFirstFixedSurface = 1 ;
|
||||
}
|
||||
#Potential evaporation
|
||||
'231005' = {
|
||||
discipline = 0 ;
|
||||
parameterCategory = 1 ;
|
||||
parameterNumber = 143 ;
|
||||
typeOfFirstFixedSurface = 1 ;
|
||||
typeOfStatisticalProcessing = 1 ;
|
||||
}
|
||||
#Mean temperature tendency due to short-wave radiation
|
||||
'235001' = {
|
||||
discipline = 0 ;
|
||||
|
|
|
@ -2453,6 +2453,21 @@
|
|||
typeOfFirstFixedSurface = 1 ;
|
||||
typeOfStatisticalProcessing = 1 ;
|
||||
}
|
||||
#Potential evaporation rate
|
||||
'pevr' = {
|
||||
discipline = 0 ;
|
||||
parameterCategory = 1 ;
|
||||
parameterNumber = 143 ;
|
||||
typeOfFirstFixedSurface = 1 ;
|
||||
}
|
||||
#Potential evaporation
|
||||
'peva' = {
|
||||
discipline = 0 ;
|
||||
parameterCategory = 1 ;
|
||||
parameterNumber = 143 ;
|
||||
typeOfFirstFixedSurface = 1 ;
|
||||
typeOfStatisticalProcessing = 1 ;
|
||||
}
|
||||
#Mean temperature tendency due to short-wave radiation
|
||||
'mttswr' = {
|
||||
discipline = 0 ;
|
||||
|
|
|
@ -2453,6 +2453,21 @@
|
|||
typeOfFirstFixedSurface = 1 ;
|
||||
typeOfStatisticalProcessing = 1 ;
|
||||
}
|
||||
#Potential evaporation rate
|
||||
'kg m**-2 s**-1' = {
|
||||
discipline = 0 ;
|
||||
parameterCategory = 1 ;
|
||||
parameterNumber = 143 ;
|
||||
typeOfFirstFixedSurface = 1 ;
|
||||
}
|
||||
#Potential evaporation
|
||||
'kg m**-2' = {
|
||||
discipline = 0 ;
|
||||
parameterCategory = 1 ;
|
||||
parameterNumber = 143 ;
|
||||
typeOfFirstFixedSurface = 1 ;
|
||||
typeOfStatisticalProcessing = 1 ;
|
||||
}
|
||||
#Mean temperature tendency due to short-wave radiation
|
||||
'K s**-1' = {
|
||||
discipline = 0 ;
|
||||
|
|
Loading…
Reference in New Issue