ADVERTISEMENT

Bulacan gov urges gov't to replace Bustos Dam's rubber gates to stop flooding, agri losses

Published May 5, 2025 10:27 am

At A Glance

  • Bulacan Governor Daniel Fernando has appealed to the national government, particularly the National Irrigation Administration (NIA), to take immediate actions in replacing Bustos Dam's rubber gates to prevent further flooding and agricultural losses in the province.
Bulacan Governor Daniel Fernando has appealed to the national government, particularly the National Irrigation Administration (NIA), to take immediate actions in replacing Bustos Dam’s rubber gates to prevent further flooding and agricultural losses in the province.
“They must act on the immediate removal and replacement of the six rubber gates of the Bustos Dam. If not, the Bulacan government will not hesitate to file civil and criminal cases against those who are involved in this matter," Fernando said during a press conference held in the City of Meycauayan on Sunday, May 4.
He warned that if the remaining rubber gates of Bustos Dam are damaged one after the other, it could adversely impact around 15,706 hectares of rice and vegetable and 12,904 farmers with an estimated loss of P880,964,445 million to P2,690,255,147 billion to the agriculture sector, and could negatively affect 80 barangays from Bulacan and Pampanga with an expected loss of lives in thousands.
Vice Governor Alexis C. Castro added that Bulakenyos have been suffering from the effects of flooding in their communities.
“Kung hindi po ito gagawan ng paraan as soon as possible, ‘yung baha na sinasabi natin at ‘yung mga maaapektuhan ay mas magiging malala pa (If this is not addressed as soon as possible, the flooding we're talking about and the people to be affected will worsen)," Castro said.
The Provincial Disaster Risk Reduction and Management Office (PDRRMO) reminded residents of Bustos, Baliwag, Pulilan, Plaridel, Calumpit, Hagonoy, and Paombong that the third gate of Bustos Dam is only a small gateway, thus no immense amount of water would be dispersed.
However, if the continuous flow of water from the broken rubber gate of the Dam is not addressed immediately, the current high tide will worsen the situation.
The PDRRMO said the provincial government is already preparing evacuation centers as part of its preventive measures.
Two years after its rehabilitation in 2018, Bustos Dam's rubber gate on Bay 5 collapsed in May 2020. The remedial measure undertaken by the contractor was cofferdam installation using steel sheets and sandbags. And just recently, on May 1, the dam's rubber gate 3 was also damaged due to extreme heat.
Rubber dams have a life span of 30 years but due to the poor quality of the rubber bladders allegedly used by the contractors, the rubber gates were damaged. The dam's rubber gate 5 collapsed in two years, while its gate 3 burst after seven years.
Fernando urged the NIA to test the materials used in the rubber gates.
In 2016, the late former President Benigno S. Aquino III led the launching of the rehabilitation of Bustos Dam.
The government has allotted P1 billion for the rehabilitation of the dam which was built in 1927.
As the rainy season nears, Fernando expressed fears on the possible danger the dam may pose to the province if the NIA will not act swiftly and invest in standard and sturdy materials.
“Sa ating national government, sa ating NIA, please lang po, nakikiusap po kami, pakinggan n’yo po sana. Huwag po tayong kumilos nang babagal-bagal dahil ang pinakamahalaga po rito ay ‘yung askyon agad. Nakabingit diyan ‘yung milyon-milyong Bulakenyo 'pag nagkataong pumutok lahat 'yan (To our national government, to our NIA, please, we are appealing to you, please listen to our appeal. Please act swiftly because what are at stake here are the lives and livelihood of millions of Bulakenyos if the other rubber gates will burst)," Fernando said.

Related Tags

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