Geostatistically reasonable parameter field with PESTPP-IES #293
-
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 20 replies
-
Did you bake the same geostat correlation structure into the prior parameter ensemble that is being used to enforce the regularization with pest/pestpp-glm? |
Beta Was this translation helpful? Give feedback.
-
I took up on your advice and made the file cov.unc together with my covariance matrices (attatched). For whatever reason, when i load the .unc file into my parcov() control variable (pst.pestpp_options["parcov"] = os.path.join("cov.unc")). the master do not connect with the workers... It starts initializing the prior as the last step. It doesnt inform anything in particular in the rmr, or rec files regarding whats failing. Can you see anything strange with the files that could cause this behavior? |
Beta Was this translation helpful? Give feedback.
You've done the hard yards already with mkppstat and ppcov - it'll take you about 5mins to build an unc file (just a text file that refers to those .mat files you made, and/or specified standard deviations for any unrelated params). See the original pest manual for the format, or here. Then just refer to that unc file in the ++parcov() entry in your control file.