mirror of https://github.com/ecmwf/eccodes.git
GRIB-764 and GRIB-824: new grib2 short names
This commit is contained in:
parent
bbc7b653e5
commit
b049f81f84
|
@ -210,28 +210,28 @@
|
|||
parameterNumber = 33 ;
|
||||
}
|
||||
#Mean temperature tendency due to short-wave radiation
|
||||
'mttsr' = {
|
||||
'mttswr' = {
|
||||
discipline = 0 ;
|
||||
parameterCategory = 0 ;
|
||||
parameterNumber = 22 ;
|
||||
typeOfStatisticalProcessing = 0 ;
|
||||
}
|
||||
#Mean temperature tendency due to long-wave radiation
|
||||
'mtttr' = {
|
||||
'mttlwr' = {
|
||||
discipline = 0 ;
|
||||
parameterCategory = 0 ;
|
||||
parameterNumber = 23 ;
|
||||
typeOfStatisticalProcessing = 0 ;
|
||||
}
|
||||
#Mean temperature tendency due to short-wave radiation, clear sky
|
||||
'mttsrc' = {
|
||||
'mttswrcs' = {
|
||||
discipline = 0 ;
|
||||
parameterCategory = 0 ;
|
||||
parameterNumber = 24 ;
|
||||
typeOfStatisticalProcessing = 0 ;
|
||||
}
|
||||
#Mean temperature tendency due to long-wave radiation, clear sky
|
||||
'mtttrc' = {
|
||||
'mttlwrcs' = {
|
||||
discipline = 0 ;
|
||||
parameterCategory = 0 ;
|
||||
parameterNumber = 25 ;
|
||||
|
|
Loading…
Reference in New Issue