Saudi company to revamp Al Hussein Thermal Power Station

Saudi company to revamp Al Hussein Thermal Power Station

AMMAN — The government and Saudi company ACWA Power on Monday signed an agreement to revamp Al Hussein Thermal Power Station at a capacity of 485 megawatts and a $500 million investment.

The project is vital, according to the Jordan News Agency, Petra, because the current thermal station is old and was expected to go out of service soon.

ACWA Power, a key investor in the Central Electricity Generating Company (CEGCO) since 2010, will rehabilitate the station at the same site, under the agreement, signed in the presence of Prime Minister Abdullah Ensour.

The project will provide the Kingdom’s power grid with around 12 per cent of its needs, according to Petra.

At a meeting with ACWA Power Co. Chairman Mohammad Abunayyan, and CEGCO board members, Ensour said energy agreements worth over JD2 billion have been signed this year, highlighting investors’ confidence in the country’s economic climate.

The premier stressed that the government will not incur any debts in this project, since the Saudi company will cover the cost of revamping the station, whereas the government will buy the generated electricity for a “fair price”.

Noting that the government hopes that the project will be implemented as soon as possible, he said a major plus is that it will help maintain the job security of the station’s 300 workers.

Ensour also voiced hope that this scheme will lead to linking the Jordanian and Saudi power grids in the future, a move that would greatly benefit the two countries and pave the way for wider interArab power grid connections, Petra reported.

Abunayyan said the project will take environ-mental, health and public safety concerns into account as well as the question of efficient productivity, noting that the project reflects the strong strategic partnership between Jordan and Saudi Arabia.

Energy Minister Ibrahim Saif said implementing the rehabilitation project at the site of the station means that no new infrastructure or land acquisition are required.

.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'); }); }); });