ADVERTISEMENT

Spain volcano island residents return home to battle ash

Published Jan 12, 2022 11:14 am

LOS LLANOS DE ARIDANE, Spain -- For weeks they dreamt of returning to the homes they fled when a volcano erupted on the Spanish island of La Palma.

AFP/ MANILA BULLETIN


Now that they are finally trickling back to them, their joy is tempered by finding everything covered in a sea of ash.

"It's another world," said Felix Rodriguez, a 61-year-old bricklayer, as he swept ash from the roof of his house to the terrace below.

He was one of around 1,000 people who were allowed to return to their homes this week, out of a total of 7,000 who were evacuated after the Cumbre Vieja volcano erupted on September 19, spewing lava and thick plumes of ash into the air.

But like many of the others, he won't be able to move back into his home right away.

In addition to blocking doors and paths with piles of ash, lava from the eruption damaged pipes, leaving him without running water.

The lava has also blocked a key road in the Aridane valley, forcing area residents to take much longer routes around the island for trips for basic services that used to take just five minutes.

While the red-hot lava miraculously spared Rodriguez's home, it engulfed the neighbouring cemetery, leaving only a few tombs visible.

- 'Horrible' -

Spanish authorities declared the eruption officially over on Christmas Day following 10 days of no lava flows, earthquakes or significant gas emissions.

No injuries or deaths have been directly linked to the eruption on the tiny isle, part of the Canary Islands which lie off Africa's northwest coast.

But it destroyed over 1,300 homes, mainly on the western side of La Palma, and covered 1,250 hectares (about 3,100 acres) of land, including vineyards and plantations of bananas and avocados.

Carmen Acosta, 57, is one of the lucky few who on Monday was able to sleep in their home again for the first time after living in a hotel for over three months.

Her parents, who are in their 80s, live with her in the bright blue, one-story house that is surrounded by fruit trees and has a sweeping view of the Atlantic Ocean.

"We have a lot of things to clean," said Acosta, as she was surrounded by plastic bags full of clothes, food and medicines which the family brought with them.

"Even in six months, it won't be finished. There is a lot of ash, a lot of garbage... It's horrible."

In the affected area, mounds of ash engulf orange and apple trees, making them look like shrubs.

- 'Joy and helplessness' -

Gladys Jeronimo, a recently retired 65-year-old housekeeper, had looked forward to resting after decades of work.

"But for now this is all there is: sadness and cleaning and cleaning," she said as she swept her porch.

Jeronimo said she felt "a lot of joy and helplessness at the same time".

"Joy because it's over, but helplessness because we can't come back" permanently, since running water has not yet been restored, she said.

Her neighbour Maria Zobeida Perez Cabrera, a 68-year-old caregiver, said her second home, which used to belong to her parents, was "horrible, like a graveyard," because everything was covered in black ash.

"Everything around us was black, there was no soil, no roof, even the plants were black," she said as she loaded a wheelbarrow with ash.

Ruben Lopez, a geologist with the Spanish geographical Institute, said winds will blow "much" of the ash into the sea.

While the surface of the lava has cooled, the flows "still store a lot of heat," he added.

"This will last weeks, even months, and in addition they release gases," he said.

It will be easier to build on top of lava that has cooled than to remove it, he added.

- 'Throwing in the towel' -

Like thousands of others, Jorge Diaz Hernandez does not know when he will be allowed to return to his home.

"This is the million euro question," the 36-year-old said with a shrug at a mountaintop lookout in the municipality of Los Llanos de Aridane.

During the eruption he came regularly to this spot to see if the banana plantation he has run for the past decade had been affected.

It was spared the lava, but Diaz estimated it will take three years to restart production because of the ash damage.

"I am throwing in the towel, I will dedicate myself to something else," he said.

"I was already tired of the way agriculture and bananas are treated, the low prices, the cost of water, all that. This is the straw that breaks the camel's back," he added.
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.