Deltares / imod-python

🐍🧰 Make massive MODFLOW models
https://deltares.github.io/imod-python/
MIT License
16 stars 0 forks source link

Issue #598 layered hfb error #1089

Closed JoerivanEngelen closed 1 week ago

JoerivanEngelen commented 1 week ago

Fixes #598

Description

There was some confusion (also by me) about the use of the LayeredHorizontalFlowBarrier classes, so @HendrikKok explained me they were intended for single layers. I therefore changed the following to clarify:

This means multiple SingleLayerHorizontalFlowBarrier need to be added to GroundwaterFlowModel object, whereas MODFLOW 6 only accepts one single HFB. So these have to be merged together. I think the best opportunity for this is to merge the low level Mf6HorizontalFlowBarrier objects.

Checklist