getting error while running my modflow model #1550
Answered
by
jlarsen-usgs
zargol7419
asked this question in
Q&A
-
Beta Was this translation helpful? Give feedback.
Answered by
jlarsen-usgs
Sep 29, 2022
Replies: 1 comment
-
The reason that it is crashing is that your call signiture is incorrect. From the
psuedocode example: success, buff = flopy.run_model(
namefile="mynamefile.nam",
exe_name="path/to/my/modflow.exe",
model_ws="path/to/the/directory/that/contains/my/namefile"
) |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
zargol7419
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The reason that it is crashing is that your call signiture is incorrect. From the
run_model
documentation:psuedocode example: