pydune.data_processing.meteorological.downloadCDS#

This module allows to dowload data from the ERA5 and ERA5Land datasets hosted at the Climate Data Store . Before using this module, please read the corresponding documentation here, and especially the part 4.

Roughly, the steps are:

- create a CDS account here
- install the CDS API, typically using pip3 install cdsapi
- install the CDS API key corresponding to your account on your computer,
following the steps described here
..warning:

Still experimental, and scarce documentation.

Functions

getting_CDSdata

This fuction helps to download data from datasets stored in the Climate Data Store.

load_netcdf

This function loads and concatenate (along the time axis) several NETCDF files from a list of filenames.