You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixes#652
# Description
made several options configurable for the well package: "save flows",
"print input" and "print flows". these can now be set on the high level
well package, and they will then appear in the (low level) mf6 input.
Added tests.
For the HFB package, there is only one such options: print input. A test
has been added to ensure it appear on the low-level object.
# Checklist
- [X] Links to correct issue
- [X] Update changelog, if changes affect users
- [X] PR title starts with ``Issue #nr``, e.g. ``Issue #737``
- [X] Unit tests were added
- [ ] **If feature added**: Added/extended example
In GitLab by @JoerivanEngelen on Nov 17, 2023, 14:44
Created from: https://gitlab.com/deltares/imod/imod-python/-/work_items/623
Currently unable to use options like
save_flows
. Therefore, save_flows was hardcoded in the jinja template in the featurebranch, which is unwanted.The user should be able to pass settings for high-level packages.
The text was updated successfully, but these errors were encountered: