-
Notifications
You must be signed in to change notification settings - Fork 10
Improve parent experiment support #214
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
base: main
Are you sure you want to change the base?
Improve parent experiment support #214
Conversation
128fcb5 to
f22ff5d
Compare
5b664c3 to
852357e
Compare
Codecov Report❌ Patch coverage is
🚀 New features to boost your workflow:
|
Fix issues where only the first file from a dataset was selected
7780648 to
7a82387
Compare
7a82387 to
5a3da8d
Compare
cf38f1c to
dc7c7aa
Compare
lewisjared
left a comment
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.
Nice. I'll do a dry run solve to see how many datasets we lose with the data I have available unless you have already done that?
| # TODO: update for CMIP7 | ||
| ] | ||
| for parent_facet_map in parent_facet_options: | ||
| # We do not have access to the SourceDatasetType so we need to |
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.
We could make it an argument to apply(). I haven't looked at the call sites, but would likely be possible. Might be needed for the above callout to CMIP7
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.
I could make it an instance attribute, but then the constraint would need to be created as AddParentDataset(SourceDatasetType.CMIP6). Would you prefer that?
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.
Yup good idea
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.
Done in 16ea2a2
That would be great, I haven't done that. |
…ment-support * origin/main: (27 commits) chore: Rename changelog Update packages/climate-ref-pmp/src/climate_ref_pmp/diagnostics/annual_cycle.py Update reference output Add reference values to series output minor fixes add docs for the configrations of HPCExecutor validation minor cleanup on hpc.py add NPGO regression test output files fix broken test for annual cycle Lee1043 pmp mov bugfix (Climate-REF#450) add test results clean up clean up clean up clean up add change log clean up update update in progress ...
…ment-support * origin/main: Update reference output Convert default fillvalues to NaNs chore: Changelog chore: Catch exception in local chore: Minor tweaks to config test: Fix test fix: Skip missing directories and continue chore: Add logs for dry-mode chore: Add log message for the number of solves
|
I didn't get the chance to rerun the regression tests as my internet is pretty bad. I might have to leave this out of v1.0.0 and do a quick follow up release this evening |
|
I still haven't had the chance to run this |
Description
Improve parent experiment support. Additional sample data for ECS in Climate-REF/ref-sample-data#54.
Closes #212
Checklist
Please confirm that this pull request has done the following:
changelog/