ADVERTISEMENT

Alsons to provide 95.5MW back-up power facility for Bohol

Published Sep 21, 2023 01:30 am

At A Glance

  • <img src="https://images.mb.com.ph/production/mb-mkt-neo-prod-1-uploads-2/media/Groundbreaking_of_Alsons_power_plant_in_Bohol_8fc549d6e8/Groundbreaking_of_Alsons_power_plant_in_Bohol_8fc549d6e8.jpg" alt="Groundbreaking of Alsons power plant in Bohol.jpg">

Alcantara-led Alsons Power Group will be constructing a 95.5-megawatt baseload power facility that will cater to the back-up energy needs of Bohol province; and will prospectively end its lingering dilemma of electricity service interruptions especially when extreme weather events would hit.

The power facility, to be developed under corporate vehicle Ubay Power Corporation, will be installed in two phases – and capacity deliveries are slated by 2024 and 2026.

The initial phase with 57.7MW capacity of standby modular diesel plants will reach commercial operations by next year; while the balance will be on stream by 2026.

According to Alsons Power, the engineering, procurement and construction (EPC) contract for the project had been awarded to PMM Works Inc. and Ferowelds Construction Inc.

For the off-take or power supply agreement (PSA), there is a standing deal between Energy Development Corporation (EDC) of the First Gen group to supply geothermal capacity to One Bohol Power Distribution Utilities (1BP); then the back-up power will be coming from Ubay Power’s modular diesel plant.

1BP, in particular, is the alliance of Bohol Light Company Incorporated (BLCI) which is operating in Tagbilaran City; then Bohol Electric Cooperative-1 serving 26 municipalities, and Bohol Electric Cooperative-2 that has been servicing the electricity needs of 21 towns.

Alsons explained that the power plant “will serve as a backup source of electricity for Boholano consumers in the event that the province gets isolated from the Visayas grid during calamities or natural disasters.”

At the power facility’s groundbreaking rites, Ubay Mayor Constantino Reyes shared his lament that “when natural calamities like typhoons and earthquakes hit, Bohol gets isolated from the grid.”

He expounded that the energy supply of the province typically just relies on the submarine interconnection from Leyte, but when that is impaired by disasters, Bohol’s energy supply would turn precarious as a naturally-occurring consequence of events.

With the new power facility to be set up by Alsons in the province, the local government leader indicated that the Boholanos can finally rest easy that they can have back-up power even in times of cataclysms.

For several instances in the past, Bohol had been isolated from its connection to the main grid, hence, consumers in the area had to suffer long drawn-out power outages that had not only caused them extreme inconvenience, but also precipitated income losses for businesses.

“This power project will subsequently enhance investments, therefore, increasing local employment opportunities in Ubay and neighboring localities,” Reyes stressed.

Bohol Vice Governor Dionisio Victor Balite similarly noted that the new power project “is proving to be of great help to our community. Finally, our power issues have been resolved.”

Related Tags

Power supply power plant natural disasters Alsons Bohol
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.