Skip to content

Commit

Permalink
Update storm_mode_classifier.py
Browse files Browse the repository at this point in the history
Lowering UH threshold for identifying rotation tracks to be consistent with Potvin et al. 2022
  • Loading branch information
monte-flora authored Jan 4, 2024
1 parent dd1f65d commit 51d360d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion monte_python/storm_mode_classifier.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ class StormModeClassifier:
'OTHER']


def __init__(self, dbz_thresh=43., rot_thresh=55., grid_spacing=3000,
def __init__(self, dbz_thresh=43., rot_thresh=50., grid_spacing=3000,
dbz_qc_params=None, rot_qc_params=None, emb_qc_params = None):

self._dbz_thresh = dbz_thresh
Expand Down

0 comments on commit 51d360d

Please sign in to comment.