Skip to content

global ensemble TC genesis verification #1304

Discussion options

You must be logged in to vote

Hi @JiayiPeng-NOAA. MET does include a tool named TC-Gen which is described in this Chapter of the MET User's Guide. Here's an example call to tc_gen that's run as part of our automated tests:

tc_gen \
-genesis MET_test_input/tc_data/genesis/suite1/2016*/genesis*2016* \
-track MET_test_input/tc_data/genesis/atcf/2016 \
-config test/config/TCGenConfig_2016 \
-out MET_test_output/tc_gen/tc_gen_2016

And here's an example of some output contingency table counts that are produced:

LINE_TYPE TOTAL FY_OY FY_ON FN_OY FN_ON
CTC         789    10   493   286     0

So what are the required inputs for this?

  • the '-genesis' option points to genesis "fort.66" file produced by the tracker. Here's one …

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by georgemccabe
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment