Skip to content

TCpairs and TCStat module in MET TC #1631

Discussion options

You must be logged in to vote

@drmohanthota I see that you have some questions about the TC-Pairs tool in MET. Thanks for sending a sample TC-Pairs output file to demonstrate.

  1. What does this WARNING message mean?
WARNING: TrackInfo::add(const ATCFTrackLine &) -> skipping ATCFTrackLine since the valid time is not increasing (20191123_000000 < 20191126_000000):

The TC-Pairs tool reads each ATCF input file line-by-line. It attempts to stitch together subsequent lines into coherent storm tracks. One wrinkle is that each track point may have data on 1, 2, or 3 ATCF lines, depending on whether 34, 50, and 64 kt wind radii information is provided. This TrackInfo::is_match() function contains the logic for deciding whether…

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@drmohanthota
Comment options

@drmohanthota
Comment options

@georgemccabe
Comment options

Answer selected by georgemccabe
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment