ADVERTISEMENT

Ayala, UPC renewables tap Spanish firm for solar project

Published Oct 1, 2020 09:45 am


Ayala-owned firm AC Energy Inc. and its partner UPC Renewables had engaged Spanish firm Elecnor S.A. to be the engineering, procurement and construction (EPC) contractor of their 720-megawatt (ac) New England solar farm project, which is touted to be Australia’s biggest hybrid solar-battery energy installation.

Photo credit: https://www.acenergy.com.ph

In a statement to the media, AC Energy indicated that Elecnor Australia will deliver on the first stage of the installation for 400MW capacity, and that shall include the substation works. On-site construction is targeted to start next year and project completion is in two (2) years.

The EPC contractor, according to the Ayala firm, “will be responsible for the detailed design, engineering and procurement of New England solar farm project, as well as ongoing operation and maintenance services in the first two years of operations.”

The corporate vehicle pursuing the solar farm development in Australia is UPC\AC Renewables Australia, the joint venture firm of AC Energy, the energy investment arm of the Ayala group; and its Hongkong-headquartered partner UPC Renewables.

As designed, the New England solar venture shall be in two stages – with the second phase yielding the added capacity of 320MW.

AC Energy said the first 400MW phase of the project development and the 33/330-kilovolt substation will be installed by Elecnor on the northern section of the facility’s site.

Project blueprint specifies that the first stage will be an “associated 400MWh battery project, a 50 MW/1-hour battery energy storage system capable of dispatching energy to the grid at times of high energy demand.”

The facility sets deployment of single axis tracking technology that “will allow solar panels to follow the path of the sun, while also allowing adequate space for sheep to continue grazing on the land in between and underneath the panels.”

Brian Caffyn, executive chairman of UPC Renewables, pointed out the New England project “will be the biggest solar farm under construction in Australia, and the first of many projects that we expect to move forward with over the coming years,” with him adding that “Australia is a key market for UPC Renewables and our partner AC Energy.”

The Ayala energy firm, in particular, is eyeing 5,000MW of attributable capacity by year 2025 and its project plans stride along split developments between the Philippines and its targeted offshore markets.

AC Energy International COO Patrice Clausse noted “building the New England solar farm is a remarkable achievement, one which puts UPC\AC Renewables and Australia at the forefront of renewable energy development in the Asia Pacific region.”

At the peak of the New England facility’s construction, this is expected to create 700 jobs; and it will have “around 15 ongoing jobs over the life of the solar farm.”

On the appointment of the EPC contractor, UPC\AC Renewables CEO Anton Rohner said “this is a major milestone for the project,” with him emphasizing that aside from the jobs created in the development phase, this is also a key point of transition in Australia’s energy system.

“Not only are we providing clean energy to the grid, with the support of the NSW (New South Wales) government, we are providing dispatchable energy in the form of a 50 MWh battery,” he stressed.

And while the solar facility advances to construction phase, Rohner indicated they are also keeping an eye on their host community, primarily Uralla and the other stakeholders – and this is an initiative they have been pursuing in the past three years already.

He noted “an upgrade to the local roads connecting to the solar farm already progressed, as well as completion of environmental management plans.”

The New England solar farm venture was granted ‘development consent’ by the NSW Independent Planning Commission in March this year; then the grid connection agreement with TransGrid was firmed up in June.

Upon reaching commercial operations, the solar power facility is expected to generate 1,800,000 megawatt-hours of electricity that would be enough to power more than 250,000 typical homes in the NSW territory.

Additionally, project-sponsor firm UPC\AC Renewables launched this month its first round of community grant amounting to $100,000; and there will be an ongoing funding tied to the project’s completion. (MMV)

Related Tags

AC Enerygy UPC Renewables DOE Ayala
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.