Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Problem with TIED parameters #317

Open
jbensabat opened this issue Oct 31, 2024 · 2 comments
Open

Problem with TIED parameters #317

jbensabat opened this issue Oct 31, 2024 · 2 comments

Comments

@jbensabat
Copy link

Hello
I am trying to run a pestpp_gsa problem in which some of the parameters are tied.
i am loading the parameter values using the external option

  • parameter data external
    XX_GSA.par_data.csv

From the manual I know that I need to feed also the list of the parameters that are tied and to which parameter they are tied
where do I put this info ?
I tried in the XX_GSA.par_data.csv and I got an exception
I tried in the pst file after the XX_GSA.par_data.csv line with the same result
any help would be highly appreciated
best
jac

@jtwhite79
Copy link
Collaborator

for the version 2 control file, for tied parameters, you need to add a partied column to the par data csv and, for parameters that are marked as "tied", the value of partied needs to the adjustable parameter that it is tied to. For non-tied parameters, partied can be empty or any value.

@jbensabat
Copy link
Author

Hi
Thanks for your help
It works
best
jac

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants