Drop in temperatures, rain forecast this week

Drop in temperatures, rain forecast this week

AMMAN — The Kingdom is expected to witness “fluctuating” weather conditions over the next few days, with a possibility of rainfall later this week, meteorologists said on Saturday.

The weather is forecast to remain generally warm on Sunday, with temperatures reaching a maximum of around 15°C in the capital, however a “significant” drop is expected on Monday, Arabiaweather.com Chief Meteorologist Omar Dajani told The Jordan Times.

“Strong dust-laden winds coming from Egypt will prevail Monday and Tuesday,” he said, expecting rainfall in the northern and possibly central regions on Tuesday night through Wednesday.

Mercury levels in the capital will be around 10°C during the day and drop to 3°C at night on Monday, according to Arabiaweather.com.

Dajani warned of low visibility due to dust, urging individuals with pulmonary diseases and those who have recently undergone eye surgery to exercise caution.

He said the Kingdom will not witness snowfall this week, stressing that the dynamic nature of the atmosphere necessitates that meteorologists do not give long-term forecasts.

Highlighting the availability and accessibility of online meteorological maps, Dajani noted that those interested in this science can enhance their knowledge by detecting changes in the atmosphere.

But the problem is when social media users with large numbers of followers spread “unclear” information as news “with exaggeration”, he said, attributing such actions to the desire to increase traffic on their websites.

“Forecasters must verify the information before publishing any forecasts out of respect for their audience,” he added over the phone.

It is up to the public to sense the inaccuracy or unlikelihood of exaggerated weather forecasts, Dajani said.

Jordan Meteorological Department (JMD) Director General Mohammad Samawi agreed, citing the spread of “unlicensed” websites offering weather information as a factor contributing to the circulation of “inaccurate” information.

“The JMD does not publish forecasts for a period exceeding four days,” Samawi told The Jordan Times, noting that the department has nothing to do with such websites.

Samawi said “profit-driven” websites tend to use “unrealistic yet catchy” headlines, but the content of the news story tends to be “fake”.

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