Replies: 1 comment
-
First, do you have all of your MODFLOW files written as external files? If not, I suggest that as your first step. If so, adding a multiplier to k for each zone in each layer should be something like:
You could also/alternatively add pilotpoints for each zone using You can define the boundaries in the add_parameters() call with keywords: When you Or, you can build your instruction files yourself and use: You can run pest from pyemu with Hopefully that gets you started. Check the docs/help for heaps of additional tips: |
Beta Was this translation helpful? Give feedback.
-
Dear pyEMU community:
I wanted to try pyEMU in a simple steady state modflow 6 model to show the implementation to my advisor and continue using it in the transient calibration. The model has 4 layers, and in every layer there are zones defined for the hydraulic conductivity to be parameters for the PEST calibration. I also want to add the conductance of my river cells as calibration parameters. I have 32 points with observations in different layers to be added as targets for the PEST simulation. Here is my code:
And then i'm stuck :( I have some questions:
Maybe they are basic questions but any help would be really appreciated :)
If is needed I can share the files that I used for my simulation,
Thanks in advance!!!
Sebastian
Beta Was this translation helpful? Give feedback.
All reactions