ECMWF CDS migration guide #40
yuankailiu
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The old instance of the CDS will be decommissioned on 26 September 2024 and will no longer be accessible from this date onwards. The new CDS-beta will become the official new CDS for ERA5 data distribution. We have updated PyAPS to adapt to this change in version 0.3.5. Here is how to migrate to this new version:
UPDATE (Feb 8, 2025): The new CDS (renamed from CDS-beta) has become the new official instance. We have updated PyAPS to this change in version 0.3.6 and the migration guide below.
1. Update your
pyaps3
to version 0.3.6+via conda
or via mamba
or via pip
2. Register a new CDS account
The old CDS account won't work, so you need to register a new CDS account and accept the Term of Use of ERA5 data if you haven't, check README.
3. Update your local account credential config file
1) the
~/.cdsapirc
file [recommended]:from (for the old CDS)
to (for the new CDS)
2) or the
model.cfg
file:from (for the old CDS)
to (for the new CDS)
4. Test the new setup
The output should be like below:
Beta Was this translation helpful? Give feedback.
All reactions