ADVERTISEMENT

Shell steps up diversification of power generation in PH

Published Jan 19, 2021 03:59 pm

The Philippine subsidiary of energy giant Royal Dutch Shell is stepping up on its diversification in power, with the launch of a new corporate vehicle – the Shell Energy Philippines Inc. - that will focus on investments in electricity generation sub-segment of the energy sector.

“As we continue to expand our core business, one key change that you may expect to see from Shell is a more diversified portfolio set to meet the cleaner energy needs of the country,” Shell Philippines President and CEO Cesar G. Romero said in a media gathering last Monday (January 18).

Shell Philippines President and CEO Cesar G. Romero

He specified that the Philippine unit of the multinational firm just launched the new subsidiary power firm last year, and with that “you can expect bigger things from Shell Energy Philippines Inc. as it focuses on delivering cleaner, flexible and innovative energy solutions to our commercial and industrial customers.”

There are no specific details yet on the scale of investments that the company will be injecting for power generation facilities; as well as the focus of technology that it will be leaning on for capacity installations – like if aside from renewable energy (RE) there would also be plan for the company to foray into gas-fired power generation.

But the kick-off investment of Shell in power generation is its 1.8-megawatt (DC) embedded solar power facility at its world-class oil import facility in Tabangao, Batangas.

Romero said the solar plant was commissioned December last year, and it is equipped with 5,220 solar panels; and it has already produced 84,000 kilowatt-hours to-date.

The solar farm, he said, “will support 10-percent of the Tabangao import facility’s annual power requirement, which may even reach 45-percent in the summer with the expected peak operation during the sunny months.”

The investment diversification thrust of the company, Romero added, is anchored on “Shell Group’s aspiration of being a net zero emissions energy business.”

In the downstream oil sector, Romero indicated that the company will be adding 50 to 70 sites into its retail portfolio this year.

“One of our key priorities is the continuous growth of our retail network. As of the end of December 2020, we have over a thousand retail sites nationwide. And with the increase in retail sales, especially during the last quarter of the year, it is reasonable to expect an additional 50 to 70 sites to open within 2021,” the Shell chief executive asserted.

The expanding retail network of the company is underpinned by the three medium-range oil import facilities in Tabangao, Batangas; Subic and the North Mindanao Import Facility in Cagayan de Oro, that will enable it to seamlessly and strategically supply the needs of consumers nationwide.

“Pilipinas Shell has been taking steps to reshape its portfolio into its most efficient iteration yet, Romero stressed, adding that “we will continuously seek to advance our offerings and drive innovation in our systems to satisfy our customers.”

Onward, Romero said the oil firm will “innovate and introduce new products and services, payment schemes and layout models” that are all geared towards the net-zero emissions goal of the company.

Related Tags

Shell Royal Dutch Shell Cesar G. Romero Shell Energy Philippines Inc.
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.