We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
OFCL
CARQ
The correction logic implemented in
StormEvents/stormevents/nhc/track.py
Lines 979 to 980 in 2895957
for fixing OFCL track based on CARQ gets the first entry of CARQ in the given track_start_time:
track_start_time
Lines 989 to 993 in 2895957
This results doesn't return values from 0 hour forecast (e.g. it might return -24 hour forecast):
0 hour
-24 hour
AL, 06, 2018091306, 01, CARQ, -24, 287N, 695W, 115, 0, HU, 34, AAA, 0, 0, 0, 0, 0, 0, 0, 0, 0, L, 0, X, 0, 0, FLORENCE, , AL, 06, 2018091306, 01, CARQ, -18, 294N, 707W, 115, 0, HU, 34, AAA, 0, 0, 0, 0, 0, 0, 0, 0, 0, L, 0, X, 0, 0, FLORENCE, , AL, 06, 2018091306, 01, CARQ, -12, 304N, 719W, 110, 0, HU, 34, AAA, 0, 0, 0, 0, 0, 0, 0, 0, 0, L, 0, X, 315, 15, FLORENCE, , AL, 06, 2018091306, 01, CARQ, -6, 315N, 732W, 100, 0, HU, 34, AAA, 0, 0, 0, 0, 0, 0, 0, 0, 0, L, 0, X, 0, 0, FLORENCE, , AL, 06, 2018091306, 01, CARQ, 0, 325N, 743W, 95, 956, HU, 34, NEQ, 170, 150, 110, 140, 1013, 200, 25, 0, 0, L, 0, X, 315, 15, FLORENCE, D, AL, 06, 2018091306, 01, CARQ, 0, 325N, 743W, 95, 956, HU, 50, NEQ, 100, 90, 70, 80, 1013, 200, 25, 0, 0, L, 0, X, 315, 15, FLORENCE, D, AL, 06, 2018091306, 01, CARQ, 0, 325N, 743W, 95, 956, HU, 64, NEQ, 70, 60, 50, 60, 1013, 200, 25, 0, 0, L, 0, X, 315, 15, FLORENCE, D,
Instead the logic should be to pick the forecast_hours == 0
forecast_hours == 0
The text was updated successfully, but these errors were encountered:
SorooshMani-NOAA
Successfully merging a pull request may close this issue.
The correction logic implemented in
StormEvents/stormevents/nhc/track.py
Lines 979 to 980 in 2895957
for fixing
OFCL
track based onCARQ
gets the first entry ofCARQ
in the giventrack_start_time
:StormEvents/stormevents/nhc/track.py
Lines 989 to 993 in 2895957
This results doesn't return values from
0 hour
forecast (e.g. it might return-24 hour
forecast):Instead the logic should be to pick the
forecast_hours == 0
The text was updated successfully, but these errors were encountered: