... | 🕐 --:--
-- -- --
عاجل
⚡ عاجل: كريستيانو رونالدو يُتوّج كأفضل لاعب كرة قدم في العالم ⚡ أخبار عاجلة تتابعونها لحظة بلحظة على خبر ⚡ تابعوا آخر المستجدات والأحداث من حول العالم
⌘K
AI مباشر
28204 مقال 231 مصدر نشط 38 قناة مباشرة 6731 خبر اليوم
آخر تحديث: منذ ثانية

ثلوج..أمطار غزيرة ورياح قوية بداية الجمعة وإلى غاية الاثنين

العالم
النهار الجزائرية
2026/03/26 - 16:16 501 مشاهدة

افادت النماذج الرقمية  للرصد الجوي، اليوم الخميس، عن قدوم اضطراب جوي نشيط الفعالية. يتمثل في تساقط أمطار رعدية على أغلب المناطق الجنوبية خلال ظهيرة الجمعة. بكميات تتعدى 50 ملم محليا.

وأشارت خارطة توزيع الأمطار، إلى أن الولايات المعنية هي كل من  بشار، بني عباس، غرداية، المنيعة، تيميمون، اليزي، جانت.

كما ستشهد كل من  برج باجي مختار، عين قزام، أدرار، رياح قوية  بسرعة 60 كلم/سا مرفوقة بتطاير كثيف للزوابع الرملية.

اما الولايات الشمالية، بالتحديد في المرتفعات الشرقية والوسطى ستعرف  بداية من الجمعة تساقط للثلوج على مرتفعات 1200 متر.

وستشهد ظهيرة الجمعة، سكيكدة، بجاية، سوق أهراس، عنابة، قسنطينة، سطيف، تيزي وزو، الجزائر العاصمة، البليدة، المدية، خنشلة. المسيلة، تبسة بوسعادة امطار الرعدية تصل إلى 30 ملم.

أما يوم الأحد فمن المتوقع أن يدخل اضطراب جوي آخر محمل بأمطار رعدية وثلوج كثيفة على أغلب المرتفعات الغربية التي بلغ علوها 1000 متر. بسمك يتراوح بين 5 و 10 سم في الهضاب العليا والمناطق الداخلية الغربية.

كما ستشهد الولايات الشمالية بداية من الأحد، سلسلة من الاضرابات الجوية محملة بالأمطار الغزيرة والبرد والثلوج. إضافة إلى انخفاض جد محسوس في درجات الحرارة.

»إضغط إضغط على الصورة لتحميل تطبيق النهار للإطلاع على كل الآخبار على البلاي ستور

إضغط على الصورة لتحميل تطبيق النهار للإطلاع على كل الآخبار على البلاي ستور

إضغط على الصورة لتحميل تطبيق النهار للإطلاع على كل الآخبار على البلاي ستور

The post ثلوج..أمطار غزيرة ورياح قوية بداية الجمعة وإلى غاية الاثنين appeared first on النهار أونلاين.

مشاركة:
\n

مقالات ذات صلة

// Coin System - Track article read (function() { const email = localStorage.getItem('khabr_user_email'); if (!email) return; const articleId = 54872; // Record read (+1 coin) fetch('/api/coins/read', { method: 'POST', headers: {'Content-Type': 'application/json'}, body: JSON.stringify({email: email, article_id: articleId}) }).then(r => r.json()).then(data => { if (data.coins_earned > 0) { // Show coin earned toast const toast = document.createElement('div'); toast.innerHTML = '🪙 +' + data.coins_earned + ' coin! (Balance: ' + data.balance + ')'; toast.style.cssText = 'position:fixed;bottom:20px;right:20px;background:linear-gradient(135deg,#f59e0b,#d97706);color:#fff;padding:12px 20px;border-radius:12px;font-weight:bold;z-index:9999;animation:slideUp .5s ease;box-shadow:0 4px 15px rgba(245,158,11,0.4);'; document.body.appendChild(toast); setTimeout(() => toast.remove(), 3000); } }).catch(() => {}); // Daily login check const lastLogin = localStorage.getItem('khabr_daily_login'); const today = new Date().toDateString(); if (lastLogin !== today) { fetch('/api/coins/daily-login', { method: 'POST', headers: {'Content-Type': 'application/json'}, body: JSON.stringify({email: email}) }).then(r => r.json()).then(data => { if (data.coins_earned > 0) { localStorage.setItem('khabr_daily_login', today); setTimeout(() => { const toast = document.createElement('div'); toast.innerHTML = '🔥 Daily bonus +' + data.coins_earned + ' coins! (Streak: ' + data.streak + ' days)'; toast.style.cssText = 'position:fixed;bottom:70px;right:20px;background:linear-gradient(135deg,#ef4444,#dc2626);color:#fff;padding:12px 20px;border-radius:12px;font-weight:bold;z-index:9999;animation:slideUp .5s ease;box-shadow:0 4px 15px rgba(239,68,68,0.4);'; document.body.appendChild(toast); setTimeout(() => toast.remove(), 4000); }, 1500); } }).catch(() => {}); } })();
// Coin System - Track article read (function() { const email = localStorage.getItem('khabr_user_email'); if (!email) return; const articleId = 54872; // Record read (+1 coin) fetch('/api/coins/read', { method: 'POST', headers: {'Content-Type': 'application/json'}, body: JSON.stringify({email: email, article_id: articleId}) }).then(r => r.json()).then(data => { if (data.coins_earned > 0) { // Show coin earned toast const toast = document.createElement('div'); toast.innerHTML = '🪙 +' + data.coins_earned + ' coin! (Balance: ' + data.balance + ')'; toast.style.cssText = 'position:fixed;bottom:20px;right:20px;background:linear-gradient(135deg,#f59e0b,#d97706);color:#fff;padding:12px 20px;border-radius:12px;font-weight:bold;z-index:9999;animation:slideUp .5s ease;box-shadow:0 4px 15px rgba(245,158,11,0.4);'; document.body.appendChild(toast); setTimeout(() => toast.remove(), 3000); } }).catch(() => {}); // Daily login check const lastLogin = localStorage.getItem('khabr_daily_login'); const today = new Date().toDateString(); if (lastLogin !== today) { fetch('/api/coins/daily-login', { method: 'POST', headers: {'Content-Type': 'application/json'}, body: JSON.stringify({email: email}) }).then(r => r.json()).then(data => { if (data.coins_earned > 0) { localStorage.setItem('khabr_daily_login', today); setTimeout(() => { const toast = document.createElement('div'); toast.innerHTML = '🔥 Daily bonus +' + data.coins_earned + ' coins! (Streak: ' + data.streak + ' days)'; toast.style.cssText = 'position:fixed;bottom:70px;right:20px;background:linear-gradient(135deg,#ef4444,#dc2626);color:#fff;padding:12px 20px;border-radius:12px;font-weight:bold;z-index:9999;animation:slideUp .5s ease;box-shadow:0 4px 15px rgba(239,68,68,0.4);'; document.body.appendChild(toast); setTimeout(() => toast.remove(), 4000); }, 1500); } }).catch(() => {}); } })();
AI
يا هلا! اسألني أي شي 🎤