Deltares / imod-python

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

Using the "frequency" option with the OC package causes data not to be written to CBC file. #1037

Open JoerivanEngelen opened 1 month ago

JoerivanEngelen commented 1 month ago

I got a report from @tessodk that using:

gwf_model["oc"] = imod.mf6.OutputControl(save_head="last", save_budget=6)

Leads to no output being written to file, even thought the OC file seems to look alright:

image

Also NPF is written correctly:

image

Confirmed to not work on both the 6.4.2 and 6.4.4 version.