ADVERTISEMENT

NGCP raises power supply alarm to brownouts

Published Mar 27, 2023 05:08 am
System operator National Grid Corporation of the Philippines (NGCP) has issued straightforward warning to consumers to brace for rotational blackouts after the Energy Regulatory Commission’s (ERC) has thumbed down its bid to extend monthly its existing ancillary services contracts. The ancillary services procurement agreements (ASPAs) pertain to the contracts for volume of power supply procured by NGCP to provide for electricity reserves needed in its operations of the country’s electricity network. “NGCP warns the public of the possibility of intermittent power interruptions as ERC denies its request for month-on-month extensions on ancillary services agreements, while the competitive selection process is being undertaken,” the transmission firm said in a statement. The competitive selection process or CSP refers to the auction that the company has been carrying out so it can procure power supply that can be allotted as ancillary services or reserves – that way, the power transmission network can be operated reliably – and there’s also a reserve that can be readily dispatched when there is sudden loss of capacity in the system. The company specified “the Philippine transmission grid shall be vulnerable to power interruptions resulting from an artificial lack of ancillary services. Without an existing ASPA, NGCP cannot nominate power plants to provide the critical services.” The transmission firm indicated it had already formally corresponded with the Department of Energy (DOE) “asking it to intervene in the issue, and avert avoidable power interruptions.” NGCP expounded that “the ERC’s refusal came after NGCP concluded the acceptance and opening of bids for ancillary services (AS) on March 14, 15 and 16, 2023 for Luzon, Visayas, and Mindanao, respectively.” The company emphasized that it is still “evaluating the bids and expects to formally award contracts to winning bidders no later than April 18, 2023.” It explained that the ASPAs resulting from the CSP “shall still be subjected to the approval of the ERC,” emphasizing that given the regulatory evaluations and approvals that its ASPA applications will have to go through, there is no certainly that these procured power reserves can save the power system from outages – especially with surges in demand during the summer months. “With the regulatory processes that applications of this nature need to undergo, a provisional approval for the new ASPAs resulting from the AS-CSP may not be expected earlier than June 2023,” transmission firm said. NGCP recounted that many of its AS agreements have actually expired already, hence, it has been resorting to “month on month extensions of our existing agreements to ensure the sufficiency of services while the procurement process is ongoing.” When asked for comment, ERC Chairperson Monalisa C. Dimalanta said the regulatory agency “awaits NGCP’s filing of a motion for reconsideration, which is provided for under the Revised Rules of Practice of the Commission so we can officially revisit our ruling.” The company stated these ancillary services “are necessary for NGCP to manage power fluctuations to ensure the quality and reliability of power flowing through its system.” It qualified that if these reliability needs in the power system are “not managed properly, fluctuations can cause damage to sensitive equipment, or even automatic load dropping (ALD) if the fluctuations are severe enough to pose a danger to the transmission system as a whole.” NGCP stressed “with this disappointing development, our hands are tied. If we sign interim extensions, we expect the ERC to issue us yet another show cause order. If we do not, we will be unnecessarily subjecting consumers connected to the grid to avoidable and damaging fluctuations or worse, interruptions.”

Related Tags

rotating brownouts Department of Energy Energy Regulatory Commission National Grid Corporation of the Philippines (NGCP) ancillary services
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.