Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
packman2008 opened this issue Feb 28, 2024 · 3 comments
Open

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

packman2008 opened this issue Feb 28, 2024 · 3 comments

Comments

@packman2008
Copy link

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
Copy link

thanks

@josepaulo1233
Copy link

there's a way to select 0p25 data?

@nfholsen
Copy link

nfholsen commented Mar 1, 2024

When will the v0.3.0 be available on pypi ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants