Open packman2008 opened 8 months ago
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}" )
thanks
there's a way to select 0p25 data?
When will the v0.3.0 be available on pypi ?
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}" )