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

Support of ERA5T added. #89

Open
wants to merge 7 commits into
base: main
Choose a base branch
from
Open

Support of ERA5T added. #89

wants to merge 7 commits into from

Conversation

dabhicusp
Copy link
Collaborator

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.

  1. Running cron-job daily which download ERA5T data for the AR & CO(Model Level) - ( Download data -> 6 day behind the current_day).
  2. Running cron-job on monthly(6th day of every month) which download ERA5T data for the CO(Single Level) - ( Download data -> previous last month).
  3. Running cron-job on monthly(9th day of every month) which download ERA5 data for all - ( Download data -> Third previous month).
    • Download raw data at temp_location.
    • Compare the ERA5 data with the ERA5T & if found the difference, update it.
    • Update raw ERA5T data which downloaded through step 1 & 2 with this ERA5.

Note: Actually we got the data 5 day behind the current_day but we took 1 day's buffer for the safety purposes.

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

Successfully merging this pull request may close these issues.

1 participant