Skip to content

Commit

Permalink
fix(era5): invalid short name for 2m temperature variable
Browse files Browse the repository at this point in the history
  • Loading branch information
yannforget committed Nov 6, 2024
1 parent 46142e5 commit 1678a5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openhexa/toolbox/era5/variables.json
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@
},
"2m_temperature": {
"name": "2 metre temperature",
"shortname": "2t",
"shortname": "t2m",
"units": "K",
"grib1": true,
"grib2": false
Expand Down

0 comments on commit 1678a5f

Please sign in to comment.