Deltares / imod-python

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

Fix bug where imod.formats.prj.open_projectfile_data doesn't return filter depths #1053

Closed luitjansl closed 4 months ago

luitjansl commented 4 months ago

We need the filter depths for importing wells into mf6 models. The case where the well is assigned to a layer out of scope for now. There is 1 filter per well. The filter depth can be found in the ipf file for the well.

luitjansl commented 4 months ago

merged to feature branch