Are you prepared for an above-normal hurricane season? (2024)

While Savannah is no stranger to hurricanes, many residents have become somewhat apathetic to the topic. Many have experienced evacuations that, to them, didn’t feel necessary because local impacts were in stark contrast to the advisement of local leaders. However, those of the “I will never evacuate again” camp are being urged by experts this year to change their tune.

Chelsea Sawyer, Emergency Preparedness Manager for the Chatham Emergency Management Agency

“The experts are saying that it is anticipated to be an extremely active hurricane season,” warned Chelsea Sawyer, Emergency Preparedness Manager for the Chatham Emergency Management Agency (CEMA). “One of my biggest concerns is people not taking evacuations seriously.”

The National Oceanic and Atmospheric Administration (NOAA) National Weather Service forecasters at the Climate Prediction Center predict above-normal hurricane activity in the Atlantic basin this year. The 2024 hurricane season, which spans from June to November predicts an 85 percent chance of an above-normal season. In 2023, NOAA predicted that there was only a 30 percent chance that the season would be above normal.

According to Sawyer, residents should not find comfort in comparing warnings to previous hurricane seasons.

“These storms aren’t the same storms that came 10, 15, and 50 years ago,” she explained. “Every storm is going to do something different. I don’t want anyone to risk their lives.”

While the predictions this year may yield more disastrous results, it doesn’t really change what CEMA does to prepare. As Sawyer notes, emergency management 101 is to hope for the best and prepare for the worst. CEMA has five highly-trained duty officers on rotation at all times who work to track every storm that comes through and stay abreast with the National Hurricane Center’s tropical weather outlook.

“Every single storm that pops up, we’re going to watch it,” said Sawyer. “It’s monitored 24/7 and there is a lot of coordination and communication with partners.”

One of those partners is Macon-Bibb County, which has become the new evacuation destination for Chatham County under the updated statewide plan that matches every county with hurricane-impact potential with an inland partner county; the previous government-assisted evacuation destination was Augusta-Richmond County. CEMA has also partnered with the newly-constructed Enmarket Arena, which has become the new meeting point for Chatham County residents needing evacuation assistance.

Understanding these changes and the overall terminology regarding hurricane evacuation orders, per Sawyer, is much more beneficial than the hurricane warning levels, which are not as preemptively helpful. Unlike tornadoes—which also have watches and warnings that range from conditions are favorable to a tornado has been spotted—hurricane watches and warnings both mean that hurricanes are coming, the only distinction being the advance notice timing of 48 hours versus 36 hours or less.

“By the time we get to watches and warnings, those evacuation orders are already in place,” explained Sawyer.According to her, what residents really need to pay attention to is whether an evacuation order or a mandatory evacuation order has been issued. An evacuation order encourages residents to evacuate, while a mandatory order requires it. However, it’s important to note that not all areas of Chatham County may be evacuated at the same time or equally. Evacuations are determined in zones.

Chatham County Evacuation Zones

click to enlarge

A great tool to find and learn these zones is the CEMA website’s evacuation page and their interactive map, which can be found at chathamemergency.org.

So, how do you know the status of a hurricane and evacuation orders? There are several websites, apps, and tools that can be used. While not a complete list, below are some popular and highly-recommended resources:

click to enlarge

click to enlarge

Sawyer recommends being signed up for at least one alerting mechanism, but notes that she herself uses multiple alerts and apps. Residents can also follow all the listed agencies on Facebook and Twitter.

For a comprehensive list of tools, tips and information, as well as access to presentations, visit chathamemergency.org.

') let lineHeight = jQuery('[line-height-check]').get(0).clientHeight; jQuery('[line-height-check]').remove() if (jQuery(element).prop('tagName').match(/HIDDEN/i) !== null) { jQuery(element).children('div').last().css({ marginBottom: `${lineHeight*2}px` }); } else { jQuery(element).css({ marginTop: `${lineHeight*2}px`, marginBottom: `${lineHeight}px` }); } // const insertionBlockClass = `fdn-paragraph-insertion-block`; const styleElementHook = `fdn-paragraph-insertion-styles`; jQuery(element).addClass(insertionBlockClass); if (jQuery(`[${styleElementHook}]`).length === 0) { jQuery('div.fdn-content-body, div #storyBody').append('

') const paragraphLineHeight = jQuery('[line-height-check]').get(0).clientHeight; jQuery('[line-height-check]').remove() const styleElement = jQuery(`

`); const styleText = ` div.fdn-content-body br+.${insertionBlockClass}:not([hidden]), div #storyBody br+.${insertionBlockClass}:not([hidden]) { margin-top: ${paragraphLineHeight*2}px; margin-bottom: ${paragraphLineHeight}px; } div.fdn-content-body br+.${insertionBlockClass}[hidden] > div:last-of-type, div #storyBody br+.${insertionBlockClass}[hidden] > div:last-of-type { margin-bottom: ${paragraphLineHeight*2}px; } ` styleElement.text(styleText); jQuery('head').append(styleElement); } // } } jQuery(element).insertBefore(this.paragraphEndNodes[index]); } else { console.warn('Foundation.ParagraphTool.insertElemenAt: invalid insertion index', index); } } this.insertElemenAtEnd = function (element) { if (this.paragraphEndNodes.length) { let lastNode = this.getNodeAtIndex(this.paragraphEndNodes.length -1); if (this.isDoubleBrParagraphBreak(lastNode) || this.isBrParagraphBreakBeforeBlockElement(lastNode)) { if (jQuery(element).get(0).tagName.match(/SCRIPT/i) !== null) { jQuery('
').insertAfter(this.paragraphEndNodes[index]); jQuery('
').insertAfter(this.paragraphEndNodes[index]); } else { jQuery('div.fdn-content-body, div #storyBody').append('

') let lineHeight = jQuery('[line-height-check]').get(0).clientHeight; jQuery('[line-height-check]').remove() if (jQuery(element).prop('tagName').match(/HIDDEN/i) !== null) { jQuery(element).children('div').last().css({ marginBottom: `${lineHeight*2}px` }); } else { jQuery(element).css({ marginTop: `${lineHeight*2}px`, marginBottom: `${lineHeight}px` }); } } } } this.bodyContainer.append(element); } this.getNodeAtIndex = function (index) { return this.paragraphEndNodes[index]; } }

`); } var paragraphCount = myParagraphTool.getParagraphEndNodeCount(); // No need to insert if there aren't enough paragaphs if (paragraphCount >= parseInt(item.requiredCountToDisplay)) { // Matches specific paragraph insertion indexes if (item.insertPoint.match(/^\d+$/) !== null) { var insertIndex = parseInt(item.insertPoint) - 1; // Insert within content if (insertIndex < paragraphCount) { myParagraphTool.insertElemenAtIndex(componentElement, insertIndex); } // Append to the end if the insert point is beyond the paragraph count else { myParagraphTool.insertElemenAtEnd(componentElement) } } // Matches for 1/2, 1/4, 2/3, 5/6, etc else if (item.insertPoint.match(/^[1223456]\/[23456]$/) !== null) { var fractionMatch = new RegExp(/^([123456])(?:\/)([23456]$)/); var fractionPart = parseInt(item.insertPoint.match(fractionMatch)[1]); var fractionWhole = parseInt(item.insertPoint.match(fractionMatch)[2]); var fractionValue = fractionPart / fractionWhole; var fractionIndex = Math.floor(myParagraphTool.paragraphEndNodes.length * fractionValue) - 1; myParagraphTool.insertElemenAtIndex(componentElement, fractionIndex); } // Matches for every Nth insertion point else if (item.insertPoint.match(/^\d*th$/i) !== null) { var intervalIndex = parseInt(item.insertPoint.match(/^(\d*)th$/i)[1]); var startingIndex = parseInt(item.startingPoint) - 1; var insertionMax = parseInt(item.maxInsertions) || 100; var insertionCount = 0; for (var i = startingIndex; i < myParagraphTool.paragraphEndNodes.length && insertionCount < insertionMax; i++) { if ((i - startingIndex) % intervalIndex === 0) { let currentNode = myParagraphTool.getNodeAtIndex(i); const clonedComponent = componentElement.clone(); myParagraphTool.insertElemenAtIndex(clonedComponent, i); insertionCount++; } } } } }); Foundation.Content['22577120'].setupInlineComponents = function () { return true; }; if (typeof callback === 'function') { callback(); } }, 200); } Foundation.Content['22577120'].previewInsertionPoints = function () { var myParagraphTool = Foundation.Content['22577120'].paragraphTool myParagraphTool.paragraphEndNodes.each((index, item) => { const insertionPointPlaceholder = jQuery(`

Insertion point ${index+1}

`) myParagraphTool.insertElemenAtIndex(insertionPointPlaceholder, index); }); return 'Paragraph insertion placeholders applied.'; }

Are you prepared for an above-normal hurricane season? (2024)

FAQs

Is above normal hurricane season expected in 2024? ›

Atmospheric and oceanic conditions continue to support an above-normal 2024 Atlantic hurricane season, with a 90% probability of this result. 2024 has only a 10% chance of a near-normal season and a negligible chance of a below-normal season.

Do you prepare for hurricane? ›

Make plans to stay safe. Determine your best protection from high winds and flooding. Have a plan to evacuate and a plan to shelter safely. Take time now to gather the supplies and knowledge you will need when the storm arrives.

Are we in for a bad hurricane season? ›

So we're still expecting an above average hurricane season. The national weather service expecting anywhere between 17 and 24 named storms this season, which is above the average of 14, 8 to 13 of those named storms will likely become hurricanes and 4 to 7 of those hurricanes will likely become major hurricanes.

What to buy to prepare for hurricane season? ›

Have enough non-perishable food, water and medicine to last each person in your family a minimum of three days. Electricity and water could be out for at least that long. You'll need extra cash, a battery-powered radio and flashlights. You may need a portable crank or solar-powered USB charger for your cell phones.

What month is worst for hurricanes? ›

The Atlantic hurricane season begins June 1 and ends November 30 of each year. Historically, the most active time for hurricane development is mid-August through mid-October.

How many hurricanes have hit the US in 2024? ›

Officially, the 2024 Atlantic hurricane season began on June 1, and will end on November 30. So far, seven tropical cyclones have formed, and all of them became named storms. Four of the storms became hurricanes, of which one strengthened into a major hurricane. Altogether, six systems have made landfall this season.

Which US state is safest from natural disasters? ›

Delaware is arguably the safest state in the United States, with just 13 occurrences of natural disaster since 2004, with Michigan and Maryland closely behind at 14 and 18 incidences, respectively.

How to prepare for hurricane season 2024? ›

Preparation: Learn how to assemble an emergency kit and secure a home to mitigate potential damage; • Planning: Develop a family emergency plan to ensure everyone knows what to do and where to go when a hurricane strikes; • Guidance: Benefit from practical tips and guidelines to stay informed with the latest weather ...

How to prepare for category 5 hurricane? ›

Category 5 hurricane
  1. Build a disaster supply kit: Plan as if you're going to be cut off from resources for an extended period of time.
  2. Develop an emergency response plan: These “protective actions for life safety” include running drills, mapping out evacuation routes, and conducting risk assessments.
Jul 2, 2024

What was the worst hurricane season in history? ›

The 1780 Atlantic hurricane season ran through the summer and fall in 1780. The 1780 season was extraordinarily destructive, and was the deadliest Atlantic hurricane season in recorded history, with over 28,000 deaths.

Should I leave if a hurricane is coming? ›

Hurricanes are some of the most devastating natural forces on Earth, which is why it is never too early to plan for an evacuation that could save your life. While evacuating can be a challenging and disruptive process, often times the alternative of riding out the storm at home isn't safe.

Is it safe to cruise during hurricane season? ›

Is it safe to take a cruise during hurricane season? “In general, I would say the answer is yes, though there are always exceptions,” Stephanie Goldberg-Glazer, chief experience officer and owner of the travel agency Live Well, Travel Often, said in an email.

How do you stay prepared for a hurricane? ›

Prepare to evacuate by testing your emergency communication plan(s), learning evacuation routes, having a place to stay, and packing a “go bag.” Stock emergency supplies. Protect your property by installing sewer backflow valves, anchoring fuel tanks, reviewing insurance policies, and cataloging belongings.

What should you stock up on before a hurricane? ›

Grocery Store:
  • one gallon of water per person.
  • one vegetable group item.
  • one meat group item.
  • one box heavy-duty garbage bags.
  • one package plastic eating utensils.
  • one roll paper towels.
  • flashlight with batteries*
  • waterproof portable plastic container with lid for hurricane kit and important papers.

Is there time to prepare for a hurricane? ›

The best time to prepare for a hurricane is before hurricane season begins on June 1. It is vital to understand your home's vulnerability to storm surge, flooding, and wind. Here is your checklist of things to do BEFORE hurricane seasons begins. Know your zone: Do you live near the Gulf or Atlantic Coasts?

What is the hurricane prediction for 2025? ›

Pre-season outlooks

NOAA released their prediction on the same day, as well as CSU, with NOAA predicting 17 storms, 9 hurricanes, and 6 major hurricanes, and CSU predicting 13 named storms, 6 hurricanes, and 3 major hurricanes.

What is the hypothetical Atlantic hurricane season in 2024? ›

NOAA's Updated 2024 Hurricane Outlook

The latest outlook predicts: Named Storms: 17 to 24 (with winds of 39 mph or greater) Hurricanes: 8 to 13 (with winds of 74 mph or greater) Major Hurricanes: 4 to 7 (with winds of 111 mph or greater)

Are there any more tropical storms forming? ›

There are currently no active storms in the North Atlantic, Caribbean Sea, or Gulf of Mexico.

How long until hurricane season is over? ›

Hurricane outlook: 2024

The 2024 Atlantic hurricane season officially started on June 1 and will run until Nov. 30. In the Eastern Pacific Ocean, hurricane season begins May 15 and ends Nov. 30, according to the National Weather Service.

References

Top Articles
Latest Posts
Recommended Articles
Article information

Author: Horacio Brakus JD

Last Updated:

Views: 5697

Rating: 4 / 5 (51 voted)

Reviews: 90% of readers found this page helpful

Author information

Name: Horacio Brakus JD

Birthday: 1999-08-21

Address: Apt. 524 43384 Minnie Prairie, South Edda, MA 62804

Phone: +5931039998219

Job: Sales Strategist

Hobby: Sculling, Kitesurfing, Orienteering, Painting, Computer programming, Creative writing, Scuba diving

Introduction: My name is Horacio Brakus JD, I am a lively, splendid, jolly, vivacious, vast, cheerful, agreeable person who loves writing and wants to share my knowledge and understanding with you.