ADVERTISEMENT

PAGASA hopes rains in coming months will help replenish Angat Dam's supply

Published May 24, 2023 11:15 am
Amid the looming threat of El Niño, the Philippine Atmospheric, Geophysical, and Astronomical Services Administration (PAGASA) is hoping that rains in the coming months will help replenish the Angat Dam reservoir, which is Metro Manila’s primary source of water supply. “From June to August, mas mataas ang probability of having above-normal rainfall condition than having below near-normal rainfall condition (the probability of having above-normal rainfall conditions is higher than having below near-normal rainfall conditions),” PAGASA-Climate Monitoring and Prediction Section Chief Ana Liza Solis said in a climate outlook forum on Wednesday, May 24. “Ito yung mataas ang posibilidad na marami ang ulan na matatanggap ng ating Angat Watershed (There is a high probability that Angat Watershed will be able to receive a significant amount of rain),” she added. Angat Dam in Bulacan (Freddie Velez/Manila Bulletin file photo)
As of 6 a.m., Wednesday, the water level at Angat Dam was at 191.35 meters, or 18.65 meters below its 210-meter normal high water level. Solis said the “best time” to conserve water at Angat Dam is from June to August. “Pagdating ng September, October, November, mas mataas na yung possibility of near-normal rainfall ang matanggap natin at mas mataas na yung probability of having below-normal rainfall over Angat watershed (When September, October, November arrives, the possibility of near-normal rainfall is now higher, as well as the probability of having below-normal rainfall over Angat watershed),” she pointed out. El Niño, which is expected to develop in the coming months, increases the possibility of “below-normal” rainfall and could have unfavorable effects, like dry spells and droughts in some regions of the country. However, Solis pointed out that during the pre-development stage of El Niño, parts of the country may still receive “above-normal” rainfall during the southwest monsoon season, or “habagat.” Based on PAGASA’s data, hydrologist Richard Orendain said Angat Dam’s level is on a “downward trend” for the last three years. “Pero kung pagbabasehan natin sa normal na pagtaas o recovery period, usually by July, start na ng recovery period ng Angat Dam (But if we base it on the normal increase or recovery period, usually by July, the recovery period of Angat Dam begins),” Orendain said. He pointed out that when the forecast basin rainfall of 320.6 millimeters is combined with Angat Dam’s current allocation of 78 cubic meters per second, the reservoir water level by June 30 is 184.38 meters. “Ineexpect natin na bababa pa ang Angat Dam. Ang good news po ay mas mataas pa rin siya sa rule curve, which is may difference siya na 2.48 meters (We expect the level of Angat Dam to further go down. The good news is that it is still higher than the rule curve, which has a difference of 2.48 meters),” Orendain said. PAGASA defines rule curve elevation as the minimum reservoir elevation needed to be maintained by dam operators to ensure the availability of water for irrigation, power generation, and domestic supply. The forecast rainfall for July is 508.8 millimeters, and based on the current dam allocation of 78 cubic meters per second, Orendain said the reservoir water level will be 187.04 meters by the end of the month. “Umpisa na ng recorvery period ng Angat Dam kung ang basin rainfall natin ay 508.8 millimeters. It is now higher than the rule curve of 180 meters for July (Angat Dam’s recovery period may already begin if our basin rainfall is 508.8 millimeters. It will also be higher than the rule curve of 180 meters for July),” he added.

Related Tags

Southwest monsoon PAGASA Habagat angat dam
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.