Photo by DeepMind on Unsplash

NOAA Wave Ensemble Reforecast Dataset for Machine Learning

Install DagsHub:

pip install dagshub
Click on copy button to copy content

To stream this data directly on DagsHub

from dagshub.streaming import DagsHubFilesystem

fs = DagsHubFilesystem(".", repo_url="https://dagshub.com/DagsHub-Datasets/noaa-wave-ensemble-reforecast-dataset")

fs.listdir("s3://noaa-nws-gefswaves-reforecast-pds")
Click on copy button to copy content

Description

This is a 20-year global wave reforecast generated by WAVEWATCH III model (https://github.com/NOAA-EMC/WW3) forced by GEFSv12 winds (https://noaa-gefs-retrospective.s3.amazonaws.com/index.html). The wave ensemble was run with one cycle per day (at 03Z), spatial resolution of 0.25°X0.25° and temporal resolution of 3 hours. There are five ensemble members (control plus four perturbed members) and, once a week (Wednesdays), the ensemble is expanded to eleven members. The forecast range is 16 days and, once a week (Wednesdays), it extends to 35 days. More information about the wave modeling, wave grids and calibration can be found in the WAVEWATCH III regtest ww3_ufs1.3 (https://github.com/NOAA-EMC/WW3/tree/develop/regtests/ww3_ufs1.3).

The 20 years of reforecast results were analyzed and quality-controlled. Three output types are available

1) Global wave fields, in grib2 format, with several variables including significant wave height, period, direction, and partitions;
2) Point output tables, in netcdf format, containing time-series of significant wave height, period and direction, for 658 points (latitude/longitude informed) at the positions of wave buoys; and,
3) For the same positions, spectral outputs are available, in netcdf format, containing the full spectra (2D directional spectrum).
Each file refers to one forecast cycle with date (year, month, day) written in the file name.

This effort has been funded by a NOAA OAR/NWS Service Level Agreement (SLA) whereby NOAA/OAR supports R&D and transition needed for mission delivery of climate services within NWS. The SLA project is led by NWS/NCEP/Ocean Prediction Center in collaboration with NWS/NCEP/Environmental Modeling Center and NWS/NCEP/Climate Prediction Center. This is a project also in cooperation with NOAA’s Atlantic Oceanographic and Meteorological Laboratory (AOML) and the University of Miami’s Cooperative Institute for Marine and Atmospheric Studies (CIMAS).

The following github repository has examples and scripts to support users to download, visualize, and process the WAVEWATCH III output files

https://github.com/ricampos/gefswaves_reforecast

The reforecast simulations were generated on the supercomputer Orion, which is funded via a grant from NOAA to support research activities in environmental modeling, including weather modeling and simulation

https://www.noaa.gov/organization/information-technology/orion

Additional information

Update frequency

Quarterly

License

Open Data. There are no restrictions on the use of this data.

Related datasets

Atmospheric Models from Météo-France

CAFE60 reanalysis

Coupled Model Intercomparison Project Phase 5 (CMIP5) University of Wisconsin-Madison Probabilistic Downscaling Dataset

Earth Radio Occultation

Launch your ML development to new heights with DagsHub

Back to top