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

nested list format for the helper function to generate the PEST control file #102

Closed
flydream0428 opened this issue Nov 6, 2019 · 1 comment

Comments

@flydream0428
Copy link

In the function doc, it says the nested format is like this ["lpf.hk",[0,1,2,]]. However, to make it work, it should be in the format like the one below
[["lpf.hk",0], ["lpf.hk",1]],["lpf.hk",2]]

@jtwhite79
Copy link
Collaborator

Good question @flydream0428 . ["lpf.hk",[0,1,2]] will result in one set of HK pars (of whatever spatial distribution) and apply those pars to layers 1,2 and 3. The other form, [["lpf.hk",0], ["lpf.hk",1]],["lpf.hk",2]], will result in separate sets of HK parameters for each layer listsed. I realize this might be confusing but its a way to share parameter sets across multiple model input arrays.

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