We have been using this URL for years to retrieve some ERA5 single levels data in our Python code:
CDS_API_ERA_URL = “https://cds.climate.copernicus.eu/api/resources/reanalysis-era5-single-levels”
With the new API, this path is no longer working, receiving this error:
HttpProcessingError: 404, message:\n {"message":"Not Found"}",“exception_name”:“HttpProcessingError”}
Any ideas to what we should change the URL to? Any help highly appreciated.