Skip to content

Commit

Permalink
fix: wrong resolution documented for gfswave (#329)
Browse files Browse the repository at this point in the history
  • Loading branch information
patrick-zippenfenig authored Oct 3, 2024
1 parent b2cc6ac commit 37b5715
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/routes/en/docs/marine-weather-api/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@
{ name: 'ecmwf_wam025', label: 'ECMWF WAM', caption: '0.25°, global' },
//{ name: 'ecmwf_wam025_ensemble', label: 'ECMWF WAM Ensemble', caption: '0.25°, global, 51 members' },
{ name: 'ncep_gfswave025', label: 'GFS Wave 0.25°', caption: '0.25°, global' },
{ name: 'ncep_gfswave016', label: 'GFS Wave 0.16°', caption: '0.25°, mid-latitudes' },
{ name: 'ncep_gfswave016', label: 'GFS Wave 0.16°', caption: '0.16°, mid-latitudes' },
//{ name: 'ncep_gefswave025', label: 'GFS Wave Ensemble', caption: '0.25°, global, 31 members' },
{ name: 'era5_ocean', label: 'ERA5-Ocean', caption: '0.5°, data from 1940 onwards' },
]
Expand Down

0 comments on commit 37b5715

Please sign in to comment.