-
Notifications
You must be signed in to change notification settings - Fork 3
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
Issue #1161 metaswap regrid model #1168
Issue #1161 metaswap regrid model #1168
Conversation
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.
2 comments! Approved in advance
imod/msw/model.py
Outdated
mod2svat = self.pop("mod2svat", None) | ||
grid = self.pop("grid", None) |
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.
These keys are not hardcoded, but decided by the user. I think you have to find packages based on their type and pop them I fear...
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
imod/msw/sprinkling.py
Outdated
def is_regridding_supported(self) -> bool: | ||
return False |
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.
Please add a comment that this can be changed when this is resolved #728
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
Quality Gate passedIssues Measures |
4aef0c6
into
metaswap_regridding_feature_branch
Fixes #1161
Description
Implemented a regrid_like method for metaswap models
Checklist
Issue #nr
, e.g.Issue #737