Preservation, afforestation calls rise in response to  Wadi Al Sham wildfire

Firefighters try to extinguish a wildfire in the Safsafa area in Ajloun on Saturday  (Petra photo)

AMMAN — As investigations opened into the Wadi Al Sham wildfire, calls are mounting for the preservation of the Kingdom’s forest cover.

The Jordan News Agency, Petra, on Thursday night reported that Civil Defence personnel, in cooperation with forestry teams from Ajloun and Jerash, aided by Royal Jordanian Air Force aircraft, were working to control the fire that broke out in the Wadi Al Sham forest, located between Husseiniyat and Anjara areas.

Agriculture Minister Khalid Hneifat indicated that the density of weeds and the high temperatures helped quickly spread the fire.

The minister urged the public to avoid setting fires at these times and not to remove weeds by fire around homes or farms.

Zina Hamdan, director of Awraq Organisation for Environmental Development, called for intensified national efforts to preserve the green cover.

“The most important need at this stage is to raise citizens’ awareness, strengthen the local communities’ connection to forests, and involve them in protecting them,” she told The Jordan Times.

To combat the growing threats to forest wealth, Hamdan called for toughened penalties.

“With regard to climate change and the fires it causes, as environmental activists we must join the local and international efforts in afforestation and combating climate change with a focus on the southern regions of the country such as Wadi Araba and the Southern Badia,” Hamdan said.

Hamdan added that optimal utilisation of desert lands by establishing a green belt to combat desertification is best accomplished by planting indigenous plant species suitable for the nature of the region in order to give threatened ecosystems a chance to flourish again.

Additionally, these projects must involve local communities in managing and sustaining forests in order to protect biodiversity in arid environments across Jordan, Hamdan noted.

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