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

Fix #57: Check if ERA5 nc file for this year exists, else, use latest date from prev year #58

Merged
merged 1 commit into from
Jan 6, 2025

Conversation

bnubald
Copy link
Contributor

@bnubald bnubald commented Jan 6, 2025

Fixes #57

When running run_era5_forecast.sh to download latest ERA5 and OSISAF data, then generate latest prediction, this PR:

Checks if latest tas variable ERA5 data exists for current year, if it doesn't, assuming we're in the first week of the year, and sets the Forecast Init Date to the latest available date of the previous year.

@bnubald bnubald added the bug Something isn't working label Jan 6, 2025
@bnubald bnubald added this to the v0.2.9 milestone Jan 6, 2025
@bnubald bnubald self-assigned this Jan 6, 2025
@bnubald bnubald changed the base branch from main to v0.2.9_dev January 6, 2025 15:48
@bnubald bnubald merged commit 40d7410 into icenet-ai:v0.2.9_dev Jan 6, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

New year edge case error: Daily prediction generation
1 participant