bug: Unable to import 'read_zbarray #1870
-
Hi, For unknown reason I cannot import read_zbarray from flopy.utils. I'm trying to import an already run zonebudget to be able to plot and tabulate the results. It's a MF6 divs-model. From what i gather in the documentation one way to do it is throught the operation in the image below. I dont really know why the package seems to be unavailable, any ideas? |
Beta Was this translation helpful? Give feedback.
Answered by
wpbonelli
Jul 11, 2023
Replies: 1 comment
-
Hi @DStrom1987, the |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
wpbonelli
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @DStrom1987, the
ZoneBudgetOutput
class was deprecated in version 3.3.5. There is now aZoneBudget
class with aget_dataframes()
method.