Seeking Guidance on Constructing .ins Files for PEST++ with CSV Output #337
Unanswered
lrc756866304
asked this question in
Q&A
Replies: 1 comment
-
I think csv output files are most easily processed with a combination of using the comma as the primary marker and free format to read the values. Here is an example https://github.com/usgs/pestpp/blob/master/benchmarks/mf6_freyberg/template/heads.csv.ins |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am a beginner in PEST++ and I am eager to use PEST for calibrating the DNDC crop model. The model's output is in CSV format, but I am encountering difficulties when constructing the .ins file.
For instance, syntax like whitespace skipping (w) and tab instructions (tN) result in errors, while only simple formats such as l2 [var_name]17:25 seem to work. However, I would like to have more flexibility in handling .ins files for CSV manipulation.
I would greatly appreciate any guidance on this matter. Are there any detailed resources that explain how to properly construct .ins files for working with CSV outputs?
Thank you in advance for your help!
Beta Was this translation helpful? Give feedback.
All reactions