Cold air mass to prevail through weekend — JMD

AMMAN — The Kingdom will be affected by a cold air mass in the next three days, bringing rain showers, brisk winds and low altitude clouds, according to the Jordan Meteorological Department (JMD).

Most parts of the Kingdom will see cold temperatures, the JMD forecast added.

Temperatures on Friday will reach a high of 7℃ during the day and a low of 3℃ at night, the weather department said. The department added that low altitude clouds and heavy rain showers will linger for much of Friday.

On Friday, light snow is also expected in mountainous areas that are 1,100 metres above sea level, the department said.

Light rain and moderate speed winds will come during the daytime on Saturday. The weather will remain very cold in most regions and relatively cold in the Jordan Valley, Dead Sea and Aqaba.

Temperatures on Sunday are forecasted between 4℃ and 10℃, according to the JMD, noting that the weather on Sunday will be generally stable with a slight increase in temperatures.

Arabiaweather.com urged drivers to reduce their speed during rain to ensure their cars do not enter areas filled with water, calling on drivers not to move until they make sure no fog is on their windows.

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