Ministry of Water: Jordan and Syria agree on fair water sharing

Ariel view of the Wihdeh Dam in the northern region on the border with Syria
(Photo by Mohammad Abu Ghoush)
Ariel view of the Wihdeh Dam in the northern region on the border with Syria (Photo by Mohammad Abu Ghoush)

Officials from two countries hold meeting at Wihdeh Dam on Jordan-Syrian borders


AMMAN — Jordan and Syria have agreed to share water resources equitably following technical-level discussions that concluded with a signed protocol at the Wihdeh Dam, according to Ministry of Water and Irrigation spokesperson Omar Salameh.

In remarks to The Jordan Times on Tuesday, Salameh said the joint Jordanian-Syrian technical water committee convened at the Wihdeh Dam, where both sides reaffirmed their commitment to fair water distribution from the Yarmouk River Basin. The agreement aims to safeguard the rights of both countries and improve regional cooperation on water management.

“Both sides reached a consensus on the importance of equitable water distribution that serves the interests of both nations,” Salameh said.

Salameh said that Syria has shown readiness to address the issue of illegally drilled wells over recent years, adding that a framework for resolving the matter is expected to be finalized during a forthcoming meeting in Damascus, scheduled for next Tuesday.

He said that Jordan plans to present a study on cloud seeding in the Yarmouk Basin, aimed at bolstering regional water resources.

Salameh also said that the Syrian delegation also expressed interest in preserving the water share allocated to Jordan’s the Wihdeh Dam. Discussions included the possibility of Syria providing Jordan with additional water supplies to mitigate shortages during the summer months.

The technical meetings were co-chaired by Hisham Hisa, secretary-general of the Jordan Valley Authority and head of the Jordanian delegation, and Osama Abu Zeid, assistant Syrian Minister of Energy for Water Resources Affairs.

A Water Ministry statement described the talks as “constructive and fruitful,” saying the return to regular dialogue marks a “qualitative shift” in bilateral water relations.

“We are seeing serious efforts to resolve outstanding issues that directly affect irrigation and drinking water supplies in Jordan,” he said.

Abu Zeid confirmed Syria’s readiness to revisit the 1987 bilateral water-sharing agreement, stressing the need for updated hydrological studies to determine equitable distribution ratios and ensure consistent inflow to the Wihdeh Dam.

With the technical talks were underway, Minister of Water and Irrigation Raed Abu Saud received on Tuesday Abu Zeid, and head of the Syrian technical water committee, the Jordan news agency, Petra, reported.

During the visit, the delegation was briefed on the operations of water systems, dam safety procedures, and maintenance efforts in various governorates.

The technical discussions followed a broader ministerial-level meeting in Amman, where Abu Saud and Minister of Energy and Mineral Resources Saleh Kharabsheh met with Syrian Minister of Energy Mohammad Bashir. Talks focused on expanding cooperation in the fields of water and energy, in line with the directives of both countries’ leaderships.

According to the Jordan News Agency, Petra, the meeting underscored the importance of transparency and coordination moving forward, with senior technical officials from both sides in attendance.

The talks comes after years of tension over Syria’s repeated breaches of water-sharing agreements, most notably regarding the Yarmouk River, the Jordan River’s largest tributary, which originates in southwestern Syria.

In a previous interview with The Jordan Times, former water minister Hazim El Naser said that Syria had constructed 49 dams, nearly double the number permitted under the 1987 amendment, significantly reducing the flow of water to Jordan.

“The previous regime ignored the agreement,” El Naser said. “This has caused an annual loss of 180 to 200 million cubic meters of water for Jordan — nearly equivalent to the full capacity of the National Water Carrier Project.”

According to the United Nations Treaty Series, Jordan and Syria initially signed a joint agreement in 1953 to manage the Yarmouk River Basin, aiming to promote cooperation and irrigation development. The agreement was amended in 1987 to include detailed provisions for the construction and operation of the the Wihdeh Dam.

.col-lg-12.second .opinion-widget{border-top:1px solid #D0D0D0;} #widget_1623 .opinions-title {font-size:32px;} #widget_1623 .opinions-title a{font-size:32px;} .first-author{ background-color:#ecedef; } .first-opinion-author-name{ background-color:white; width:max-content; padding:5px; }
.epaper-separator{ height: 1px; width: 100%; background-color: #D0D0D0; margin: 15px 0; }

Today’s Paper

.related-articles .article-widget-sm .article-title{font-size:16px;-webkit-line-clamp:3;} .related-articles .layout-ratio{padding-bottom:55%;}
.alert-success { color :#A3656F ; } .alert-danger { color : red ; } .footer { font-family:Myriad Pro,Arial; } .newspaper-footer{ visibility:hidden; } .socialFixOuter { position: fixed; top: 50%; margin-top: 40px; right: 0; transition: .2s; z-index: 20; height: 217px; width: 40px; } .socialFix { height: 30px; width: 30px; display: block; position: relative; cursor: pointer; background-size: 18px 18px; transition: .2s; background-position: center; background-repeat: no-repeat; border-radius: 2px; margin-top: 1px; } .socialFix:hover { width: 40px; margin-left: -10px; } .app-badge-img { height: 36px; width: auto; } @media (max-width: 768px) { .app-badge-img { height: 32px; } .app-badges { justify-content: center !important; } }
document.addEventListener("DOMContentLoaded", function () { const socialFix = document.querySelector(".socialFixOuter"); if (!socialFix) return; let firstInteraction = false; let hideTimeout = null; function checkMobileScreen() { if (window.innerWidth < 768) { socialFix.style.display = "none"; } else { socialFix.style.display = "block"; } } checkMobileScreen(); window.addEventListener("resize", checkMobileScreen); function handleFirstInteraction() { if (firstInteraction) return; if (window.innerWidth < 768) return; firstInteraction = true; socialFix.style.right = "-25px"; } socialFix.addEventListener("mouseenter", function () { if (window.innerWidth < 768) return; if (hideTimeout) clearTimeout(hideTimeout); socialFix.style.right = "0"; }); socialFix.addEventListener("mouseleave", function () { if (window.innerWidth < 768) return; if (hideTimeout) clearTimeout(hideTimeout); hideTimeout = setTimeout(() => { socialFix.style.right = "-25px"; }, 500); }); ["click", "touchstart"].forEach((evt) => { socialFix.addEventListener(evt, handleFirstInteraction); }); }); function validateEmail(email) { if (email.length > 255) return false; const emailRegex = /^[a-zA-Z0-9._%+-]+@[a-zA-Z0-9.-]+\.[a-zA-Z]{2,}$/; if (!emailRegex.test(email)) return false; if (email.includes('..') || email.startsWith('.') || email.endsWith('.')) return false; return true; } function sanitizeInput(input) { input = input.replace(/<[^>]*>/g, ''); input = input.replace(/javascript:/gi, ''); input = input.replace(/on\w+\s*=/gi, ''); input = input.replace(/[<>"'&(){}[\]]/g, ''); return input.trim(); } document.addEventListener('DOMContentLoaded', function () { function showModal(message, type) { const messageContainer = document.getElementById("messageContainerFooter"); messageContainer.textContent = message; messageContainer.className = `alert alert-${type} mt-3`; messageContainer.classList.remove("d-none"); setTimeout(() => { messageContainer.classList.add("d-none"); }, 5000); } document.getElementById("emailFormFooter").addEventListener("submit", function(event) { event.preventDefault(); const emailInput = document.getElementById("emailFooter"); const email = sanitizeInput(emailInput.value.trim()); if (!validateEmail(email)) { showModal('Invalid email format', 'danger'); return; } const formData = new FormData(); formData.append('email', email); fetch('/subscribeNewsletter', { method: "POST", body: formData, headers: { "Accept": "application/json", "X-Requested-With": "XMLHttpRequest" } }) .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'); }); }); });