ADVERTISEMENT

Deadly fire shuts down key route to Yosemite National Park

Published Jul 16, 2018 09:20 am
By the Associated Press A wildfire that killed a California firefighter grew quickly and forced the closure of a key route into Yosemite National Park as crews contended with sweltering conditions Sunday, authorities said. A helicopter gathers water from the Merced River to fight the Ferguson Fire along steep terrain behind the Redbud Lodge near El Portal along Highway 140 in Mariposa County, Calif., on Saturday, July 14, 2018. (Andrew Kuhn /The Merced Sun-Star via AP) A helicopter gathers water from the Merced River to fight the Ferguson Fire along steep terrain behind the Redbud Lodge near El Portal along Highway 140 in Mariposa County, Calif., on Saturday, July 14, 2018. (Andrew Kuhn /The Merced Sun-Star via AP/MANILA BULLETIN) The blaze that broke out Friday scorched more than 6 square miles (16 square kilometers) of dry brush along steep, remote hillsides on the park's western edge. It was burning largely out of control, and officials shut off electricity to many areas, including Yosemite Valley, as a safety precaution. Guests were ordered to leave Yosemite Cedar Lodge on Saturday as flames crept up slopes and the air became thick with smoke. "You can't see anything, it's so smoky outside. It's crazy," said front desk clerk Spencer Arebalo, one of a handful of employees who stayed behind at the popular hotel inside the park. He said it was surreal to see the property empty at the height of tourist season. "We're counting on being closed at least one more day," Arebalo said. Evacuations also were ordered in rural communities just outside the park, and people in nearby lodges and motels were told to be ready to leave if flames approach. A stretch of State Route 140 into Yosemite was closed, and motorists were urged to find alternate routes. Spiking temperatures and the inaccessible terrain was making it difficult for crews to slow the flames, U.S. Forest Service fire Capt. Mike Seymour said. Heavy fire equipment operator Braden Varney, 36, died early Saturday on the fire line, the California Department of Forestry and Fire Protection said. Varney was driving a bulldozer to create a gap in vegetation to keep the flames from extending into a nearby community, according to Cal Fire Fire Chief Nancy Koerperich. Varney's body likely won't be retrieved until Monday at the earliest because it's in a "precarious location" and conditions were too dangerous over the weekend, Cal Fire Deputy Chief Scott McLean said. The wildfire is one of several burning across the state and among 56 large blazes that are active in the U.S., most in the American West, a region that is struggling with drought and heat. A blaze near the California-Oregon border that killed a 72-year-old resident and injured three firefighters was almost entirely contained after burning more than 60 square miles (155 square kilometers) of dry brush. Crews got full control over a stubborn fire that scorched 142 square miles (368 square kilometers) of brush and destroyed 20 structures in Yolo and Napa counties. Investigators said an electric livestock fence that was improperly installed sparked the flames. In the fire near Yosemite, investigators were trying to find out more details about Varney's death Saturday, but they believe he was working his way out of the fire area when he was killed, Koerperich said. "This certainly is going to be devastating to his family and those of us who call him family here with Cal Fire," she said. Varney had worked for Cal Fire for 10 years. His father also worked as a Cal Fire heavy equipment operator. He is survived by his wife, Jessica; daughter Malhea, 5; and son Nolan, 3. Gov. Jerry Brown ordered flags at the California Capitol to be flown at half-staff to honor "a man who dedicated his life to protecting his fellow Californians."
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.