global ensemble TC genesis verification #1304
-
Does the Met/MetPlus have the capability to verify GEFS (global ensemble) TC genesis ? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
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:
And here's an example of some output contingency table counts that are produced:
So what are the required inputs for this?
So if you have those genesis fort.66 files available for GEFS, then sure, you should be able to run TC-Gen with those inputs. Hopefully that helps clarify. |
Beta Was this translation helpful? Give feedback.
-
If you wish to verify probabilistic TC genesis forecasts, you can do so starting with the MET10.1.0-beta4 release. To verify probabilistic forecasts with TC-Gen, your input data should follow a slightly modified ATCF e-deck format. Here is an example of the format: AL, 77, 2020082918, GN, GFSO, 120, 310N, 785W, 20, 120, JHT, genFcst, 2020083106, , , , "AL": Basin Everything after the model forecast genesis valid time can be empty columns. The "GN" and "genFcst" entries must be present for MET to recognize that the line refers to a TC genesis forecast. The latitude, longitude, model initialization time, and model forecast genesis valid time also must be included for TC-Gen to conduct the verification. Your input files must end with ".dat" and you should use the '-edeck' option when calling TC-Gen. |
Beta Was this translation helpful? Give feedback.
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:
And here's an example of some output contingency table counts that are produced:
So what are the required inputs for this?