7.4.3.4. ERA5 Wind 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_wind'

Instructions for how to download their data products are available here

class meshiphi.dataloaders.vector.era5_wind.ERA5WindDataLoader(bounds, params)
import_data(bounds)

Reads in wind data from a ERA5 NetCDF file. Renames coordinates to ‘lat’ and ‘long’

Parameters:

bounds (Boundary) – Initial boundary to limit the dataset to

Returns:

ERA5 wind dataset within limits of bounds. Dataset has coordinates ‘lat’, ‘long’, and variables ‘u10’, ‘v10’

Return type:

xr.Dataset