JMD forecasts slight rise in temperatures

AMMAN — A slight rise in temperature is expected to bring back hot weather conditions across most of the Kingdom, the Jordan Meteorological Department (JMD) said.

A new rise in temperature is forecast on Tuesday, as the weather will be relatively hot on the heights and plains, while hot weather conditions will prevail in most parts of the Kingdom, with moderate north-westerly winds.

Temperatures on Tuesday are expected to range between a high of 34ºC and a low of 22ºC in Amman and a high of 41ºC and low of 28ºC in Aqaba.

Last week, the Kingdom was affected by a hot air mass, raising temperatures 5-7°C above their seasonal average for this time of year.

The JMD warned people against direct exposure to sunlight during peak hours, from noon to 3pm, calling on the public to stay up-to-date with weather forecasts by checking updates on www.jmd.gov.jo, through the JMD’s Facebook page or its app “JMDWEATHER”.

Today, temperatures in Amman will reach a high of 32°C and a low of 22°C, ranging in Aqaba between 41°C and 28°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'); }); }); });