Gov’t approves agreements for oil shale power plant

AMMAN — The National Electric Power Company (NEPCO) has invited an Estonian-Malaysian consortium to sign deals for building the country’s first $2.4 billion oil shale-fuelled power plant, Energy Minister Mohammad Hamed said Thursday.

The Cabinet approved the four agreements to be signed with the consortium, and the signing is expected to take place soon, Hamed told The Jordan Times.

“This is a strategic project for Jordan and we are going ahead with it,” the minister added.

Agreements with the ministry, NEPCO, the Department of Lands and Survey, and the Energy and Mineral Resources Regulatory Commission are ready to be signed, he noted.

Last month, the Attarat Power Company, owned by the consortium, said it was awaiting the government’s response on when to sign the deals to go ahead with the $2.4 billion oil shale-fuelled power plant.

Earlier this year, the Cabinet approved signing an agreement to build the plant by the company, which is owned by Enefit (Eesti Energia AS), YTL Power International Berhad and Near East Investments Limited.

The plant’s 470-megawatt (MW) capacity will cover for some 15 per cent of Jordan’s current overall electricity capacity of 3,200MW.

The plant, which is expected to be operational in February 2018, will be established on a build, own and operate basis.

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