Replies: 1 comment 3 replies
-
It definitely should be possible to parameterise this package using PstFrom.add_parameters(). It will be easiest if you can store the stress period data to individual external files. Then you just pass index_cols (probably 0) and use_cols (whichever col is conductance). |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a MODFLOW-USG model created with Groundwater Vistas 8, and I am using PyEMU to generate a .pst file. I’ve created a PstFrom object and need to add a parameter for river conductance. My parameters will include hydraulic properties, river and drain conductance, and pumping rates. The structure of the package is shown in the attached image.
I would like to know if it is possible to use the add_parameters function to specify that the conductance should be parameterized and grouped by its reach (based on the 3rd and 6th columns in the file). Additionally, can this function generate the required .tpl files, or is it necessary to define external .tpl files manually and build the .pst file from those?
Beta Was this translation helpful? Give feedback.
All reactions