Wrong format specification of "grid" parameter in fetch_era5.py
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.
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.
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