-
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
Correct the tc_gen BEST track genesis event definition. #1447
Comments
I found the bug in tc_gen.cc on this line: This adds the track to the list of Genesis events without specifying the track point at which genesis actually occurred. The library code just chooses the first track point. Instead, pass a second argument indicating the genesis track point. Used this BEST track to test: Prior to the fix, GenesisTime = "20190710_120000":
After the fix, GenesisTime = "20190711_000000":
And that matches the time and location of the first instance of category = TD in the ATCF input file:
|
…enesis occurred at the first point of the track. Instead, update tc_gen to keep track of the actual genesis track point... i.e. the first track point at which all genesis event criteria are satisfied.
…enesis occurred at the first point of the track. Instead, update tc_gen to keep track of the actual genesis track point... i.e. the first track point at which all genesis event criteria are satisfied. (#1449)
Describe the Enhancement
Dan Halperin did more testing of the tc_gen tool with the met-9.1_beta3 development release and found a bug. tc_gen is not identifying genesis at the correct point for BEST tracks. Test this using bal022019.dat. The BEST track genesis is identified when the storm is a disturbance (category=DB) rather than the correct time when it is a tropical depression (category=TD), as requested in the TC-Gen configuration file:
Time Estimate
1 day.
Sub-Issues
Consider breaking the enhancement down into sub-issues.
No sub-issues required.
Relevant Deadlines
None.
Funding Source
Define the Metadata
Assignee
Labels
Projects and Milestone
Define Related Issue(s)
Consider the impact to the other METplus components.
No impacts.
Enhancement Checklist
See the METplus Workflow for details.
Branch name:
feature_<Issue Number>_<Description>
Pull request:
feature <Issue Number> <Description>
The text was updated successfully, but these errors were encountered: