ADVERTISEMENT

Floods, fires, heat waves: US struggles with climate catastrophes

Published Jun 15, 2022 07:42 am

LOS ANGELES, United States - Raging floods, devastating fires, powerful thunderstorms and a dangerous heat wave affecting a third of the population: the United States was being walloped Tuesday by climate-related catastrophes.

AFP/ MANILA BULLETIN

A series of slow motion disasters is gripping the country as it enters summer, with warnings of misery for months to come in some areas.

Around 120 million people were under some sort of advisory as a heat wave scorched the Upper Midwest and the Southeast.

"A dome of high pressure is expected to generate well-above-normal to record-breaking temperatures across the region both today and tomorrow," with heat indices "well into the triple digits in many locations," the National Weather Service (NWS) said.

Parts of Indiana, Kentucky and Ohio were warned to expect the mercury to reach 109 degrees Fahrenheit (43 Celsius).

NWS meteorologist Alex Lamers said the high pressure dome was sparking extreme events around its periphery.

"A lot of times you get a pretty big heatwave and if you look around the edges of that you'll see thunderstorms and tornadoes, flash flooding, extreme rainfall," he told AFP.

- Storms -

The heat dome's northern edge, where high temperatures collided with colder air, saw some violent storms Monday.

Hundreds of thousands of people were without power in the Midwest after thunderstorms tore through the area.

That cold front was expected to bring more unsettled weather, with hail and damaging winds forecast.

Further west, dramatic photographs and videos published by the National Park Service showed the devastation wreaked by flooding in Yellowstone, the country's oldest national park.

The 3,400 square-mile (8,900 square-kilometer) park in Wyoming, which is home to the famous Old Faithful geyser, was shuttered on Monday after a flooded river swept away roads and cut off a nearby community.

Rangers warned of "extremely hazardous conditions" and told anyone still in the park to get out.

"Flood levels measured on the Yellowstone River are beyond record levels," the NPS said on its website.

"Preliminary assessments show multiple sections of roads throughout the park have been either washed out or covered in mud or rocks, and multiple bridges may be affected."

The small community of Gardiner, which sits just outside the park boundary in the state of Montana, was cut off, with water and power out to several properties, the NPS said.

- Furnace -

There were also warnings of excessive heat for parts of California and Arizona, which were blasted by furnace-like conditions at the weekend.

The soaring temperatures, coupled with a lengthy drought are worsening seasonal wildfires.

Two huge blazes, each of more than 300,000 acres (120,000 hectares), continued to rage Tuesday in New Mexico.

Firefighters battling the Black Fire and the Hermits Peak fire are working to contain flames that are fuelled by exceedingly dry undergrowth.

New Mexico and much of the Southwest has been gripped by a punishing drought that has left rainfall levels below normal for years.

Dozens of other fires have sprung up throughout the region.

Wildfires are an expected part of the natural cycle, which help to remove dead plants and eliminate disease while promoting new growth.

But their size and ferocity has increased in recent years, firefighters say, as effects of the crippling drought make themselves felt.

"Dry conditions and gusty winds are expected to produce another day of elevated to critical fire weather conditions across portions of the Southwest into the central and southern High Plains," NWS said on its website.

Fire chiefs are warning that 2022 looks set to be a terrible year for wildfires.

"Given the fuel conditions, the fire conditions that we're here talking about, I foresee a very tough four, five, six months in front of us," Orange County, California Fire Chief Brian Fennessy said last week.

Scientists say global warming, which is being driven chiefly by humanity's unchecked burning of fossil fuels, is making extreme weather events more likely.

Lamer, of the National Weather Service, said while it was difficult to conclude the changing climate was behind an individual episode, global warming was an underlying factor.

"Any weather event that you're looking, there's some combination of bad luck, the atmosphere has to be set up in a certain way," he said.

"But they all happen in the context of climate, and basically climate change loads the dice and makes more extreme outcomes more likely."

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.