NVIDIA / earth2mip

Earth-2 Model Intercomparison Project (MIP) is a python framework that enables climate researchers and scientists to inter-compare AI models for weather and climate.
https://nvidia.github.io/earth2mip/
Apache License 2.0
193 stars 46 forks source link

CDS API Changes #196

Open megham1nd opened 1 month ago

megham1nd commented 1 month ago

Hello, it looks like CDS will be completely moving to CDS-Beta on September 26th, with legacy CDS no longer accessible after this date: https://forum.ecmwf.int/t/the-new-climate-data-store-beta-cds-beta-is-now-live/3315

From their website, it appears the front-end, back-end, and cloud infrastructure will all be changing. How should we accommodate for this in the existing CDS data requests, such as in the example notebooks?

manmeet3591 commented 3 weeks ago

Any update on this ?

nbren12 commented 2 weeks ago

We may need to fix some dead-links in the notebooks. But should overall refer to ECMWFs documentation instead of reiterating it too much, since that risks going out of date.

That said, these are some notes I recently took on updating to the new API:

Sign-up here: https://cds-beta.climate.copernicus.eu/

Update ~/.cdsapirc like this:

url: https://cds-beta.climate.copernicus.eu/api
key: <look this up in profile>

Accept terms here before you can download ERA5 data: https://cds.climate.copernicus.eu/datasets/reanalysis-era5-pressure-levels?tab=download

Requests status page: https://cds-beta.climate.copernicus.eu/requests?tab=all