Replies: 1 comment 1 reply
-
Presumably, the binary executables came from here? https://github.com/MODFLOW-USGS/executables |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am working on a Mac.
I am running MT3D and get a UCN file.
mf2005 and MT3D run fine.
I then create a UCN object and can get the times out of the UCN file (with the
get_times()
function). All good so far.When I try to read all data (with the
get_alldata()
function), the Kernel dies.Now get this: Running the exact same script on a Windows machine works fine.
Any thoughts where I should start looking for an error?
Incidentally, I have run the
mt3d_1d
example from the flopy website, and that works fine on my Mac.Beta Was this translation helpful? Give feedback.
All reactions