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
Hello, it appears that ECMWF recently changed the file paths by adding new folders, so the "client.retrieve" function is not able to find the correct files.
The above error is resolved by updating the ecmwf-opendata package to the latest version. I had to uninstall and install using pip. The file paths are automatically handled correctly by source = 'ecmwf'
Hello, it appears that ECMWF recently changed the file paths by adding new folders, so the "client.retrieve" function is not able to find the correct files.
Previous path (example)
https://data.ecmwf.int/forecasts/20240425/00z/0p4-beta/enfo/20240425000000-174h-enfo-ef.index
New path: (with new IFS folder)
https://data.ecmwf.int/forecasts/20240425/00z/ifs/0p4-beta/enfo/20240425000000-174h-enfo-ef.index
This change was made around the 23 of April, 2024.
The text was updated successfully, but these errors were encountered: