gwmod / nlmod

Python package to build, run and visualize MODFLOW 6 groundwater models in the Netherlands.
https://nlmod.readthedocs.io
MIT License
35 stars 3 forks source link

bug in geotop `aggregate_to_ds` #286

Closed OnnoEbbens closed 11 months ago

OnnoEbbens commented 12 months ago

When there are NaN values in the layer model that is used in aggregate_to_ds the kh and kv values are not calculated correctly. The bug is clearly visible in the geotop example notebook.

rubencalje commented 11 months ago

Solved by @OnnoEbbens in PR #287