ADVERTISEMENT

Generating power and employment

Published Apr 22, 2026 12:05 am  |  Updated Apr 21, 2026 06:15 pm
THE VIEW FROM RIZAL
As we write today’s piece, the conflict in the Middle East remains in a fragile, temporary ceasefire brokered by Pakistan. We believe this is supposed to end today. Last we heard, both countries are supposed to be heading back to the negotiation table. Still, tensions are high, and there appears to be no comprehensive long-term deal in place.
Yesterday, Tuesday, authorities announced a price drop for petroleum products in the country, providing temporary relief to motorists and commuters. Department of Energy Secretary Sharon Garin ensures that we do not entertain unfounded hopes about price levels returning to those before the Middle East conflict. We can only hope that if the protagonists in this conflict return to more sober and reasonable negotiation this week and the ceasefire holds, oil product prices may nosedive further next week.
Meanwhile, instead of lamenting the lack of positive developments, we have opted to shift our focus to what is going right in our country today.
Among the good news we heard recently came from Finance Secretary Frederick Go.
Last week, he reiterated the administration’s commitment to putting job creation at the top of the list of priorities. He said several sectors are expected to contribute significantly to this goal. Among these are the semiconductor and electronics manufacturing industry and the renewable energy sector.
Among the three, the renewable energy sector has the greatest impact on local governments and communities. The presence and growth of renewable power plants bring hope for progress and better lives to the provinces and municipalities that host them.
There are three important benefits that the presence of renewable energy (RE) power plants brings to local governments and communities: First, jobs; second, revenue; and third, corporate social responsibility projects.
We understand that RE plants – particularly wind and solar – do not create as many jobs as those generated (pardon the pun) by plants using traditional technology (coal and diesel). The latter requires more manpower for operations. Solar and wind power plants operate in automatic mode. They require smaller security, administration, and maintenance staff. We understand that RE plants had employed some 120,000 skilled workers as of the middle of last year. The figure includes jobs created for the construction of the plants and other allied services. Projections indicate that the RE power plant sector may create 350,000 additional jobs by 2030. This must be the basis for Secretary Go’s optimistic view of the future.
The presence of RE plants is good for local revenues. Besides real property taxes for privately owned and operated facilities, these facilities are covered by a law (Republic Act 7638, as implemented by Energy Regulation 1-94) that gives host barangays and municipalities an amount based on a percentage of the power generated and sold by the generation facilities they host. The proceeds are used to help host LGUs with their electrification requirements, livelihood needs, and environmental protection needs. We understand that, as of 2024, more than 600 local government units are benefitting from the proceeds of ER 1-94.
Secretary Go’s optimistic view is supported by the fact that most, if not all, of the country's top conglomerates are investing heavily in renewable power plants. They include the Ayala, Aboitiz, Lopez, and San Miguel Groups. Other important players include Alternergy and Citicore. They had expressed their commitment to support the country’s national target to have 35 percent of our electricity supply generated by RE plants by 2030. The goal is to move that share to 50 percent by 2040. They are expected to invest some ₱1.65 trillion in renewable energy projects over the next 10 years.
Some of those investments have already reached Rizal province.
There are two major renewable energy plants in the province today. The first is the now-famous Pililla Rizal Wind Farm operated by Alternergy. This is located in Barangay Halayhayin, which overlooks Laguna de Bay. The 27 wind turbines now operating are a sight to behold, attracting vast numbers of tourists and curious passers-by. They feed more than 50 megawatts of clean energy to the national power grid.
The second is the Baras Solar Power Plant operated by MGreen Baras Solar, a part of the Lopez group. This is located in Barangay Pinugay and is visible from Antipolo City along the road that leads to Teresa. This was inaugurated last year and is expected to add 80 megawatts of clean energy to the country’s power supply.
Alternergy is expanding its presence in and contribution to Rizal Province with the establishment of the Tanay Wind Farm, just near the Pililla site. This is expected to add 128 megawatts to the country’s power supply and is slated to begin operations later this year.
RE power plants offer us one more benefit: They reduce our dependence on imported power sources such as coal and diesel. With more plants using indigenous, renewable resources, we will be less nervous when trouble strikes in other parts of the world, which disrupts the supply chain.
The government is on the right track with its vision and programs for renewable energy development.
(The author is a Doctor of Medicine, an entrepreneur and the mayor of Antipolo City, former Rizal governor, and DENR assistant secretary, LLDA general manager.Email: [email protected])

Related Tags

THE VIEW FROM RIZAL DR. JUN YNARES
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.