7.3.3.8. ERA5 Significant Wave Height Dataloader
ERA5 is a family of data products produced by the European Centre for Medium-Range Weather Forecasts (ECMWF). It is the fifth generation ECMWF atmospheric reanalysis of the global climate covering the period from January 1950 to present.
From their website:
ERA5 provides hourly estimates of a large number of atmospheric, land and oceanic climate variables. The data cover the Earth on a 30km grid and resolve the atmosphere using 137 levels from the surface up to a height of 80km. ERA5 includes information about uncertainties for all variables at reduced spatial and temporal resolutions.
Name in config: 'era5_sig_wave_height'
Instructions for how to download their data products are available here
- class meshiphi.dataloaders.scalar.era5_sig_wave_height.ERA5SigWaveHeightDataLoader(bounds, params)
- import_data(bounds)
Reads in data from an ERA5 NetCDF file. Renames coordinates to ‘lat’ and ‘long’
- Parameters:
bounds (Boundary) – Initial boundary to limit the dataset to
- Returns:
ERA5 wave dataset within limits of bounds. Dataset has coordinates ‘lat’, ‘long’, and variable ‘swh’
- Return type:
xr.Dataset