ADVERTISEMENT

PH firms seeking Danish gov't help in addressing 'tightness' in solar manpower

Published Dec 12, 2023 06:53 am

At A Glance

  • The JOBS4RE initiative is a game-changing advocacy being advanced by the Danish government and other collaborators to reinforce Filipino talents for the targeted massive-scale renewable energy (RE) investments in the country.
  •  

DUBAI, UAE – Players in the renewable energy sector of the Philippines are strategically seeking the help of the Danish government in helping address ‘tightness’ in the workforce for technical as well as managerial skills currently being experienced in the flourishing solar industry.

In an exclusive interview with Tetchi Cruz-Capellan, chairperson of the Philippine Solar and Storage Energy Alliance (PSSEA) on the sidelines of the COP28 Climate Change Summit, she sounded off that the solar industry has formally sought collaboration with Denmark Ambassador Franz-Michael Mellbin so the solar industry will be covered in the upskilling, reskilling and right-skilling of workers – a game-changing advocacy being advanced by the Danish government and other collaborators under the JOBS4RE initiative to reinforce Filipino talents for the targeted massive scale RE investments in the country.

“I told the Ambassador that what we would like to achieve is the same kind of manpower development that the Scandinavian countries had done for the maritime industry, because it's really them that developed the maritime labor of the Philippines - that’s why many of the Scandinavian countries have been employing Filipinos because they really invested in their capacity enhancement,” she stressed.

At COP 28, Capellan indicated that the common thread of discussions had been on funding for projects as well as increase in installations for RE capacities, “but there’s not much emphasis on the manpower that is needed to be able to make the ambitious targets a reality.”

She narrated “as an industry, in the Philipines alone, we’re already experiencing tightness in manpower supply – especially those on technical skills, primarily in installations.”

The PSSEA chair added “that’s why I forthrightly told the Ambassador: we want to collaborate with the Danish government - we need to develop new talents so that the ambitious RE development goals set by the Philippine government will be concretized – and that’s 19GW (gigawatts) by 2030; and 44GW by 2050.”

Right-skilling or capacity enhancement for solar workers, Capellan noted, will be highly critical because this particular segment of the RE industry accounts for bulk of the targeted clean energy installations in the country – not just for ground-mounted solar, but even for floating solar, then rooftop as well as the propounded energization of off-grid domains using solar systems.

She emphasized that the typical run-of-the-mill in the industry at present is that: the workers are just making their rounds in various companies to enhance their value (in salary terms), but there had been no new talents joining the pool.

The initial plan, according to the PSSEA chair, is to possibly draw up three-level curriculum: the first one will be for technical people in installations; the second level will be for design engineers; and the third level will be for management – including those on financial modeling and project management.

“We need to develop a program – a three-level curriculum; and we might also need to revive basic online training,” Capellan said; while specifying that one important requirement they must have in the human resource development ecosystem shall be a laboratory – in lieu of the makeshift ground and rooftop that had been traditionally used in the training of solar workers who joined the flock of talents during the feed-in-tariff (FIT) regime in the industry roughly 10 years ago.

“We need an institutional support to create that ecosystem – and we need a laboratory so we can do hands-on training; and the trainees shall be able to determine the condition of the land and how to efficiently install the solar panels,” she expounded.

In the case of fisherfolks who may be affected by floating solar installations, she reckoned that the kind of training that shall be institutionalized for them must lean on ‘transformative shift’ into the services sector – especially on the sphere of technical installations; and at the same time, they could still do fishing as added source of income.

Capellan highlighted another challenge that has to be factored in into the training program for solar industry workers will be in sustaining their employment in the domestic RE sector.

“Essentially, there are two challenges here: one is developing the talent for the local industry; and two, once their skills are already developed, how can we make them stay in the local RE industry? Because there’s huge demand for RE workers – even in developed countries that have high aspirations for solar,” she stated. 

 

 

Related Tags

PSSEA job generation renewable energy solar plants Danish Ambassador Franz-Michael “Dan-Dan” Mellbin
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.