Skip to content

Commit

Permalink
Per #1448, also track the obs valid times.
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnHalleyGotway committed Dec 30, 2020
1 parent 84a1565 commit f9ea178
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions met/src/tools/tc_utils/tc_gen/tc_gen.cc
Original file line number Diff line number Diff line change
Expand Up @@ -404,6 +404,7 @@ void do_genesis_ctc(int i_vx,

// Track the range of valid times
if(fgi) gci.add_fcst_valid(fgi->valid_min(), fgi->valid_max());
if(bgi) gci.add_obs_valid (bgi->valid_min(), bgi->valid_max());

// Unmatched forecast genesis (FALSE ALARM)
if(fgi && !bgi) {
Expand Down

0 comments on commit f9ea178

Please sign in to comment.