You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The 06z run for 28th Feb 2024 has introduced an extra directory level in the path to the ECMWF data files which breaks client.py (and possibly other scripts). client.py is unable to locate data files as a result.
The 06z run for 28th Feb 2024 has introduced an extra directory level in the path to the ECMWF data files which breaks client.py (and possibly other scripts). client.py is unable to locate data files as a result.
The new structure is:
https://data.ecmwf.int/forecasts/20240228/06z/ifs/
or
https://data.ecmwf.int/forecasts/20240228/06z/aifs/
As a quick fix, assuming you want to use IFS data, you can modify the value of HOURLY_PATTERN in the client.py file, i.e.
HOURLY_PATTERN = (
"{_url}/{_yyyymmdd}/{_H}z/ifs/{resol}/{_stream}/"
"{_yyyymmddHHMMSS}-{step}h-{_stream}-{type}.{_extension}"
)
The text was updated successfully, but these errors were encountered: