ecmwf / ecmwf-opendata

A package to download ECMWF open data
Apache License 2.0
160 stars 27 forks source link

Extra directory included in Opendata path from 06z on 20240228 #34

Open packman2008 opened 4 months ago

packman2008 commented 4 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}" )

winnerhash commented 4 months ago

thanks

josepaulo1233 commented 4 months ago

there's a way to select 0p25 data?

nfholsen commented 4 months ago

When will the v0.3.0 be available on pypi ?