| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
…ltered_wells # Conflicts: # imod/mf6/wel.py
There was a problem hiding this comment.
Looks good, I see you missed updating the message to the changelog. I will do that. Approving in advance.
Sorry, something went wrong.
| ~~~~~~~ | ||
| - :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.
I see you planned to update the changelog, copy pasted a previous line, but forgot to update the message?
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
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