ADVERTISEMENT

Tsunamis should not be taken lightly; experts ask communities, LGUs to be prepared

Published Nov 7, 2022 02:47 pm

Officials and experts from the Department of Science and Technology-Philippine Institute of Volcanology and Seismology (DOST-PHIVOLCS) reminded the public, communities, and local government units (LGUs) that despite the rare occurrence of tsunamis, they should not be complacent with the possible hazards and impacts it can bring.

(Photo courtesy of DOST-STII)

According to the information provided by DOST- Science and Technology Information Institute (DOST-STII), the United Nations (UN) stated that by 2030, half of the world’s population will be living in coastal communities.

These are the people who will be exposed to tsunamis, storm surges, and flooding. In the country's case, 66 out of 81 provinces, or 81 percent are exposed to tsunamis. It covers 832 coastal municipalities and 25 coastal cities or 62 percent of the country's population are in coastal municipalities and cities

Due to this, there is an urgent need to ensure that disaster preparedness systems are in place so that every Filipino will be safe and resilient from tsunamis.

“We call for everyone’s full cooperation and commitment in participating and taking seriously all programs, initiatives, and plans of the government and agency like us (DOST-PHIVOLCS) to prepare every Filipino, especially from vulnerable communities, to minimize; if not eliminate the casualties if a tsunami happens in our lifetime", said DOST-PHIVOLCS Officer-in-Charge Dr. Teresito C. Bacolcol During the recent InfoPress event, DOST-PHIVOLCS conducted a press conference on Understanding the Science of Tsunami at their main office in Diliman, Quezon City in observance of World Tsunami Awareness Day.

The activity served as one of the great avenues to define commonly used tsunami terms and concepts and orient the public and other key stakeholders on Tsunami Philippine information and proper response procedures. Basically, it aims to ensure the accuracy and consistency of the messages being relayed to the public.

“Tsunami hazards can result in disaster losses however we can reduce disaster risks. Information, tools, systems, and plans are available for communities to be safer. So, let's help us to build a Tsunami ready Philippines,” said Joan C. Salcedo, a supervising science research specialist from DOST-PHIVOLCS.

Salcedo shared that DOST-PHIVOLCS has been providing services to various tsunami-prone areas. It includes monitoring and cascading relevant information and warnings down to the barangays and local communities in various platforms and possible ways, and risk assessment just to ensure that all LGUs are equipped to create an appropriate and coordinated response action plan for the residents.

Meanwhile, Ishmael Narag, another supervising science research specialist from DOST-PHIVOLCS, added that there are available technology-based and mobile applications such as Hazard Hunter, REDAS, and GeoRiskPH that the public and LGU officials and responders can browse and eventually help them not only on the monitoring side but also to have a better understanding of various possible tsunami risks and hazards in specific areas. He emphasized that these platforms, including the DOST-PHIVOLCS websites and social media accounts, would help every LGU to come up with better decision-making.

Narag added that the Philippines should be prepared for tsunamis especially since the country is an archipelago and earthquakes often occur, so it is important to know the right information about tsunamis.

“Nearly 80 percent of tsunami events are generated by earthquakes and other factors such as landslides, volcanic eruptions, as well as other occurrences like a meteorite impact,” said Narag.

He further shared that DOST-PHIVOLCS urges the local government units in the country to develop and further enhance their tsunami warning systems and evacuation plans to protect every Filipino, especially those residing in coastal areas.

“An effective end-to-end tsunami early warning system could save thousands of lives and it can only be successful if it spans the continuum of activities associated with an end-to-end approach,” explained Narag.

Also, during the same event, the DOST-PHIVOLCS and the local government of Parañaque City signed a Memorandum of Understanding (MoU) for both government institutions to work together to further enhance the Tsunami Awareness Campaign within the city. Some activities under this collaboration will be a series of seminars and capacity-building initiatives as well as displaying informational materials on tsunami produced by DOST-PHIVOLCS to be placed in different establishments in Parañaque City.

Zareena Lamberte, chief of Research and Planning Division of the Parañaque City Disaster Risk Reduction and Management Office shared some of their initiatives and practices in preparing the residents for the threat of tsunami in their areas.

She said that aside from monitoring and awareness campaigns, DOST-PHIVOLCS is truly an able partner of the local government of Parañaque City in coming up with sound policy recommendations and response action plans, not only for tsunami but for other natural hazards like earthquake.

“It is up to us (local government) to translate and apply these plans and recommendations consistently and ensure that our community will come to prepare and be resilient once these natural hazards occur in our area,” said Lamberte.

Related Tags

DOST
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.