How to load a MF6 model and change name/ws #1797
Replies: 2 comments
-
FloPy is not saving all files to your new workspace folder because "set_sim_path" is a method (not a property). Try changing:
To:
To rename your simulation's files, try setting the "filename" attribute of each package or nam file you want to rename. For example,
|
Beta Was this translation helpful? Give feedback.
0 replies
-
An example of loading a model, changing the workspace, and writing the files to the new workspace is given in https://flopy.readthedocs.io/en/latest/Notebooks/mf6_parallel_model_splitting_example.html#Example-1:-splitting-a-simple-structured-grid-model |
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
-
I build and run a calibration MF6 model with flopy and now I would like to create a predictive simulation. My idea is to:
to do that I am doing the following but it is not working:
When I run the above, I have the files mfsim.nam, ats, tdis and ims saved in the old workspace. The gwt and gwf files saved in the new folder, but they are saved with the old root name. Even the "sim" files are saved with the old root name. To me it seems that the following commands are ineffective:
Any help would be appreciated
Beta Was this translation helpful? Give feedback.
All reactions