gwmod / nlmod

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

to_model_ds() always removes nan layers #299

Closed bdestombe closed 9 months ago

bdestombe commented 9 months ago

The function fill_nan_top_botm_kh_kv() that is used in to_model_ds() always removes all nan layers. Should be optional and the default.

bdestombe commented 9 months ago

Currently I cannot refine a grid and have all-nan layers in a ds

bdestombe commented 9 months ago

Fixed in #295