Jordan, Netherlands discuss cooperation in strategic water projects

Jordan, Netherlands discuss cooperation in strategic water projects

AMMAN — The Ministry of Water and Irrigation on Monday held discussions with the Dutch Ministry for Foreign Trade and Development Cooperation to explore avenues of collaboration on strategic projects that Jordan aims to implement to secure additional sustainable water sources, including the National Water Carrier Project.

During his meeting with a Dutch delegation headed by Director-General for International Cooperation at the Dutch Ministry of Foreign Affairs Paschalis Grotenhuis, Minister of Water and Irrigation Raed Abu Soud reviewed the water challenges facing the Kingdom, the Jordan News Agency, Petra, reported.

He noted that climate change, rising demand due to population growth, and the presence of hundreds of thousands of refugees have widened the gap between water supply and demand in the Kingdom.

Abu Soud highlighted Jordan’s experience in integrated water management, efforts to reduce water loss through public–private partnerships, and the adoption of comprehensive energy efficiency programmes aimed at lowering the energy costs that burden the water sector.

He also reviewed the Kingdom’s efforts in expanding the use of treated wastewater and implementing long-term solutions to the water crisis.

The minister stressed that water-related pressures have increased this year due to climate change and lower rainfall, referring to intensified cooperation with the private sector, promoting smart agriculture, improving irrigation efficiency, expanding water harvesting programmes, and drilling additional wells to meet summer demand.

Abu Soud praised the ongoing Jordanian–Dutch cooperation and the continued support from the Netherlands to help Jordan address its water challenges.

He also praised the Dutch government’s “growing” interest in enhancing its support for the water sector.

Grotenhuis commended Jordan’s exceptional efforts in hosting refugees and providing water for all, as well as its effective humanitarian response.

She stressed that Jordan is among a few countries that have “successfully” managed their water conditions despite scarce resources.

The Dutch official expressed her government’s interest in active cooperation to ensure the success of Jordan’s pioneering and strategic water projects, and in providing further support to several related initiatives and programmes.

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