Skip to content

Commit

Permalink
feat: add ECMWF IFS0.25 wind gusts (#342)
Browse files Browse the repository at this point in the history
  • Loading branch information
patrick-zippenfenig authored Nov 12, 2024
1 parent 48deaa4 commit 0172225
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/routes/en/docs/ecmwf-api/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@
{ name: 'wind_speed_100m', label: 'Wind Speed (100 m)' },
{ name: 'wind_direction_10m', label: 'Wind Direction (10 m)' },
{ name: 'wind_direction_100m', label: 'Wind Direction (100 m)' },
{ name: 'wind_gusts_10m', label: 'Wind Gusts (10 m)' },
{ name: 'surface_temperature', label: 'Surface temperature' },
{ name: 'runoff', label: 'Surface Water Runoff' },
{ name: 'cape', label: 'CAPE' },
Expand Down

0 comments on commit 0172225

Please sign in to comment.