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

Automatically ingest raw ERA5 data as soon as it's available from ECMWF. #19

Closed
alxmrs opened this issue Dec 8, 2022 · 2 comments
Closed

Comments

@alxmrs
Copy link
Collaborator

alxmrs commented Dec 8, 2022

Ideally, we'd like to make sure that this repository has new raw data from ECMWF as soon as it's available. For at least a few dataset, Copernicus makes new data available on a daily cadence.

Implementation Notes

Let's modify our existing weather-dl scripts to try to ingest new data from CDS on on a cron via Github Actions. Here, we should modify the config on every run to extend it to the current date. This may require we modify the config parser of weather-dl a bit first google/weather-tools#267.

@dabhicusp
Copy link
Collaborator

Hello @alxmrs,

I've already incorporated a similar functionality that facilitates data download within a "monthly span." Furthermore, I've successfully utilized the code from PR #36 to perform data downloads, and it worked flawlessly.

The data I downloaded using of the above script was found in the below directory:
gs://gcp-public-data-arco-era5/raw/ERA5GRIB/HRES/Daily/2023/202305**_hres_**.grb2
gs://gcp-public-data-arco-era5/raw/ERA5GRIB/HRES/Month/2023/202305**_hres_**.grb2
gs://gcp-public-data-arco-era5/raw/date-variable-pressure_level/2023/07/*
gs://gcp-public-data-arco-era5/raw/date-variable-single_level/2023/07/*

If everything looks good to you, shall we consider closing this issue?

@alxmrs
Copy link
Collaborator Author

alxmrs commented Aug 14, 2023

Yes! This LGTM. Closing as fixed. :)

@alxmrs alxmrs closed this as completed Aug 14, 2023
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

2 participants