Jordan’s dams received 4.2mcm rainwater between Sunday and Tuesday — Water Ministry

AMMAN — The Water Ministry/Jordan Valley Authority (JVA) on Tuesday said that the Kingdom's dams received 4.2 million cubic metres (mcm) of rainwater between Sunday and Tuesday morning.

Rainfall in all regions of the Kingdom rose to 91.6 per cent of the overall rate, accounting for 115.2 per cent of rainfall registered during the 2021/2022 season, with last year's precipitation reaching 72.4 per cent of the long-term average, according to a ministry statement.

The ministry noted that some 2mcm entered the dams in the last 24 hours, raising the total amount of stored water to 119.5mcm, or 42.5 per cent of their total storage capacity of 280.759mcm, mainly in King Talal dam with 1.465mcm.

In the past 24 hours, Qadisiyah District in Tafileh recorded the highest precipitation of 22.5 millimetres (mm), while precipitation in Amman stood at 2.4mm, Balqa at 2.9mm, Madaba at 2.5mm, Zarqa at 0.4mm, Jerash at 1.4mm, Mafraq at 0.7mm, Irbid at 2.2mm, Ajloun at 2.4mm, Karak at 5.5mm, Tafileh at 10.2mm, Maan at 5mm, and Aqaba at 0.8mm.

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