ADVERTISEMENT

Malampaya gas field now on declining state of production

Published Dec 17, 2019 12:00 am
By MYRNA M. VELASCO The country’s Malampaya gas field can already feel the pinch of production decline with nine-month output this 2019 faring considerably leaner from last year’s peak output. Data from the Department of Energy (DOE) showed that production from the Malampaya field for January to September just hovered at 96.473 billion standard cubic feet (SCF), which redounds to roughly 64% compared to last year’s record gas extraction of 150.804 billion scf on full 12 months. According to sources from the energy department, marked decline in gas production has already been noted and that they are not expecting 2019 results to be as colossal as last year’s level. Previous forecasts portend that massive downswing in gas output in the field could be experienced starting year 2022 - two years prior to the expiration of the field’s Service Contract (SC) 38 by 2024. The field is still seen feasible yielding additional gas up until 2030, but the field operator indicated that this could only be feasible if the project’s license will be extended so required additional investments for new well drilling could be warranted. The propounded license extension, nevertheless, is the biggest puzzle hounding the future of the gas field - with government pronouncements on it still treading on wobbly grounds. And as the field’s service license inches closer to its end, several developments have been turning up that will likely re-shape Malampaya’s near term future. Just last month, Davao businessman Dennis Uy’s Udenna Corporation announced that he is buying into the 45% stake of American super giant Chevron in the Malampaya gas field venture. The transaction is still subject to closing conditions and regulatory approvals. On parallel, the PXP Energy Corporation of tycoon Manuel Pangilinan also forwarded an unsolicited proposal to the Department of Energy (DOE), with it seeking to acquire the facilities of the gas field project at the lapse of its contract in 2024. The first proposal was thumbed down, but PXP Energy opted to file a motion for reconsideration. With the uncertain future of the Malampaya field, the policy landscape of the Philippine gas sector is shifting on to importation of liquefied natural gas (LNG) - chiefly to satiate the country’s fuel needs for the long-term. The energy department had already given go-signal to various LNG import terminal projects, but the prospective developers have yet to advance to construction to truly prove their seriousness in undertaking their proposed projects. Four LNG projects are currently in the line-up, all underpinned by a notice-to-proceed (NTP) imprimatur issued by the DOE – and these range from floating storage regasification unit (FSRU) facilities to onshore import terminals. With the LNG import facilities, the gas needs of the country’s more than 3,000 megawatts of gas-fed generating capacities will be assured for the long-term – and this could also assure Philippine power system of flexible capacity that it badly needs given the well-anticipated integration of more renewable energy (RE) into its electricity system. Beyond the existing gas plant capacities, the proposed import facilities also come in tandem with targeted greenfield gas-fed generating assets that will help satiate the country’s future power requirements.
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; } }

{{ static_articles_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.