Hello everyone,
I just got this error when downloading ERA5-Land data via the CDS API:
ERROR: Could not fetch data from CDS API: 403 Client Error: Forbidden for url: https://cds.climate.copernicus.eu/api/retrieve/v1/processes/reanalysis-era5-land/execution
Download form temporarily closed due to maintenance actions on data source (payload={‘variable’: [‘skin_temperature’], ‘date’: ‘2025-01-13/2025-01-19’, ‘time’: [‘0’, ‘1’, ‘2’, ‘3’, ‘4’, ‘5’, ‘6’, ‘7’, ‘8’, ‘9’, ‘10’, ‘11’, ‘12’, ‘13’, ‘14’, ‘15’, ‘16’, ‘17’, ‘18’, ‘19’, ‘20’, ‘21’, ‘22’, ‘23’], ‘area’: [90, -180, -90, 180], ‘format’: ‘grib’})
Does anyone know when it will be available again? Thanks!
Hi,
could you please try now?
Thanks
Hi Michaela, thanks for the reply. Unfortunately I’m still getting the same error.
Hi,
it is working now. Please try again and please make sure that you use the syntax from the webform for year, month and days.
Thanks
So, that means that we need to make two requests if the date spans two different months? E.g. ‘date’: ‘2025-01-13/2025-02-19’ does not work anymore? I have tried to change time to 00:00 format while keeping the date attribute, it has also not worked.
As an user I’d like to keep the date attribute because this is flexible enough to fetch the exact time period I need, without having to split my request in two, if I need a week over two months.