when I execute sim.run_simulation() error is showing "The program mf6 does not exist or is not executable".
flopy The program mf6 does not exist or is not executable
861 views Asked by sumit Saini At
1
when I execute sim.run_simulation() error is showing "The program mf6 does not exist or is not executable".
You need to set the model executable to a valid executable path. If your model is a MODFLOW 6 model, then you should set your executable path to the MODFLOW 6 executable.
Example:
Replace
my-modflow6-executablewith the full file path (including the file name and extension) to the appropriate executable.You can see the attribute here.