Frost-damaged crops now add to farmers’ woes — stakeholder

AMMAN — The recent extremely cold temperatures have impacted farming in the Kingdom, according to farmers in the Jordan Valley.

On Saturday, farmer Nawash Al Yazjeen told The Jordan Times that “the frost caused severe damage to many crops, the harvest is poor and demand has increased”.

Almost 80 per cent of courgette and aubergine crops in the north regions of the Jordan Valley were damaged, while 40 per cent of the central Aghwar were impacted, according to Al Yazjeen, who said that the higher temperatures in Aghwar is the reason why there was less damage.

However, “the rainfall has brought benefits to farmers by replenishing water reservoirs”, said Al Yazjeen. He added that, “there is a strong possibility that the prices of the affected vegetables will increase by at least 50 per cent”.

Farmers still face a host of challenges, most notably the limited export and farmers’ “never ending debts”, as well as the rising production and permit costs, Khalil Abdullah, a farmer based in the Jordan Valley, told The Jordan Times.

“A large percentage of our crops have been damaged. We need an immediate response from the government because the sector cannot shoulder any further challenges,” Abdullah added.

The government should compensate frost-affected farmers who have already suffered losses and multiple challenges before and during the pandemic, Abdullah expressed.

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