FAO signs $33m agreement to enhance treated wastewater use in southern Jordan

AMMAN — As part of national efforts to transform water use and management, the Food and Agriculture Organisation of the UN (FAO) has signed an agreement with Consolidated Consultants for Engineering and Environment to provide consultancy services for the design and supervision of treated wastewater storage ponds.

The agreement, signed at the FAO office in Amman, falls under the “Building Resilience to Climate Change in Jordan through Improving Water Use Efficiency in the Agriculture Sector” (BRCCJ) project.

The project aims to reduce the environmental impact of reclaimed water while enhancing climate resilience and water security in the agricultural sector, according to a statement by the Ministry of Planning and International Cooperation.

The new partnership will support the regulation and expansion of treated wastewater usage from three wastewater treatment plants in Madaba, Mutah and Tafileh, by improving irrigation infrastructure and preparing tender documents for the construction of dedicated storage ponds to help farming communities cope with the dual pressures of water scarcity and climate change.

The BRCCJ project is funded by the Green Climate Fund (GCF) and implemented by FAO in cooperation with the ministries of water and irrigation, agriculture, environment, and the United Nations Development Programme (UNDP).

It is also part of the Economic Modernisation Vision Executive Programme, which aims to build sustainable and climate-resilient development pathways across the Kingdom, according to the statement.

During the signing ceremony, FAO Representative in Jordan Nabil Assaf said, “This agreement marks a critical step under Component 1 of the BRCCJ project, which focuses on building climate-resilient water systems to enhance water security.”

He added, “Water scarcity is one of Jordan’s most pressing challenges, and climate change is exacerbating the situation. This project supports Jordan’s Green Growth Plan and water strategies by promoting efficient and safe reuse of treated wastewater in line with Jordanian Standard No. 893:2021.”

Assaf also noted that once the project is completed, additional volumes of treated water would be made available to farmers during the high-demand summer months.

“Maximising the reuse of treated water is essential to preserving Jordan’s limited water resources and raising awareness of the water crisis,” he said.

Hanan Awad, representing Consolidated Consultants, expressed appreciation to FAO for the opportunity to contribute to national water sustainability efforts.

“We are committed to delivering this project to the highest standards and to making a meaningful contribution to sustainable water management in Jordan,” she said.

“We look forward to playing a role in enhancing the use of treated wastewater as a reliable water source in line with national and international efforts to combat water scarcity and strengthen community resilience to climate change.”

Valued at $33.25 million, the BRCCJ project targets four governorates within the Dead Sea Basin—Madaba, Karak, Tafileh, and Maan—which are particularly vulnerable to climate-related water stress.

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