Deltares / imod-python

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

Enforce autoplacement of wells in the data loaded with .open_projectfile_data #1095

Closed JoerivanEngelen closed 2 months ago

JoerivanEngelen commented 3 months ago

Our Well package doesn't support a layer specified by the user. iMOD5 does support this. To fix this, we might require something like a LayeredWell object, congruent with the HFB package.

Requirements

JoerivanEngelen commented 2 months ago

Autoplacement was already enforced, warning messages and error have been added in #1104