-
Notifications
You must be signed in to change notification settings - Fork 24
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
Support of ERA5T added. #89
base: main
Are you sure you want to change the base?
Conversation
Great addition! Could you describe whether this adds support for era5T or_replaces_ era5 with era5T? From a brief look at the code it seems to me like the result would be a single file with:
|
@fzeiser Just a correction in the 2nd part.
And yes there isn't any plan to maintain two different datasets ( |
Woud it make sense to include the "expver" coordinate, from which one can directly read whether data from a given day is from era5, or era5T? I searched the internet for some more information, and it seems like also cds just overrides the era5T values once era5 is available. (I understand that it might be technically slightly different from what you propose, as you want to override only if values have changed. The effect when downloading the data is of course the same though.): Could we link to a page which list differences in era5 and era5T that is officially maintained? Otherwise, have a automatic log file somewhere? I know of only ~4-5 incidences since 2021, see e.g.
But would be nice to have a single combined overview of occurrences. |
@fzeiser: One of the latest reference: https://forum.ecmwf.int/t/era5-data-from-1st-january-2025-was-degraded-and-is-being-corrected/10689 |
In the current ARCO-ERA5, files are updated from ECMWF on a monthly cadence (on roughly the 9th of each month) with a 3 month delay. This PR added support of ERA5T, in which files are updated on a daily cadence with a 6 days delay.
This new ARCO-ERA5 working into the 3 CRON-JOB.
Note: Actually we got the data 5 day behind the current_day but we took 1 day's buffer for the safety purposes.