• Welcome to TalkWeather!
    We see you lurking around TalkWeather! Take the extra step and join us today to view attachments, see less ads and maybe even join the discussion.
    CLICK TO JOIN TALKWEATHER
  • April 2024 Weather Video of the Month
    Post your nominations now!
Logo 468x120

Southeast Svr Wx threat April 8-11, 2024

wx_guy

Member
Messages
297
Reaction score
854
Location
United States
HAM Callsign
KO4ZGH
Special Affiliations
  1. SKYWARN® Volunteer
  2. ARRL Member
Do you think you could post the source code to Github or whatever, so that we can try our own hands at running some simulations ourselves? Because this looks quite fascinating to me, enough so that I want to try my hand at generating some simulations myself just to see what kinds of results that would produce!:cool:
Sure! https://github.com/stuartjonesstats/spc.git

Let me know if you have trouble accessing it. Disclaimer: I am amateur at Python coding, I do it for fun but an expert coder will laugh at my code probably haha

So some explanation - You need the link to the Areal Convective Outlook file for the code to work. This is found in a link at the bottom of the page that they post the Convective Outlook on. For example, the existing one is found here: https://www.spc.noaa.gov/products/outlook/archive/2024/KWNSPTSDY1_202404101300.txt

The code currently only works with TOR, but you can modify it for WIND and HAIL as well. It draws out the area of the threat zones and uses the latitudes and longitudes given by the SPC for the borders of those zones to do the math with.

The math is like this: First, use an exponential distribution to generate a number of random points inside each of the threat zones. I chose this distribution because it tends towards a lower value (most severe events are lower numbers) but has a long tail to accommodate realistic chances of real outbreaks. Second, for each of those random points, it checks them probabilistically against the threat zone it falls in -- so if it falls in the 2% zone, it only has a 2% chance of getting plotted. If it falls in the 15% chance zone, it has a 15% chance of getting plotted, etc. Third, if a point also falls inside a SIG zone, there is a further chance that it gets plotted in white to signify a significant (EF2+) tornado. The chance is the same as the zone it is in, so in a 10% hatched area, there's a 10% chance of every plotted TOR being SIG, in a 15% hatched there's a 15% chance of every plotted TOR being SIG, etc.

Also note the code isn't truly finished -- since the current event only goes up to 15% hatched, I didn't add in code for 30%, 45%, and 60% plots, so if you want these, you'll need to add them in (same way as the others are added in).

Finally, please note that I typed this code up last night half-asleep, so there's very likely tiny errors in the logic in a place or two, so if you're good at catching those, you can probably fix up the code a bit.

I think that's everything. Enjoy!
 
Messages
2,904
Reaction score
4,810
Location
Madison, WI
Really weird orientation of the two tornado warning polygons, with confusing storm speeds. One moving north at 25 MPH, the other moving east at 65?

Edit: Annnnnd KHDC seems to have stopped updating on my RadarScope. Swell.
 

Taylor Campbell

Moderator
Moderator
PerryW Project Supporter
Messages
2,139
Reaction score
2,244
Location
Wedowee, AL
Special Affiliations
  1. SKYWARN® Volunteer
That was nasty looking couplet moving over the city, but I haven't gotten any new scans from either KHDC and TMSY in ten minutes, which is kinda supicious. Anybody else having the same issue?

Got an update now. There is a TDS!
 

Taylor Campbell

Moderator
Moderator
PerryW Project Supporter
Messages
2,139
Reaction score
2,244
Location
Wedowee, AL
Special Affiliations
  1. SKYWARN® Volunteer
Geesh looks like a radar update every 8-12 minutes with this new radar. Much bigger TDS now.
 

KevinH

Member
Messages
1,888
Reaction score
3,068
Location
West Central GA
Really weird orientation of the two tornado warning polygons, with confusing storm speeds. One moving north at 25 MPH, the other moving east at 65?

Edit: Annnnnd KHDC seems to have stopped updating on my RadarScope. Swell.
Two separate tornadoes I believe.

The one traveling north was from a discreet cell, and the one moving east was from the line. I believe the line absorbed the cell???
 
Back
Top