MODFLOW input files using ModelMuse? #40
offgiancarlo
started this conversation in
General
Replies: 1 comment
-
Yes, MODFLOW Input files that were generated with ModelMuse can be loaded with both pyGSFLOW and FloPy. To load the modflow input files with pyGSFLOW: from gsflow.modflow import Modflow
model_ws = "path/to/my/model"
name_file = "model_name_file.nam"
ml = Modflow.load( name_file, model_ws=model_ws) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
PyGsflow scripts were developed with an interface for Flopy.
However, is it possible to generate MODFLOW input files using ModelMuse to run pyGsflow?
Beta Was this translation helpful? Give feedback.
All reactions