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

ERA5-monthly source is delayed #47

Closed
zqianem opened this issue Aug 20, 2023 · 2 comments
Closed

ERA5-monthly source is delayed #47

zqianem opened this issue Aug 20, 2023 · 2 comments

Comments

@zqianem
Copy link
Member

zqianem commented Aug 20, 2023

https://github.com/byrd-polar/fluid-earth/actions/runs/5815992254/job/15768435288

We are using an undocumented API to avoid extra CDS requests (see: ecmwf/cdsapi#80 (comment)), but this month it did not update properly.

Hotfix is to edit /export/data/fev2r/repository/backend/state/sources/era5monthly.js on the prod server like so to force an update:

 {
   "last_successful_update": "2023-07-07T00:04:17.345Z",
   "date": "2023-06-01T00:00:00.000Z",
-  "last_updated": "2023-07-06",
   "normals": {
     "total_precipitation": {
       "10": "/export/data/fev2r/repository/backend/cache/738c035b-ee58-42bc-9fc4-5c5c0c0789fb"

@gravinamike can you take care of this?

@gravinamike
Copy link
Collaborator

Done! Thanks Em!

@gravinamike
Copy link
Collaborator

This issue has been closed.

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