ADVERTISEMENT

Some Southern California fire evacuations lifted

Published Nov 12, 2018 11:38 pm
By the Associated Press Some of the thousands of people who fled Southern California’s huge wildfire were being allowed to return home, and traffic was flowing Monday on the major highway through the area after a closure of several days. Repopulation of some neighborhoods and the reopening of U.S. 101 west of Los Angeles began late Sunday, marking positive developments even though forecasts called for continuing critical fire weather conditions. Santos Alvarado, right, and his son Ricky recover a safe deposit box from their destroyed home at Seminole Springs Mobile Home Park, Sunday. (AP) Santos Alvarado, right, and his son Ricky recover a safe deposit box from their destroyed home at Seminole Springs Mobile Home Park, Sunday. (AP) Mandatory evacuations remained in effect in many other areas, however, including the entire cities of Malibu and Calabasas. The so-called Woolsey fire grew only slightly on Sunday to just over 133 square miles (344 square kilometers) and by firefighters by nightfall had increased their containment of the blaze to 15 percent. Authorities planned to release new damage assessments late Monday morning, saying they expected the number of destroyed buildings would be more than the 177 previously reported. The death toll stood at two. Relief and heartache awaited those starting to return home. Eager to know the status of his house, 69-year-old Roger Kelly defied evacuation orders Sunday and hiked back into Seminole Springs, his lakeside mobile home community in the Santa Monica Mountains north of Malibu. His got the thrill of finding his house intact. But some a half-block away were laid to waste, as were dozens more, and virtually everything on the landscape around the community had been turned to ash. “I just started weeping,” Kelly said. “I just broke down. Your first view of it, man it just gets you.” The community where Kelly and his wife have lived for 28 years and raised two children was among the hardest hit. The fire erupted Thursday amid strong Santa Ana winds and spread through communities in western Los Angeles County and southeastern Ventura County. Santa Ana winds, produced by surface high pressure over the Great Basin squeezing air down through canyons and passes in Southern California’s mountain ranges, are common in autumn and have a long history of fanning destructive wildfires in the region. A lull Saturday gave firefighters a chance to gain ground but the winds returned Sunday, stoking the fire again. Los Angeles County Fire Chief Daryl Osby stressed there were numerous hotspots and plenty of fuel that had not yet burned, but at sunset he said there had been huge successes despite “a very challenging day.” The fire’s cause remained under investigation but Southern California Edison reported to the California Public Utilities Commission that there was an outage on an electrical circuit near where it started as Santa Ana winds blew through the region. SoCal Edison said the report was submitted out of an abundance of caution although there was no indication from fire officials that its equipment may have been involved. The report said the fire was reported around 2:24 p.m. Thursday, two minutes after the outage. Venture County Fire Chief Mark Lorenzen hadn’t heard about the Edison report. “It wouldn’t surprise me” if it turns out that winds caused equipment failure that sparked a fire, he said. The two dead were severely burned, their bodies discovered in a car on a long residential driveway on a stretch of Mulholland Highway in Malibu, where most of the surrounding structures had burned. Authorities said investigators believed the driver became disoriented and the car was overcome by fire. The deaths came as authorities in Northern California announced the death toll from a massive wildfire there has reached 29 people, matching the deadliest fire in state history. Progress was made on the lines of smaller fire to the west in Ventura County, which was 75 percent contained at about 7 square miles (18 square kilometers). Three firefighters suffered minor injuries on the Woolsey fire, Osby said. Also injured was a well-known member of the Malibu City Council. Councilman Jefferson “Zuma Jay” Wagner was injured while trying to save his home, which burned down, Councilman Skylar Peak told reporters Sunday. Peak said Wagner was hospitalized but was expected to recover. Wagner runs Zuma Jay Surfboards, a longtime fixture on Pacific Coast Highway near the landmark Malibu Pier. The extensive celebrity community within Malibu wasn’t spared. Singer Robin Thicke and actor Gerard Butler and were among those whose homes were damaged or destroyed. Spot fires continued to occur late Sunday afternoon near the Malibu campus of Pepperdine University, where 3,500 students were sheltering in place. The university said it was closing Malibu campus and its Calabasas campus to the north until Nov. 26 but classes would be remotely administered online and through email. But fire officials say fire behavior has changed statewide after years of drought and record summer heat that have left vegetation extremely crisp and dry. That change has impacted the ability to move firefighting resources around the state. “Typically this time of year when we get fires in Southern California we can rely upon our mutual aid partners in Northern California to come assist us because this time of year they’ve already had significant rainfall or even snow,” said Osby, the LA County fire chief. With the devastation and loss of life in the Northern California fire, “it’s evident from that situation statewide that we’re in climate change and it’s going to be here for the foreseeable future,” he said.
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.