Feature 1714 tc_gen#1750
Merged
JohnHalleyGotway merged 19 commits intodevelopfrom feature_1714_tc_genApr 9, 2021
+229-76
Commits
Commits on Mar 15, 2021
Per #1714, add tc_gen genesis_match_window configuration option to define a search window relative to the forecast genesis time.
committedPer #1714, clarify docs to state the genesis_match_window.end = 12 allows for matches for early forecasts. Also add an example of this option to the tc_gen unit test.
committed- committed
Commits on Apr 2, 2021
- committed
- committed
- committed
- committed
- committed
Commits on Apr 5, 2021
Commits on Apr 7, 2021
Per #1714, adding genesis_match_point_to_track config file option for TC-Gen. Note that this version of the code is close but doesn't actually compile yet. I still need to figure out exactly how to…
committedPer #1714, the logic for checking the operational tracks is pretty simple. We only store/check operational track points for lead time = 0. So applying the genesis_match_point_to_track boolean confi…
committedPer #1714, update the tc-gen user's guide chapter to describe the updated logic and new config file option.
committed- committed
- committed
- committed
Commits on Apr 8, 2021
Committing 2 small changes not specifically related to #1714, but related the processing of genesis tracks. When getting items from ATCFGenLines, the columns to be shifted are off by one. We had be…
committed- committedJohn Halley Gotway
Per #1714, fix an error in the logic of GenesisInfo::is_match(const GenesisInfo &,...). I was using the index of the current GenesisInfo object instead of the one from the input argument. Fix this …
committedJohn Halley Gotway