I'm trying to set up a model in "FloPy" (v'3.2.12'), but I'm having some trouble with the modflow output files. When following the "turorial2" available on the developers' website (https://modflowpy.github.io/flopydoc/tutorial2.html), everything seems to work. However, the cbc file doesn't contain information regarding the general head boundary condition. And I've had the same problem with a drain boundary condition. Is there some additional setting I need to change or set up before running a model? Or is there another way to read the rate information form the GHB boundary condition?
FYI- So far I've tried changing the ModflowOc-set up and I've also run the model with a different solver.
Thanks for the help,
Some additional information about the set-up (should be identical to the tuturial):
mf = flopy.modflow.Modflow(modelname, exe_name='mf2005')
ghb = flopy.modflow.ModflowGhb(mf, stress_period_data=stress_period_data)
oc = flopy.modflow.ModflowOc(mf, stress_period_data=stress_period_data,
compact=True)