We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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:
/export/data/fev2r/repository/backend/state/sources/era5monthly.js
{ "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?
The text was updated successfully, but these errors were encountered:
Done! Thanks Em!
Sorry, something went wrong.
This issue has been closed.
No branches or pull requests
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?
The text was updated successfully, but these errors were encountered: