-
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 #1052 log filtered wells #1067
Issue #1052 log filtered wells #1067
Conversation
…ltered_wells # Conflicts: # imod/mf6/wel.py
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.
Looks good, I see you missed updating the message to the changelog. I will do that. Approving in advance.
docs/api/changelog.rst
Outdated
@@ -14,6 +14,7 @@ Changed | |||
~~~~~~~ | |||
- :class:`imod.mf6.Well` now also validates that well filter top is above well filter bottom | |||
- :function:`open_projectfile_data` now also imports well filter top and bottom. | |||
- :class:`imod.mf6.Well` now also validates that well filter top is above well filter bottom |
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 see you planned to update the changelog, copy pasted a previous line, but forgot to update the message?
04ec40a
into
imod5_converter_feature_branch
Fixes #1052
Description
when importing wells from imod5: If not all wells could be assigned to the modflow6 model (this can be due to inactive cells,
or due to constraints of minimum thickness/permeability) then a log message will be generated to document in the log
file that not all wells were successfully imported.
Checklist
Issue #nr
, e.g.Issue #737