-
Notifications
You must be signed in to change notification settings - Fork 15
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
Forcast target #1551
base: main-dev
Are you sure you want to change the base?
Forcast target #1551
Conversation
2 issues to be tackled are mos experiments (how to read in the extra needed day since it's an
|
my commit should address point 1 |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main-dev #1551 +/- ##
============================================
- Coverage 77.19% 76.96% -0.24%
============================================
Files 147 148 +1
Lines 21344 21655 +311
============================================
+ Hits 16476 16666 +190
- Misses 4868 4989 +121
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
the colocated data written with the code in this PR is coherent with this PR in the mos_reader library https://gitlab.met.no/alvarov/mos_reader/-/merge_requests/6 |
…= species[obs_var][freq] does not fail
if "hourly" in data: # Most species use daily freq, but if daily is not present, but hourly is, then hourly can be resampled | ||
fm_data = data["hourly"].resample_time(freq) | ||
else: | ||
logger.warning(f"Cannot calculate fairmode stats: Frequency {freq} could not be found for variable {obs_var}. Skipping...") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
how does this skipping work?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
still wondering about this case
…ata for persistence model
propose change
Change Summary
Adds new fairmode engine as well as persistent model capability for cams2_83
Checklist