Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Hotfix for the develop branch in tc_pairs.cc. The METplus unit tests …
…kept failing through GHA with a divide by zero error. It occurs in compute_track_err() but only for a very specific set of data. The bdeck valid increment evaluates to 0 which causes the divide by 0 error. It also can evaluate to bad data (e.g. -9999). The fix is to check for 0 and bad data. If found, use the constant best_track_time_step value instead.
- Loading branch information