91³Ô¹ÏÍø

Watch CBS News

Is climate change making hurricanes more powerful?

In 169 years of record keeping, there have been only 35 Category 5 hurricanes in the Atlantic. Five of those catastrophic storms happened in the last four years — including Hurricane Dorian, which smashed into the Bahamas before stalling and unleashing devastating rain and wind.

And while there's not conclusive evidence that climate change is making hurricanes move more slowly, there is "probably" a connection between the two, according to CBS News climate and weather contributor Jeff Berardelli.

"First, I have to say that storms stall naturally. Harvey stalled naturally, Florence stalled naturally, and Dorian stalled somewhat naturally," Berardelli said. "However, there's research to support that Atlantic hurricanes are slowing down their forward speed by around 16%."

That research comes from James Kossin, a researcher at NOAA, Berardelli said. "[Kossin] surmises that it probably has to do with climate change," he said, "but it is something that we need to look more deeply into."  

There's also reason to believe that climate change is making hurricanes more powerful.

"Water temperatures are getting warmer, right? All over the world. And that is high-octane fuel to power stronger storms. So we see a trend in more Category 4s and Category 5s," Berardelli said.

"Now, some of that is questionable, just simply because before the advent of satellites, we may have missed Category 4s and Category 5s in the early 1900s and the 1800s," he added. "With that said, there seems to be a fairly robust signal that we're seeing more intense hurricanes."

That trend is likely to continue. "Almost all the research shows that in the future, hurricanes are likely to get more intense," he said. "But we may not see more of them, just a higher proportion of Cat 4s and Cat 5s — those are the most destructive. "

That's a big problem. "Compare a storm with winds of 185 mph, like Dorian, with a low-end hurricane [with] winds at 75 mph, like Barry," Berardelli said. "It's not double the amount of damage, it's not 20 times the amount of damage, it's not 100 times the amount of damage — it's over 1,000 times the damage."

Given the potential for more high intensity hurricanes, some scientists have suggested adding a Category 6 to the measurement scale.

"This is something meteorologists are debating a lot over the past couple years because of these monster storms kind of pushing at the top end of Category 5," Berardelli said. "But this is what I would say: if you want to send a message, as a scientific community, because we keep getting these really intense hurricanes – and they're getting stronger and reaching that top end [of] 5 — if you want to send a message about climate change, the best way to do it is to add another category." 

View CBS News In
CBS News App Open
Chrome Safari Continue
const link = doc.createElement('link'); link.rel = 'stylesheet'; link.href = '/fly/fly/bundles/cbsnewscontent/css/cmp-banner.min.css?v=fd53910ecf4604072044ab7c46d9b028'; doc.head.appendChild(link); doc.body.innerHTML = CONSENT_MESSAGE; } else { el.insertAdjacentHTML('afterend', CONSENT_MESSAGE); } }); } function hidePrivacyMessage() { // Remove from the main document document.querySelectorAll(`.${CONSENT_MESSAGE_CLASS}`).forEach(el => el.remove()); // Remove from inside any iframes document.querySelectorAll('iframe').forEach(iframe => { const doc = iframe.contentDocument || iframe.contentWindow.document; doc.querySelectorAll(`.${CONSENT_MESSAGE_CLASS}`).forEach(el => el.remove()); }); } function activateGatedScripts() { // Handle both new format (cmp-gated-script) and old OneTrust/Ketch format (optanon-category-4) const gatedScripts = Array.from(document.querySelectorAll('script.cmp-gated-script, script.optanon-category-4')); // Activate scripts sequentially with a small delay to avoid timing issues let delay = 0; gatedScripts.forEach(function(placeholder, index) { setTimeout(function() { // Skip if already processed if (placeholder.hasAttribute('data-cmp-processed')) { return; } placeholder.setAttribute('data-cmp-processed', 'true'); const newScript = document.createElement('script'); newScript.type = 'text/javascript'; // Try new format first (data-cmp-src), then fall back to old format (data-src) const src = placeholder.getAttribute('data-cmp-src') || placeholder.getAttribute('data-src'); if (src) { newScript.src = src; } else if (placeholder.textContent) { // Inline script - just copy the content newScript.textContent = placeholder.textContent; } // Handle new format attributes (data-cmp-attrs) - for both inline and external scripts const attrs = placeholder.getAttribute('data-cmp-attrs'); if (attrs) { const tempDiv = document.createElement('div'); tempDiv.innerHTML = '
<\/div>'; const tempAttrs = tempDiv.firstChild.attributes; for (let i = 0; i < tempAttrs.length; i++) { // For external scripts, allow defer/async. For inline scripts, skip them (not valid) if (src || (tempAttrs[i].name !== 'async' && tempAttrs[i].name !== 'defer')) { newScript.setAttribute(tempAttrs[i].name, tempAttrs[i].value); } } } // Copy other attributes from old OneTrust format for (let i = 0; i < placeholder.attributes.length; i++) { const attr = placeholder.attributes[i]; // Skip attributes we've already handled or don't want to copy if (!['class', 'data-src', 'data-type', 'data-cmp-src', 'data-cmp-attrs', 'data-cmp-processed', 'type', 'async', 'defer', 'src'].includes(attr.name)) { newScript.setAttribute(attr.name, attr.value); } } placeholder.parentNode.replaceChild(newScript, placeholder); // If external script, manually trigger window.onload handlers after it loads // This handles widgets that use window.onload for initialization if (src) { newScript.addEventListener('load', function() { // If page already loaded and script set a new onload handler, trigger it if (document.readyState === 'complete' && window.onload) { const originalOnload = window.onload; window.onload = null; // Clear temporarily to prevent loops originalOnload(); // Execute the handler } }); } }, delay); delay += 500; // 500ms delay between each script to allow full loading }); } cbsoptanon.onScriptsReady(function(cmp) { cmp.ot.targetingAllowed(function(allowed) { if (!allowed) { showPrivacyMessage(); } else { activateGatedScripts(); } }); cmp.ot.awaitInitialConsent(function(consent_model) { cmp.ot.addOnConsentChangedHandler(function() { cmp.ot.targetingAllowed(function(allowed) { if (allowed) { hidePrivacyMessage(); activateGatedScripts(); } else { showPrivacyMessage(); } }); }); }); });