Shams Ma’an solar plant contributes 1% of Jordan’s total electricity production — station engineer

A view of the Shams Ma’an solar plant in the Maan Governorate, some 220km south of Amman (Photo by Batool Ghaith)

AMMAN — Shams Ma'an Power Generation PSC, one of the largest solar power plants in the region, provides 1 per cent of the Kingdom's electricity production, according to its station engineer Abdul Rahman Awajan.

Awajan remarks came during a media tour organised by the Energy and Minerals Regulatory Commission (EMRC) which kicked off on Wednesday.

Awajan said that the Shams Ma’an solar plant was classified as the largest power generation project worldwide until 2019.

The project provides 70 job opportunities for the local community and the area’s residents, he said.

Maan, some 220 kilometres south of Amman, is the third city in the world in terms of solar radiation, he added, noting that the project reduces carbon dioxide emissions by 160,000-180,000 tonnes.

“The Shams Ma'an project is one of the first power generation projects to launch in Jordan in 2016, with a generating capacity of 52.5 megawatts,” Awajan added.

The project contains 640,000 solar panels (thin film module), from the American Company First Solar, he continued.

Awajan emphasised that Jordan's location makes it suitable for solar energy production, as it has enormous solar radiation.

The Shams Ma’an project includes power stations which produce electricity for NEPCO. Each station contains weather monitors and data, parameters and more, which was presented during the tour.

.col-lg-12.second .opinion-widget{border-top:1px solid #D0D0D0;} #widget_1623 .opinions-title {font-size:32px;}

{{articles_filter_1623_widget?.title}}

.epaper-separator{ height: 1px; width: 100%; background-color: #D0D0D0; margin: 15px 0; }

Today’s Paper

.related-articles .layout-ratio{padding-bottom:55%;}
.alert-success { color :#A3656F ; } .alert-danger { color : red ; } .footer { font-family:Myriad Pro,Arial; }
document.addEventListener('DOMContentLoaded', function () { function validateEmail(email) { return /^[^\s@]+@[^\s@]+\.[^\s@]+$/.test(email); } function showModal(message,type) { const messageContainer = document.getElementById("messageContainerFooter"); messageContainer.textContent = message; messageContainer.className = `alert alert-${type} mt-3`; // Bootstrap alert styling messageContainer.classList.remove("d-none"); // Hide message after 5 seconds setTimeout(() => { messageContainer.classList.add("d-none"); }, 5000); } document.getElementById("emailFormFooter").addEventListener("submit", function(event) { event.preventDefault(); const emailInput = document.getElementById("emailFooter"); const email = emailInput.value.trim(); if (!validateEmail(email)) { showModal('Invalid email format','danger'); return; } const url = `/subscribeNewsletter?email=${encodeURIComponent(email)}`; fetch(url, { method: "GET", headers: { "Accept": "application/json" } }) .then(response => { if (!response.ok) { showModal("Error submitting email. Try again.",'danger'); } return response.json(); }) .then(data => { showModal(data.message,'success'); }) .catch(error => { showModal("Error submitting email. Try again.",'danger'); }); }); });