-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
TC-Gen: Create a new MET-TC tool to handle tropical cyclone genesis. #1127
Comments
Questions To/Answers From Kathryn:
From Dan:
In the past, he has defined hits, misses, and false alarms, but not correct negatives. For a genesis event in the best track, the model has 20 opportunities to forecast that event if it's initialized every 6 hours. If it gets it right 1/2 the time, then that's 10 hits and 10 misses. Some questions... Do we need to support the JTWC format? Supporting that would reach a wider format but there is no direct requirement for this project. 3 input formats to support:
Need to compare versus the BEST track and CARQ combined. // init_hour = []; // // |
Location of Dan's Python function: https://github.com/NCAR/gmtb-utilities/tree/master/tcgen/scripts |
Hi all, I wanted to provide a better explanation of the reason we use the a-deck CARQ entries for verification. Consider the following scenarios: The 08-12-00Z issuance time of one of the experimental probabilistic genesis guidance products shows a 70% probability of genesis occurring at 20N, 70W on 08-15-00Z. The spatial tolerance to define a hit is 5 degrees lat/lon. Temporally, these forecasts are verified the same way that NHC verifies their Tropical Weather Outlooks: Did genesis occur within 5 days of the initialization/issuance time? If yes, it's a hit. Let's say we have the same Best-Track and a-deck CARQ info as scenario 1. We would not be able to match the forecast information in the Best-Track because the forecast valid time is before the Best-Track genesis time of 08-16-00Z. However, we would be able to match the forecast time with the a-deck CARQ entry for the valid time, 08-15-00Z. We then say that because the issuance time of 08-12-00Z is within the Best-Track genesis time, the forecast is a hit. When verifying forecasts in either scenario above, my logic is:
Happy to chat more about this by phone or email. Dan |
Email from Wei-Wei with sample data. The EMC’s TC track files can be found on cheyenne in /glade/u/home/weiweili/my_work/MET_diag/fv3q2fy19retro_TCYC
Also, I forgot to mention, in atcfunixp.gfs., the #242 character (Y or N) indicates if a vortex has a warm core or not. trak.gfso.atcfunix.altg don’t have this information. This was one of the criterion that I used to determine if a storm was a tropical cyclone or not in addition to storm lifetime, i.e., lifetime of a storm >= 72 h and warm core can last at least 48 h accumulatively. Perhaps some documentation in my paper is helpful? (https://doi.org/10.1175/WAF-D-15-0176.1). |
Charge 7790901 |
Talked with Kathryn on 8/30/2019 about genesis data that can be found here: Look in the cmce, fens, and gefs subdirectories for "genesis" subdirectories. They contain files which include "atcf_gen" which have genesis information in them. These are ATCF file BUT they have an extra 3rd column in there for the storm id. The tasks are: |
Merged existing functionality into the develop branch for inclusion in the met-9.0_beta2 release. Will continue further development and testing there. |
Remaining tasks of 02/28/2020:
|
…it_exc config file settings.
Split off the definition of a basin mask file into a separate issue: Closing this issue. |
Write new tool to handle tropical cyclone genesis (tc-gen, tc_gen, tcgen).
The text was updated successfully, but these errors were encountered: