Replies: 1 comment 3 replies
-
The Try using this instead: zb = fp.utils.zonbud.ZoneBudget6.load('BigRch', model_ws=path/to/zboutput)
recarray = zb.get_budget(f="optional output file name")
df = zb.get_dataframes() |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I was hoping I could use flopy zonebudget6 methods to read an existing zone budget output csv without accessing the output through
gwf.output.zonebudget
. I haven't seen any examples showing how to do this (maybe because it is discouraged) and my approach does not work, which isMy path has the izone array and zbnam file. I could use pandas and deal with the time myself, but if this can be accomplished with flopy, I'd be interested to know how.
Beta Was this translation helpful? Give feedback.
All reactions