ecmwf / climetlab

Python package for easy access to weather and climate data
Apache License 2.0
374 stars 58 forks source link

Support for seasonal forecasts #13

Closed matteodefelice closed 3 years ago

matteodefelice commented 3 years ago

Do you plan to support also operations on C3S seasonal forecast data?

floriankrb commented 3 years ago

yes we do, it is already supported as we support the datasets in the Copernicus Data Store (CDS). There is a notebook in the documentation with an example of retrieving and plotting the "reanalysis-era5-single-levels" dataset. : https://climetlab.readthedocs.io/en/latest/examples/03-source-cds.html.

(In collaboration with the CDS team, it will also be possible to adapt this integration for some or all datasets in the CDS, as a plugin for climetlab.)