How to Use Multiple TPL Files in PEST++? #352
lrc756866304
started this conversation in
General
Replies: 1 comment 2 replies
-
|
I think it means in the "* control data" section of the control file, you need to update the counter for how many template file there are - the original control file format, the instruction files start immediately after the template files, so we have to rely on that counter to know when to read template and when to read instruction...the version 2 control file doesnt need these counters - just sayin! |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I’m currently using PEST++ to calibrate the MONICA crop model. The model parameters are distributed across multiple input files, so I created several TPL (template) files and listed them all in the * model input/output section of the PEST control file (PST).
However, I encountered an error: it seems that PEST++ only successfully reads the first TPL file, and then expects the next line to be an INS file.
Does this mean PEST++ doesn't support multiple TPL files? I believe this functionality must exist, but I’m not sure how to implement it properly. I would really appreciate any guidance or examples from those who have done this before.
Beta Was this translation helpful? Give feedback.
All reactions