Hot Eid holiday forecast

A man rests in the shade of a tree in Amman’s Nuzha area earlier this month. A rise in temperatures is forecast for the the rest of the week and the coming Eid Al Fitr holiday (Photo by Amjad Ghsoun)

AMMAN — The country will remain under the impact of a relatively hot air mass, which started on Tuesday, during the coming week, according to the Jordan Meteorological Department (JMD).

The relatively hot air mass, which originates from the Arabian Peninsula, will push temperatures four degrees above their annual average of 31ºC for this time of the year, JMD weather forecaster Laila Shaheen said.

“The impact of the relatively hot air mass will continue until next Monday, and hot to relatively hot and dry weather will prevail,” Shaheen told The Jordan Times on Tuesday.

The weather on Wednesday and Thursday will be relatively hot in mountainous areas and hot in Aqaba, the Jordan Valley and badia, the JMD meteorologist added.

Temperatures in Amman will range between a high of 34ºC and a low of 20ºC-21ºC, while winds will be northwesterly moderate to brisk at times.

The hot spell will continue during the Eid Al Fitr holiday between Friday and Monday, with another slight rise in mercury levels forecast for Friday, when the weather will be relatively hot in mountainous areas and hot in Aqaba, the Jordan Valley and badia, Shaheen said.

Daytime temperatures in the capital will reach 35ºC, dropping to 22ºC at night, while winds will be northwesterly moderate to brisk in the afternoon.

Shaheen noted that temperatures will continue to be above their annual average for this time of the year between Saturday and Monday, reaching a maximum of around 34ºC-35ºC.

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