Skip to content

Commit

Permalink
ECC-1962: GRIB2: Add Wet-bulb temperature
Browse files Browse the repository at this point in the history
  • Loading branch information
shahramn committed Nov 8, 2024
1 parent 562cf2a commit e213025
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 0 deletions.
6 changes: 6 additions & 0 deletions definitions/grib2/name.def
Original file line number Diff line number Diff line change
Expand Up @@ -16145,6 +16145,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 ;
Expand Down
6 changes: 6 additions & 0 deletions definitions/grib2/paramId.def
Original file line number Diff line number Diff line change
Expand Up @@ -16145,6 +16145,12 @@
parameterCategory = 0 ;
parameterNumber = 32 ;
}
#Wet-bulb temperature
'261023' = {
discipline = 0 ;
parameterCategory = 0 ;
parameterNumber = 27 ;
}
#Sea ice thickness
'262000' = {
discipline = 10 ;
Expand Down
6 changes: 6 additions & 0 deletions definitions/grib2/shortName.def
Original file line number Diff line number Diff line change
Expand Up @@ -16145,6 +16145,12 @@
parameterCategory = 0 ;
parameterNumber = 32 ;
}
#Wet-bulb temperature
'wbt' = {
discipline = 0 ;
parameterCategory = 0 ;
parameterNumber = 27 ;
}
#Sea ice thickness
'sithick' = {
discipline = 10 ;
Expand Down
6 changes: 6 additions & 0 deletions definitions/grib2/units.def
Original file line number Diff line number Diff line change
Expand Up @@ -16145,6 +16145,12 @@
parameterCategory = 0 ;
parameterNumber = 32 ;
}
#Wet-bulb temperature
'K' = {
discipline = 0 ;
parameterCategory = 0 ;
parameterNumber = 27 ;
}
#Sea ice thickness
'm' = {
discipline = 10 ;
Expand Down

0 comments on commit e213025

Please sign in to comment.