mirror of https://github.com/ecmwf/eccodes.git
ECC-1962: GRIB2: Add Wet-bulb temperature
This commit is contained in:
parent
b6f51710a0
commit
e0d5e98fec
|
@ -8110,6 +8110,12 @@
|
|||
parameterCategory = 0 ;
|
||||
parameterNumber = 32 ;
|
||||
}
|
||||
#Wet-bulb temperature
|
||||
'Wet-bulb temperature' = {
|
||||
discipline = 0 ;
|
||||
parameterCategory = 0 ;
|
||||
parameterNumber = 27 ;
|
||||
}
|
||||
#Sea ice thickness
|
||||
'Sea ice thickness' = {
|
||||
discipline = 10 ;
|
||||
|
|
|
@ -8110,6 +8110,12 @@
|
|||
parameterCategory = 0 ;
|
||||
parameterNumber = 32 ;
|
||||
}
|
||||
#Wet-bulb temperature
|
||||
'261023' = {
|
||||
discipline = 0 ;
|
||||
parameterCategory = 0 ;
|
||||
parameterNumber = 27 ;
|
||||
}
|
||||
#Sea ice thickness
|
||||
'262000' = {
|
||||
discipline = 10 ;
|
||||
|
|
|
@ -8110,6 +8110,12 @@
|
|||
parameterCategory = 0 ;
|
||||
parameterNumber = 32 ;
|
||||
}
|
||||
#Wet-bulb temperature
|
||||
'wbt' = {
|
||||
discipline = 0 ;
|
||||
parameterCategory = 0 ;
|
||||
parameterNumber = 27 ;
|
||||
}
|
||||
#Sea ice thickness
|
||||
'sithick' = {
|
||||
discipline = 10 ;
|
||||
|
|
|
@ -8110,6 +8110,12 @@
|
|||
parameterCategory = 0 ;
|
||||
parameterNumber = 32 ;
|
||||
}
|
||||
#Wet-bulb temperature
|
||||
'K' = {
|
||||
discipline = 0 ;
|
||||
parameterCategory = 0 ;
|
||||
parameterNumber = 27 ;
|
||||
}
|
||||
#Sea ice thickness
|
||||
'm' = {
|
||||
discipline = 10 ;
|
||||
|
|
Loading…
Reference in New Issue