-
Notifications
You must be signed in to change notification settings - Fork 11
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
Comments
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 |
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):
Solution is simply to replace [0.25,0.25] with "0.25/0.25" at the two locations.
The text was updated successfully, but these errors were encountered: