mirror of https://github.com/ecmwf/eccodes.git
ECC-1423: GRIB2: Add wet-bulb potential temperature
This commit is contained in:
parent
3d6a902111
commit
40d1680a4f
|
@ -3289,6 +3289,12 @@
|
|||
parameterCategory = 3 ;
|
||||
parameterNumber = 32 ;
|
||||
}
|
||||
#Wet-bulb potential temperature
|
||||
'wbpt' = {
|
||||
discipline = 0 ;
|
||||
parameterCategory = 0 ;
|
||||
parameterNumber = 32 ;
|
||||
}
|
||||
#Sea ice thickness
|
||||
'sithick' = {
|
||||
discipline = 10 ;
|
||||
|
|
|
@ -3289,6 +3289,12 @@
|
|||
parameterCategory = 3 ;
|
||||
parameterNumber = 32 ;
|
||||
}
|
||||
#Wet-bulb potential temperature
|
||||
'Wet-bulb potential temperature' = {
|
||||
discipline = 0 ;
|
||||
parameterCategory = 0 ;
|
||||
parameterNumber = 32 ;
|
||||
}
|
||||
#Sea ice thickness
|
||||
'Sea ice thickness' = {
|
||||
discipline = 10 ;
|
||||
|
|
|
@ -3289,6 +3289,12 @@
|
|||
parameterCategory = 3 ;
|
||||
parameterNumber = 32 ;
|
||||
}
|
||||
#Wet-bulb potential temperature
|
||||
'261022' = {
|
||||
discipline = 0 ;
|
||||
parameterCategory = 0 ;
|
||||
parameterNumber = 32 ;
|
||||
}
|
||||
#Sea ice thickness
|
||||
'262000' = {
|
||||
discipline = 10 ;
|
||||
|
|
|
@ -3289,6 +3289,12 @@
|
|||
parameterCategory = 3 ;
|
||||
parameterNumber = 32 ;
|
||||
}
|
||||
#Wet-bulb potential temperature
|
||||
'wbpt' = {
|
||||
discipline = 0 ;
|
||||
parameterCategory = 0 ;
|
||||
parameterNumber = 32 ;
|
||||
}
|
||||
#Sea ice thickness
|
||||
'sithick' = {
|
||||
discipline = 10 ;
|
||||
|
|
|
@ -3289,6 +3289,12 @@
|
|||
parameterCategory = 3 ;
|
||||
parameterNumber = 32 ;
|
||||
}
|
||||
#Wet-bulb potential temperature
|
||||
'K' = {
|
||||
discipline = 0 ;
|
||||
parameterCategory = 0 ;
|
||||
parameterNumber = 32 ;
|
||||
}
|
||||
#Sea ice thickness
|
||||
'm' = {
|
||||
discipline = 10 ;
|
||||
|
|
Loading…
Reference in New Issue