Madaba’s Waleh Dam reaches full capacity — ministry

The Ministry of Water and Irrigation said on Monday that the Waleh Dam in Madaba has attained its full capacity of 8.1 million cubic metres (JT file photo)

AMMAN — The Waleh Dam in Madaba has attained its full capacity of 8.1 million cubic metres (mcm), the Ministry of Water and Irrigation said on Monday.

The ministry’s spokesperson, Omar Salameh, said that a “slight” flood of 2 cubic metres per second occurred after the dam had reached its maximum capacity, the Jordan News Agency, Petra, reported.

Salameh added that work is underway to expand the dam’s reservoir capacity to 25mcm by 2020, according to Petra.

The walls of the Waleh Dam will be raised by 15 metres to allow the storage of additional rainwater, according to the ministry, which indicated in a previous statement that millions of cubic metres of water are wasted in
uncollected run-off almost every winter when the dam reaches its full capacity and then overflows.

Over 7mcm of water flowed into the Kingdom’s dams after the recent rainfall, according to the ministry’s recent figures.

By Saturday morning, the country’s 14 main dams were 35.5 per cent full, holding 120mcm of water, the official figures showed. These 14 dams have a capacity of 336mcm of water.

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