Expected frost prompts alert as polar front tapers off

No Image

AMMAN — The polar depression that has hit Jordan since Wednesday started to subside Sunday afternoon, but the expected frost prompted authorities to impose a curfew, with Prime Minister Abdullah Ensour appealing to people to stay at home Sunday night and Monday morning to avoid accidents.

The weather is forecast to remain "cold" and "very cold" during day and night over this week, Jordan Meteorological Department (JMD) Director General Mohammad Samawi told The Jordan Times.

The polar front brought snow and rain around the Kingdom last week, with heavy snowfall resuming late Saturday.

The weather will remain cold until Wednesday, with frost formation expected in most areas in the Kingdom, Samawi said.

He urged the public to follow the instructions of the Civil Defence Department (CDD) and other concerned agencies, calling on people not to leave their houses before 10am to ensure their safety.

The starting hour of the official working day Monday was delayed till 11am.

Temperatures around the Kingdom on Monday are forecast to range between a high of 2C° to 13C° and a low of -1C° to -5C°, according to the JMD.

Commenting on the possibility of a new polar front affecting the Kingdom later this week, Samawi said the department’s devices did not detect signs that can be taken as positive confirmation, noting that “long-term prediction usually lacks accuracy”.

He added that other international meteorological departments have not forecast another blizzard in Jordan and the JMD will warn the public if any blizzards or polar fronts are indeed expected.

Samawi told the Jordan News Agency, Petra, that current information points to a “weak depression” that might affect the Kingdom on Tuesday and continue until Thursday.

The Greater Amman Municipality said on Sunday that all main roads in the capital were open after the resumption of snowfall had blocked some streets.

During a visit to CDD, Ensour urged people to finish all their businesses outside early and stay inside, while the Interior Ministry set 6pm Sunday to 9:30am Monday as curfew time, Petra reported.

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