Skip to content
New issue

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

Support multi-landfall analysis #77

Open
SorooshMani-NOAA opened this issue Sep 20, 2024 · 1 comment
Open

Support multi-landfall analysis #77

SorooshMani-NOAA opened this issue Sep 20, 2024 · 1 comment
Assignees

Comments

@SorooshMani-NOAA
Copy link
Collaborator

Some storms have multiple landfalls, but we only pick the first landfall time for setup, e.g. from the leadtime file:

if len(storm_all_times) > 1:
storm_all_times = storm_all_times.iloc[0]

but also from the track:

candidates = tracks_onland.groupby('track_start_time').nth(0).reset_index()

NHC distinguishes these two cases in observations for probabilistic analysis. We need to be able to do the same.

Thanks @FariborzDaneshvar-NOAA for pointing this out

@SorooshMani-NOAA SorooshMani-NOAA self-assigned this Sep 20, 2024
@FariborzDaneshvar-NOAA
Copy link
Collaborator

Here are examples from NHC 25 retrospective storms:

storm NHC P-surge cases
Irene_2011 IreneNC_2011 (first) ; IreneNJ_2011 (second)
Matthew_2016 MatthewFL_2016 (first) ; MatthewSC_2016 (second)
Irma_2017 IrmaFL_2017

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants