TC_STAT produces CTS output even when told to produce CTC #2615
-
Hi, This is a follow-up to a discussion answered by @JohnHalleyGotway the other day. I've been running TC_STAT to generate CTC scores, but it stops working as expected when I try to stratify the output by lead time. For example, this works correctly and produced CTC tables: But adding a ",LEAD" causes it to instead produce CTC and CTS output in the same file, neither of which is formatted to be loaded into a database: Here is an example of erroneous output:
As you can see, it has spawned an |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 4 replies
-
(To clarify, |
Beta Was this translation helpful? Give feedback.
-
Just for the heck of it, I reordered the parameters being passed in, and this combination seems to produce the correct CTC output: I don't know if putting |
Beta Was this translation helpful? Give feedback.
-
@mollybsmith-noaa, you should be able to put quotation marks around the entire value for
|
Beta Was this translation helpful? Give feedback.
@mollybsmith-noaa, you should be able to put quotation marks around the entire value for
TC_STAT_JOB_ARGS
to prevent it from splitting it into 2 sets of job args at the comma:TC_STAT_JOB_ARGS = "-job rirw -line_type TCMPR -rirw_time 24 -rirw_exact false -rirw_thresh ge30 -basin {ENV[BASIN]} -out_line_type CTC -out_stat {OUTPUT_BASE}/{ENV[MODEL]}/{ENV[YYYYMMDDHH]}/{TC_STAT_OUTPUT_TEMPLATE} -by LEAD,CYCLONE"