ADVERTISEMENT

More severe weather moves through Midwest as Iowa residents clean up tornado damage

Published May 25, 2024 03:45 am

DES MOINES, Iowa (AP) — Several tornadoes were reported in Iowa and Illinois as storms downed power lines and trees on Friday, just days after a deadly twister devastated one small town.

The large storm system began overnight in Nebraska before traveling across central Iowa and into Illinois. A weak tornado touched down in suburban Des Moines, according to the National Weather Service, which was also assessing damage from several other reported twisters south of Iowa City and near Moline, Illinois. No injuries or deaths were reported.

The storm also brought rain that was heavy in some areas of Iowa, where totals have reached as much as 8 inches (20 centimeters) over the last week, according to the weather service.

Also Friday, a church caught fire in Madison, Wisconsin, as a thunderstorm rolled through the area. Nate Moll, who lives two doors down from Holy Redeemer Catholic Church, said he heard a “zap zap zap” electrical sound, followed by a loud crack of thunder. Firefighters extinguished the blaze.

In Oklahoma, a tornado was on the ground for about an hour Thursday evening in Jackson County and neighboring counties as a slow-moving storm moved through, according to Ryan Bunker, a meteorologist with the weather service’s Norman, Oklahoma, office. News outlets reported downed power lines and outages and damage to some structures.

Severe weather was expected in areas around the U.S. throughout the long Memorial Day weekend, with a strong risk of tornadoes on Saturday in the Great Plains, particularly Kansas and Oklahoma. In New Mexico, strong winds and low humidity could fuel wildfires.

“It’s really important if you have outdoor plans to make sure that you remain aware of approaching thunderstorms,” said Matt Elliott, warning coordination meteorologist with the weather service's Storm Prediction Center.

“May is the peak time of year for tornadoes and for severe weather across the United States,” Elliott said.

The latest severe weather comes as residents of Greenfield, Iowa, a community of about 2,000 people, have been cleaning up after a strong tornado on Tuesday.

Friday's storm system inflicted heavy rains, dime-sized hail and wind gusts of 75 mph (121 kph) on a community still recovering after four people were killed and 35 others injured when a tornado destroyed more than 100 homes and crumpled turbines at a nearby wind farm. A fifth person was killed about 25 miles (40 kilometers) from Greenfield when her car was blown off the road in a tornado, according to the Adams County Sheriff’s Office.

Among the Greenfield residents who were killed were Dean and Pam Wiggins, said their grandson Tom Wiggins.

On Thursday, he tried to find any of his grandparents’ mementos that remained after the tornado demolished their home, leaving little more than its foundation. He described them as “incredibly loved by not only our family but the entire town.”

Not far away, Bill Yount was cleaning up.

“It’s like somebody took a bomb,” said Yount, gesturing to the land — covered with wood, debris, trees stripped of their leaves, heavy machinery and equipment to clean up the mess.

He waited out the storm in a closet.

The National Weather Service determined that three separate powerful tornadoes carved paths totaling 130 miles (209 kilometers) across Iowa on Tuesday.

In addition to tornadoes, Saturday's storms could bring extremely large hail, according to Elliott with the Storm Prediction Center. The risk of strong tornadoes, large hail and damaging winds shifts into parts of Missouri, Illinois, Indiana and Kentucky on Sunday. On Monday, the Mid-Atlantic region could see some severe thunderstorms.

Tornado risks increase in May because cold, dry air that occasionally flows down from Canada clashes with moist, warm air from the Gulf of Mexico and strong upper-level winds in the atmosphere, Elliott said.

Related Tags

world news
ADVERTISEMENT
.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1561_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1562_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1563_widget.title }}

{{ articles_filter_1564_widget.title }}

.mb-article-details { position: relative; } .mb-article-details .article-body-preview, .mb-article-details .article-body-summary{ font-size: 17px; line-height: 30px; font-family: "Libre Caslon Text", serif; color: #000; } .mb-article-details .article-body-preview iframe , .mb-article-details .article-body-summary iframe{ width: 100%; margin: auto; } .read-more-background { background: linear-gradient(180deg, color(display-p3 1.000 1.000 1.000 / 0) 13.75%, color(display-p3 1.000 1.000 1.000 / 0.8) 30.79%, color(display-p3 1.000 1.000 1.000) 72.5%); position: absolute; height: 200px; width: 100%; bottom: 0; display: flex; justify-content: center; align-items: center; padding: 0; } .read-more-background a{ color: #000; } .read-more-btn { padding: 17px 45px; font-family: Inter; font-weight: 700; font-size: 18px; line-height: 16px; text-align: center; vertical-align: middle; border: 1px solid black; background-color: white; } .hidden { display: none; }
function initializeAllSwipers() { // Get all hidden inputs with cms_article_id document.querySelectorAll('[id^="cms_article_id_"]').forEach(function (input) { const cmsArticleId = input.value; const articleSelector = '#article-' + cmsArticleId + ' .body_images'; const swiperElement = document.querySelector(articleSelector); if (swiperElement && !swiperElement.classList.contains('swiper-initialized')) { new Swiper(articleSelector, { loop: true, pagination: false, navigation: { nextEl: '#article-' + cmsArticleId + ' .swiper-button-next', prevEl: '#article-' + cmsArticleId + ' .swiper-button-prev', }, }); } }); } setTimeout(initializeAllSwipers, 3000); const intersectionObserver = new IntersectionObserver( (entries) => { entries.forEach((entry) => { if (entry.isIntersecting) { const newUrl = entry.target.getAttribute("data-url"); if (newUrl) { history.pushState(null, null, newUrl); let article = entry.target; // Extract metadata const author = article.querySelector('.author-section').textContent.replace('By', '').trim(); const section = article.querySelector('.section-info ').textContent.replace(' ', ' '); const title = article.querySelector('.article-title h1').textContent; // Parse URL for Chartbeat path format const parsedUrl = new URL(newUrl, window.location.origin); const cleanUrl = parsedUrl.host + parsedUrl.pathname; // Update Chartbeat configuration if (typeof window._sf_async_config !== 'undefined') { window._sf_async_config.path = cleanUrl; window._sf_async_config.sections = section; window._sf_async_config.authors = author; } // Track virtual page view with Chartbeat if (typeof pSUPERFLY !== 'undefined' && typeof pSUPERFLY.virtualPage === 'function') { try { pSUPERFLY.virtualPage({ path: cleanUrl, title: title, sections: section, authors: author }); } catch (error) { console.error('ping error', error); } } // Optional: Update document title if (title && title !== document.title) { document.title = title; } } } }); }, { threshold: 0.1 } ); function showArticleBody(button) { const article = button.closest("article"); const summary = article.querySelector(".article-body-summary"); const body = article.querySelector(".article-body-preview"); const readMoreSection = article.querySelector(".read-more-background"); // Hide summary and read-more section summary.style.display = "none"; readMoreSection.style.display = "none"; // Show the full article body body.classList.remove("hidden"); } document.addEventListener("DOMContentLoaded", () => { let loadCount = 0; // Track how many times articles are loaded const offset = [1, 2, 3, 4, 5, 6, 7, 8, 9, 10]; // Offset values const currentUrl = window.location.pathname.substring(1); let isLoading = false; // Prevent multiple calls if (!currentUrl) { console.log("Current URL is invalid."); return; } const sentinel = document.getElementById("load-more-sentinel"); if (!sentinel) { console.log("Sentinel element not found."); return; } function isSentinelVisible() { const rect = sentinel.getBoundingClientRect(); return ( rect.top < window.innerHeight && rect.bottom >= 0 ); } function onScroll() { if (isLoading) return; if (isSentinelVisible()) { if (loadCount >= offset.length) { console.log("Maximum load attempts reached."); window.removeEventListener("scroll", onScroll); return; } isLoading = true; const currentOffset = offset[loadCount]; window.loadMoreItems().then(() => { let article = document.querySelector('#widget_1690 > div:nth-last-of-type(2) article'); intersectionObserver.observe(article) loadCount++; }).catch(error => { console.error("Error loading more items:", error); }).finally(() => { isLoading = false; }); } } window.addEventListener("scroll", onScroll); });

Sign up by email to receive news.