Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Page info
infoTypeModified date
prefixLast modified on
typeFlat


Note
iconfalse
titleCDS-Beta QUICK GUIDE


  • Create a new CDS-Beta account and accept CDS-Beta Terms & Conditions at https://cds-beta.climate.copernicus.eu/
  • Accept the licences of the product you are interested in (go to the Download form of the product of interest).
  • For API access:
    • Update API credentials and end point (eg. in your .cdsapirc file) as shown, after logging on here (Note that new .cdsapirc file should only contain a URL and a key field - there is NO UID field anymore)
    • Upgrade your CDS API (i.e pip install --upgrade cdsapi). Please make sure you are using a supported version of Python i.e. 3.8 and above
    • New API is designed to be backward compatible which means that once your .cdsapirc is updated and your CDS API package upgraded, your API script may run successfully immediately, downloading data from CDS-Beta. There are a few datasets however for which API syntax may have changed - please check the warning on the catalogue page of the affected datasets (e.g. E-OBS). 
    • Run a small API test request. 

More details available (e.g. CDS Toolbox and Good-to-know sections below)

Note
iconfalse
titleADS-Beta QUICK GUIDE


  • Create a new ADS-Beta account and accept ADS-Beta Terms & Conditions at https://ads-beta.atmosphere.copernicus.eu/
  • Accept the licences of the product you are interested in (go to the Download form of the product of interest).
  • For API access:
    • Update API credentials and end point (eg. in your .cdsapirc file) as shown, after logging on here (Note that new .cdsapirc file should only contain a URL and a key field - there is NO UID field anymore)
    • Upgrade your CDS API (i.e pip install --upgrade cdsapi). Please make sure you are using a supported version of Python i.e. 3.8 and above.
    • New API is designed to be backward compatible which means that once your .cdsapirc is updated and your CDS API package upgraded, your API script may run successfully immediately, downloading data from ADS-Beta. 
    • Run a small API test request. 


More details available (e.g. Good-to-know sections below)

Show If
spacePermission@self:edit
Major modification in progress for this article - please DO NOT UPDATE THIS PAGE or your edits will get overwritten when the new modified article will be published. Please edit the working copy of this page in the C3S Modified CKB articlessection." Page infoinfoTypeModified dateprefixLast modified on typeFlat


Table of Contents
maxLevel3

Introduction 


A new Climate Data Store (CDS) and a new Atmosphere Data Store (ADS) powered by a new state-of-the-art infrastructure, referred to as the Common Data Store (CDS) Engine , are soon to be launched. are now open!

CDS-Beta: https://cds-beta.climate.copernicus.eu/         and         ADS-Beta:  https://ads-beta.atmosphere.copernicus.eu/

All layers of the CDS an ADS infrastructure are being modernised: the front-end web interface, the back-end software engine and the underlying cloud infrastructure hosting the service and core data repositories. The modernisation of the Climate Data Store is a journey on which we embarked for the users and with the users. Without your support and your collaboration, this transition would simply not be achievable. We thank you all again for your patience during this significant modernisation of our Data Stores and eagerly await for your constructive feedback via our Support Portal!

Please watch our User Forum for further announcements!


What does this mean in practice to current CDS and ADS users?

User account:

ECMWF Single Sign-On (SSO) has been extended to all its platforms including the new CDS and ADS. SSO allows users to have access to multiple applications by signing in with only one account. It also has other important features in regard to simple management, security, ease of use, and seamlessness.

All users of the new CDS and new ADS will need an ECMWF account. If you already have one, great. If you do not yet have an ECMWF account, you may already please register with ECMWF to get one. 

As a consequence of the single sign-on implementation, your current CDS or ADS login credentials will not work on the new CDS or ADS infrastructure, regardless of whether you are currently using the CDS or ADS interactively (e.g. over the web interface) or programmatically (using the API service). A new new UserID (ECMWF) and API key will be needed.Additional details soon to be provided

Warning

Your ECMWF account will only allow you to login to the new CDS/ADS, not onto the current CDS/ADS.

You cannot use your ECMWF account to log in onto the current CDS or current ADS. SSO does not apply to current CDS nor current ADS.

Your existing CDS account will only work in the current CDS, not in CDS-Beta. You need an ECMWF account to start using CDS-Beta.

Your existing ADS account will only work in the current ADS, not in ADS-Beta. You need an ECMWF account to start using ADS-Beta.



CDS/ADS Catalogue - data download over web interface: 

  • Before downloading any data from the new CDS or ADS infrastructure, users will have to accept datasets terms and conditions dataset licences on the new system. Users' profiles including licensing information are not being transferred. In practical terms, this means for example that if you are downloading ERA5 data (web or API) from the current CDS, you will need to login to the new CDS and accept the terms and conditions for ERA5 on the dataset Download form (i.e. Licence to use Copernicus Products). Similarly for ADS users, if you are downloading EAC4 data (web or API) from the current ADS, you will need to login to the new ADS and accept the terms and conditions for EAC4 (i.e. Licence to use Copernicus Products).
Additional information to come soon


Hide content


  • NOT TO BE ADDED YET: when current CDS shuts down, url of cds-beta will become cds again. Bookmarks will need to be updated but for the .cdsapirc file, users won't need to update the URL in a hurry as both cds-beta and cds urls will continue to work for a little longer (to give users time to switch url again). In due time, we will ask users to update the URL in their .cdsapirc until a date is fixed when cds-beta dns is closed.


API Service - programmatic way of downloading data from all Data Stores (CDS-Beta/ADS-Beta)

  • A new version of the cdsapi  cdsapi package has been released for programmatically retrieving data from both CDS-Beta and ADS-Beta. API users need to upgrade their CDS API (i.e pip install --upgrade cdsapi). Note that the new version of the cdsapi package works on both the current and new CDS/ADS. 
  • Check you are using a supported version of Python i.e. 3.8 and above
  • Login to the CDS-beta or ADS-Beta interface using your ECMWF account and follow the instructions online. Make sure you also accept the Terms and Conditions of the datasets you wish to download (this is the dataset licence in addition to the Terms & Conditions for using CDS-Beta/ADS-Beta - see CDS/ADS Catalogue section above).
  • Before submitting your API request, you You will need to update your .cdsapirc file with your new credentials (key, URL) to be able to download data from the new CDS. as follows:
    • To retrieve data from CDS-Beta: copy & paste the content of the first black box displayed on the CDS-Beta API page (you must be logged in!). Note that new .cdsapirc file should only contain a URL and a key field - there is NO UID field anymore)
    • To retrieve data from ADS-Beta: copy & paste the content of the first black box displayed on the ADS-Beta API page (you must be logged in!). Note that new .cdsapirc file should only contain a URL and a key field - there is NO UID field anymore)
  • While the new API is designed to be backward compatible on both CDS-Beta and ADS-Betawe strongly recommend you CDS API syntax is changed and some keys or parameter names may have also changed. To avoid requests failing, please use the "Show API request code" tool on the dataset Download Form on CDS-beta or ADS-Beta to check you are using the correct syntax for your API request.  CDS API syntax is changed and some keys or parameter names may have also changed for some CDS-Beta datasets (e.g. E-OBS).



CDS Toolbox, Viewers and Applications:

 

The CDS Toolbox will be discontinued and is not migrated to the new CDS infrastructure.CDS. Support will continue to be provided to CDS Toolbox users until the CDS Toolbox is shutdown in September 2024. ECMWF Support will however not be able to help with supporting users migrating their CDS Toolbox workflows on to another programming language/software. 

As a consequence of the CDS Toolbox being discontinued, the Viewer tool for the following datasets in the CDS will also be discontinued. 

Expand

New tool packages will be made available (post new CDS launch) to provide software tools for weather and climate workflows that simplify data access, analysis, visualisation and much more.  

Good to know

Please watch the user forum for announcements on this topic in the next coming months.

All Climate Data Store Applications will also be retired and no longer available when the current Climate Data Store is shutdown in September 2024.

CDS-Beta will have some better performing applications including the Copernicus Interactive Climate Atlas and Climate Pulse. More applications will be published including new versions of some applications in the legacy CDS e.g. ERA5 explorer, Global temperature trend monitor...


Hide content
literalfalse

Quality of Service (QoS) Rules on CDS-beta

IP address range for CDS-beta

CDS Download servers are all still under the same IP range. 

In the CDS-Beta, IP address ranges are: 

136.156.136.0/21

136.156.128.0/21


Feedback and reporting bugs/issues:

Please send your feedback and/or report any issue/bug you may have encountered while using the new CDS and ADS by raising an enquiry ticket through our dedicated  Support Portal (ECMWF login required) - make sure you select "Yes" to the question Is this request related to CDS-beta/ADS-beta/CEMS-EW-beta? on the Support Portal request form - this will help the Support team with triaging enquiries more efficiently.


Good to know

Data holdings on the current CDS and ADS will no longer be updated a couple of month following the launch of the new CDS/ADS infrastructure.

  • A new GRIB to NetCDF convertor has been implemented in both CDS-Beta and ADS-Beta. Further details to be provided soon.
  • For the time being, DOIs of datasets in CDS-Beta will point to the same datasets in current CDS until current CDS is shutdown in September 2024.
  • The current CDS and ADS will be be completely shutdown in September 2024. Please migrate to using the new CDS/ADS by September 16th, 2024. Should users still have API scripts pointing to the retired CDS and ADS systems, these will systematically break and no support will be provided. 



This document has been produced in the context of the Copernicus Atmosphere Monitoring Service (CAMS) and Copernicus Climate Change Service (C3S).

The activities leading to these results have been contracted by the European Centre for Medium-Range Weather Forecasts, operator of CAMS and C3S on behalf of the European Union (Delegation Agreement signed on 11/11/2014 and Contribution Agreement signed on 22/07/2021). All information in this document is provided "as is" and no guarantee or warranty is given that the information is fit for any particular purpose.

 The users thereof use the information at their sole risk and liability. For the avoidance of all doubt , the European Commission and the European Centre for Medium - Range Weather Forecasts have no liability in respect of this document, which is merely representing the author's view.


Content by Label
showLabelsfalse
max5
spacesCKB
showSpacefalse
sortmodified
reversetrue
typepage
cqllabel in ("ecmwf","login","download","cams","c3s") and type = "page" and space = "CKB"
labelslogin ecmwf