gwmod / nlmod

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

ds_to_gridprops() to also pass unaltered datavars #318

Closed bdestombe closed 9 months ago

bdestombe commented 9 months ago

ds_to_gridprops() is called by refine(). If the time settings were configured prior to calling the refine function, the refine function silently threw away the steady array, as it is non-numeric. Not anymore.

bdestombe commented 9 months ago

ds_to_gridprops() wordt enkel door de refine functie gebruikt.