Model passes flopy check but crashes MF6 - looking for clues/suggestions #2008
Closed
wkitlasten
started this conversation in
General
Replies: 1 comment 1 reply
-
Hi @wkitlasten, looks like you are using an old version of MODFLOW 6. I'd try the latest and see if that helps. We've made quite a few changes and fixes. |
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'm using a scripted approach that has worked for dozens of models, but this one is causing issues that are not immediately obvious to me. It is a bit bigger than the others (2x820x531), but hopefully still within limits? I have no doubt the issues arise somewhere in the parameterizing with pyemu and some pest utilities magic (ensiprep, sva, etc). Just looking for clues/hints/suggestions of where to start looking since it worked with other models, the files look okay, and it passes the flopy check method.
Is there something in the arrays that would pass the flopy check but prevent MF6 from loading the model (NANs, domain issues, etc)
Cheers
It seems the issue is loading the npf package. The last bit of the .lst file is:
I checked all the arrays and input files manually, with numpy, and flopy and it all seems legit:
Beta Was this translation helpful? Give feedback.
All reactions