Kingdom's 15 major dams at 35% capacity — Water Ministry

The recent rainfall channelled over 3.5 million cubic metres into the King Talal Dam (Photo by Amjad Ghsoun)

AMMAN — The Kingdom's 15 major dams now hold 35 per cent of their total storage capacity of 336.4 million cubic metres (mcm), Water Ministry officials said on Friday.

The recent rainfall channelled over 6mcm of water into the country’s major dams, with storage at the dams reaching 117mcm, Minister of Water and Irrigation Raed Abul Saud said on Friday in a statement carried by the Jordan News Agency, Petra.

King Talal Dam received the bulk of the inflow at 3.5mcm.

Wihdeh Dam in Maan received 500,000 cubic metres (cm), Waleh Dam in Madaba 470,000cm, and Mujib Dam 350,000cm, while 220,000cm entered Kafrin Dam and 200,000cm went to Wadi Al Arab Dam and 110,000cm to Zarqa-Maeen Dam, according to the ministry.

The minister said the last precipitation raised the overall rain that the country received since the start of the wet season to 60 per cent of Jordan’s long-term annual average rainfall of 8.1 billion cm.

The ministry’s figures showed that the southern region and badia, particularly Maan Governorate, witnessed the highest precipitation, receiving 135mcm of rain during the recent cold spell.

Mafraq Governorate received 118mcm, while Aqaba and Tafileh witnessed 38.5mcm and 24.6mcm, respectively. Amman saw 97mcm, the source added.

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