Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Add GFSWave 0.16° model #328

Merged
merged 1 commit into from
Oct 3, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 16 additions & 1 deletion src/routes/en/docs/marine-weather-api/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,8 @@
{ name: 'gwam', label: 'DWD GWAM', caption: '0.25°' },
{ 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', caption: '0.25°, global' },
{ 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_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 Expand Up @@ -529,6 +530,20 @@
<td>June 2024 with 16 day forecast</td>
<td>Every 6 hours</td>
</tr>
<tr>
<th scope="row"
><a
href="https://polar.ncep.noaa.gov/waves/index.php"
>NCEP GFS Wave</a
>
</th>
<td>Latitude 52.5°N - 15°S</td>
<td></td>
<td>0.16° (~16 km)</td>
<td>Hourly</td>
<td>October 2024 with 16 day forecast</td>
<td>Every 6 hours</td>
</tr>
<tr>
<th scope="row"
><a
Expand Down