Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wrong format specification of "grid" parameter in fetch_era5.py #113

Open
MatteaE opened this issue Dec 11, 2024 · 4 comments
Open

Wrong format specification of "grid" parameter in fetch_era5.py #113

MatteaE opened this issue Dec 11, 2024 · 4 comments

Comments

@MatteaE
Copy link

MatteaE commented Dec 11, 2024

The "grid" parameter is currently passed as [0.25, 0.25] (TopoPyScale/fetch_era5.py:172, TopoPyScale/fetch_era5.py:223). As of 2024/12/11, this causes the following error when downloading the pressure-levels ERA5 data (but not the surface data):

requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: https://cds.climate.copernicus.eu/api/retrieve/v1/processes/reanalysis-era5-pressure-levels/execution
cost limits exceeded
Your request is too large, please reduce your selection.

Solution is simply to replace [0.25,0.25] with "0.25/0.25" at the two locations.

@ArcticSnow
Copy link
Owner

@MatteaE , can you try with the fix ac8d71a

Let me know if that is ok

@joelfiddes
Copy link
Collaborator

Hey @MatteaE are you using the CDSbeta branch? Many breaking changes from CDS recently. I have talked to Tamara quite a bit about this. Lets have a chat if you want the low down on where Im at with all the fixes.

@MatteaE
Copy link
Author

MatteaE commented Dec 11, 2024

@MatteaE , can you try with the fix ac8d71a

Let me know if that is ok

Looks good

@MatteaE
Copy link
Author

MatteaE commented Dec 11, 2024

Hey @MatteaE are you using the CDSbeta branch? Many breaking changes from CDS recently. I have talked to Tamara quite a bit about this. Lets have a chat if you want the low down on where Im at with all the fixes.

I am using a stock pip installation (version 0.2.5) - just working with Dilara to get it to run

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants