StatAnalysis to add new column FCST_THRESH and OBS_THRESH when -out_thresh is used #3286
-
|
Hi METplus team, I am using Please let me know if you need more information. Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
|
Hello Pratiman, And thank you for your question. It seems like you're having difficulties getting the threshold values you are using in Stat-Analysis to appear in the output files. By default, the Stat-Analysis tool will print out the column information to the screen; that information can also be redirected to the log file using the Our suggestion would be to utilize the Please let us know if this solves your problem, or if you need additional guidance on this topic. |
Beta Was this translation helpful? Give feedback.
-
|
Hi @j-opatz , When using |
Beta Was this translation helpful? Give feedback.
Hello Pratiman,
And thank you for your question. It seems like you're having difficulties getting the threshold values you are using in Stat-Analysis to appear in the output files.
By default, the Stat-Analysis tool will print out the column information to the screen; that information can also be redirected to the log file using the
-outcommand line option. But as you found, the column header information is not included through these default behaviors.Our suggestion would be to utilize the
-out_statsetting, which will create a full stat output file (rather than a log file that contains the statistical information) for your aggregated runs. The output stat files have all of the same sta…