PESTPP-iES and PWTADJ1? #216
-
Hi. I'm a new user of PESTPP-iES, but have been a 'vanilla' PEST user for a long time now. I am used to using PWTADJ1 to 'balance' the objective function. My approach with PESTPP-iES, to allow me to 'balance' my objective function, was to generate my own observation ensemble via PEST's RANDOBS. I then fed this into PESTPP-iES via "++ ies_observation_ensemble(calib1_init_obs_ensemble_QSS.jcb)". When looking at how this model is progressing though, there are "calib2b.obs+noise.jcb", which was written at the start of the run, then "calib2b.0.obs.jcb" and then "calib2b.1.obs.jcb". Doing a binary compare, they are all different. My question is does this matter or not? At the end of the day, it is fine, as far as I am concerned, if the 'noise' is changing, but, if PESTPP-iES is using the weights in the .PST to inform the choice of that noise, then they are the wrong weights, since they've been adjusted via PWTADJ1. It may be that I can't use PWTADJ1 because PESTPP-iES needs those weights at each iteration. If that is the case, what does a PESTPP-iES user do about the fact that an objective function is often not 'balanced', due to different units, number of observations etc? |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 1 reply
-
Hi @jrwbell , Jeremy will be better placed to answer this than I am, but:
So the ptwadj1 issue you mention is not an issue, your setup should be working as you intended. See https://github.com/usgs/pestpp/blob/master/documentation/pestpp_users_manual.md#931-csv-output-files when in doubt. Hope this helps. |
Beta Was this translation helpful? Give feedback.
-
Previous replies have covered the question, but if you’d like a tutorial on using IES and PWADJ utilities see the the GMDSI tutorials here: https://gmdsi.org/education/tutorials/ They cover this issue of obs noise vs obs weighting schemes. |
Beta Was this translation helpful? Give feedback.
-
Thanks all. A brave new world. |
Beta Was this translation helpful? Give feedback.
Hi @jrwbell ,
Jeremy will be better placed to answer this than I am, but:
So the ptwadj1 issue you mention is not an issue, your setup should be working as you intended.
See https://github.com/usgs/pestpp/blob/master/documentation/pestpp_users_manual.md#931-csv-output-files when in doubt. Hope t…