mpbas error help #2055
-
Hello, I am working on adding MODPATH 7 to an existing workflow. I am using MODFLOW-NWT. I am using to load the model.
mp = flopy.modpath.Modpath7(modelname=mpnamb, flowmodel=mod, exe_name=exe_name, model_ws=ws)
mpbas = flopy.modpath.Modpath7Bas(mp, porosity=0.1) mpbas is giving me this error:
Am I missing something in the steps? Any ideas why Util2d is complaining? Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
@cravenhydros the MP7 bas class tries to load Happy to take a look if you can upload input files or share the full model setup code, if the above isn't the issue. |
Beta Was this translation helpful? Give feedback.
I updated FP from flopy 3.2.11 to the most recent release and the issue seems to be resolved.