Skip to content

Commit

Permalink
feat: Add GFSWave 0.16° model
Browse files Browse the repository at this point in the history
  • Loading branch information
patrick-zippenfenig committed Oct 3, 2024
1 parent 069fb9c commit fae26e9
Showing 1 changed file with 16 additions and 1 deletion.
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

0 comments on commit fae26e9

Please sign in to comment.