ADVERTISEMENT

Brawner flies over Malampaya gas field for inspection

Published Jan 24, 2026 03:11 pm
Armed Forces of the Philippines (AFP) Chief of Staff Gen. Romeo S. Brawner Jr. conducts an aerial inspection over the Malampaya natural gas field during his visit to Joint Task Force Malampaya in Palawan on January 23, 2026. (Photo: AFP)
Armed Forces of the Philippines (AFP) Chief of Staff Gen. Romeo S. Brawner Jr. conducts an aerial inspection over the Malampaya natural gas field during his visit to Joint Task Force Malampaya in Palawan on January 23, 2026. (Photo: AFP)
The Armed Forces of the Philippines (AFP) has intensified its monitoring patrols at the Malampaya gas field in Palawan to secure the country’s energy lifeline after the discovery of a new source of natural gas in the area.
No less than General Romeo Brawner Jr., AFP Chief of Staff, personally led an aerial patrol at the Malampaya gas field, which is being secured by the Joint Task Force Malampaya, on Friday, Jan. 23.
The AFP said that Brawner assessed the security posture and operational readiness of forces tasked to protect the Malampaya Natural Gas Power Project, one of the country’s most critical energy infrastructures in the West Philippine Sea (WPS).
“The visit underscored the AFP’s unwavering commitment to protecting strategic national assets that are vital to the Philippines’ energy security and economic stability,” Col. Xerxes Trinidad, AFP public affairs office chief, said.
Military officials briefed Brawner on existing security measures at Malampaya included ongoing maritime and air patrol operations, as well as inter-agency coordination to ensure the uninterrupted and safe operation of the facility.
During the inspection, Brawner stressed the need for sustained vigilance and professionalism among personnel securing offshore resources.
He also commended the members of Joint Task Force Malampaya for their “dedication and readiness in carrying out their mission.”
The AFP said it will continue to intensify its presence and monitoring operations in key strategic areas as part of its broader mandate to defend national sovereignty, uphold maritime rights, and protect critical infrastructure essential to national development.
Earlier this week, President Marcos announced the discovery of a new gas reservoir at Malampaya East 1, marking the first major find in more than ten years.
The reservoir lies around five kilometers east of the existing Malampaya field and is estimated to contain about 98 billion cubic feet of gas.
The government said the new reserve could produce nearly 14 billion kilowatt-hours of electricity each year which is enough to power about 5.7 million homes annually.
Initial well tests recorded gas flow of 60 million cubic feet per day, showing production potential similar to the original Malampaya wells.
Marcos had said that the discovery is expected to boost the country’s domestic gas supply and improve long-term energy security. He added that condensate was also found during drilling, which could help stabilize the national power supply.
Malampaya East 1 serves as the first accomplishment under the Malampaya Phase 4 Drilling Campaign, which also covers the Camago and Bagong Pag-asa wells.
The development was carried out by the SC 38 Consortium led by Prime Energy Resources Development B.V., in partnership with UC38, PNOC Exploration Corporation, and Prime Oil and Gas Inc.
The PCG had also assured the public of the swift and strategic deployment of its assets at the Malampaya gas field to strengthen maritime security and protect critical energy facilities.

Related Tags

AFP Romeo Brawner Jr. Malampaya gas field Palawan
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.