Question about the forward run file #580
Unanswered
Groundwater-modeler
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I'm running pest from files generated by model muse. Mostly out of convenience since I'm comfortable with the interface and feel more in control of boundary conditions etc.
However, the run file generated by model muse looks something like below. In this particular example I have multiple parameters assigned for different zones with pilot points for each zone.
How it is set up in model muse is not really adapted to running pest in parallell. I'm suspecting several of the steps below could be skipped since now it generates new arrays for each parameter every iteration in PESTPP-IES when I'm using the below script as my forward run script.
I dont feel confident in whats "under the hood" in the files but I suspect I atleast have to export the heads each iteration to compare with my targets. But do i really need to create covariance matrices etc each time? Can i leave some parts out when i start the parallel run?
Beta Was this translation helpful? Give feedback.
All reactions