Vietnam.vn - Nền tảng quảng bá Việt Nam

In 2 days, storm TRAMI will enter the East Sea, becoming storm number 6, gusting up to level 15.

Việt NamViệt Nam22/10/2024



Mr. Vu Anh Tuan, Deputy Head of Weather Forecast Department, National Center for Hydro-Meteorological Forecasting, commented on the impact and strength of storm TRAMI, which could strengthen into storm No. 6. Source: NCHMF.

In the initial assessment of storm TRAMI, Mr. Vu Anh Tuan, Deputy Head of Weather Forecast Department, National Center for Hydro-Meteorological Forecasting, said that last night, the tropical depression strengthened into a storm and moved in a northwest direction.

“According to our latest assessment, by 1 p.m. this afternoon, storm TRAMI will be in the sea east of the Philippines. It is expected that on October 24, storm TRAMI will enter the East Sea, becoming the sixth storm active in the East Sea in 2024. Notably, after entering the East Sea, the storm will move westward, with the possibility of increasing in intensity. When storm TRAMI passes the Truong Sa archipelago, the storm may reach level 12, gusting to level 15,” Mr. Tuan said.

Experts from the National Center for Hydro-Meteorological Forecasting also warned that the developments of late-season storms are often very complicated and changeable, so people should be extremely vigilant. "Due to the impact of the storm, the Central provinces may experience a widespread heavy rain," Mr. Tuan warned.

img

The movement of storm TRAMI. Photo: NCHMF.

Cold air will cause rain in the Central region

While storm TRAMI is on its way to the East Sea, currently (October 22), the cold air mass is continuing to move south.

According to the National Center for Hydro-Meteorological Forecasting, in the late afternoon and evening of October 22, this cold air mass will affect the mountainous areas of the North, then affect other places in the Northeast, North Central, some places in the Northwest and Central Central. Northeast wind will strengthen to level 3, coastal areas level 4-5.

During this cold air mass, the weather in the Northern region, Thanh Hoa and Nghe An will be cool; from the night of October 23, the night and morning will be cold, especially in the mountainous areas of the North, the night and morning will be cold. The lowest temperature in the North is generally from 19-21 degrees, in the mountainous areas 17-19 degrees, in the high mountainous areas in some places below 16 degrees; in Thanh Hoa-Nghe An, the lowest temperature is generally from 20-23 degrees.

At sea: In the North East Sea, the Northeast wind is strong at level 6, sometimes at level 7, gusting to level 8-9; the sea is rough; the waves are 3.0-5.0m high; from the night of October 22, in the Gulf of Tonkin, the Northeast wind gradually increases to level 6, sometimes at level 7, gusting to level 8-9; the sea is rough; the waves are 2.0-3.5m high.

Due to the influence of the cold air, on the night of October 22, in the North and Thanh Hoa, there will be scattered showers and thunderstorms in some places. From the evening of October 22 to the morning of October 23, in the area from South Nghe An to Quang Ngai , there will be moderate rain, heavy rain, locally very heavy rain and thunderstorms. During the thunderstorms, there is a possibility of tornadoes, lightning, hail and strong gusts of wind.

`); }else { if (window.confirm("Do you want to log out?")) { var el = $("#top-link-account"); // //el.find("a.first").html(" Account ") // // .removeAttr("style"); el.find(".first").show(); el.find("a.second").html(""); el.find("a.second").removeAttr("data-out"); $('.comment-account').html(` `); deleteCookie('my_dv'); $("#_btn_logout").click(); } } } function logout(){ if (window.confirm("Do you want to log out?")) { var el = $("#top-link-account"); // //el.find("a.first").html(" Account ") // // .removeAttr("style"); el.find(".first").show(); el.find("a.second").html(""); el.find("a.second").attr("data-out", "0"); $('.comment-account').html(` `); deleteCookie('my_dv'); $("#_btn_logout").click(); } } function login(){ $("#_btn_logout").click(); $("#cmt_alert").html("Please log in or register to post a comment"); } function register(){ $("#_btn_logout").click(); $('[data-target="signup"]').click(); fnCaptcha(); } var aspCookie = null; (runinit = window.runinit || []).push(function() { if(lgGetCookie('my_dv')){ var user = JSON.parse(lgGetCookie('my_dv')); if(user.name){ authLogin(user.name, true); } } $('.btn-refresh').click(function() { fnCaptcha(); }); $('.iconew-eye').click(function() { $(this).toggleClass('closed'); var x = $(this).siblings('input')[0]; if (x.type === "password") { x.type = "text"; } else { x.type = "password"; } }); function stripHtml(html) { var temporalDivElement = document.createElement("div"); temporalDivElement.innerHTML = html; return temporalDivElement.textContent || temporalDivElement.innerText || ""; } // --------------------- User account // 1. Hide login/logout button -> in case API doesn't available, login/logout will not show + Init OAuth_v2 //$("#top-link-account").hide(); if (typeof gapi != "undefined") { //window._cnnd.oauth.init(); console.log("login not available"); } // 2. Remove excessive login/register form -> only 1 form available // no need // 3. Callback functions var fnPopupAction = function(id, alert, loginData) { id = id.toLowerCase(); if (id == "close") { $("#cmt-account-header .close").click(); return; } if (id == "info" && !window._isShowingInfo) { $("#cmt-account-header .close").click(); return; } window._isShowingInfo = false; if (loginData) { $("#cmt-account-header [data-target]").hide(); $("#cmt-account-header [data-target].logged-in").show().first().click(); $("#cmt-account-header [data-info-name]").html(loginData.name || "You"); $("#cmt-account-header [data-info-email]").html(loginData.email || ""); } else { $("#cmt-account-header [data-target]").hide(); $("#cmt-account-header [data-target].not-login").show().first().click(); $("#cmt-account-social").show(); $("#cmt-account-header > .wrapper").css("animation", "none"); }, 200); $("#cmt-account-header").show(); $("#cmt-account-header input[type="password"]").val(""); $("#cmt-account-header [data-target="" + id + ""]").click(); $("body").css("overflow", "hidden"); $("#nav").removeClass("active"); $("#cmt_alert").html(alert || "Please log in or register to post a comment"); }; var accountMessageProcess = function(data) { if (data.isLogged) { fnPopupAction("info", "Please log in or register to post a comment", { name: data.name, email: data.email }); } else { fnPopupAction(data.act, data.alert || "Please log in or register"); if (data.act == "close" && data.raw.Data && data.raw.Data.Approved) { //window.alert("Successful login"); fnPopupAction("info", "Successful login", { name: data.raw.Data.Name, email: $("#_login_email").val() || $("#_sign_email").val() }); } } }; // 5. Action functions -> bind event to form elements var fnPopupBindAction = function() { // Tab $("#cmt-account-header [data-target]").on('click', function() { $("#cmt-account-header [data-target], #cmt-account-header [data-tab]").removeClass( "active"); $(this).addClass("active"); var tab = $("#cmt-account-header [data-tab='" + $(this).attr("data-target") + "']"); tab.addClass("active") .find("input[type="text"], input[type="email"]").first().focus(); tab.find("input").keyup(function(event) { if (event.keyCode === 13) { tab.find(".btn.clickable").click(); } }); fnCaptcha(); $("#cmt_alert").html("Please log in or register to post a comment"); }); $("#cmt-account-header .close").on('click', function() { $("#cmt-account-header").hide(); $("#cmt-account-header > .wrap").removeAttr("style"); $("body").css("overflow", "unset"); fnCaptcha(); $("#cmt_alert").html("Please log in or register to post a comment"); }); // Reload Captcha // $("#_reload_captcha").on('click', function () { // fnCaptcha(); // }); // Btn Login $("#comment-frame").on('click','#btn_login', function () { $("#top-link-account .first").click(); }); $("#comment-frame").on('click','#btn_signup', function () { $("#top-link-account .first").click(); $('[data-target="signup"]').click(); }); $("#_btn_login").on('click', function() { $("#cmt_alert").html("Please log in or register to post a comment"); var email, password; email = $("#_login_email").val(); password = $("#_login_password").val(); if (!/^[a-z0-9-_\.]+[@][0-9a-z-]+(\.[0-9a-z-]+)+$/ig.test(email) || password .length \/?]/g; if (!/^[a-z0-9-_\.]+[@][0-9a-z-]+(\.[0-9a-z-]+)+$/ig.test(email)) { $("#cmt_alert").html("Invalid email"); return; } //if (name.length 20) { // $("#cmt_alert").html("Full name must not exceed 20 characters (You can use a nickname instead)!"); // return; //} //if (format.test(name)) { // $("#cmt_alert").html("Name must not contain special characters!"); // return; //} if (password.length ") // .removeAttr("style"); el.find("a.first").show(); el.find("a.second").html(""); $("#cmt-account-social").show(); }); // Header login/account_info // Header login/account_info $("#top-link-account .first").on('click', function() { if ($("#top-link-account .second").attr("data-out")) { $("#top-link-account .second").toggleClass("show"); } else { fnPopupAction("login"); } }); // Btn register/log_out $("#top-link-account .second").on('click', function() { if ($("#top-link-account .second").attr("data-out")) { //$("#_btn_logout").click(); authLogin('my_dv',false); } else { fnPopupAction('signup'); } //var el = $("#top-link-account"); //el.find("a.first").html(" Account ") // .removeAttr("style"); //el.find("a.second").html(""); }); }; fnPopupBindAction(); //login Facebook var otherLogin = { init: function() { var me = this; //gapi.load('auth2', function () { // gapi.auth2.init({ // client_id: '678720187862-08lendtdt5h3nr4j2he534p15b13aieg.apps.googleusercontent.com', // scope: 'email profile', // fetch_basic_profile: true // }); //}); $("#cmt-account-social button[data-type]").on('click', function() { me[$(this).attr("data-type")](function(response) { $("#cmt-account-header .tabs .close, #cmt-account .tabs .close") .click(); }); }); try { fbClient.appId = '1304555827613749'; //'211029740744825'; fbClient.version = "v14.0"; fbClient.init(); setTimeout(FB.AppEvents.logPageView, 5000); } catch (e) { // ignore } }, loginFacebook: function(cb) { var me = this; function reloginFacebook(callback) { FB.api('/me', { fields: 'id, name, email' }, function(profile) { //console.debug(profile); if (typeof callback === "function") callback(profile); }); }; FB.login(function(response) { if (response.authResponse) { reloginFacebook(function(info) { console.log(info); info.social = "facebook"; info.accessToken = response.authResponse.accessToken; var user = { email: info.email, name: info.name, } let now = new Date(); lgSetCookie('my_dv',JSON.stringify(user), new Date(now.getTime() + (30 * 12 * 60000))); authLogin(user.name, true); }); } else { $("#cmt_alert").html( "You have denied permission to access your Facebook account"); } }, { scope: 'public_profile,email' }); }, loginGoogle: function(callback) { var me = this; function callSocialApi(data, cb) { data.social = "google"; var user = { email: data.email, name: data.name, } let now = new Date(); lgSetCookie('my_dv',JSON.stringify(user), new Date(now.getTime() + (30 * 12 * 60000))); authLogin(user.name, true); } // API call for Google login if (gapi.auth2.getAuthInstance().isSignedIn.get()) { //console.debug('[VCC] GAPI Process'); var profile = gapi.auth2.getAuthInstance().currentUser.get().getBasicProfile(); //var id_token = gapi.auth2.getAuthInstance().currentUser.get().getAuthResponse().id_token; var access_token = gapi.auth2.getAuthInstance().currentUser.get().getAuthResponse() .access_token; var params = { id: profile.getId(), name: profile.getName(), email: profile.getEmail(), accessToken: access_token } //console.log('params: ', params); callSocialApi(params, callback); } else { //console.debug('[VCC] GAPI Login'); gapi.auth2.getAuthInstance().signIn().then( function(success) { var profile = gapi.auth2.getAuthInstance().currentUser.get() .getBasicProfile(); //var id_token = gapi.auth2.getAuthInstance().currentUser.get().getAuthResponse().id_token; var access_token = gapi.auth2.getAuthInstance().currentUser.get() .getAuthResponse().access_token; var params = { id: profile.getId(), name: profile.getName(), email: profile.getEmail(), accessToken: access_token } //console.log('params: ', params); callSocialApi(params, callback); }, function(error) { $("#cmt_alert").html( "You have refused to grant Dan Viet Newspaper permission to access your Google account" ); } ); } } } otherLogin.init(); });



Source: https://danviet.vn/nong-2-ngay-nua-bao-trami-se-vao-bien-dong-thanh-bao-so-6-giat-toi-cap-15-20241022190129427.htm

Comment (0)

No data
No data

Same tag

Same category

Admiring Gia Lai coastal wind power fields hidden in the clouds
Visit Lo Dieu fishing village in Gia Lai to see fishermen 'drawing' clover on the sea
Locksmith turns beer cans into vibrant Mid-Autumn lanterns
Spend millions to learn flower arrangement, find bonding experiences during Mid-Autumn Festival

Same author

Heritage

;

Figure

;

Enterprise

;

No videos available

News

;

Political System

;

Destination

;

Product

;