usgs / pestpp

tools for scalable and non-intrusive parameter estimation, uncertainty analysis and sensitivity analysis
120 stars 68 forks source link

MOU writes log transformed dec_vars to cordova.X.archive.dv_pop.csv #280

Open RyanConway91 opened 5 months ago

RyanConway91 commented 5 months ago

MOU writes log transformed dec_vars to pest.X.archive.dv_pop.csv and write untransformed values to pest.X.dv_pop.csv

image

jtwhite79 commented 4 months ago

I'll get this patched...but Im not sure what the conceptual implications are of log transformed decision variables!

RyanConway91 commented 4 months ago

None of my decision variables are log transformed. For me, pest.X.dv_pop.csv prints all parameters in the control file, not just the decision variables (which I like btw because it makes it easier to set up runs) . So in the above case, the log transformed parameters noted are not decision variables, just control file parameters.

However, I want to be able to use parrep and other pyemu stuff without needing to un-transform the parameters.