CINXE.COM

Official blog of the Met Office news team

<!DOCTYPE html> <!--[if IE 6]> <html id="ie6" lang="en"> <![endif]--> <!--[if IE 7]> <html id="ie7" lang="en"> <![endif]--> <!--[if IE 8]> <html id="ie8" lang="en"> <![endif]--> <!--[if !(IE 6) | !(IE 7) | !(IE 8)]><!--> <html lang="en"> <!--<![endif]--> <head><script type="text/javascript" src="/_static/js/bundle-playback.js?v=HxkREWBo" charset="utf-8"></script> <script type="text/javascript" src="/_static/js/wombat.js?v=txqj7nKC" charset="utf-8"></script> <script>window.RufflePlayer=window.RufflePlayer||{};window.RufflePlayer.config={"autoplay":"on","unmuteOverlay":"hidden"};</script> <script type="text/javascript" src="/_static/js/ruffle/ruffle.js"></script> <script type="text/javascript"> __wm.init("https://web.archive.org/web"); __wm.wombat("https://blog.metoffice.gov.uk/","20201005120315","https://web.archive.org/","web","/_static/", "1601899395"); </script> <link rel="stylesheet" type="text/css" href="/_static/css/banner-styles.css?v=S1zqJCYt" /> <link rel="stylesheet" type="text/css" href="/_static/css/iconochive.css?v=3PDvdIFv" /> <!-- End Wayback Rewrite JS Include --> <meta charset="UTF-8"/> <title>Official blog of the Met Office news team</title> <link rel="profile" href="http://gmpg.org/xfn/11"/> <link rel="stylesheet" type="text/css" media="all" href="https://web.archive.org/web/20201005120315cs_/https://s2.wp.com/wp-content/themes/pub/twentyten/style.css"/> <link rel="pingback" href="https://blog.metoffice.gov.uk/xmlrpc.php"> <!-- Async WordPress.com Remote Login --> <script id="wpcom_remote_login_js"> var wpcom_remote_login_extra_auth = ''; function wpcom_remote_login_remove_dom_node_id( element_id ) { var dom_node = document.getElementById( element_id ); if ( dom_node ) { dom_node.remove(); } } function wpcom_remote_login_remove_dom_node_classes( class_name ) { var dom_nodes = document.querySelectorAll( '.' + class_name ); for ( var i = 0; i < dom_nodes.length; i++ ) { dom_nodes[i].remove(); } } function wpcom_remote_login_final_cleanup() { wpcom_remote_login_remove_dom_node_classes( "wpcom_remote_login_msg" ); wpcom_remote_login_remove_dom_node_id( "wpcom_remote_login_key" ); wpcom_remote_login_remove_dom_node_id( "wpcom_remote_login_validate" ); wpcom_remote_login_remove_dom_node_id( "wpcom_remote_login_js" ); wpcom_remote_login_remove_dom_node_id( "wpcom_request_access_iframe" ); wpcom_remote_login_remove_dom_node_id( "wpcom_request_access_styles" ); } // Watch for messages back from the remote login window.addEventListener( "message", function( e ) { if ( e.origin === "https://web.archive.org/web/20201005120315/https://r-login.wordpress.com" ) { var data = {}; try { data = JSON.parse( e.data ); } catch( e ) { wpcom_remote_login_final_cleanup(); return; } if ( data.msg === 'LOGIN' ) { // Clean up the login check iframe wpcom_remote_login_remove_dom_node_id( "wpcom_remote_login_key" ); var id_regex = new RegExp( /^[0-9]+$/ ); var token_regex = new RegExp( /^.*|.*|.*$/ ); if ( token_regex.test( data.token ) && id_regex.test( data.wpcomid ) ) { // We have everything we need to ask for a login var script = document.createElement( "script" ); script.setAttribute( "id", "wpcom_remote_login_validate" ); script.src = '/remote-login.php?wpcom_remote_login=validate' + '&wpcomid=' + data.wpcomid + '&token=' + encodeURIComponent( data.token ) + '&host=' + window.location.protocol + '//' + window.location.hostname; document.body.appendChild( script ); } return; } // Safari ITP, not logged in, so redirect if ( data.msg === 'LOGIN-REDIRECT' ) { window.location = 'https://web.archive.org/web/20201005120315/https://wordpress.com/log-in?redirect_to=' + window.location.href; return; } // Safari ITP, storage access failed, remove the request if ( data.msg === 'LOGIN-REMOVE' ) { var css_zap = 'html { -webkit-transition: margin-top 1s; transition: margin-top 1s; } /* 9001 */ html { margin-top: 0 !important; } * html body { margin-top: 0 !important; } @media screen and ( max-width: 782px ) { html { margin-top: 0 !important; } * html body { margin-top: 0 !important; } }'; var style_zap = document.createElement( 'style' ); style_zap.type = 'text/css'; style_zap.appendChild( document.createTextNode( css_zap ) ); document.body.appendChild( style_zap ); var e = document.getElementById( 'wpcom_request_access_iframe' ); e.parentNode.removeChild( e ); document.cookie = 'wordpress_com_login_access=denied; path=/; max-age=31536000'; return; } // Safari ITP if ( data.msg === 'REQUEST_ACCESS' ) { console.log( 'request access: safari' ); // Check ITP iframe enable/disable knob if ( wpcom_remote_login_extra_auth !== 'safari_itp_iframe' ) { return; } // If we are in a "private window" there is no ITP. var private_window = false; try { var opendb = window.openDatabase( null, null, null, null ); } catch( e ) { private_window = true; } if ( private_window ) { console.log( 'private window' ); return; } var iframe = document.createElement( 'iframe' ); iframe.id = 'wpcom_request_access_iframe'; iframe.setAttribute( 'scrolling', 'no' ); iframe.setAttribute( 'sandbox', 'allow-storage-access-by-user-activation allow-scripts allow-same-origin allow-top-navigation-by-user-activation' ); iframe.src = 'https://web.archive.org/web/20201005120315/https://r-login.wordpress.com/remote-login.php?wpcom_remote_login=request_access&origin=' + encodeURIComponent( data.origin ) + '&wpcomid=' + encodeURIComponent( data.wpcomid ); var css = 'html { -webkit-transition: margin-top 1s; transition: margin-top 1s; } /* 9001 */ html { margin-top: 46px !important; } * html body { margin-top: 46px !important; } @media screen and ( max-width: 660px ) { html { margin-top: 71px !important; } * html body { margin-top: 71px !important; } #wpcom_request_access_iframe { display: block; height: 71px !important; } } #wpcom_request_access_iframe { border: 0px; height: 46px; position: fixed; top: 0; left: 0; width: 100%; min-width: 100%; z-index: 99999; background: #23282d; } '; var style = document.createElement( 'style' ); style.type = 'text/css'; style.id = 'wpcom_request_access_styles'; style.appendChild( document.createTextNode( css ) ); document.body.appendChild( style ); document.body.appendChild( iframe ); } if ( data.msg === 'DONE' ) { wpcom_remote_login_final_cleanup(); } } }, false ); // Inject the remote login iframe after the page has had a chance to load // more critical resources window.addEventListener( "DOMContentLoaded", function( e ) { var iframe = document.createElement( "iframe" ); iframe.style.display = "none"; iframe.setAttribute( "scrolling", "no" ); iframe.setAttribute( "id", "wpcom_remote_login_key" ); iframe.src = "https://web.archive.org/web/20201005120315/https://r-login.wordpress.com/remote-login.php" + "?wpcom_remote_login=key" + "&origin=aHR0cHM6Ly9ibG9nLm1ldG9mZmljZS5nb3YudWs%3D" + "&wpcomid=14516441" + "&time=1601899395"; document.body.appendChild( iframe ); }, false ); </script> <link rel="dns-prefetch" href="//web.archive.org/web/20201005120315/https://s2.wp.com/"/> <link rel="dns-prefetch" href="//web.archive.org/web/20201005120315/https://s1.wp.com/"/> <link rel="dns-prefetch" href="//web.archive.org/web/20201005120315/https://s0.wp.com/"/> <link rel="dns-prefetch" href="//web.archive.org/web/20201005120315/https://metofficenews.wordpress.com/"/> <link rel="alternate" type="application/rss+xml" title="Official blog of the Met Office news team » Feed" href="https://web.archive.org/web/20201005120315/https://blog.metoffice.gov.uk/feed/"/> <link rel="alternate" type="application/rss+xml" title="Official blog of the Met Office news team » Comments Feed" href="https://web.archive.org/web/20201005120315/https://blog.metoffice.gov.uk/comments/feed/"/> <script type="text/javascript"> /* <![CDATA[ */ function addLoadEvent(func) { var oldonload = window.onload; if (typeof window.onload != 'function') { window.onload = func; } else { window.onload = function () { oldonload(); func(); } } } /* ]]> */ </script> <script type="text/javascript"> window._wpemojiSettings = {"baseUrl":"https:\/\/web.archive.org\/web\/20201005120315\/https:\/\/s0.wp.com\/wp-content\/mu-plugins\/wpcom-smileys\/twemoji\/2\/72x72\/","ext":".png","svgUrl":"https:\/\/web.archive.org\/web\/20201005120315\/https:\/\/s0.wp.com\/wp-content\/mu-plugins\/wpcom-smileys\/twemoji\/2\/svg\/","svgExt":".svg","source":{"concatemoji":"https:\/\/web.archive.org\/web\/20201005120315\/https:\/\/s1.wp.com\/wp-includes\/js\/wp-emoji-release.min.js?m=1596548281h&ver=5.5-wpcom-48929"}}; !function(e,a,t){var r,n,o,i,p=a.createElement("canvas"),s=p.getContext&&p.getContext("2d");function c(e,t){var a=String.fromCharCode;s.clearRect(0,0,p.width,p.height),s.fillText(a.apply(this,e),0,0);var r=p.toDataURL();return s.clearRect(0,0,p.width,p.height),s.fillText(a.apply(this,t),0,0),r===p.toDataURL()}function l(e){if(!s||!s.fillText)return!1;switch(s.textBaseline="top",s.font="600 32px Arial",e){case"flag":return!c([127987,65039,8205,9895,65039],[127987,65039,8203,9895,65039])&&(!c([55356,56826,55356,56819],[55356,56826,8203,55356,56819])&&!c([55356,57332,56128,56423,56128,56418,56128,56421,56128,56430,56128,56423,56128,56447],[55356,57332,8203,56128,56423,8203,56128,56418,8203,56128,56421,8203,56128,56430,8203,56128,56423,8203,56128,56447]));case"emoji":return!c([55357,56424,8205,55356,57212],[55357,56424,8203,55356,57212])}return!1}function d(e){var t=a.createElement("script");t.src=e,t.defer=t.type="text/javascript",a.getElementsByTagName("head")[0].appendChild(t)}for(i=Array("flag","emoji"),t.supports={everything:!0,everythingExceptFlag:!0},o=0;o<i.length;o++)t.supports[i[o]]=l(i[o]),t.supports.everything=t.supports.everything&&t.supports[i[o]],"flag"!==i[o]&&(t.supports.everythingExceptFlag=t.supports.everythingExceptFlag&&t.supports[i[o]]);t.supports.everythingExceptFlag=t.supports.everythingExceptFlag&&!t.supports.flag,t.DOMReady=!1,t.readyCallback=function(){t.DOMReady=!0},t.supports.everything||(n=function(){t.readyCallback()},a.addEventListener?(a.addEventListener("DOMContentLoaded",n,!1),e.addEventListener("load",n,!1)):(e.attachEvent("onload",n),a.attachEvent("onreadystatechange",function(){"complete"===a.readyState&&t.readyCallback()})),(r=t.source||{}).concatemoji?d(r.concatemoji):r.wpemoji&&r.twemoji&&(d(r.twemoji),d(r.wpemoji)))}(window,document,window._wpemojiSettings); </script> <style type="text/css"> img.wp-smiley, img.emoji { display: inline !important; border: none !important; box-shadow: none !important; height: 1em !important; width: 1em !important; margin: 0 .07em !important; vertical-align: -0.1em !important; background: none !important; padding: 0 !important; } </style> <link rel="stylesheet" id="all-css-0-1" href="https://web.archive.org/web/20201005120315cs_/https://s1.wp.com/_static/??-eJylku1OQyEMhm9IDrgfHv1hvBY+KnYDDqElZ9y9jLhlmctxiSEhbXmfljaVaxZ2SQyJZawih+oxkVyzXaKgiAHajTdZoid5Hwt4AJJ74KztQQxvS47pExNyuxi/xGelr901UHx/KSDfJjUpaSoGJ01YRi1TdGmSuAX4fxr+gvhImkFddazbUln4gu7hn9ykKJoxefoDt8sPtpv6kQ6JLzFxH72a+6n5Ho9Z80kRwaGG0DtOvIWt6Dxwx+lsC4bjNjI2x5hcgEj0O2KNYkx3bMZHfH9+UUrNr/O8238DUXv0Zw==?cssminify=yes" type="text/css" media="all"/> <style id="wp-block-library-inline-css"> .has-text-align-justify { text-align:justify; } </style> <style id="global-styles-inline-css"> :root{--wp--preset--color--black:#000;--wp--preset--color--cyan-bluish-gray:#abb8c3;--wp--preset--color--light-green-cyan:#7bdcb5;--wp--preset--color--luminous-vivid-amber:#fcb900;--wp--preset--color--luminous-vivid-orange:#ff6900;--wp--preset--color--pale-cyan-blue:#8ed1fc;--wp--preset--color--pale-pink:#f78da7;--wp--preset--color--vivid-cyan-blue:#0693e3;--wp--preset--color--vivid-green-cyan:#00d084;--wp--preset--color--vivid-purple:#9b51e0;--wp--preset--color--vivid-red:#cf2e2e;--wp--preset--color--white:#fff;--wp--preset--color--blue:#0066cc;--wp--preset--color--medium-gray:#666;--wp--preset--color--light-gray:#f1f1f1;--wp--preset--font-size--small:13;--wp--preset--font-size--normal:16;--wp--preset--font-size--medium:20;--wp--preset--font-size--large:36;--wp--preset--font-size--huge:48;--wp--preset--gradient--blush-bordeaux:linear-gradient(135deg,rgb(254,205,165) 0%,rgb(254,45,45) 50%,rgb(107,0,62) 100%);--wp--preset--gradient--blush-light-purple:linear-gradient(135deg,rgb(255,206,236) 0%,rgb(152,150,240) 100%);--wp--preset--gradient--cool-to-warm-spectrum:linear-gradient(135deg,rgb(74,234,220) 0%,rgb(151,120,209) 20%,rgb(207,42,186) 40%,rgb(238,44,130) 60%,rgb(251,105,98) 80%,rgb(254,248,76) 100%);--wp--preset--gradient--electric-grass:linear-gradient(135deg,rgb(202,248,128) 0%,rgb(113,206,126) 100%);--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan:linear-gradient(135deg,rgb(122,220,180) 0%,rgb(0,208,130) 100%);--wp--preset--gradient--luminous-dusk:linear-gradient(135deg,rgb(255,203,112) 0%,rgb(199,81,192) 50%,rgb(65,88,208) 100%);--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange:linear-gradient(135deg,rgba(252,185,0,1) 0%,rgba(255,105,0,1) 100%);--wp--preset--gradient--luminous-vivid-orange-to-vivid-red:linear-gradient(135deg,rgba(255,105,0,1) 0%,rgb(207,46,46) 100%);--wp--preset--gradient--midnight:linear-gradient(135deg,rgb(2,3,129) 0%,rgb(40,116,252) 100%);--wp--preset--gradient--pale-ocean:linear-gradient(135deg,rgb(255,245,203) 0%,rgb(182,227,212) 50%,rgb(51,167,181) 100%);--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray:linear-gradient(135deg,rgb(238,238,238) 0%,rgb(169,184,195) 100%);--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple:linear-gradient(135deg,rgba(6,147,227,1) 0%,rgb(155,81,224) 100%);} </style> <link rel="stylesheet" id="all-css-2-1" href="https://web.archive.org/web/20201005120315cs_/https://s1.wp.com/_static/??-eJyVkdEKwjAMRX/IGgU38EH8lq52Na5tSptR9/dmvqgoU9/ODfdASKAmZSiyjQx8tsEWSGMHXGUwyRQ6T2Yoa1PKCr51C0/eqpoMhTchjCr50WEsUPHkLBdgSipREbqLvyi9NrYjGpTHQeD6h+nRDPn3vjBrl3V40JLmLCm5lGak+BJU7zXmJTVbubETdCCtp7gkYewxIk8fH7EkajNv1en8oLl+DIdt02527X67by43pkXKig==?cssminify=yes" type="text/css" media="all"/> <style id="jetpack-global-styles-frontend-style-inline-css"> :root { --font-headings: unset; --font-base: unset; --font-headings-default: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif; --font-base-default: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;} </style> <link rel="stylesheet" id="all-css-4-1" href="https://web.archive.org/web/20201005120315cs_/https://s0.wp.com/_static/??-eJxti8sKgCAQAH8oW6KHdoi+xcTUWF1pjX4/OnSIOg0DM3BmYSgVmwrEQ2Q8XEgMmbiIFXXYgb3eQ3IPa8Ncwf/FZIJGgeToLZ+peBstg+/AIS0a72COU9OPUg69atV2AWWKN+I=?cssminify=yes" type="text/css" media="all"/> <script type="text/javascript" src="https://web.archive.org/web/20201005120315js_/https://s2.wp.com/_static/??/wp-includes/js/jquery/jquery.js,/wp-content/js/mobile-useragent-info.js?m=1558356653j"></script> <link rel="stylesheet" id="all-css-0-2" href="https://web.archive.org/web/20201005120315cs_/https://s0.wp.com/wp-content/mu-plugins/highlander-comments/style.css?m=1530132353h&amp;cssminify=yes" type="text/css" media="all"/> <!--[if lt IE 8]> <link rel='stylesheet' id='highlander-comments-ie7-css' href='https://s2.wp.com/wp-content/mu-plugins/highlander-comments/style-ie7.css?m=1351637563h&#038;ver=20110606' media='all' /> <![endif]--> <link rel="EditURI" type="application/rsd+xml" title="RSD" href="https://metofficenews.wordpress.com/xmlrpc.php?rsd"/> <link rel="wlwmanifest" type="application/wlwmanifest+xml" href="https://s1.wp.com/wp-includes/wlwmanifest.xml"/> <meta name="generator" content="WordPress.com"/> <link rel="shortlink" href="https://web.archive.org/web/20201005120315/https://wp.me/YUo9"/> <!-- Jetpack Open Graph Tags --> <meta property="og:type" content="website"/> <meta property="og:title" content="Official blog of the Met Office news team"/> <meta property="og:url" content="https://web.archive.org/web/20201005120315/https://blog.metoffice.gov.uk/"/> <meta property="og:site_name" content="Official blog of the Met Office news team"/> <meta property="og:image" content="https://web.archive.org/web/20201005120315im_/https://s0.wp.com/i/blank.jpg"/> <meta property="og:locale" content="en_US"/> <meta name="twitter:creator" content="@metofficenews"/> <meta name="twitter:site" content="@metofficenews"/> <!-- End Jetpack Open Graph Tags --> <link rel="shortcut icon" type="image/x-icon" href="https://web.archive.org/web/20201005120315im_/https://s1.wp.com/i/favicon.ico" sizes="16x16 24x24 32x32 48x48"/> <link rel="icon" type="image/x-icon" href="https://web.archive.org/web/20201005120315im_/https://s1.wp.com/i/favicon.ico" sizes="16x16 24x24 32x32 48x48"/> <link rel="apple-touch-icon" href="https://web.archive.org/web/20201005120315im_/https://s2.wp.com/i/webclip.png"/> <link rel="openid.server" href="https://blog.metoffice.gov.uk/?openidserver=1"/> <link rel="openid.delegate" href="https://blog.metoffice.gov.uk/"/> <link rel="search" type="application/opensearchdescription+xml" href="https://web.archive.org/web/20201005120315/https://blog.metoffice.gov.uk/osd.xml" title="Official blog of the Met Office news team"/> <link rel="search" type="application/opensearchdescription+xml" href="https://web.archive.org/web/20201005120315/https://s1.wp.com/opensearch.xml" title="WordPress.com"/> <style type="text/css"> .recentcomments a { display: inline !important; padding: 0 !important; margin: 0 !important; } table.recentcommentsavatartop img.avatar, table.recentcommentsavatarend img.avatar { border: 0px; margin: 0; } table.recentcommentsavatartop a, table.recentcommentsavatarend a { border: 0px !important; background-color: transparent !important; } td.recentcommentsavatarend, td.recentcommentsavatartop { padding: 0px 0px 1px 0px; margin: 0px; } td.recentcommentstextend { border: none !important; padding: 0px 0px 2px 10px; } .rtl td.recentcommentstextend { padding: 0px 10px 2px 0px; } td.recentcommentstexttop { border: none; padding: 0px 0px 0px 10px; } .rtl td.recentcommentstexttop { padding: 0px 10px 0px 0px; } </style> <style type="text/css"> .widget_twitter li { word-wrap: break-word; } </style> <meta name="application-name" content="Official blog of the Met Office news team"/><meta name="msapplication-window" content="width=device-width;height=device-height"/><meta name="msapplication-task" content="name=Subscribe;action-uri=https://blog.metoffice.gov.uk/feed/;icon-uri=https://s1.wp.com/i/favicon.ico"/><meta name="msapplication-task" content="name=Sign up for a free blog;action-uri=http://wordpress.com/signup/;icon-uri=https://s1.wp.com/i/favicon.ico"/><meta name="msapplication-task" content="name=WordPress.com Support;action-uri=http://support.wordpress.com/;icon-uri=https://s1.wp.com/i/favicon.ico"/><meta name="msapplication-task" content="name=WordPress.com Forums;action-uri=http://forums.wordpress.com/;icon-uri=https://s1.wp.com/i/favicon.ico"/></head> <body class="home blog customizer-styles-applied highlander-enabled highlander-light"> <div id="wrapper" class="hfeed"> <div id="header"> <div id="masthead"> <div id="branding" role="banner"> <h1 id="site-title"> <span> <a href="https://web.archive.org/web/20201005120315/https://blog.metoffice.gov.uk/" title="Official blog of the Met Office news team" rel="home">Official blog of the Met Office news team</a> </span> </h1> <div id="site-description"></div> <a class="home-link" href="https://web.archive.org/web/20201005120315/https://blog.metoffice.gov.uk/" title="Official blog of the Met Office news team" rel="home"> <img src="https://web.archive.org/web/20201005120315im_/https://metofficenews.files.wordpress.com/2016/06/blogbannerartwork_940x198_header.png" width="940" height="198" alt=""/> </a> </div><!-- #branding --> <div id="access" role="navigation"> <div class="skip-link screen-reader-text"><a href="#content" title="Skip to content">Skip to content</a></div> <div class="menu-header"><ul id="menu-menu" class="menu"><li id="menu-item-3045" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-3045"><a href="https://web.archive.org/web/20201005120315/https://metofficenews.wordpress.com/">Home</a></li> <li id="menu-item-3040" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-3040"><a href="https://web.archive.org/web/20201005120315/https://blog.metoffice.gov.uk/category/met-office-news/">News</a></li> <li id="menu-item-3041" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-3041"><a href="https://web.archive.org/web/20201005120315/https://blog.metoffice.gov.uk/category/met-office-in-the-media/">In the Media</a></li> <li id="menu-item-3042" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-3042"><a href="https://web.archive.org/web/20201005120315/https://blog.metoffice.gov.uk/category/met-office-images/">Images</a></li> <li id="menu-item-3043" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-3043"><a href="https://web.archive.org/web/20201005120315/https://blog.metoffice.gov.uk/category/met-office-diary/">Diary</a></li> <li id="menu-item-3044" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-3044"><a href="https://web.archive.org/web/20201005120315/https://blog.metoffice.gov.uk/about/">About</a></li> </ul></div> </div><!-- #access --> </div><!-- #masthead --> </div><!-- #header --> <div id="main"> <div id="container"> <div id="content" role="main"> <div id="nav-above" class="navigation"> <div class="nav-previous"><a href="https://web.archive.org/web/20201005120315/https://blog.metoffice.gov.uk/page/2/"><span class="meta-nav">&larr;</span> Older posts</a></div> <div class="nav-next"></div> </div><!-- #nav-above --> <div id="post-11746" class="post-11746 post type-post status-publish format-standard hentry category-met-office-news tag-metoffice tag-rain tag-september tag-statistics tag-sun tag-sunshine tag-temperature tag-weather"> <h2 class="entry-title"><a href="https://web.archive.org/web/20201005120315/https://blog.metoffice.gov.uk/2020/10/01/weather-statistics-for-september/" rel="bookmark">Weather Statistics for&nbsp;September</a></h2> <div class="entry-meta"> <span class="meta-prep meta-prep-author">Posted on</span> <a href="https://web.archive.org/web/20201005120315/https://blog.metoffice.gov.uk/2020/10/01/weather-statistics-for-september/" title="4:52 pm" rel="bookmark"><span class="entry-date">1 October, 2020</span></a> <span class="by-author"><span class="sep">by</span> <span class="author vcard"><a class="url fn n" href="https://web.archive.org/web/20201005120315/https://blog.metoffice.gov.uk/author/dbr1tt0n/" title="View all posts by Met Office Press Office" rel="author">Met Office Press Office</a></span> </span> </div><!-- .entry-meta --> <div class="entry-content"> <p>Looking back at September as a whole it turned out to be a fairly average month, although there were a few notable events. For the first time in 4 years we saw temperatures reach 30 degrees and a few long running observing sites recorded their highest September temperature on record, although the end of the month saw more unsettled weather and cooler air, including a record low September temperature for Northern Ireland.</p> <p>The first few days of September were rather unsettled, with frontal systems moving across from the west. Southern areas began to see less in the way of rain from the 9th onwards, whereas fronts continued to affect the north, with an especially wet period in western Scotland on the 12th/13th. Warm air moved into southern and eastern areas from the 14th, with a late-season hot spell bringing temperatures not far off 30°C on the 14th and peaking at 31.7°C on the 15th, and settled conditions continuing beyond that for another few days. However, around the 23rd the weather became more unsettled and decidedly cooler.</p> <p><strong>Rainfall</strong></p> <p>September rainfall was well below average for most regions of the UK, with only parts of western Scotland and East Anglia bucking this trend. Argyll and Bute received 203mm of rainfall, thanks mainly to heavy rain on the 12th while a slow-moving band of rain sat over much of the East Anglian coast on the 25th boosting rainfall levels here. Over the month Norfolk recorded 93.7mm of rain, 66% above its September average, with Houghton Hall receiving 45.2mm of rainfall on the 25th alone, while Cambridge weather station, around 55 miles inland, recorded no rainfall at all on that day.</p> <figure class="wp-block-table"><table><thead><tr><td></td><td><strong>Rainfall</strong></td></tr><tr><td>Provisional September figures</td><td><strong>Actual rainfall</strong></td><td><strong>% of the September average &nbsp;&nbsp;</strong></td></tr></thead><tbody><tr><td>UK</td><td>74.3mm</td><td>77</td></tr><tr><td>England</td><td>44.9mm</td><td>65</td></tr><tr><td>Wales</td><td>76.2mm</td><td>65</td></tr><tr><td>Scotland</td><td>121.8mm</td><td>90</td></tr><tr><td>Northern Ireland</td><td>58.1mm</td><td>85</td></tr></tbody></table></figure> <figure class="wp-block-image size-large"><img data-attachment-id="11753" data-permalink="https://web.archive.org/web/20201005120315/https://blog.metoffice.gov.uk/rainfall-uk/" data-orig-file="https://web.archive.org/web/20201005120315/https://metofficenews.files.wordpress.com/2020/10/rainfall-uk.png" data-orig-size="575,804" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="rainfall-uk" data-image-description="" data-medium-file="https://web.archive.org/web/20201005120315/https://metofficenews.files.wordpress.com/2020/10/rainfall-uk.png?w=215" data-large-file="https://web.archive.org/web/20201005120315/https://metofficenews.files.wordpress.com/2020/10/rainfall-uk.png?w=575" src="https://web.archive.org/web/20201005120315im_/https://metofficenews.files.wordpress.com/2020/10/rainfall-uk.png?w=575" alt="" class="wp-image-11753" srcset="https://web.archive.org/web/20201005120315im_/https://metofficenews.files.wordpress.com/2020/10/rainfall-uk.png 575w, https://web.archive.org/web/20201005120315im_/https://metofficenews.files.wordpress.com/2020/10/rainfall-uk.png?w=107 107w, https://web.archive.org/web/20201005120315im_/https://metofficenews.files.wordpress.com/2020/10/rainfall-uk.png?w=215 215w" sizes="(max-width: 575px) 100vw, 575px"/></figure> <figure class="wp-block-image size-large"><img data-attachment-id="11754" data-permalink="https://web.archive.org/web/20201005120315/https://blog.metoffice.gov.uk/rain-2/" data-orig-file="https://web.archive.org/web/20201005120315/https://metofficenews.files.wordpress.com/2020/10/rain.png" data-orig-size="3720,1586" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="rain" data-image-description="" data-medium-file="https://web.archive.org/web/20201005120315/https://metofficenews.files.wordpress.com/2020/10/rain.png?w=300" data-large-file="https://web.archive.org/web/20201005120315/https://metofficenews.files.wordpress.com/2020/10/rain.png?w=640" src="https://web.archive.org/web/20201005120315im_/https://metofficenews.files.wordpress.com/2020/10/rain.png?w=1024" alt="" class="wp-image-11754" srcset="https://web.archive.org/web/20201005120315im_/https://metofficenews.files.wordpress.com/2020/10/rain.png?w=1024 1024w, https://web.archive.org/web/20201005120315im_/https://metofficenews.files.wordpress.com/2020/10/rain.png?w=2048 2048w, https://web.archive.org/web/20201005120315im_/https://metofficenews.files.wordpress.com/2020/10/rain.png?w=150 150w, https://web.archive.org/web/20201005120315im_/https://metofficenews.files.wordpress.com/2020/10/rain.png?w=300 300w, https://web.archive.org/web/20201005120315im_/https://metofficenews.files.wordpress.com/2020/10/rain.png?w=768 768w" sizes="(max-width: 1024px) 100vw, 1024px"/></figure> <p><strong>Temperature</strong></p> <p>For the first time since 2016 we saw temperatures reach 30 degrees in September. The 14th and 15th September were the warmest days this month. The 14th reached 29C and 6 weather stations recorded temperatures of 30C or above on the 15th.</p> <p>Back in 2016 the hot weather was longer lasting and more wide-spread with temperatures reaching 34.4C at Gravesend in Kent on 13th September 2016.</p> <p>Northern Ireland recorded its lowest minimum temperature on record for September on the 27th with a minimum of -3.7C. This beats the previous record of -3.6C which was again set at Katesbridge in 2018.</p> <figure class="wp-block-table"><table><thead><tr><td></td><td><strong>Maximum temperature</strong></td><td>&nbsp;</td><td><strong> Minimum temperature</strong></td><td></td><td>&nbsp;</td><td></td></tr><tr><td>Provisional September figures</td><td><strong>Actual °C</strong></td><td><strong>Difference from Sept average °C</strong></td><td><strong>Actual °C</strong></td><td><strong>Difference from Sept average °C</strong></td></tr></thead><tbody><tr><td>UK</td><td>17.1</td><td>0.6</td><td>8.6</td><td>-0.2</td></tr><tr><td>England</td><td>18.6</td><td>0.7</td><td>9.3</td><td>-0.2</td></tr><tr><td>Wales</td><td>17.2</td><td>0.6</td><td>8.9</td><td>-0.2</td></tr><tr><td>Scotland</td><td>14.8</td><td>0.4</td><td>7.3</td><td>-0.3</td></tr><tr><td>Northern Ireland</td><td>16.5</td><td>0.4</td><td>8.6</td><td>-0.1</td></tr></tbody></table></figure> <figure class="wp-block-image size-large"><img data-attachment-id="11755" data-permalink="https://web.archive.org/web/20201005120315/https://blog.metoffice.gov.uk/tmean-2/" data-orig-file="https://web.archive.org/web/20201005120315/https://metofficenews.files.wordpress.com/2020/10/tmean.png" data-orig-size="3720,1554" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="tmean" data-image-description="" data-medium-file="https://web.archive.org/web/20201005120315/https://metofficenews.files.wordpress.com/2020/10/tmean.png?w=300" data-large-file="https://web.archive.org/web/20201005120315/https://metofficenews.files.wordpress.com/2020/10/tmean.png?w=640" src="https://web.archive.org/web/20201005120315im_/https://metofficenews.files.wordpress.com/2020/10/tmean.png?w=1024" alt="" class="wp-image-11755" srcset="https://web.archive.org/web/20201005120315im_/https://metofficenews.files.wordpress.com/2020/10/tmean.png?w=1024 1024w, https://web.archive.org/web/20201005120315im_/https://metofficenews.files.wordpress.com/2020/10/tmean.png?w=2048 2048w, https://web.archive.org/web/20201005120315im_/https://metofficenews.files.wordpress.com/2020/10/tmean.png?w=150 150w, https://web.archive.org/web/20201005120315im_/https://metofficenews.files.wordpress.com/2020/10/tmean.png?w=300 300w, https://web.archive.org/web/20201005120315im_/https://metofficenews.files.wordpress.com/2020/10/tmean.png?w=768 768w" sizes="(max-width: 1024px) 100vw, 1024px"/></figure> <p><strong>Sunshine</strong></p> <p>September was a sunny month overall for many with most areas seeing above average sunshine hours.</p> <figure class="wp-block-table"><table><thead><tr><td></td><td><strong>Sunshine </strong></td></tr><tr><td>Provisional September figures</td><td><strong>Actual sunshine in hours</strong></td><td><strong>% of the September average &nbsp;&nbsp;</strong></td></tr></thead><tbody><tr><td>UK</td><td>145.3</td><td>117</td></tr><tr><td>England</td><td>166.2</td><td>121</td></tr><tr><td>Wales</td><td>153.7</td><td>120</td></tr><tr><td>Scotland</td><td>112.5</td><td>107</td></tr><tr><td>Northern Ireland</td><td>121.9</td><td>107</td></tr></tbody></table></figure> <figure class="wp-block-image size-large"><img data-attachment-id="11756" data-permalink="https://web.archive.org/web/20201005120315/https://blog.metoffice.gov.uk/sun-2/" data-orig-file="https://web.archive.org/web/20201005120315/https://metofficenews.files.wordpress.com/2020/10/sun.png" data-orig-size="3720,1586" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="sun" data-image-description="" data-medium-file="https://web.archive.org/web/20201005120315/https://metofficenews.files.wordpress.com/2020/10/sun.png?w=300" data-large-file="https://web.archive.org/web/20201005120315/https://metofficenews.files.wordpress.com/2020/10/sun.png?w=640" src="https://web.archive.org/web/20201005120315im_/https://metofficenews.files.wordpress.com/2020/10/sun.png?w=1024" alt="" class="wp-image-11756" srcset="https://web.archive.org/web/20201005120315im_/https://metofficenews.files.wordpress.com/2020/10/sun.png?w=1024 1024w, https://web.archive.org/web/20201005120315im_/https://metofficenews.files.wordpress.com/2020/10/sun.png?w=2048 2048w, https://web.archive.org/web/20201005120315im_/https://metofficenews.files.wordpress.com/2020/10/sun.png?w=150 150w, https://web.archive.org/web/20201005120315im_/https://metofficenews.files.wordpress.com/2020/10/sun.png?w=300 300w, https://web.archive.org/web/20201005120315im_/https://metofficenews.files.wordpress.com/2020/10/sun.png?w=768 768w" sizes="(max-width: 1024px) 100vw, 1024px"/></figure> <p></p> <p>You can get the most accurate and up to date forecast for your area using our forecast pages and by following us on&nbsp;<a rel="noreferrer noopener" href="https://web.archive.org/web/20201005120315/https://twitter.com/metoffice" target="_blank">Twitter</a>&nbsp;and&nbsp;<a rel="noreferrer noopener" href="https://web.archive.org/web/20201005120315/http://www.facebook.com/metoffice" target="_blank">Facebook</a>, as well as using our&nbsp;<a rel="noreferrer noopener" href="https://web.archive.org/web/20201005120315/http://www.metoffice.gov.uk/app" target="_blank">mobile app</a>&nbsp;which is available for iPhone from the&nbsp;<a rel="noreferrer noopener" href="https://web.archive.org/web/20201005120315/https://itunes.apple.com/app/met-office-weather/id1068146838?ls=1&amp;mt=8" target="_blank">App store</a>&nbsp;and for Android from the&nbsp;<a rel="noreferrer noopener" href="https://web.archive.org/web/20201005120315/https://play.google.com/store/apps/details?id=uk.gov.metoffice.weather.android&amp;hl=en" target="_blank">Google Play store</a>. You can check the latest weather warnings on our&nbsp;<a href="https://web.archive.org/web/20201005120315/https://www.metoffice.gov.uk/weather/warnings-and-advice/uk-warnings#?date=2020-02-22&amp;id=54e41dc4-192a-45b5-b553-0c5daa14de3f&amp;details">severe weather warnings</a>&nbsp;pages.</p> <p>For the latest guidance to follow during the COVID-19 pandemic please visit the UK Government’s&nbsp;<a href="https://web.archive.org/web/20201005120315/https://www.gov.uk/coronavirus">coronavirus advice</a>&nbsp;page. Those living in&nbsp;<a href="https://web.archive.org/web/20201005120315/https://www.gov.scot/coronavirus-covid-19/">Scotland</a>,&nbsp;<a href="https://web.archive.org/web/20201005120315/https://gov.wales/coronavirus">Wales</a>&nbsp;and&nbsp;<a href="https://web.archive.org/web/20201005120315/https://www.nidirect.gov.uk/campaigns/coronavirus-covid-19">Northern Ireland</a>&nbsp;can access country-specific advice.</p> <div id="jp-post-flair" class="sharedaddy sd-like-enabled sd-sharing-enabled"><div class="sharedaddy sd-sharing-enabled"><div class="robots-nocontent sd-block sd-social sd-social-icon-text sd-sharing"><h3 class="sd-title">Share this:</h3><div class="sd-content"><ul><li class="share-email"><a rel="nofollow noopener noreferrer" data-shared="" class="share-email sd-button share-icon" href="https://web.archive.org/web/20201005120315/https://blog.metoffice.gov.uk/2020/10/01/weather-statistics-for-september/?share=email" target="_blank" title="Click to email this to a friend"><span>Email</span></a></li><li class="share-print"><a rel="nofollow noopener noreferrer" data-shared="" class="share-print sd-button share-icon" href="https://web.archive.org/web/20201005120315/https://blog.metoffice.gov.uk/2020/10/01/weather-statistics-for-september/" target="_blank" title="Click to print"><span>Print</span></a></li><li class="share-reddit"><a rel="nofollow noopener noreferrer" data-shared="" class="share-reddit sd-button share-icon" href="https://web.archive.org/web/20201005120315/https://blog.metoffice.gov.uk/2020/10/01/weather-statistics-for-september/?share=reddit" target="_blank" title="Click to share on Reddit"><span>Reddit</span></a></li><li class="share-facebook"><a rel="nofollow noopener noreferrer" data-shared="sharing-facebook-11746" class="share-facebook sd-button share-icon" href="https://web.archive.org/web/20201005120315/https://blog.metoffice.gov.uk/2020/10/01/weather-statistics-for-september/?share=facebook" target="_blank" title="Click to share on Facebook"><span>Facebook</span></a></li><li class="share-twitter"><a rel="nofollow noopener noreferrer" data-shared="sharing-twitter-11746" class="share-twitter sd-button share-icon" href="https://web.archive.org/web/20201005120315/https://blog.metoffice.gov.uk/2020/10/01/weather-statistics-for-september/?share=twitter" target="_blank" title="Click to share on Twitter"><span>Twitter</span></a></li><li class="share-linkedin"><a rel="nofollow noopener noreferrer" data-shared="sharing-linkedin-11746" class="share-linkedin sd-button share-icon" href="https://web.archive.org/web/20201005120315/https://blog.metoffice.gov.uk/2020/10/01/weather-statistics-for-september/?share=linkedin" target="_blank" title="Click to share on LinkedIn"><span>LinkedIn</span></a></li><li class="share-end"></li></ul></div></div></div><div class="sharedaddy sd-block sd-like jetpack-likes-widget-wrapper jetpack-likes-widget-unloaded" id="like-post-wrapper-14516441-11746-5f7b0b8372797" data-src="//web.archive.org/web/20201005120315oe_/https://widgets.wp.com/likes/index.html?ver=20200826#blog_id=14516441&amp;post_id=11746&amp;origin=metofficenews.wordpress.com&amp;obj_id=14516441-11746-5f7b0b8372797&amp;domain=blog.metoffice.gov.uk" data-name="like-post-frame-14516441-11746-5f7b0b8372797"><h3 class="sd-title">Like this:</h3><div class="likes-widget-placeholder post-likes-widget-placeholder" style="height: 55px;"><span class="button"><span>Like</span></span> <span class="loading">Loading...</span></div><span class="sd-text-color"></span><a class="sd-link-color"></a></div></div> </div><!-- .entry-content --> <div class="entry-utility"> <span class="cat-links"> <span class="entry-utility-prep entry-utility-prep-cat-links">Posted in</span> <a href="https://web.archive.org/web/20201005120315/https://blog.metoffice.gov.uk/category/met-office-news/" rel="category tag">Met Office News</a> </span> <span class="meta-sep">|</span> <span class="tag-links"> <span class="entry-utility-prep entry-utility-prep-tag-links">Tagged</span> <a href="https://web.archive.org/web/20201005120315/https://blog.metoffice.gov.uk/tag/metoffice/" rel="tag">MetOffice</a>, <a href="https://web.archive.org/web/20201005120315/https://blog.metoffice.gov.uk/tag/rain/" rel="tag">rain</a>, <a href="https://web.archive.org/web/20201005120315/https://blog.metoffice.gov.uk/tag/september/" rel="tag">September</a>, <a href="https://web.archive.org/web/20201005120315/https://blog.metoffice.gov.uk/tag/statistics/" rel="tag">statistics</a>, <a href="https://web.archive.org/web/20201005120315/https://blog.metoffice.gov.uk/tag/sun/" rel="tag">Sun</a>, <a href="https://web.archive.org/web/20201005120315/https://blog.metoffice.gov.uk/tag/sunshine/" rel="tag">sunshine</a>, <a href="https://web.archive.org/web/20201005120315/https://blog.metoffice.gov.uk/tag/temperature/" rel="tag">temperature</a>, <a href="https://web.archive.org/web/20201005120315/https://blog.metoffice.gov.uk/tag/weather/" rel="tag">weather</a> </span> <span class="meta-sep">|</span> <span class="comments-link"><a href="https://web.archive.org/web/20201005120315/https://blog.metoffice.gov.uk/2020/10/01/weather-statistics-for-september/#respond">Leave a comment</a></span> </div><!-- .entry-utility --> </div><!-- #post-## --> <div id="post-11732" class="post-11732 post type-post status-publish format-standard hentry category-met-office-news tag-european-weather tag-storm-names tag-weather"> <h2 class="entry-title"><a href="https://web.archive.org/web/20201005120315/https://blog.metoffice.gov.uk/2020/09/29/storm-alex-or-storm-aiden/" rel="bookmark">Storm Alex, so why not Storm&nbsp;Aiden?</a></h2> <div class="entry-meta"> <span class="meta-prep meta-prep-author">Posted on</span> <a href="https://web.archive.org/web/20201005120315/https://blog.metoffice.gov.uk/2020/09/29/storm-alex-or-storm-aiden/" title="12:34 pm" rel="bookmark"><span class="entry-date">29 September, 2020</span></a> <span class="by-author"><span class="sep">by</span> <span class="author vcard"><a class="url fn n" href="https://web.archive.org/web/20201005120315/https://blog.metoffice.gov.uk/author/dbr1tt0n/" title="View all posts by Met Office Press Office" rel="author">Met Office Press Office</a></span> </span> </div><!-- .entry-meta --> <div class="entry-content"> <p>Many media outlets have been reporting that ‘Storm Aiden’ will batter Britain with strong winds and heavy rain this weekend. </p> <p>Over the last few days, weather forecasting computers &#8211; known as <a href="https://web.archive.org/web/20201005120315/https://www.metoffice.gov.uk/research/approach/modelling-systems/unified-model/weather-forecasting">Numerical Weather Prediction</a> (NWP) models – have been predicting a deep area of low pressure to develop close to the UK this weekend, bringing the potential for severe weather. Chief Meteorologists at the Met Office are closely monitoring developments.</p> <p class="has-medium-font-size"><em>Why do we name storms?</em></p> <p>Since 2015 the Met Office, along with Met Éireann and KNMI, the national weather services in Ireland and the Netherlands, have been naming storms based on weather warnings in order to raise awareness of the potential impacts of severe weather.</p> <figure class="wp-block-embed is-type-rich is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio"> <div class="wp-block-embed__wrapper"><a href="https://web.archive.org/web/20201005120315/https://www.youtube.com/watch?v=l-yFZ0jjmoM" rel="nofollow">https://www.youtube.com/watch?v=l-yFZ0jjmoM</a></div> <figcaption>Why do we name storms?</figcaption> </figure> <p>Latest NWP model output has moved the initial position of this weekend&#8217;s low-pressure system further south across France early on Friday. With very strong winds forecast, countries in the south-west Europe naming group – France, Spain, Portugal and Belgium – have named ‘Storm Alex’, which is the first name on their list for 2020-2021. The impacts further north were not considered strong enough for the Western European storm-naming group to name the system as &#8216;Storm Aiden&#8217;.</p> <p>Later on Friday and over the weekend this system will move closer to the UK, bringing heavy rain and strong winds to many areas.</p> <figure class="wp-block-image size-large"><img data-attachment-id="11740" data-permalink="https://web.archive.org/web/20201005120315/https://blog.metoffice.gov.uk/european-groups-1/" data-orig-file="https://web.archive.org/web/20201005120315/https://metofficenews.files.wordpress.com/2020/09/european-groups-1.png" data-orig-size="1920,1080" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="european-groups-1" data-image-description="" data-medium-file="https://web.archive.org/web/20201005120315/https://metofficenews.files.wordpress.com/2020/09/european-groups-1.png?w=300" data-large-file="https://web.archive.org/web/20201005120315/https://metofficenews.files.wordpress.com/2020/09/european-groups-1.png?w=640" class="wp-image-11740" src="https://web.archive.org/web/20201005120315im_/https://metofficenews.files.wordpress.com/2020/09/european-groups-1.png?w=1024" alt="" srcset="https://web.archive.org/web/20201005120315im_/https://metofficenews.files.wordpress.com/2020/09/european-groups-1.png?w=1024 1024w, https://web.archive.org/web/20201005120315im_/https://metofficenews.files.wordpress.com/2020/09/european-groups-1.png?w=150 150w, https://web.archive.org/web/20201005120315im_/https://metofficenews.files.wordpress.com/2020/09/european-groups-1.png?w=300 300w, https://web.archive.org/web/20201005120315im_/https://metofficenews.files.wordpress.com/2020/09/european-groups-1.png?w=768 768w, https://web.archive.org/web/20201005120315im_/https://metofficenews.files.wordpress.com/2020/09/european-groups-1.png 1920w" sizes="(max-width: 1024px) 100vw, 1024px"/> <figcaption>European Storm naming groups</figcaption> </figure> <p>When a storm is named by another weather service in Europe (see European storm naming groups image above) it is agreed that the same name will be used by all weather services in order to retain a consistent message.  Similarly, if a weather system impacting the UK were the remnants of a Hurricane that has moved across the Atlantic, we will use the same name, for example <a href="https://web.archive.org/web/20201005120315/https://www.metoffice.gov.uk/weather/warnings-and-advice/uk-storm-centre/ex-hurricane-ophelia">ex-Hurricane Ophelia</a> in 2017.</p> <p>This weekend, it will be wet and windy for many of us.  Keep an eye on the latest Met Office weather forecast and <a href="https://web.archive.org/web/20201005120315/https://www.metoffice.gov.uk/weather/warnings-and-advice/uk-warnings#?date=2020-09-29">severe weather warnings</a> where you are using our <a href="https://web.archive.org/web/20201005120315/https://www.metoffice.gov.uk/weather/forecast/uk">forecast pages </a>and by following us on <a href="https://web.archive.org/web/20201005120315/https://twitter.com/metoffice">Twitter </a>and <a href="https://web.archive.org/web/20201005120315/https://www.facebook.com/metoffice">Facebook</a>, as well as using our <a href="https://web.archive.org/web/20201005120315/https://www.metoffice.gov.uk/about-us/what/met-office-weather-app">mobile app</a>.</p> <div id="jp-post-flair" class="sharedaddy sd-like-enabled sd-sharing-enabled"><div class="sharedaddy sd-sharing-enabled"><div class="robots-nocontent sd-block sd-social sd-social-icon-text sd-sharing"><h3 class="sd-title">Share this:</h3><div class="sd-content"><ul><li class="share-email"><a rel="nofollow noopener noreferrer" data-shared="" class="share-email sd-button share-icon" href="https://web.archive.org/web/20201005120315/https://blog.metoffice.gov.uk/2020/09/29/storm-alex-or-storm-aiden/?share=email" target="_blank" title="Click to email this to a friend"><span>Email</span></a></li><li class="share-print"><a rel="nofollow noopener noreferrer" data-shared="" class="share-print sd-button share-icon" href="https://web.archive.org/web/20201005120315/https://blog.metoffice.gov.uk/2020/09/29/storm-alex-or-storm-aiden/" target="_blank" title="Click to print"><span>Print</span></a></li><li class="share-reddit"><a rel="nofollow noopener noreferrer" data-shared="" class="share-reddit sd-button share-icon" href="https://web.archive.org/web/20201005120315/https://blog.metoffice.gov.uk/2020/09/29/storm-alex-or-storm-aiden/?share=reddit" target="_blank" title="Click to share on Reddit"><span>Reddit</span></a></li><li class="share-facebook"><a rel="nofollow noopener noreferrer" data-shared="sharing-facebook-11732" class="share-facebook sd-button share-icon" href="https://web.archive.org/web/20201005120315/https://blog.metoffice.gov.uk/2020/09/29/storm-alex-or-storm-aiden/?share=facebook" target="_blank" title="Click to share on Facebook"><span>Facebook</span></a></li><li class="share-twitter"><a rel="nofollow noopener noreferrer" data-shared="sharing-twitter-11732" class="share-twitter sd-button share-icon" href="https://web.archive.org/web/20201005120315/https://blog.metoffice.gov.uk/2020/09/29/storm-alex-or-storm-aiden/?share=twitter" target="_blank" title="Click to share on Twitter"><span>Twitter</span></a></li><li class="share-linkedin"><a rel="nofollow noopener noreferrer" data-shared="sharing-linkedin-11732" class="share-linkedin sd-button share-icon" href="https://web.archive.org/web/20201005120315/https://blog.metoffice.gov.uk/2020/09/29/storm-alex-or-storm-aiden/?share=linkedin" target="_blank" title="Click to share on LinkedIn"><span>LinkedIn</span></a></li><li class="share-end"></li></ul></div></div></div><div class="sharedaddy sd-block sd-like jetpack-likes-widget-wrapper jetpack-likes-widget-unloaded" id="like-post-wrapper-14516441-11732-5f7b0b8379b5d" data-src="//web.archive.org/web/20201005120315oe_/https://widgets.wp.com/likes/index.html?ver=20200826#blog_id=14516441&amp;post_id=11732&amp;origin=metofficenews.wordpress.com&amp;obj_id=14516441-11732-5f7b0b8379b5d&amp;domain=blog.metoffice.gov.uk" data-name="like-post-frame-14516441-11732-5f7b0b8379b5d"><h3 class="sd-title">Like this:</h3><div class="likes-widget-placeholder post-likes-widget-placeholder" style="height: 55px;"><span class="button"><span>Like</span></span> <span class="loading">Loading...</span></div><span class="sd-text-color"></span><a class="sd-link-color"></a></div></div> </div><!-- .entry-content --> <div class="entry-utility"> <span class="cat-links"> <span class="entry-utility-prep entry-utility-prep-cat-links">Posted in</span> <a href="https://web.archive.org/web/20201005120315/https://blog.metoffice.gov.uk/category/met-office-news/" rel="category tag">Met Office News</a> </span> <span class="meta-sep">|</span> <span class="tag-links"> <span class="entry-utility-prep entry-utility-prep-tag-links">Tagged</span> <a href="https://web.archive.org/web/20201005120315/https://blog.metoffice.gov.uk/tag/european-weather/" rel="tag">European weather</a>, <a href="https://web.archive.org/web/20201005120315/https://blog.metoffice.gov.uk/tag/storm-names/" rel="tag">storm names</a>, <a href="https://web.archive.org/web/20201005120315/https://blog.metoffice.gov.uk/tag/weather/" rel="tag">weather</a> </span> <span class="meta-sep">|</span> <span class="comments-link"><a href="https://web.archive.org/web/20201005120315/https://blog.metoffice.gov.uk/2020/09/29/storm-alex-or-storm-aiden/#respond">Leave a comment</a></span> </div><!-- .entry-utility --> </div><!-- #post-## --> <div id="post-11719" class="post-11719 post type-post status-publish format-standard hentry category-met-office-news tag-climate-change tag-climate-science tag-met-office tag-met-office-hadley-centre tag-wildfire tag-wildfires"> <h2 class="entry-title"><a href="https://web.archive.org/web/20201005120315/https://blog.metoffice.gov.uk/2020/09/21/climate-change-the-perfect-fuel-for-wildfires/" rel="bookmark">Climate Change: The perfect fuel for wildfires? </a></h2> <div class="entry-meta"> <span class="meta-prep meta-prep-author">Posted on</span> <a href="https://web.archive.org/web/20201005120315/https://blog.metoffice.gov.uk/2020/09/21/climate-change-the-perfect-fuel-for-wildfires/" title="2:49 pm" rel="bookmark"><span class="entry-date">21 September, 2020</span></a> <span class="by-author"><span class="sep">by</span> <span class="author vcard"><a class="url fn n" href="https://web.archive.org/web/20201005120315/https://blog.metoffice.gov.uk/author/dbr1tt0n/" title="View all posts by Met Office Press Office" rel="author">Met Office Press Office</a></span> </span> </div><!-- .entry-meta --> <div class="entry-content"> <p><i>As </i><i>wildfires continue to </i><i>rage </i><i>in North and South America, </i><i>Met Office</i><i> Chief Scientist</i><i> </i><a href="https://web.archive.org/web/20201005120315/https://www.metoffice.gov.uk/research/people/stephen-belcher"><i>Professor Stephen Belcher</i></a><i> </i><i>examines </i><i>what has </i><i>led to </i><i>the </i><i>potentially </i><i>record-breaking</i><i> </i><i>scale o</i><i>f fires</i><i> and </i><i>what science is needed </i><i>to </i><i>contain</i><i> the risks</i><i>. </i></p> <p><div data-shortcode="caption" id="attachment_11726" style="width: 650px" class="wp-caption aligncenter"><a href="https://web.archive.org/web/20201005120315/https://metofficenews.files.wordpress.com/2020/09/california-wildfires-for-blog.jpg"><img loading="lazy" aria-describedby="caption-attachment-11726" data-attachment-id="11726" data-permalink="https://web.archive.org/web/20201005120315/https://blog.metoffice.gov.uk/2020/09/21/climate-change-the-perfect-fuel-for-wildfires/california-wildfires-for-blog/" data-orig-file="https://web.archive.org/web/20201005120315/https://metofficenews.files.wordpress.com/2020/09/california-wildfires-for-blog.jpg" data-orig-size="1265,1080" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="California wildfires for blog" data-image-description="" data-medium-file="https://web.archive.org/web/20201005120315/https://metofficenews.files.wordpress.com/2020/09/california-wildfires-for-blog.jpg?w=300" data-large-file="https://web.archive.org/web/20201005120315/https://metofficenews.files.wordpress.com/2020/09/california-wildfires-for-blog.jpg?w=640" class="wp-image-11726 size-full" src="https://web.archive.org/web/20201005120315im_/https://metofficenews.files.wordpress.com/2020/09/california-wildfires-for-blog.jpg" alt="California wildfires" width="640" height="546" srcset="https://web.archive.org/web/20201005120315im_/https://metofficenews.files.wordpress.com/2020/09/california-wildfires-for-blog.jpg?w=640&amp;h=546 640w, https://web.archive.org/web/20201005120315im_/https://metofficenews.files.wordpress.com/2020/09/california-wildfires-for-blog.jpg?w=150&amp;h=128 150w, https://web.archive.org/web/20201005120315im_/https://metofficenews.files.wordpress.com/2020/09/california-wildfires-for-blog.jpg?w=300&amp;h=256 300w, https://web.archive.org/web/20201005120315im_/https://metofficenews.files.wordpress.com/2020/09/california-wildfires-for-blog.jpg?w=768&amp;h=656 768w, https://web.archive.org/web/20201005120315im_/https://metofficenews.files.wordpress.com/2020/09/california-wildfires-for-blog.jpg?w=1024&amp;h=874 1024w, https://web.archive.org/web/20201005120315im_/https://metofficenews.files.wordpress.com/2020/09/california-wildfires-for-blog.jpg 1265w" sizes="(max-width: 640px) 100vw, 640px"/></a><p id="caption-attachment-11726" class="wp-caption-text">California firefighters tackling one of many wildfires which have raged across the eastern United States during 2020. Pic: Shutterstock.</p></div></p> <p>Last year wildfires ravaged Australia. This year has seen reports of extensive fires in the Amazon, in California, and earlier this year during the hot spell, also in the UK. Even the area within the Arctic Circle is experiencing an extraordinary fire season, with <a href="https://web.archive.org/web/20201005120315/https://www.metoffice.gov.uk/about-us/press-office/news/weather-and-climate/2020/prolonged-siberian-heat-almost-impossible-without-climate-change---attribution-study">thawing permafrost</a> exposing large areas of carbon-rich peatlands, acting as additional fuel and a huge new source of greenhouse gas emissions. And it’s not just that we are seeing more in the news about wildfires, data shows the number of fires is increasing. By May this year, the number of wildfires recorded in South America was already <a href="https://web.archive.org/web/20201005120315/https://www.metoffice.gov.uk/binaries/content/assets/metofficegovuk/pdf/research/wcssp/report-cssp-fire-aug-oct_env2.pdf">higher than in any previous year</a> since systematic monitoring began in 1998. And since the early 1970s, California&#8217;s annual wildfire extent has <a href="https://web.archive.org/web/20201005120315/https://agupubs.onlinelibrary.wiley.com/doi/full/10.1029/2019EF001210">increased fivefold</a>.</p> <p>Wildfires are more severe during extended periods of hot dry weather, because higher temperatures cause more evaporation and that dries the vegetation, creating fuel for the fires. For example, last year, Australia saw very hot, dry, conditions caused by a <a href="https://web.archive.org/web/20201005120315/https://www.metoffice.gov.uk/research/news/2020/causes-of-extreme-fire-weather-in-australia).">pattern of temperatures in the Indian Ocean</a>, known as the in Indian Ocean Dipole. The Indian Ocean Dipole is a natural fluctuation in the climate that affects the weather patterns around the world including in Australia, but now this fluctuation is adding onto a world that is warmer because of climate change.</p> <p>So now that the globally-averaged temperature has risen to more than 1.0°C warmer than in the pre-industrial world, it is not surprising that we are seeing more wildfires around the world. Importantly though, higher temperatures alone will not necessarily lead to more fires. Fuel must be available and there needs to be an ignition source, either by human influence or lightning strikes. Climate change may also lead to wetter conditions in some places, as warmer air can hold more moisture, which can affect fuel availability and flammability.</p> <p>In January this year, an international group of scientists, including from the Met Office, got together to survey the published scientific evidence and concluded  there is <a href="https://web.archive.org/web/20201005120315/https://www.metoffice.gov.uk/about-us/press-office/news/weather-and-climate/2020/climate-change-increases-the-risk-of-wildfires;%20full%20report:%20https:/sciencebrief.org/briefs/wildfires">consistent evidence</a> that hot dry weather conditions promoting wildfires are becoming more severe and widespread due to climate change.</p> <p>So, we are going to continue to experience more wildfires as the climate changes. This is driving a need to provide forecasts that trigger fire prevention to limit accidental fires. At the Met Office we now produce <a href="https://web.archive.org/web/20201005120315/https://www.metoffice.gov.uk/public/weather/fire-severity-index/#?tab=map&amp;fcTime=1535022000&amp;zoom=5&amp;lon=-4.00&amp;lat=55.74">forecasts of </a>a ‘fire severity index’ for England and Wales. And earlier this year, scientists from the Met Office and from CEMADEN and INPE in Brazil, developed a technique to assess the likelihood of high fire conditions across South America during the riskier months of August to October. This is part of a broader move from traditional forecasting of weather into forecasting the impacts of weather.</p> <p><div data-shortcode="caption" id="attachment_11723" style="width: 3905px" class="wp-caption aligncenter"><a href="https://web.archive.org/web/20201005120315/https://metofficenews.files.wordpress.com/2020/09/mapa_alertas-01-1.jpg-cropped.jpg"><img loading="lazy" aria-describedby="caption-attachment-11723" data-attachment-id="11723" data-permalink="https://web.archive.org/web/20201005120315/https://blog.metoffice.gov.uk/2020/09/21/climate-change-the-perfect-fuel-for-wildfires/mapa_alertas-01-1-jpg-cropped/" data-orig-file="https://web.archive.org/web/20201005120315/https://metofficenews.files.wordpress.com/2020/09/mapa_alertas-01-1.jpg-cropped.jpg" data-orig-size="3895,5148" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="mapa_alertas-01 (1).jpg cropped" data-image-description="" data-medium-file="https://web.archive.org/web/20201005120315/https://metofficenews.files.wordpress.com/2020/09/mapa_alertas-01-1.jpg-cropped.jpg?w=227" data-large-file="https://web.archive.org/web/20201005120315/https://metofficenews.files.wordpress.com/2020/09/mapa_alertas-01-1.jpg-cropped.jpg?w=640" class="wp-image-11723 size-full" src="https://web.archive.org/web/20201005120315im_/https://metofficenews.files.wordpress.com/2020/09/mapa_alertas-01-1.jpg-cropped.jpg" alt="Map of South America showing status of fire alert within protected areas" width="3895" height="5148" srcset="https://web.archive.org/web/20201005120315im_/https://metofficenews.files.wordpress.com/2020/09/mapa_alertas-01-1.jpg-cropped.jpg 3895w, https://web.archive.org/web/20201005120315im_/https://metofficenews.files.wordpress.com/2020/09/mapa_alertas-01-1.jpg-cropped.jpg?w=113&amp;h=150 113w, https://web.archive.org/web/20201005120315im_/https://metofficenews.files.wordpress.com/2020/09/mapa_alertas-01-1.jpg-cropped.jpg?w=227&amp;h=300 227w, https://web.archive.org/web/20201005120315im_/https://metofficenews.files.wordpress.com/2020/09/mapa_alertas-01-1.jpg-cropped.jpg?w=768&amp;h=1015 768w, https://web.archive.org/web/20201005120315im_/https://metofficenews.files.wordpress.com/2020/09/mapa_alertas-01-1.jpg-cropped.jpg?w=775&amp;h=1024 775w" sizes="(max-width: 3895px) 100vw, 3895px"/></a><p id="caption-attachment-11723" class="wp-caption-text">Map of South America showing status of fire alert within protected areas</p></div></p> <p>Chantelle Burton a Climate Scientist at the Met Office who specialises in wildfire research, said: “By using computer simulations of the climate now, with the present-day levels of carbon dioxide, and comparing with computer simulations of the climate with pre-industrial levels of carbon dioxide, we can calculate how climate change has <a href="https://web.archive.org/web/20201005120315/https://www.metoffice.gov.uk/about-us/press-office/news/weather-and-climate/2020/chances-of-40c-days-in-the-uk-increasing-due-to-human-influence">increased the chances</a> of hot weather spells. These techniques are now being extended to calculate the role of climate change in increasing the chances of wildfires.”</p> <p>Wildfires also pump additional <a href="https://web.archive.org/web/20201005120315/https://www.metoffice.gov.uk/about-us/press-office/news/weather-and-climate/2020/2020-global-co2-forecast">carbon dioxide into the atmosphere</a>, so can act as a ‘<a href="https://web.archive.org/web/20201005120315/https://www.metoffice.gov.uk/weather/climate-change/climate-glossary#P">positive feedback</a>’.  So, as the world warms, we expect more wildfires, that will further warm the climate. Putting numbers on this is a difficult task. Pioneering <a href="https://web.archive.org/web/20201005120315/https://www.frontiersin.org/articles/10.3389/feart.2020.00199/full">recent research</a> at the Met Office has combined outputs from vegetation and climate models, paving the way for future climate projections to include wildfires.</p> <p>If we are to meet the ambitious Paris Climate Agreement to keep global warming to below 2.0°C degrees above pre-industrial levels, then we must cap our atmospheric carbon dioxide levels. Additional release of carbon dioxide from wildfires reduces yet further the volume of fossil fuels that can be burnt whilst keeping global warming in line with the Paris Agreement. There are other natural processes that are likely to emit additional greenhouse gases into the atmosphere as the climate warms, for example permafrost melting in Siberia. But it’s all about numbers now. A high priority for climate science is to put numbers on these positive feedbacks through better measurements and improved computer models of the climate system so that we can plan for a future that keeps global warming to within the lowest possible limits.</p> <div id="jp-post-flair" class="sharedaddy sd-like-enabled sd-sharing-enabled"><div class="sharedaddy sd-sharing-enabled"><div class="robots-nocontent sd-block sd-social sd-social-icon-text sd-sharing"><h3 class="sd-title">Share this:</h3><div class="sd-content"><ul><li class="share-email"><a rel="nofollow noopener noreferrer" data-shared="" class="share-email sd-button share-icon" href="https://web.archive.org/web/20201005120315/https://blog.metoffice.gov.uk/2020/09/21/climate-change-the-perfect-fuel-for-wildfires/?share=email" target="_blank" title="Click to email this to a friend"><span>Email</span></a></li><li class="share-print"><a rel="nofollow noopener noreferrer" data-shared="" class="share-print sd-button share-icon" href="https://web.archive.org/web/20201005120315/https://blog.metoffice.gov.uk/2020/09/21/climate-change-the-perfect-fuel-for-wildfires/" target="_blank" title="Click to print"><span>Print</span></a></li><li class="share-reddit"><a rel="nofollow noopener noreferrer" data-shared="" class="share-reddit sd-button share-icon" href="https://web.archive.org/web/20201005120315/https://blog.metoffice.gov.uk/2020/09/21/climate-change-the-perfect-fuel-for-wildfires/?share=reddit" target="_blank" title="Click to share on Reddit"><span>Reddit</span></a></li><li class="share-facebook"><a rel="nofollow noopener noreferrer" data-shared="sharing-facebook-11719" class="share-facebook sd-button share-icon" href="https://web.archive.org/web/20201005120315/https://blog.metoffice.gov.uk/2020/09/21/climate-change-the-perfect-fuel-for-wildfires/?share=facebook" target="_blank" title="Click to share on Facebook"><span>Facebook</span></a></li><li class="share-twitter"><a rel="nofollow noopener noreferrer" data-shared="sharing-twitter-11719" class="share-twitter sd-button share-icon" href="https://web.archive.org/web/20201005120315/https://blog.metoffice.gov.uk/2020/09/21/climate-change-the-perfect-fuel-for-wildfires/?share=twitter" target="_blank" title="Click to share on Twitter"><span>Twitter</span></a></li><li class="share-linkedin"><a rel="nofollow noopener noreferrer" data-shared="sharing-linkedin-11719" class="share-linkedin sd-button share-icon" href="https://web.archive.org/web/20201005120315/https://blog.metoffice.gov.uk/2020/09/21/climate-change-the-perfect-fuel-for-wildfires/?share=linkedin" target="_blank" title="Click to share on LinkedIn"><span>LinkedIn</span></a></li><li class="share-end"></li></ul></div></div></div><div class="sharedaddy sd-block sd-like jetpack-likes-widget-wrapper jetpack-likes-widget-unloaded" id="like-post-wrapper-14516441-11719-5f7b0b8382236" data-src="//web.archive.org/web/20201005120315oe_/https://widgets.wp.com/likes/index.html?ver=20200826#blog_id=14516441&amp;post_id=11719&amp;origin=metofficenews.wordpress.com&amp;obj_id=14516441-11719-5f7b0b8382236&amp;domain=blog.metoffice.gov.uk" data-name="like-post-frame-14516441-11719-5f7b0b8382236"><h3 class="sd-title">Like this:</h3><div class="likes-widget-placeholder post-likes-widget-placeholder" style="height: 55px;"><span class="button"><span>Like</span></span> <span class="loading">Loading...</span></div><span class="sd-text-color"></span><a class="sd-link-color"></a></div></div> </div><!-- .entry-content --> <div class="entry-utility"> <span class="cat-links"> <span class="entry-utility-prep entry-utility-prep-cat-links">Posted in</span> <a href="https://web.archive.org/web/20201005120315/https://blog.metoffice.gov.uk/category/met-office-news/" rel="category tag">Met Office News</a> </span> <span class="meta-sep">|</span> <span class="tag-links"> <span class="entry-utility-prep entry-utility-prep-tag-links">Tagged</span> <a href="https://web.archive.org/web/20201005120315/https://blog.metoffice.gov.uk/tag/climate-change/" rel="tag">climate change</a>, <a href="https://web.archive.org/web/20201005120315/https://blog.metoffice.gov.uk/tag/climate-science/" rel="tag">climate science</a>, <a href="https://web.archive.org/web/20201005120315/https://blog.metoffice.gov.uk/tag/met-office/" rel="tag">Met Office</a>, <a href="https://web.archive.org/web/20201005120315/https://blog.metoffice.gov.uk/tag/met-office-hadley-centre/" rel="tag">Met Office Hadley Centre</a>, <a href="https://web.archive.org/web/20201005120315/https://blog.metoffice.gov.uk/tag/wildfire/" rel="tag">wildfire</a>, <a href="https://web.archive.org/web/20201005120315/https://blog.metoffice.gov.uk/tag/wildfires/" rel="tag">wildfires</a> </span> <span class="meta-sep">|</span> <span class="comments-link"><a href="https://web.archive.org/web/20201005120315/https://blog.metoffice.gov.uk/2020/09/21/climate-change-the-perfect-fuel-for-wildfires/#respond">Leave a comment</a></span> </div><!-- .entry-utility --> </div><!-- #post-## --> <div id="post-11697" class="post-11697 post type-post status-publish format-standard hentry category-met-office-news tag-atlantic-hurricane-season tag-atlantic-storm-season tag-cyclone-season tag-hurricane tag-la-nina tag-medicane tag-met-office tag-tropical-cyclone tag-tropical-storm"> <h2 class="entry-title"><a href="https://web.archive.org/web/20201005120315/https://blog.metoffice.gov.uk/2020/09/18/atlantic-tropical-storms-forming-at-a-record-pace/" rel="bookmark">Atlantic tropical storms forming at a record&nbsp;pace</a></h2> <div class="entry-meta"> <span class="meta-prep meta-prep-author">Posted on</span> <a href="https://web.archive.org/web/20201005120315/https://blog.metoffice.gov.uk/2020/09/18/atlantic-tropical-storms-forming-at-a-record-pace/" title="4:06 pm" rel="bookmark"><span class="entry-date">18 September, 2020</span></a> <span class="by-author"><span class="sep">by</span> <span class="author vcard"><a class="url fn n" href="https://web.archive.org/web/20201005120315/https://blog.metoffice.gov.uk/author/dbr1tt0n/" title="View all posts by Met Office Press Office" rel="author">Met Office Press Office</a></span> </span> </div><!-- .entry-meta --> <div class="entry-content"> <p>Author: Julian Heming, Met Office Tropical Prediction Scientist.</p> <p><strong>Update 21 Sept 2020</strong></p> <p><em>Shortly after publishing the blog below two more storms were named. A low pressure system near Portugal was named Subtropical Storm Alpha, which made landfall later on Friday 18th September. Then the  evening of the 18th Tropical Storm Beta formed, this storm is expected to come ashore over Texas soon.</em></p> <p><em>There have now been a total of 23 named storms so far this season and this is the first time Greek names have had to be used in 15 years.</em></p> <p><strong>Original blog</strong></p> <p>The Atlantic region is currently setting a record-breaking pace for the formation of <a href="https://web.archive.org/web/20201005120315/https://www.metoffice.gov.uk/research/weather/tropical-cyclones/facts">tropical cyclones</a>. As of 18 September 2020, a total of 21 storms had formed – more than any other year on record at this stage in the June to November season. Only once have more storms been recorded in a season, that was 2005 when there were 28. There are 21 names on the Atlantic storm <a href="https://web.archive.org/web/20201005120315/https://public.wmo.int/en/our-mandate/focus-areas/natural-hazards-and-disaster-risk-reduction/tropical-cyclones/Naming">naming list</a>, when these have been allocated letters from the Greek alphabet are used.  Therefore the next storm to be named will be Tropical Storm Alpha. However, that only paints part of the picture of what has been happening in the Atlantic and other parts of the northern hemisphere this year.</p> <p><strong>Active Atlantic</strong></p> <p>A combination of several climate factors is driving the active Atlantic storm season this year. A main driver is the development of <a href="https://web.archive.org/web/20201005120315/https://www.metoffice.gov.uk/weather/learn-about/weather/oceans/el-nino">La Niña </a>conditions in the eastern Pacific, which acts to reduce wind shear over the Atlantic allowing storms to form more readily. High wind shear prevents or slows tropical storm formation. The sea-surface temperatures over large parts of the Atlantic have been higher than average and the west African monsoon has also been strong meaning the easterly waves which cross west Africa and produce Atlantic storms have been potent.</p> <p>Although there has been a record number of Atlantic storm formations, eight have become hurricanes (winds 74 mph or greater) and just two have become a ‘major’ hurricane (winds 111 mph or greater). This is a lower proportion of hurricanes and major hurricanes than would be expected from a total of 21 tropical storms based on past climate figures. Also, several of this season’s storms were quite short lived, particularly early in the season. Thus, by some measures other than the number of storms, this season has had lower levels of activity than some previous seasons to date.</p> <p>One feature of the current storm season is the high number of storms reaching landfall over the USA. Tropical Storms Bertha, Cristobal, Fay and Marco and Hurricanes Hanna, Isaias, Laura and Sally have all come ashore over the USA.</p> <p><div data-shortcode="caption" id="attachment_11699" style="width: 650px" class="wp-caption alignleft"><a href="https://web.archive.org/web/20201005120315/https://metofficenews.files.wordpress.com/2020/09/ts-blog-1.png"><img loading="lazy" aria-describedby="caption-attachment-11699" data-attachment-id="11699" data-permalink="https://web.archive.org/web/20201005120315/https://blog.metoffice.gov.uk/2020/09/18/atlantic-tropical-storms-forming-at-a-record-pace/ts-blog-1-2/" data-orig-file="https://web.archive.org/web/20201005120315/https://metofficenews.files.wordpress.com/2020/09/ts-blog-1.png" data-orig-size="1117,830" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="ts blog 1" data-image-description="" data-medium-file="https://web.archive.org/web/20201005120315/https://metofficenews.files.wordpress.com/2020/09/ts-blog-1.png?w=300" data-large-file="https://web.archive.org/web/20201005120315/https://metofficenews.files.wordpress.com/2020/09/ts-blog-1.png?w=640" class="size-full wp-image-11699" src="https://web.archive.org/web/20201005120315im_/https://metofficenews.files.wordpress.com/2020/09/ts-blog-1.png" alt="" width="640" height="476" srcset="https://web.archive.org/web/20201005120315im_/https://metofficenews.files.wordpress.com/2020/09/ts-blog-1.png?w=640&amp;h=476 640w, https://web.archive.org/web/20201005120315im_/https://metofficenews.files.wordpress.com/2020/09/ts-blog-1.png?w=150&amp;h=111 150w, https://web.archive.org/web/20201005120315im_/https://metofficenews.files.wordpress.com/2020/09/ts-blog-1.png?w=300&amp;h=223 300w, https://web.archive.org/web/20201005120315im_/https://metofficenews.files.wordpress.com/2020/09/ts-blog-1.png?w=768&amp;h=571 768w, https://web.archive.org/web/20201005120315im_/https://metofficenews.files.wordpress.com/2020/09/ts-blog-1.png?w=1024&amp;h=761 1024w, https://web.archive.org/web/20201005120315im_/https://metofficenews.files.wordpress.com/2020/09/ts-blog-1.png 1117w" sizes="(max-width: 640px) 100vw, 640px"/></a><p id="caption-attachment-11699" class="wp-caption-text">Hurricane Laura at landfall over Louisiana, USA seen on 27 August 2020.<br/>Picture: RAMMB/CIRA.</p></div></p> <p>Hurricane Laura was the strongest of these bringing wind gusts of over 130 mph and a storm surge of near 15 feet at its peak. Although weaker than Laura as measured by wind speed, Hurricane Sally became slow moving at landfall and dropped as much as 30” (750 mm) of rainfall over some parts of southern USA. In addition, Hurricane Paulette made landfall directly over Bermuda in the Atlantic Ocean. This is fourth hurricane landfall over this small Atlantic territory in the last six years.</p> <p><div data-shortcode="caption" id="attachment_11703" style="width: 650px" class="wp-caption alignleft"><a href="https://web.archive.org/web/20201005120315/https://metofficenews.files.wordpress.com/2020/09/ts-blog-2.png"><img loading="lazy" aria-describedby="caption-attachment-11703" data-attachment-id="11703" data-permalink="https://web.archive.org/web/20201005120315/https://blog.metoffice.gov.uk/2020/09/18/atlantic-tropical-storms-forming-at-a-record-pace/ts-blog-2-2/" data-orig-file="https://web.archive.org/web/20201005120315/https://metofficenews.files.wordpress.com/2020/09/ts-blog-2.png" data-orig-size="1041,797" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="ts blog 2" data-image-description="" data-medium-file="https://web.archive.org/web/20201005120315/https://metofficenews.files.wordpress.com/2020/09/ts-blog-2.png?w=300" data-large-file="https://web.archive.org/web/20201005120315/https://metofficenews.files.wordpress.com/2020/09/ts-blog-2.png?w=640" class="size-full wp-image-11703" src="https://web.archive.org/web/20201005120315im_/https://metofficenews.files.wordpress.com/2020/09/ts-blog-2.png" alt="" width="640" height="490" srcset="https://web.archive.org/web/20201005120315im_/https://metofficenews.files.wordpress.com/2020/09/ts-blog-2.png?w=640&amp;h=490 640w, https://web.archive.org/web/20201005120315im_/https://metofficenews.files.wordpress.com/2020/09/ts-blog-2.png?w=150&amp;h=115 150w, https://web.archive.org/web/20201005120315im_/https://metofficenews.files.wordpress.com/2020/09/ts-blog-2.png?w=300&amp;h=230 300w, https://web.archive.org/web/20201005120315im_/https://metofficenews.files.wordpress.com/2020/09/ts-blog-2.png?w=768&amp;h=588 768w, https://web.archive.org/web/20201005120315im_/https://metofficenews.files.wordpress.com/2020/09/ts-blog-2.png?w=1024&amp;h=784 1024w, https://web.archive.org/web/20201005120315im_/https://metofficenews.files.wordpress.com/2020/09/ts-blog-2.png 1041w" sizes="(max-width: 640px) 100vw, 640px"/></a><p id="caption-attachment-11703" class="wp-caption-text">Hurricane Paulette seen on 14 September 2020.<br/>Bermuda can be seen in the eye of the hurricane. Picture: RAMMB/CIRA.</p></div></p> <p>Meanwhile another tropical depression has formed in the Gulf of Mexico and is expected to become a hurricane over the next few days.</p> <p><div data-shortcode="caption" id="attachment_11705" style="width: 650px" class="wp-caption alignleft"><a href="https://web.archive.org/web/20201005120315/https://metofficenews.files.wordpress.com/2020/09/ts-blog-3.png"><img loading="lazy" aria-describedby="caption-attachment-11705" data-attachment-id="11705" data-permalink="https://web.archive.org/web/20201005120315/https://blog.metoffice.gov.uk/2020/09/18/atlantic-tropical-storms-forming-at-a-record-pace/ts-blog-3-2/" data-orig-file="https://web.archive.org/web/20201005120315/https://metofficenews.files.wordpress.com/2020/09/ts-blog-3.png" data-orig-size="1168,730" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="ts blog 3" data-image-description="" data-medium-file="https://web.archive.org/web/20201005120315/https://metofficenews.files.wordpress.com/2020/09/ts-blog-3.png?w=300" data-large-file="https://web.archive.org/web/20201005120315/https://metofficenews.files.wordpress.com/2020/09/ts-blog-3.png?w=640" class="size-full wp-image-11705" src="https://web.archive.org/web/20201005120315im_/https://metofficenews.files.wordpress.com/2020/09/ts-blog-3.png" alt="" width="640" height="400" srcset="https://web.archive.org/web/20201005120315im_/https://metofficenews.files.wordpress.com/2020/09/ts-blog-3.png?w=640&amp;h=400 640w, https://web.archive.org/web/20201005120315im_/https://metofficenews.files.wordpress.com/2020/09/ts-blog-3.png?w=150&amp;h=94 150w, https://web.archive.org/web/20201005120315im_/https://metofficenews.files.wordpress.com/2020/09/ts-blog-3.png?w=300&amp;h=188 300w, https://web.archive.org/web/20201005120315im_/https://metofficenews.files.wordpress.com/2020/09/ts-blog-3.png?w=768&amp;h=480 768w, https://web.archive.org/web/20201005120315im_/https://metofficenews.files.wordpress.com/2020/09/ts-blog-3.png?w=1024&amp;h=640 1024w, https://web.archive.org/web/20201005120315im_/https://metofficenews.files.wordpress.com/2020/09/ts-blog-3.png 1168w" sizes="(max-width: 640px) 100vw, 640px"/></a><p id="caption-attachment-11705" class="wp-caption-text">Atlantic tropical cyclones (ranging from tropical depression to hurricane)<br/>seen on 14 September 2020. Picture: RAMMB/CIRA.</p></div></p> <p><strong>Elsewhere in the Globe</strong></p> <p>So have other parts of the globe seen similar levels of activity? In short, the answer is ‘no’. Both the eastern and western Pacific have seen tropical cyclone activity well below average to this point in the season. By one measure, the western Pacific has had only 40% of usual activity. However, some parts of this basin have still been hit hard. Two tropical storms (Hagupit and Jangmi) and three typhoons (Bavi, Maysak and Haishen) have all impacted the Korean Peninsula.</p> <p>The North Indian Ocean has a split cyclone season and in the first half there were two cyclones. The strongest of these was Amphan which struck the India/Bangladesh border region and to date is the strongest tropical cyclone of the northern hemisphere season.</p> <p>The Mediterranean Sea occasionally sees storms which have some characteristics of tropical cyclones – sometimes referred to as ‘medicanes’. In 2018 a particularly strong one, known locally as Zorbas, hit southern Greece causing some impacts. A medicane named Ianos, came ashore over the Greek island of Kefalonia overnight 17<sup>th</sup> to 18<sup>th</sup> September causing coastal flooding, downing trees and damaging buildings.</p> <p><div data-shortcode="caption" id="attachment_11707" style="width: 650px" class="wp-caption alignleft"><a href="https://web.archive.org/web/20201005120315/https://metofficenews.files.wordpress.com/2020/09/ts-blog-4.png"><img loading="lazy" aria-describedby="caption-attachment-11707" data-attachment-id="11707" data-permalink="https://web.archive.org/web/20201005120315/https://blog.metoffice.gov.uk/2020/09/18/atlantic-tropical-storms-forming-at-a-record-pace/ts-blog-4/" data-orig-file="https://web.archive.org/web/20201005120315/https://metofficenews.files.wordpress.com/2020/09/ts-blog-4.png" data-orig-size="1060,560" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="ts blog 4" data-image-description="" data-medium-file="https://web.archive.org/web/20201005120315/https://metofficenews.files.wordpress.com/2020/09/ts-blog-4.png?w=300" data-large-file="https://web.archive.org/web/20201005120315/https://metofficenews.files.wordpress.com/2020/09/ts-blog-4.png?w=640" class="size-full wp-image-11707" src="https://web.archive.org/web/20201005120315im_/https://metofficenews.files.wordpress.com/2020/09/ts-blog-4.png" alt="" width="640" height="338" srcset="https://web.archive.org/web/20201005120315im_/https://metofficenews.files.wordpress.com/2020/09/ts-blog-4.png?w=640&amp;h=338 640w, https://web.archive.org/web/20201005120315im_/https://metofficenews.files.wordpress.com/2020/09/ts-blog-4.png?w=150&amp;h=79 150w, https://web.archive.org/web/20201005120315im_/https://metofficenews.files.wordpress.com/2020/09/ts-blog-4.png?w=300&amp;h=158 300w, https://web.archive.org/web/20201005120315im_/https://metofficenews.files.wordpress.com/2020/09/ts-blog-4.png?w=768&amp;h=406 768w, https://web.archive.org/web/20201005120315im_/https://metofficenews.files.wordpress.com/2020/09/ts-blog-4.png?w=1024&amp;h=541 1024w, https://web.archive.org/web/20201005120315im_/https://metofficenews.files.wordpress.com/2020/09/ts-blog-4.png 1060w" sizes="(max-width: 640px) 100vw, 640px"/></a><p id="caption-attachment-11707" class="wp-caption-text">Mediterranean storm Ianos seen on 17 September 2020. Picture: Met Office/EUMETSAT.</p></div></p> <p><strong>Is climate change affecting tropical storm intensity and frequency?</strong></p> <p>The effects of climate change on tropical cyclone activity remains complex.  It is not possible to conclusively state the extent to which climate change may have influenced the frequency or intensity of this year’s North Atlantic Hurricane season. More research is needed to understand the relationships and relative contributions of the various physical processes at play and the way in which climate change is influencing them.</p> <p>The Met Office’s latest summary of expected changes can be found <a href="https://web.archive.org/web/20201005120315/https://www.metoffice.gov.uk/research/climate/understanding-climate/global-extreme-events_tropical-storms">here</a> and is based largely on the <a href="https://web.archive.org/web/20201005120315/https://www.ipcc.ch/report/ar5/wg1/">IPCC Fifth Assessment Report</a>.</p> <p><strong>Further Information</strong></p> <p>Follow our Twitter feed <a href="https://web.archive.org/web/20201005120315/http://twitter.com/metofficestorms">@metofficestorms</a> for regular information on tropical cyclones currently active worldwide.</p> <div id="jp-post-flair" class="sharedaddy sd-like-enabled sd-sharing-enabled"><div class="sharedaddy sd-sharing-enabled"><div class="robots-nocontent sd-block sd-social sd-social-icon-text sd-sharing"><h3 class="sd-title">Share this:</h3><div class="sd-content"><ul><li class="share-email"><a rel="nofollow noopener noreferrer" data-shared="" class="share-email sd-button share-icon" href="https://web.archive.org/web/20201005120315/https://blog.metoffice.gov.uk/2020/09/18/atlantic-tropical-storms-forming-at-a-record-pace/?share=email" target="_blank" title="Click to email this to a friend"><span>Email</span></a></li><li class="share-print"><a rel="nofollow noopener noreferrer" data-shared="" class="share-print sd-button share-icon" href="https://web.archive.org/web/20201005120315/https://blog.metoffice.gov.uk/2020/09/18/atlantic-tropical-storms-forming-at-a-record-pace/" target="_blank" title="Click to print"><span>Print</span></a></li><li class="share-reddit"><a rel="nofollow noopener noreferrer" data-shared="" class="share-reddit sd-button share-icon" href="https://web.archive.org/web/20201005120315/https://blog.metoffice.gov.uk/2020/09/18/atlantic-tropical-storms-forming-at-a-record-pace/?share=reddit" target="_blank" title="Click to share on Reddit"><span>Reddit</span></a></li><li class="share-facebook"><a rel="nofollow noopener noreferrer" data-shared="sharing-facebook-11697" class="share-facebook sd-button share-icon" href="https://web.archive.org/web/20201005120315/https://blog.metoffice.gov.uk/2020/09/18/atlantic-tropical-storms-forming-at-a-record-pace/?share=facebook" target="_blank" title="Click to share on Facebook"><span>Facebook</span></a></li><li class="share-twitter"><a rel="nofollow noopener noreferrer" data-shared="sharing-twitter-11697" class="share-twitter sd-button share-icon" href="https://web.archive.org/web/20201005120315/https://blog.metoffice.gov.uk/2020/09/18/atlantic-tropical-storms-forming-at-a-record-pace/?share=twitter" target="_blank" title="Click to share on Twitter"><span>Twitter</span></a></li><li class="share-linkedin"><a rel="nofollow noopener noreferrer" data-shared="sharing-linkedin-11697" class="share-linkedin sd-button share-icon" href="https://web.archive.org/web/20201005120315/https://blog.metoffice.gov.uk/2020/09/18/atlantic-tropical-storms-forming-at-a-record-pace/?share=linkedin" target="_blank" title="Click to share on LinkedIn"><span>LinkedIn</span></a></li><li class="share-end"></li></ul></div></div></div><div class="sharedaddy sd-block sd-like jetpack-likes-widget-wrapper jetpack-likes-widget-unloaded" id="like-post-wrapper-14516441-11697-5f7b0b838aaf5" data-src="//web.archive.org/web/20201005120315oe_/https://widgets.wp.com/likes/index.html?ver=20200826#blog_id=14516441&amp;post_id=11697&amp;origin=metofficenews.wordpress.com&amp;obj_id=14516441-11697-5f7b0b838aaf5&amp;domain=blog.metoffice.gov.uk" data-name="like-post-frame-14516441-11697-5f7b0b838aaf5"><h3 class="sd-title">Like this:</h3><div class="likes-widget-placeholder post-likes-widget-placeholder" style="height: 55px;"><span class="button"><span>Like</span></span> <span class="loading">Loading...</span></div><span class="sd-text-color"></span><a class="sd-link-color"></a></div></div> </div><!-- .entry-content --> <div class="entry-utility"> <span class="cat-links"> <span class="entry-utility-prep entry-utility-prep-cat-links">Posted in</span> <a href="https://web.archive.org/web/20201005120315/https://blog.metoffice.gov.uk/category/met-office-news/" rel="category tag">Met Office News</a> </span> <span class="meta-sep">|</span> <span class="tag-links"> <span class="entry-utility-prep entry-utility-prep-tag-links">Tagged</span> <a href="https://web.archive.org/web/20201005120315/https://blog.metoffice.gov.uk/tag/atlantic-hurricane-season/" rel="tag">Atlantic hurricane season</a>, <a href="https://web.archive.org/web/20201005120315/https://blog.metoffice.gov.uk/tag/atlantic-storm-season/" rel="tag">Atlantic storm season</a>, <a href="https://web.archive.org/web/20201005120315/https://blog.metoffice.gov.uk/tag/cyclone-season/" rel="tag">cyclone season</a>, <a href="https://web.archive.org/web/20201005120315/https://blog.metoffice.gov.uk/tag/hurricane/" rel="tag">hurricane</a>, <a href="https://web.archive.org/web/20201005120315/https://blog.metoffice.gov.uk/tag/la-nina/" rel="tag">La Niña</a>, <a href="https://web.archive.org/web/20201005120315/https://blog.metoffice.gov.uk/tag/medicane/" rel="tag">Medicane</a>, <a href="https://web.archive.org/web/20201005120315/https://blog.metoffice.gov.uk/tag/met-office/" rel="tag">Met Office</a>, <a href="https://web.archive.org/web/20201005120315/https://blog.metoffice.gov.uk/tag/tropical-cyclone/" rel="tag">tropical cyclone</a>, <a href="https://web.archive.org/web/20201005120315/https://blog.metoffice.gov.uk/tag/tropical-storm/" rel="tag">tropical storm</a> </span> <span class="meta-sep">|</span> <span class="comments-link"><a href="https://web.archive.org/web/20201005120315/https://blog.metoffice.gov.uk/2020/09/18/atlantic-tropical-storms-forming-at-a-record-pace/#respond">Leave a comment</a></span> </div><!-- .entry-utility --> </div><!-- #post-## --> <div id="post-11680" class="post-11680 post type-post status-publish format-standard hentry category-met-office-news"> <h2 class="entry-title"><a href="https://web.archive.org/web/20201005120315/https://blog.metoffice.gov.uk/2020/09/01/a-dull-and-damp-august-brings-summer-to-a-close/" rel="bookmark">A dull and damp August brings Summer to a&nbsp;close</a></h2> <div class="entry-meta"> <span class="meta-prep meta-prep-author">Posted on</span> <a href="https://web.archive.org/web/20201005120315/https://blog.metoffice.gov.uk/2020/09/01/a-dull-and-damp-august-brings-summer-to-a-close/" title="4:13 pm" rel="bookmark"><span class="entry-date">1 September, 2020</span></a> <span class="by-author"><span class="sep">by</span> <span class="author vcard"><a class="url fn n" href="https://web.archive.org/web/20201005120315/https://blog.metoffice.gov.uk/author/dbr1tt0n/" title="View all posts by Met Office Press Office" rel="author">Met Office Press Office</a></span> </span> </div><!-- .entry-meta --> <div class="entry-content"> <p>Despite several notable weather events, neither the month of August nor the summer as a whole for 2020 will be remembered for being particularly prominent from a climatological point of view.</p> <p>Although there was a major summer heatwave in the middle of the month of August for England and Wales, with temperatures reaching 36.4°C at Heathrow and Kew Gardens on 7<sup>th</sup>, more unsettled and cooler conditions at the start and end of the month balanced the month out. Much of the UK was above average for mean temperature in August, with East Anglia and the south east of England the highest over the long-term average. Suffolk, Kent and East Sussex were the counties with the highest mean temperatures compared to average (2.5°C above).</p> <p><img loading="lazy" data-attachment-id="11695" data-permalink="https://web.archive.org/web/20201005120315/https://blog.metoffice.gov.uk/2020/09/01/a-dull-and-damp-august-brings-summer-to-a-close/monthly_meantemp_2020-08_anomaly_1981-2010/" data-orig-file="https://web.archive.org/web/20201005120315/https://metofficenews.files.wordpress.com/2020/09/monthly_meantemp_2020-08_anomaly_1981-2010.png" data-orig-size="547,770" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="monthly_meantemp_2020-08_anomaly_1981-2010" data-image-description="" data-medium-file="https://web.archive.org/web/20201005120315/https://metofficenews.files.wordpress.com/2020/09/monthly_meantemp_2020-08_anomaly_1981-2010.png?w=213" data-large-file="https://web.archive.org/web/20201005120315/https://metofficenews.files.wordpress.com/2020/09/monthly_meantemp_2020-08_anomaly_1981-2010.png?w=547" class=" wp-image-11695 aligncenter" src="https://web.archive.org/web/20201005120315im_/https://metofficenews.files.wordpress.com/2020/09/monthly_meantemp_2020-08_anomaly_1981-2010.png" alt="monthly_meantemp_2020-08_anomaly_1981-2010" width="320" height="450" srcset="https://web.archive.org/web/20201005120315im_/https://metofficenews.files.wordpress.com/2020/09/monthly_meantemp_2020-08_anomaly_1981-2010.png?w=320&amp;h=450 320w, https://web.archive.org/web/20201005120315im_/https://metofficenews.files.wordpress.com/2020/09/monthly_meantemp_2020-08_anomaly_1981-2010.png?w=107&amp;h=150 107w, https://web.archive.org/web/20201005120315im_/https://metofficenews.files.wordpress.com/2020/09/monthly_meantemp_2020-08_anomaly_1981-2010.png?w=213&amp;h=300 213w, https://web.archive.org/web/20201005120315im_/https://metofficenews.files.wordpress.com/2020/09/monthly_meantemp_2020-08_anomaly_1981-2010.png 547w" sizes="(max-width: 320px) 100vw, 320px"/></p> <p>It was a wetter than average month for most except for the south east of England and north west Scotland, where Sutherland only recorded 30% of its average monthly rainfall (31.5mm). Some regions recorded more than twice normal August rainfall, Herefordshire recorded 226% of its average for the month and Midlothian 228%. The hot spell of weather triggered some torrential downpours that saw 30-60mm falling in just a few hours, making up considerable proportions of monthly totals in single rain events.</p> <p><img loading="lazy" data-attachment-id="11694" data-permalink="https://web.archive.org/web/20201005120315/https://blog.metoffice.gov.uk/2020/09/01/a-dull-and-damp-august-brings-summer-to-a-close/monthly_rainfall_2020-08_anomaly_1981-2010/" data-orig-file="https://web.archive.org/web/20201005120315/https://metofficenews.files.wordpress.com/2020/09/monthly_rainfall_2020-08_anomaly_1981-2010.png" data-orig-size="547,770" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="monthly_rainfall_2020-08_anomaly_1981-2010" data-image-description="" data-medium-file="https://web.archive.org/web/20201005120315/https://metofficenews.files.wordpress.com/2020/09/monthly_rainfall_2020-08_anomaly_1981-2010.png?w=213" data-large-file="https://web.archive.org/web/20201005120315/https://metofficenews.files.wordpress.com/2020/09/monthly_rainfall_2020-08_anomaly_1981-2010.png?w=547" class=" wp-image-11694 aligncenter" src="https://web.archive.org/web/20201005120315im_/https://metofficenews.files.wordpress.com/2020/09/monthly_rainfall_2020-08_anomaly_1981-2010.png" alt="monthly_rainfall_2020-08_anomaly_1981-2010" width="325" height="458" srcset="https://web.archive.org/web/20201005120315im_/https://metofficenews.files.wordpress.com/2020/09/monthly_rainfall_2020-08_anomaly_1981-2010.png?w=325&amp;h=458 325w, https://web.archive.org/web/20201005120315im_/https://metofficenews.files.wordpress.com/2020/09/monthly_rainfall_2020-08_anomaly_1981-2010.png?w=107&amp;h=150 107w, https://web.archive.org/web/20201005120315im_/https://metofficenews.files.wordpress.com/2020/09/monthly_rainfall_2020-08_anomaly_1981-2010.png?w=213&amp;h=300 213w, https://web.archive.org/web/20201005120315im_/https://metofficenews.files.wordpress.com/2020/09/monthly_rainfall_2020-08_anomaly_1981-2010.png 547w" sizes="(max-width: 325px) 100vw, 325px"/></p> <p>The only region to experience a sunnier than average August was north Scotland, with 119% of its average sunshine hours (139.7 hours). The UK as a whole only saw 88% of its average sunshine hours (142.6 hours).</p> <p><img loading="lazy" data-attachment-id="11693" data-permalink="https://web.archive.org/web/20201005120315/https://blog.metoffice.gov.uk/2020/09/01/a-dull-and-damp-august-brings-summer-to-a-close/monthly_sunshine_2020-08_anomaly_1981-2010/" data-orig-file="https://web.archive.org/web/20201005120315/https://metofficenews.files.wordpress.com/2020/09/monthly_sunshine_2020-08_anomaly_1981-2010.png" data-orig-size="547,770" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="monthly_sunshine_2020-08_anomaly_1981-2010" data-image-description="" data-medium-file="https://web.archive.org/web/20201005120315/https://metofficenews.files.wordpress.com/2020/09/monthly_sunshine_2020-08_anomaly_1981-2010.png?w=213" data-large-file="https://web.archive.org/web/20201005120315/https://metofficenews.files.wordpress.com/2020/09/monthly_sunshine_2020-08_anomaly_1981-2010.png?w=547" class=" wp-image-11693 aligncenter" src="https://web.archive.org/web/20201005120315im_/https://metofficenews.files.wordpress.com/2020/09/monthly_sunshine_2020-08_anomaly_1981-2010.png" alt="monthly_sunshine_2020-08_anomaly_1981-2010" width="333" height="469" srcset="https://web.archive.org/web/20201005120315im_/https://metofficenews.files.wordpress.com/2020/09/monthly_sunshine_2020-08_anomaly_1981-2010.png?w=333&amp;h=469 333w, https://web.archive.org/web/20201005120315im_/https://metofficenews.files.wordpress.com/2020/09/monthly_sunshine_2020-08_anomaly_1981-2010.png?w=107&amp;h=150 107w, https://web.archive.org/web/20201005120315im_/https://metofficenews.files.wordpress.com/2020/09/monthly_sunshine_2020-08_anomaly_1981-2010.png?w=213&amp;h=300 213w, https://web.archive.org/web/20201005120315im_/https://metofficenews.files.wordpress.com/2020/09/monthly_sunshine_2020-08_anomaly_1981-2010.png 547w" sizes="(max-width: 333px) 100vw, 333px"/></p> <p>There were two named storms in August in quick succession that brought strong winds and heavy rain to parts of the UK. A turbulent spell of weather late in the month saw a strong jet stream bringing deep areas of low pressure towards the UK. Storms Ellen (19th to 21st) and Francis (25th) brought wind gusts of 46 to 58mph across inland areas and 58 to 70mph across exposed coastal locations. Wind speeds reached 79mph at Capel Curig, Conwy during storm Ellen and 81mph at Needles Old Battery (Isle of Wight) from storm Francis. These were two of the most notable August storms in the UK in the last 50 years but were not unprecedented.</p> <table width="495"> <tbody> <tr> <td width="85">Provisional August 2020  data</td> <td colspan="2" width="130">Mean temp (°C)</td> <td colspan="2" width="141">Sunshine (hours)</td> <td colspan="2" width="129">Rainfall (mm)</td> </tr> <tr> <td width="85"></td> <td width="53">Actual</td> <td width="75"> Diff from avg (°C)</td> <td width="66">Actual</td> <td width="73">% of avg</td> <td width="62">Actual</td> <td width="65">% of avg</td> </tr> <tr> <td width="85">UK</td> <td width="53">15.9</td> <td width="75">1.0</td> <td width="66">142.6</td> <td width="73">88</td> <td width="62">120.0</td> <td width="65">135</td> </tr> <tr> <td width="85">England</td> <td width="53">17.4</td> <td width="75">1.3</td> <td width="66">157.6</td> <td width="73">86</td> <td width="62">109.4</td> <td width="65">158</td> </tr> <tr> <td width="85">Wales</td> <td width="53">16.1</td> <td width="75">1.1</td> <td width="66">125.0</td> <td width="73">74</td> <td width="62">175.5</td> <td width="65">163</td> </tr> <tr> <td width="85">Scotland</td> <td width="53">13.5</td> <td width="75">0.5</td> <td width="66">128.4</td> <td width="73">96</td> <td width="62">116.6</td> <td width="65">100</td> </tr> <tr> <td width="85">N Ireland</td> <td width="53">15.0</td> <td width="75">0.6</td> <td width="66">108.3</td> <td width="73">80</td> <td width="62">156.2</td> <td width="65">161</td> </tr> </tbody> </table> <p><strong>Summer</strong></p> <p>For the season as a whole, the UK has been warmer than average (by 0.38°C), with the focus of above average mean temperatures in the south east of the UK. Warmer conditions in June and August have been partly offset by a <a href="https://web.archive.org/web/20201005120315/https://blog.metoffice.gov.uk/2020/08/03/a-cool-july-ends-with-notable-heat/">cooler than average July</a>. Suffolk had the highest mean temperature compared to average (+1.06°C).<span style="text-decoration:line-through;">,</span> County Fermanagh (-0.03°C), Kincardineshire (-0.22°C) and the City of Aberdeen (-0.13°C) were among only five UK counties to be below average for mean temperature through summer 2020.</p> <p><img loading="lazy" data-attachment-id="11692" data-permalink="https://web.archive.org/web/20201005120315/https://blog.metoffice.gov.uk/2020/09/01/a-dull-and-damp-august-brings-summer-to-a-close/seasonal_meantemp_2020-summer_anomaly_1981-2010/" data-orig-file="https://web.archive.org/web/20201005120315/https://metofficenews.files.wordpress.com/2020/09/seasonal_meantemp_2020-summer_anomaly_1981-2010.png" data-orig-size="547,770" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="seasonal_meantemp_2020-summer_anomaly_1981-2010" data-image-description="" data-medium-file="https://web.archive.org/web/20201005120315/https://metofficenews.files.wordpress.com/2020/09/seasonal_meantemp_2020-summer_anomaly_1981-2010.png?w=213" data-large-file="https://web.archive.org/web/20201005120315/https://metofficenews.files.wordpress.com/2020/09/seasonal_meantemp_2020-summer_anomaly_1981-2010.png?w=547" class=" wp-image-11692 aligncenter" src="https://web.archive.org/web/20201005120315im_/https://metofficenews.files.wordpress.com/2020/09/seasonal_meantemp_2020-summer_anomaly_1981-2010.png" alt="seasonal_meantemp_2020-summer_anomaly_1981-2010" width="335" height="471" srcset="https://web.archive.org/web/20201005120315im_/https://metofficenews.files.wordpress.com/2020/09/seasonal_meantemp_2020-summer_anomaly_1981-2010.png?w=335&amp;h=471 335w, https://web.archive.org/web/20201005120315im_/https://metofficenews.files.wordpress.com/2020/09/seasonal_meantemp_2020-summer_anomaly_1981-2010.png?w=107&amp;h=150 107w, https://web.archive.org/web/20201005120315im_/https://metofficenews.files.wordpress.com/2020/09/seasonal_meantemp_2020-summer_anomaly_1981-2010.png?w=213&amp;h=300 213w, https://web.archive.org/web/20201005120315im_/https://metofficenews.files.wordpress.com/2020/09/seasonal_meantemp_2020-summer_anomaly_1981-2010.png 547w" sizes="(max-width: 335px) 100vw, 335px"/></p> <p>All three summer months have been wetter than average for the UK, although south east England and north west Scotland are the exceptions when looking at a more local level. Kent was the driest individual county compared to average, with 76% of the average summer rainfall (111.3mm). North west England, south west Scotland and Northern Ireland saw the wettest summer relative to average, with around 150% or more of average rainfall. This year joins a small cluster of years that have experienced a warm-wet summer, where more typically we might expect warm-dry or cool-wet.</p> <p><img loading="lazy" data-attachment-id="11691" data-permalink="https://web.archive.org/web/20201005120315/https://blog.metoffice.gov.uk/2020/09/01/a-dull-and-damp-august-brings-summer-to-a-close/seasonal_rainfall_2020-summer_anomaly_1981-2010/" data-orig-file="https://web.archive.org/web/20201005120315/https://metofficenews.files.wordpress.com/2020/09/seasonal_rainfall_2020-summer_anomaly_1981-2010.png" data-orig-size="547,770" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="seasonal_rainfall_2020-summer_anomaly_1981-2010" data-image-description="" data-medium-file="https://web.archive.org/web/20201005120315/https://metofficenews.files.wordpress.com/2020/09/seasonal_rainfall_2020-summer_anomaly_1981-2010.png?w=213" data-large-file="https://web.archive.org/web/20201005120315/https://metofficenews.files.wordpress.com/2020/09/seasonal_rainfall_2020-summer_anomaly_1981-2010.png?w=547" class=" wp-image-11691 aligncenter" src="https://web.archive.org/web/20201005120315im_/https://metofficenews.files.wordpress.com/2020/09/seasonal_rainfall_2020-summer_anomaly_1981-2010.png" alt="seasonal_rainfall_2020-summer_anomaly_1981-2010" width="328" height="461" srcset="https://web.archive.org/web/20201005120315im_/https://metofficenews.files.wordpress.com/2020/09/seasonal_rainfall_2020-summer_anomaly_1981-2010.png?w=328&amp;h=461 328w, https://web.archive.org/web/20201005120315im_/https://metofficenews.files.wordpress.com/2020/09/seasonal_rainfall_2020-summer_anomaly_1981-2010.png?w=107&amp;h=150 107w, https://web.archive.org/web/20201005120315im_/https://metofficenews.files.wordpress.com/2020/09/seasonal_rainfall_2020-summer_anomaly_1981-2010.png?w=213&amp;h=300 213w, https://web.archive.org/web/20201005120315im_/https://metofficenews.files.wordpress.com/2020/09/seasonal_rainfall_2020-summer_anomaly_1981-2010.png 547w" sizes="(max-width: 328px) 100vw, 328px"/></p> <p>Sunshine has been below average in total duration, most notably so for Northern Ireland and Wales. The UK as a whole only had 89% (449.3 hours) of its average summer sunshine, with Northern Ireland only recording 73% (313.9 hours). Only a handful of counties in the south east of England and north Scotland recorded above average sunshine hours for summer 2020.</p> <p><img loading="lazy" data-attachment-id="11690" data-permalink="https://web.archive.org/web/20201005120315/https://blog.metoffice.gov.uk/2020/09/01/a-dull-and-damp-august-brings-summer-to-a-close/seasonal_sunshine_2020-summer_anomaly_1981-2010/" data-orig-file="https://web.archive.org/web/20201005120315/https://metofficenews.files.wordpress.com/2020/09/seasonal_sunshine_2020-summer_anomaly_1981-2010.png" data-orig-size="547,770" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="seasonal_sunshine_2020-summer_anomaly_1981-2010" data-image-description="" data-medium-file="https://web.archive.org/web/20201005120315/https://metofficenews.files.wordpress.com/2020/09/seasonal_sunshine_2020-summer_anomaly_1981-2010.png?w=213" data-large-file="https://web.archive.org/web/20201005120315/https://metofficenews.files.wordpress.com/2020/09/seasonal_sunshine_2020-summer_anomaly_1981-2010.png?w=547" class=" wp-image-11690 aligncenter" src="https://web.archive.org/web/20201005120315im_/https://metofficenews.files.wordpress.com/2020/09/seasonal_sunshine_2020-summer_anomaly_1981-2010.png" alt="seasonal_sunshine_2020-summer_anomaly_1981-2010" width="335" height="471" srcset="https://web.archive.org/web/20201005120315im_/https://metofficenews.files.wordpress.com/2020/09/seasonal_sunshine_2020-summer_anomaly_1981-2010.png?w=335&amp;h=471 335w, https://web.archive.org/web/20201005120315im_/https://metofficenews.files.wordpress.com/2020/09/seasonal_sunshine_2020-summer_anomaly_1981-2010.png?w=107&amp;h=150 107w, https://web.archive.org/web/20201005120315im_/https://metofficenews.files.wordpress.com/2020/09/seasonal_sunshine_2020-summer_anomaly_1981-2010.png?w=213&amp;h=300 213w, https://web.archive.org/web/20201005120315im_/https://metofficenews.files.wordpress.com/2020/09/seasonal_sunshine_2020-summer_anomaly_1981-2010.png 547w" sizes="(max-width: 335px) 100vw, 335px"/></p> <table width="495"> <tbody> <tr> <td width="85">Provisional Summer 2020  data</td> <td colspan="2" width="130">Mean temp (°C)</td> <td colspan="2" width="141">Sunshine (hours)</td> <td colspan="2" width="129">Rainfall (mm)</td> </tr> <tr> <td width="85"></td> <td width="53">Actual</td> <td width="75"> Diff from avg (°C)</td> <td width="66">Actual</td> <td width="73">% of avg</td> <td width="62">Actual</td> <td width="65">% of avg</td> </tr> <tr> <td width="85">UK</td> <td width="53">14.75</td> <td width="75">0.38</td> <td width="66">449.3</td> <td width="73">89</td> <td width="62">321.0</td> <td width="65">134</td> </tr> <tr> <td width="85">England</td> <td width="53">16.02</td> <td width="75">0.53</td> <td width="66">508.0</td> <td width="73">91</td> <td width="62">262.9</td> <td width="65">136</td> </tr> <tr> <td width="85">Wales</td> <td width="53">14.79</td> <td width="75">0.34</td> <td width="66">421.6</td> <td width="73">81</td> <td width="62">427.6</td> <td width="65">150</td> </tr> <tr> <td width="85">Scotland</td> <td width="53">12.78</td> <td width="75">0.21</td> <td width="66">383.0</td> <td width="73">90</td> <td width="62">374.5</td> <td width="65">123</td> </tr> <tr> <td width="85">N Ireland</td> <td width="53">14.01</td> <td width="75">0.11</td> <td width="66">313.9</td> <td width="73">73</td> <td width="62">399.3</td> <td width="65">157</td> </tr> </tbody> </table> <p>&nbsp;</p> <p>&nbsp;</p> <div id="jp-post-flair" class="sharedaddy sd-like-enabled sd-sharing-enabled"><div class="sharedaddy sd-sharing-enabled"><div class="robots-nocontent sd-block sd-social sd-social-icon-text sd-sharing"><h3 class="sd-title">Share this:</h3><div class="sd-content"><ul><li class="share-email"><a rel="nofollow noopener noreferrer" data-shared="" class="share-email sd-button share-icon" href="https://web.archive.org/web/20201005120315/https://blog.metoffice.gov.uk/2020/09/01/a-dull-and-damp-august-brings-summer-to-a-close/?share=email" target="_blank" title="Click to email this to a friend"><span>Email</span></a></li><li class="share-print"><a rel="nofollow noopener noreferrer" data-shared="" class="share-print sd-button share-icon" href="https://web.archive.org/web/20201005120315/https://blog.metoffice.gov.uk/2020/09/01/a-dull-and-damp-august-brings-summer-to-a-close/" target="_blank" title="Click to print"><span>Print</span></a></li><li class="share-reddit"><a rel="nofollow noopener noreferrer" data-shared="" class="share-reddit sd-button share-icon" href="https://web.archive.org/web/20201005120315/https://blog.metoffice.gov.uk/2020/09/01/a-dull-and-damp-august-brings-summer-to-a-close/?share=reddit" target="_blank" title="Click to share on Reddit"><span>Reddit</span></a></li><li class="share-facebook"><a rel="nofollow noopener noreferrer" data-shared="sharing-facebook-11680" class="share-facebook sd-button share-icon" href="https://web.archive.org/web/20201005120315/https://blog.metoffice.gov.uk/2020/09/01/a-dull-and-damp-august-brings-summer-to-a-close/?share=facebook" target="_blank" title="Click to share on Facebook"><span>Facebook</span></a></li><li class="share-twitter"><a rel="nofollow noopener noreferrer" data-shared="sharing-twitter-11680" class="share-twitter sd-button share-icon" href="https://web.archive.org/web/20201005120315/https://blog.metoffice.gov.uk/2020/09/01/a-dull-and-damp-august-brings-summer-to-a-close/?share=twitter" target="_blank" title="Click to share on Twitter"><span>Twitter</span></a></li><li class="share-linkedin"><a rel="nofollow noopener noreferrer" data-shared="sharing-linkedin-11680" class="share-linkedin sd-button share-icon" href="https://web.archive.org/web/20201005120315/https://blog.metoffice.gov.uk/2020/09/01/a-dull-and-damp-august-brings-summer-to-a-close/?share=linkedin" target="_blank" title="Click to share on LinkedIn"><span>LinkedIn</span></a></li><li class="share-end"></li></ul></div></div></div><div class="sharedaddy sd-block sd-like jetpack-likes-widget-wrapper jetpack-likes-widget-unloaded" id="like-post-wrapper-14516441-11680-5f7b0b83919e3" data-src="//web.archive.org/web/20201005120315oe_/https://widgets.wp.com/likes/index.html?ver=20200826#blog_id=14516441&amp;post_id=11680&amp;origin=metofficenews.wordpress.com&amp;obj_id=14516441-11680-5f7b0b83919e3&amp;domain=blog.metoffice.gov.uk" data-name="like-post-frame-14516441-11680-5f7b0b83919e3"><h3 class="sd-title">Like this:</h3><div class="likes-widget-placeholder post-likes-widget-placeholder" style="height: 55px;"><span class="button"><span>Like</span></span> <span class="loading">Loading...</span></div><span class="sd-text-color"></span><a class="sd-link-color"></a></div></div> </div><!-- .entry-content --> <div class="entry-utility"> <span class="cat-links"> <span class="entry-utility-prep entry-utility-prep-cat-links">Posted in</span> <a href="https://web.archive.org/web/20201005120315/https://blog.metoffice.gov.uk/category/met-office-news/" rel="category tag">Met Office News</a> </span> <span class="meta-sep">|</span> <span class="comments-link"><a href="https://web.archive.org/web/20201005120315/https://blog.metoffice.gov.uk/2020/09/01/a-dull-and-damp-august-brings-summer-to-a-close/#respond">Leave a comment</a></span> </div><!-- .entry-utility --> </div><!-- #post-## --> <div id="post-11674" class="post-11674 post type-post status-publish format-standard hentry category-met-office-news"> <h2 class="entry-title"><a href="https://web.archive.org/web/20201005120315/https://blog.metoffice.gov.uk/2020/08/03/a-cool-july-ends-with-notable-heat/" rel="bookmark">A cool July ends with notable&nbsp;heat</a></h2> <div class="entry-meta"> <span class="meta-prep meta-prep-author">Posted on</span> <a href="https://web.archive.org/web/20201005120315/https://blog.metoffice.gov.uk/2020/08/03/a-cool-july-ends-with-notable-heat/" title="2:52 pm" rel="bookmark"><span class="entry-date">3 August, 2020</span></a> <span class="by-author"><span class="sep">by</span> <span class="author vcard"><a class="url fn n" href="https://web.archive.org/web/20201005120315/https://blog.metoffice.gov.uk/author/dbr1tt0n/" title="View all posts by Met Office Press Office" rel="author">Met Office Press Office</a></span> </span> </div><!-- .entry-meta --> <div class="entry-content"> <p>July 2020 was looking to be a fairly unremarkable month in terms of climate statistics for the UK, until hot conditions closed the month on the 31<sup>st</sup>.</p> <p>Overall it was a cool month, with most days having temperatures below average. Successive low pressure systems brought cloud, rain and predominantly westerly winds across parts of the UK, keeping temperatures down. The UK as a whole was -0.8°C below the long-term (1981-2010) average for the month. As the anomaly map indicates, the south-east of the UK was the only region to get close to average temperatures for July.</p> <p>One outlier of the July statistics is the maximum temperatures recorded on Friday 31<sup>st</sup> July. Tim Legg from the Met Office’s National Climate Information Centre, said: “An area of low pressure in the Atlantic acted to draw warm air up from the continent, bringing a day of heat to much of the UK with a particular focus on the south-east. The top temperature recorded was 37.8°C at Heathrow, with Kew Gardens in London close behind with 37.3 °C. This made it the hottest day of the year so far by some margin, and it also measures as the third hottest day on record in the UK.”</p> <p>The only two hotter days than 31<sup>st</sup> July were 25<sup>th</sup> July 2019 when 38.7°C was recorded at <a href="https://web.archive.org/web/20201005120315/https://www.metoffice.gov.uk/about-us/press-office/news/weather-and-climate/2019/new-official-highest-temperature-in-uk-confirmed">Cambridge Botanic Gardens</a> and 10<sup>th</sup> August 2003 when 38.5°C was recorded at Faversham in Kent.</p> <p>The heat was short-lived with a cold front moving in from the west making some places 10°C lower the following day. Only Wisley, in Surrey, and Holbeach, in Lincolnshire, reached <a href="https://web.archive.org/web/20201005120315/https://www.metoffice.gov.uk/weather/learn-about/weather/types-of-weather/temperature/heatwave">heatwave criteria</a>, with Thursday, Friday and Saturday just reaching the temperatures required under the definition.</p> <p><img loading="lazy" data-attachment-id="11668" data-permalink="https://web.archive.org/web/20201005120315/https://blog.metoffice.gov.uk/monthly_meantemp_2020-07_anomaly_1981-2010/" data-orig-file="https://web.archive.org/web/20201005120315/https://metofficenews.files.wordpress.com/2020/08/monthly_meantemp_2020-07_anomaly_1981-2010.png" data-orig-size="547,770" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="monthly_meantemp_2020-07_anomaly_1981-2010" data-image-description="" data-medium-file="https://web.archive.org/web/20201005120315/https://metofficenews.files.wordpress.com/2020/08/monthly_meantemp_2020-07_anomaly_1981-2010.png?w=213" data-large-file="https://web.archive.org/web/20201005120315/https://metofficenews.files.wordpress.com/2020/08/monthly_meantemp_2020-07_anomaly_1981-2010.png?w=547" class=" wp-image-11668 aligncenter" src="https://web.archive.org/web/20201005120315im_/https://metofficenews.files.wordpress.com/2020/08/monthly_meantemp_2020-07_anomaly_1981-2010.png" alt="monthly_meantemp_2020-07_anomaly_1981-2010" width="385" height="542" srcset="https://web.archive.org/web/20201005120315im_/https://metofficenews.files.wordpress.com/2020/08/monthly_meantemp_2020-07_anomaly_1981-2010.png?w=385&amp;h=542 385w, https://web.archive.org/web/20201005120315im_/https://metofficenews.files.wordpress.com/2020/08/monthly_meantemp_2020-07_anomaly_1981-2010.png?w=107&amp;h=150 107w, https://web.archive.org/web/20201005120315im_/https://metofficenews.files.wordpress.com/2020/08/monthly_meantemp_2020-07_anomaly_1981-2010.png?w=213&amp;h=300 213w, https://web.archive.org/web/20201005120315im_/https://metofficenews.files.wordpress.com/2020/08/monthly_meantemp_2020-07_anomaly_1981-2010.png 547w" sizes="(max-width: 385px) 100vw, 385px"/></p> <p><img loading="lazy" data-attachment-id="11671" data-permalink="https://web.archive.org/web/20201005120315/https://blog.metoffice.gov.uk/tmean/" data-orig-file="https://web.archive.org/web/20201005120315/https://metofficenews.files.wordpress.com/2020/08/tmean.png" data-orig-size="3778,1554" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="tmean" data-image-description="" data-medium-file="https://web.archive.org/web/20201005120315/https://metofficenews.files.wordpress.com/2020/08/tmean.png?w=300" data-large-file="https://web.archive.org/web/20201005120315/https://metofficenews.files.wordpress.com/2020/08/tmean.png?w=640" class="alignnone size-full wp-image-11671" style="color:var(--color-text);font-size:1rem;" src="https://web.archive.org/web/20201005120315im_/https://metofficenews.files.wordpress.com/2020/08/tmean.png" alt="tmean" width="3778" height="1554" srcset="https://web.archive.org/web/20201005120315im_/https://metofficenews.files.wordpress.com/2020/08/tmean.png 3778w, https://web.archive.org/web/20201005120315im_/https://metofficenews.files.wordpress.com/2020/08/tmean.png?w=150&amp;h=62 150w, https://web.archive.org/web/20201005120315im_/https://metofficenews.files.wordpress.com/2020/08/tmean.png?w=300&amp;h=123 300w, https://web.archive.org/web/20201005120315im_/https://metofficenews.files.wordpress.com/2020/08/tmean.png?w=768&amp;h=316 768w, https://web.archive.org/web/20201005120315im_/https://metofficenews.files.wordpress.com/2020/08/tmean.png?w=1024&amp;h=421 1024w" sizes="(max-width: 3778px) 100vw, 3778px"/></p> <p>Rainfall was above average across parts of Wales, north-west England and Scotland through the month with some locations in south-west Scotland and north-west England recording more than double the average July rainfall. This is also linked to the successive low pressure systems through the month, a product of the jet stream following a more southerly track than usual for the time of year. In contrast the south coast of England has been somewhat drier than average. West Sussex was the driest county compared to average, with just 52% (27.5mm) of its average rainfall for the month.</p> <p><img loading="lazy" data-attachment-id="11669" data-permalink="https://web.archive.org/web/20201005120315/https://blog.metoffice.gov.uk/monthly_rainfall_2020-07_anomaly_1981-2010/" data-orig-file="https://web.archive.org/web/20201005120315/https://metofficenews.files.wordpress.com/2020/08/monthly_rainfall_2020-07_anomaly_1981-2010.png" data-orig-size="547,770" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="monthly_rainfall_2020-07_anomaly_1981-2010" data-image-description="" data-medium-file="https://web.archive.org/web/20201005120315/https://metofficenews.files.wordpress.com/2020/08/monthly_rainfall_2020-07_anomaly_1981-2010.png?w=213" data-large-file="https://web.archive.org/web/20201005120315/https://metofficenews.files.wordpress.com/2020/08/monthly_rainfall_2020-07_anomaly_1981-2010.png?w=547" class=" wp-image-11669 aligncenter" src="https://web.archive.org/web/20201005120315im_/https://metofficenews.files.wordpress.com/2020/08/monthly_rainfall_2020-07_anomaly_1981-2010.png" alt="monthly_rainfall_2020-07_anomaly_1981-2010" width="371" height="522" srcset="https://web.archive.org/web/20201005120315im_/https://metofficenews.files.wordpress.com/2020/08/monthly_rainfall_2020-07_anomaly_1981-2010.png?w=371&amp;h=522 371w, https://web.archive.org/web/20201005120315im_/https://metofficenews.files.wordpress.com/2020/08/monthly_rainfall_2020-07_anomaly_1981-2010.png?w=107&amp;h=150 107w, https://web.archive.org/web/20201005120315im_/https://metofficenews.files.wordpress.com/2020/08/monthly_rainfall_2020-07_anomaly_1981-2010.png?w=213&amp;h=300 213w, https://web.archive.org/web/20201005120315im_/https://metofficenews.files.wordpress.com/2020/08/monthly_rainfall_2020-07_anomaly_1981-2010.png 547w" sizes="(max-width: 371px) 100vw, 371px"/></p> <p><img loading="lazy" data-attachment-id="11672" data-permalink="https://web.archive.org/web/20201005120315/https://blog.metoffice.gov.uk/rain/" data-orig-file="https://web.archive.org/web/20201005120315/https://metofficenews.files.wordpress.com/2020/08/rain.png" data-orig-size="3869,1586" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="rain" data-image-description="" data-medium-file="https://web.archive.org/web/20201005120315/https://metofficenews.files.wordpress.com/2020/08/rain.png?w=300" data-large-file="https://web.archive.org/web/20201005120315/https://metofficenews.files.wordpress.com/2020/08/rain.png?w=640" class="alignnone size-full wp-image-11672" style="color:var(--color-text);font-size:1rem;" src="https://web.archive.org/web/20201005120315im_/https://metofficenews.files.wordpress.com/2020/08/rain.png" alt="rain" width="3869" height="1586" srcset="https://web.archive.org/web/20201005120315im_/https://metofficenews.files.wordpress.com/2020/08/rain.png 3869w, https://web.archive.org/web/20201005120315im_/https://metofficenews.files.wordpress.com/2020/08/rain.png?w=150&amp;h=61 150w, https://web.archive.org/web/20201005120315im_/https://metofficenews.files.wordpress.com/2020/08/rain.png?w=300&amp;h=123 300w, https://web.archive.org/web/20201005120315im_/https://metofficenews.files.wordpress.com/2020/08/rain.png?w=768&amp;h=315 768w, https://web.archive.org/web/20201005120315im_/https://metofficenews.files.wordpress.com/2020/08/rain.png?w=1024&amp;h=420 1024w" sizes="(max-width: 3869px) 100vw, 3869px"/></p> <p>Sunshine has been below average at 83% (142.4 hours) overall for the UK. The east of Scotland and south of England saw close to average sunshine. It was particularly dull for Northern Ireland with just 59% (83 hours) of the average sunshine hours. Further evidence of areas of low pressure influencing the UK, especially in the west. The exception has been Shetland which has seen above average sunshine for the month with 136% (172.1 hours) of the long-term average (1981-2010) sunshine.</p> <p><img loading="lazy" data-attachment-id="11670" data-permalink="https://web.archive.org/web/20201005120315/https://blog.metoffice.gov.uk/monthly_sunshine_2020-07_anomaly_1981-2010/" data-orig-file="https://web.archive.org/web/20201005120315/https://metofficenews.files.wordpress.com/2020/08/monthly_sunshine_2020-07_anomaly_1981-2010.png" data-orig-size="547,770" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="monthly_sunshine_2020-07_anomaly_1981-2010" data-image-description="" data-medium-file="https://web.archive.org/web/20201005120315/https://metofficenews.files.wordpress.com/2020/08/monthly_sunshine_2020-07_anomaly_1981-2010.png?w=213" data-large-file="https://web.archive.org/web/20201005120315/https://metofficenews.files.wordpress.com/2020/08/monthly_sunshine_2020-07_anomaly_1981-2010.png?w=547" class=" wp-image-11670 aligncenter" src="https://web.archive.org/web/20201005120315im_/https://metofficenews.files.wordpress.com/2020/08/monthly_sunshine_2020-07_anomaly_1981-2010.png" alt="monthly_sunshine_2020-07_anomaly_1981-2010" width="361" height="508" srcset="https://web.archive.org/web/20201005120315im_/https://metofficenews.files.wordpress.com/2020/08/monthly_sunshine_2020-07_anomaly_1981-2010.png?w=361&amp;h=508 361w, https://web.archive.org/web/20201005120315im_/https://metofficenews.files.wordpress.com/2020/08/monthly_sunshine_2020-07_anomaly_1981-2010.png?w=107&amp;h=150 107w, https://web.archive.org/web/20201005120315im_/https://metofficenews.files.wordpress.com/2020/08/monthly_sunshine_2020-07_anomaly_1981-2010.png?w=213&amp;h=300 213w, https://web.archive.org/web/20201005120315im_/https://metofficenews.files.wordpress.com/2020/08/monthly_sunshine_2020-07_anomaly_1981-2010.png 547w" sizes="(max-width: 361px) 100vw, 361px"/></p> <p><img loading="lazy" data-attachment-id="11673" data-permalink="https://web.archive.org/web/20201005120315/https://blog.metoffice.gov.uk/sun/" data-orig-file="https://web.archive.org/web/20201005120315/https://metofficenews.files.wordpress.com/2020/08/sun.png" data-orig-size="3771,1586" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="sun" data-image-description="" data-medium-file="https://web.archive.org/web/20201005120315/https://metofficenews.files.wordpress.com/2020/08/sun.png?w=300" data-large-file="https://web.archive.org/web/20201005120315/https://metofficenews.files.wordpress.com/2020/08/sun.png?w=640" class="alignnone size-full wp-image-11673" src="https://web.archive.org/web/20201005120315im_/https://metofficenews.files.wordpress.com/2020/08/sun.png" alt="sun" width="3771" height="1586" srcset="https://web.archive.org/web/20201005120315im_/https://metofficenews.files.wordpress.com/2020/08/sun.png 3771w, https://web.archive.org/web/20201005120315im_/https://metofficenews.files.wordpress.com/2020/08/sun.png?w=150&amp;h=63 150w, https://web.archive.org/web/20201005120315im_/https://metofficenews.files.wordpress.com/2020/08/sun.png?w=300&amp;h=126 300w, https://web.archive.org/web/20201005120315im_/https://metofficenews.files.wordpress.com/2020/08/sun.png?w=768&amp;h=323 768w, https://web.archive.org/web/20201005120315im_/https://metofficenews.files.wordpress.com/2020/08/sun.png?w=1024&amp;h=431 1024w" sizes="(max-width: 3771px) 100vw, 3771px"/></p> <table width="495"> <tbody> <tr> <td width="85">Provisional July 2020  data</td> <td colspan="2" width="130">Mean temp (°C)</td> <td colspan="2" width="141">Sunshine (hours)</td> <td colspan="2" width="129">Rainfall (mm)</td> </tr> <tr> <td width="85"></td> <td width="53">Actual</td> <td width="75"> Diff from avg (°C)</td> <td width="66">Actual</td> <td width="73">% of avg</td> <td width="62">Actual</td> <td width="65">% of avg</td> </tr> <tr> <td width="85">UK</td> <td width="53">14.3</td> <td width="75">-0.8</td> <td width="66">142.4</td> <td width="73">83</td> <td width="62">95.2</td> <td width="65">122</td> </tr> <tr> <td width="85">England</td> <td width="53">15.6</td> <td width="75">-0.6</td> <td width="66">163.9</td> <td width="73">85</td> <td width="62">65.1</td> <td width="65">104</td> </tr> <tr> <td width="85">Wales</td> <td width="53">14.2</td> <td width="75">-0.9</td> <td width="66">140.7</td> <td width="73">79</td> <td width="62">115.0</td> <td width="65">124</td> </tr> <tr> <td width="85">Scotland</td> <td width="53">12.2</td> <td width="75">-1.1</td> <td width="66">118.0</td> <td width="73">84</td> <td width="62">135.4</td> <td width="65">137</td> </tr> <tr> <td width="85">N Ireland</td> <td width="53">13.6</td> <td width="75">-1.0</td> <td width="66">83.0</td> <td width="73">59</td> <td width="62">118.8</td> <td width="65">147</td> </tr> </tbody> </table> <p>You can keep up to date with the weather using our <a href="https://web.archive.org/web/20201005120315/http://www.metoffice.gov.uk/public/weather/forecast">forecast</a> pages and by following us on <a href="https://web.archive.org/web/20201005120315/https://twitter.com/metoffice">Twitter</a> and <a href="https://web.archive.org/web/20201005120315/http://www.facebook.com/metoffice">Facebook</a>, as well as using our new <a href="https://web.archive.org/web/20201005120315/http://www.metoffice.gov.uk/app">mobile app</a> which is available for iPhone from the <a href="https://web.archive.org/web/20201005120315/https://itunes.apple.com/app/met-office-weather/id1068146838?ls=1&amp;mt=8">App store</a> and for Android from the <a href="https://web.archive.org/web/20201005120315/https://play.google.com/store/apps/details?id=uk.gov.metoffice.weather.android&amp;hl=en">Google Play store</a>.</p> <div id="jp-post-flair" class="sharedaddy sd-like-enabled sd-sharing-enabled"><div class="sharedaddy sd-sharing-enabled"><div class="robots-nocontent sd-block sd-social sd-social-icon-text sd-sharing"><h3 class="sd-title">Share this:</h3><div class="sd-content"><ul><li class="share-email"><a rel="nofollow noopener noreferrer" data-shared="" class="share-email sd-button share-icon" href="https://web.archive.org/web/20201005120315/https://blog.metoffice.gov.uk/2020/08/03/a-cool-july-ends-with-notable-heat/?share=email" target="_blank" title="Click to email this to a friend"><span>Email</span></a></li><li class="share-print"><a rel="nofollow noopener noreferrer" data-shared="" class="share-print sd-button share-icon" href="https://web.archive.org/web/20201005120315/https://blog.metoffice.gov.uk/2020/08/03/a-cool-july-ends-with-notable-heat/" target="_blank" title="Click to print"><span>Print</span></a></li><li class="share-reddit"><a rel="nofollow noopener noreferrer" data-shared="" class="share-reddit sd-button share-icon" href="https://web.archive.org/web/20201005120315/https://blog.metoffice.gov.uk/2020/08/03/a-cool-july-ends-with-notable-heat/?share=reddit" target="_blank" title="Click to share on Reddit"><span>Reddit</span></a></li><li class="share-facebook"><a rel="nofollow noopener noreferrer" data-shared="sharing-facebook-11674" class="share-facebook sd-button share-icon" href="https://web.archive.org/web/20201005120315/https://blog.metoffice.gov.uk/2020/08/03/a-cool-july-ends-with-notable-heat/?share=facebook" target="_blank" title="Click to share on Facebook"><span>Facebook</span></a></li><li class="share-twitter"><a rel="nofollow noopener noreferrer" data-shared="sharing-twitter-11674" class="share-twitter sd-button share-icon" href="https://web.archive.org/web/20201005120315/https://blog.metoffice.gov.uk/2020/08/03/a-cool-july-ends-with-notable-heat/?share=twitter" target="_blank" title="Click to share on Twitter"><span>Twitter</span></a></li><li class="share-linkedin"><a rel="nofollow noopener noreferrer" data-shared="sharing-linkedin-11674" class="share-linkedin sd-button share-icon" href="https://web.archive.org/web/20201005120315/https://blog.metoffice.gov.uk/2020/08/03/a-cool-july-ends-with-notable-heat/?share=linkedin" target="_blank" title="Click to share on LinkedIn"><span>LinkedIn</span></a></li><li class="share-end"></li></ul></div></div></div><div class="sharedaddy sd-block sd-like jetpack-likes-widget-wrapper jetpack-likes-widget-unloaded" id="like-post-wrapper-14516441-11674-5f7b0b839589a" data-src="//web.archive.org/web/20201005120315oe_/https://widgets.wp.com/likes/index.html?ver=20200826#blog_id=14516441&amp;post_id=11674&amp;origin=metofficenews.wordpress.com&amp;obj_id=14516441-11674-5f7b0b839589a&amp;domain=blog.metoffice.gov.uk" data-name="like-post-frame-14516441-11674-5f7b0b839589a"><h3 class="sd-title">Like this:</h3><div class="likes-widget-placeholder post-likes-widget-placeholder" style="height: 55px;"><span class="button"><span>Like</span></span> <span class="loading">Loading...</span></div><span class="sd-text-color"></span><a class="sd-link-color"></a></div></div> </div><!-- .entry-content --> <div class="entry-utility"> <span class="cat-links"> <span class="entry-utility-prep entry-utility-prep-cat-links">Posted in</span> <a href="https://web.archive.org/web/20201005120315/https://blog.metoffice.gov.uk/category/met-office-news/" rel="category tag">Met Office News</a> </span> <span class="meta-sep">|</span> <span class="comments-link"><a href="https://web.archive.org/web/20201005120315/https://blog.metoffice.gov.uk/2020/08/03/a-cool-july-ends-with-notable-heat/#respond">Leave a comment</a></span> </div><!-- .entry-utility --> </div><!-- #post-## --> <div id="post-11655" class="post-11655 post type-post status-publish format-standard hentry category-met-office-news"> <h2 class="entry-title"><a href="https://web.archive.org/web/20201005120315/https://blog.metoffice.gov.uk/2020/07/14/helping-to-forecast-water-demand-during-covid-19/" rel="bookmark">Helping to forecast water demand during&nbsp;Covid-19</a></h2> <div class="entry-meta"> <span class="meta-prep meta-prep-author">Posted on</span> <a href="https://web.archive.org/web/20201005120315/https://blog.metoffice.gov.uk/2020/07/14/helping-to-forecast-water-demand-during-covid-19/" title="2:10 pm" rel="bookmark"><span class="entry-date">14 July, 2020</span></a> <span class="by-author"><span class="sep">by</span> <span class="author vcard"><a class="url fn n" href="https://web.archive.org/web/20201005120315/https://blog.metoffice.gov.uk/author/dbr1tt0n/" title="View all posts by Met Office Press Office" rel="author">Met Office Press Office</a></span> </span> </div><!-- .entry-meta --> <div class="entry-content"> <p>Lockdown during the Covid-19 pandemic has brought many changes and challenges to life in the UK.  Government guidance aimed to contain and reduce virus transmission has reshaped our day-to-day lives, from how much electricity we use, to the way we consume water.</p> <p>Over the last few months, teams at the Met Office have been working with water companies to help identify the changes and trends in water use brought about during lockdown.</p> <p><b>Before and after lockdown</b></p> <p>Our teams compared water use before lockdown (February to early March) and at the beginning of lockdown (late March to early April).  As can be seen in Figure 1 below, most water companies have seen an increase in average water consumption during lockdown, with companies covering predominantly suburban areas (G and H) seeing the most noticeable increase, whereas companies operating in city areas see a reduction in water use (A).  The data also showed differences between weekday and weekend water consumption largely disappeared.</p> <p><div data-shortcode="caption" id="attachment_11657" style="width: 695px" class="wp-caption alignnone"><img loading="lazy" aria-describedby="caption-attachment-11657" data-attachment-id="11657" data-permalink="https://web.archive.org/web/20201005120315/https://blog.metoffice.gov.uk/2020/07/14/helping-to-forecast-water-demand-during-covid-19/bg-graph-1/" data-orig-file="https://web.archive.org/web/20201005120315/https://metofficenews.files.wordpress.com/2020/07/bg-graph-1.jpg" data-orig-size="685,316" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;Diamond, Bonnie&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;1594214136&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="BG graph 1" data-image-description="" data-medium-file="https://web.archive.org/web/20201005120315/https://metofficenews.files.wordpress.com/2020/07/bg-graph-1.jpg?w=300" data-large-file="https://web.archive.org/web/20201005120315/https://metofficenews.files.wordpress.com/2020/07/bg-graph-1.jpg?w=640" class="alignnone size-full wp-image-11657" src="https://web.archive.org/web/20201005120315im_/https://metofficenews.files.wordpress.com/2020/07/bg-graph-1.jpg" alt="BG graph 1" width="685" height="316" srcset="https://web.archive.org/web/20201005120315im_/https://metofficenews.files.wordpress.com/2020/07/bg-graph-1.jpg 685w, https://web.archive.org/web/20201005120315im_/https://metofficenews.files.wordpress.com/2020/07/bg-graph-1.jpg?w=150&amp;h=69 150w, https://web.archive.org/web/20201005120315im_/https://metofficenews.files.wordpress.com/2020/07/bg-graph-1.jpg?w=300&amp;h=138 300w" sizes="(max-width: 685px) 100vw, 685px"/><p id="caption-attachment-11657" class="wp-caption-text">Figure 1) Percentage change in daily average base water consumption for ten water companies in early lockdown (late March-early April) compared to before lockdown (February-early March)</p></div></p> <p>Lockdown during March and May coincided with a prolonged spell of <a href="https://web.archive.org/web/20201005120315/https://www.metoffice.gov.uk/about-us/press-office/news/weather-and-climate/2020/2020-spring-and-may-stats">sunny, warm and very dry weather</a>, which introduced a ‘fine spring weekend’ effect to every day.  The data suggests water use during this period is more sensitive to weather compared to pre-lockdown, with weather the main driver of day-to-day variations.  For example, an increase in temperature appears to cause a higher rise in water demand than it would pre-lockdown.  Figure 2 below shows an inexorable rise in water use to around 30% above base usage by late May, similar to the peak levels seen during the <a href="https://web.archive.org/web/20201005120315/https://www.metoffice.gov.uk/about-us/press-office/news/weather-and-climate/2018/heatwave-continues-with-temperatures-into-the-mid-30s-celsius">hot summer of July 2018</a>.</p> <p><img loading="lazy" data-attachment-id="11658" data-permalink="https://web.archive.org/web/20201005120315/https://blog.metoffice.gov.uk/2020/07/14/helping-to-forecast-water-demand-during-covid-19/bg-graph-2/" data-orig-file="https://web.archive.org/web/20201005120315/https://metofficenews.files.wordpress.com/2020/07/bg-graph-2.jpg" data-orig-size="738,335" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;Diamond, Bonnie&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;1594214195&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="BG graph 2" data-image-description="" data-medium-file="https://web.archive.org/web/20201005120315/https://metofficenews.files.wordpress.com/2020/07/bg-graph-2.jpg?w=300" data-large-file="https://web.archive.org/web/20201005120315/https://metofficenews.files.wordpress.com/2020/07/bg-graph-2.jpg?w=640" class="alignnone size-full wp-image-11658" style="background-color:initial;text-align:center;color:var(--color-text);font-size:1rem;" src="https://web.archive.org/web/20201005120315im_/https://metofficenews.files.wordpress.com/2020/07/bg-graph-2.jpg" alt="BG graph 2" width="738" height="335" srcset="https://web.archive.org/web/20201005120315im_/https://metofficenews.files.wordpress.com/2020/07/bg-graph-2.jpg 738w, https://web.archive.org/web/20201005120315im_/https://metofficenews.files.wordpress.com/2020/07/bg-graph-2.jpg?w=150&amp;h=68 150w, https://web.archive.org/web/20201005120315im_/https://metofficenews.files.wordpress.com/2020/07/bg-graph-2.jpg?w=300&amp;h=136 300w" sizes="(max-width: 738px) 100vw, 738px"/></p> <p><span class="TextRun SCXW107056843 BCX0" lang="EN-GB" xml:lang="EN-GB"><span class="NormalTextRun SCXW107056843 BCX0">Figure 2) P</span></span><span class="TextRun SCXW107056843 BCX0" lang="EN-GB" xml:lang="EN-GB"><span class="NormalTextRun SCXW107056843 BCX0">ercentage change in </span></span><span class="TextRun SCXW107056843 BCX0" lang="EN-GB" xml:lang="EN-GB"><span class="NormalTextRun SCXW107056843 BCX0">daily </span></span><span class="TextRun SCXW107056843 BCX0" lang="EN-GB" xml:lang="EN-GB"><span class="NormalTextRun SCXW107056843 BCX0">water consumption from average </span></span><span class="TextRun SCXW107056843 BCX0" lang="EN-GB" xml:lang="EN-GB"><span class="NormalTextRun SCXW107056843 BCX0">during lockdown.</span></span><span class="EOP SCXW107056843 BCX0"> </span></p> <p>&nbsp;</p> <p><em>“Lots of us are spending more time at home and along with warm weather we’ve seen customers using water differently”</em>, said David Hinton, Chief Executive at South East Water.  <em>“Increased demand for tap water in our area is more akin to patterns we see in an exceptionally hot summer.  More water is being used on DIY projects and gardening which is contributing to the additional 25% of water we’re treating and pumping through our water distribution system.”</em></p> <p><b>Working together to help keep taps flowing</b></p> <p>Water demand models do not currently take into account these new water use patterns observed during lockdown.   This has created new operational challenges for water companies, who despite having sufficient water supply in their reservoirs, are unable to treat and pump water fast enough to meet the unexpectedly high demand at peak times.</p> <p><em>“By working together with water companies and sharing experiences, we can more accurately analyse the effect of lockdown on water use”</em>, said Nick Law, Senior Account Manager at the Met Office.  <em>“From this the Met Office has produced a ‘COVID’ sensitive model that our colleagues in the water companies involved in this research can use to adjust their demand planning and better anticipate water usage as this new way of life continues.”</em></p> <p><img loading="lazy" data-attachment-id="11661" data-permalink="https://web.archive.org/web/20201005120315/https://blog.metoffice.gov.uk/2020/07/14/helping-to-forecast-water-demand-during-covid-19/handwashing/" data-orig-file="https://web.archive.org/web/20201005120315/https://metofficenews.files.wordpress.com/2020/07/handwashing.jpg" data-orig-size="1920,1280" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="handwashing" data-image-description="" data-medium-file="https://web.archive.org/web/20201005120315/https://metofficenews.files.wordpress.com/2020/07/handwashing.jpg?w=300" data-large-file="https://web.archive.org/web/20201005120315/https://metofficenews.files.wordpress.com/2020/07/handwashing.jpg?w=640" class="alignnone size-full wp-image-11661" src="https://web.archive.org/web/20201005120315im_/https://metofficenews.files.wordpress.com/2020/07/handwashing.jpg" alt="handwashing" width="1920" height="1280" srcset="https://web.archive.org/web/20201005120315im_/https://metofficenews.files.wordpress.com/2020/07/handwashing.jpg 1920w, https://web.archive.org/web/20201005120315im_/https://metofficenews.files.wordpress.com/2020/07/handwashing.jpg?w=150&amp;h=100 150w, https://web.archive.org/web/20201005120315im_/https://metofficenews.files.wordpress.com/2020/07/handwashing.jpg?w=300&amp;h=200 300w, https://web.archive.org/web/20201005120315im_/https://metofficenews.files.wordpress.com/2020/07/handwashing.jpg?w=768&amp;h=512 768w, https://web.archive.org/web/20201005120315im_/https://metofficenews.files.wordpress.com/2020/07/handwashing.jpg?w=1024&amp;h=683 1024w" sizes="(max-width: 1920px) 100vw, 1920px"/></p> <p><b>What can be done to better prepare for the future?</b></p> <p>This year’s summer months may bring particular challenges to water companies, as normal population movements during summer holidays are impacted by Covid-19 restrictions.  Water companies that normally experience a noticeable drop in water use during holidays could experience an increase in water demand, due to a combination of lockdown and spells of warm summer weather.</p> <p>“<i>The challenge now is to understand how peak Summer demand levels can be forecast and managed, to ensure supplies can be maintained</i><i>” said Ian Savage, Strategic Control Manager at Thames Water.</i><i> </i></p> <p>Based on modelling during lockdown so far, the Met Office can perform scenario planning for an extended period of lockdown for different weather types in July and August. This will allow the water industry to better anticipate water demand during periods of lockdown restrictions and plan for different weather scenarios, as this new way of life continues.</p> <p><strong> Want to find out more? </strong></p> <p>If you’re interested in learning more about how we’re helping the water industry forecast and manage water demand, check out our recent article published in <a href="https://web.archive.org/web/20201005120315/https://utilityweek.co.uk/met-office-explores-unusual-water-trends-lockdown/">Utility Week.</a><strong> </strong></p> <p>&nbsp;</p> <div id="jp-post-flair" class="sharedaddy sd-like-enabled sd-sharing-enabled"><div class="sharedaddy sd-sharing-enabled"><div class="robots-nocontent sd-block sd-social sd-social-icon-text sd-sharing"><h3 class="sd-title">Share this:</h3><div class="sd-content"><ul><li class="share-email"><a rel="nofollow noopener noreferrer" data-shared="" class="share-email sd-button share-icon" href="https://web.archive.org/web/20201005120315/https://blog.metoffice.gov.uk/2020/07/14/helping-to-forecast-water-demand-during-covid-19/?share=email" target="_blank" title="Click to email this to a friend"><span>Email</span></a></li><li class="share-print"><a rel="nofollow noopener noreferrer" data-shared="" class="share-print sd-button share-icon" href="https://web.archive.org/web/20201005120315/https://blog.metoffice.gov.uk/2020/07/14/helping-to-forecast-water-demand-during-covid-19/" target="_blank" title="Click to print"><span>Print</span></a></li><li class="share-reddit"><a rel="nofollow noopener noreferrer" data-shared="" class="share-reddit sd-button share-icon" href="https://web.archive.org/web/20201005120315/https://blog.metoffice.gov.uk/2020/07/14/helping-to-forecast-water-demand-during-covid-19/?share=reddit" target="_blank" title="Click to share on Reddit"><span>Reddit</span></a></li><li class="share-facebook"><a rel="nofollow noopener noreferrer" data-shared="sharing-facebook-11655" class="share-facebook sd-button share-icon" href="https://web.archive.org/web/20201005120315/https://blog.metoffice.gov.uk/2020/07/14/helping-to-forecast-water-demand-during-covid-19/?share=facebook" target="_blank" title="Click to share on Facebook"><span>Facebook</span></a></li><li class="share-twitter"><a rel="nofollow noopener noreferrer" data-shared="sharing-twitter-11655" class="share-twitter sd-button share-icon" href="https://web.archive.org/web/20201005120315/https://blog.metoffice.gov.uk/2020/07/14/helping-to-forecast-water-demand-during-covid-19/?share=twitter" target="_blank" title="Click to share on Twitter"><span>Twitter</span></a></li><li class="share-linkedin"><a rel="nofollow noopener noreferrer" data-shared="sharing-linkedin-11655" class="share-linkedin sd-button share-icon" href="https://web.archive.org/web/20201005120315/https://blog.metoffice.gov.uk/2020/07/14/helping-to-forecast-water-demand-during-covid-19/?share=linkedin" target="_blank" title="Click to share on LinkedIn"><span>LinkedIn</span></a></li><li class="share-end"></li></ul></div></div></div><div class="sharedaddy sd-block sd-like jetpack-likes-widget-wrapper jetpack-likes-widget-unloaded" id="like-post-wrapper-14516441-11655-5f7b0b8398dc0" data-src="//web.archive.org/web/20201005120315oe_/https://widgets.wp.com/likes/index.html?ver=20200826#blog_id=14516441&amp;post_id=11655&amp;origin=metofficenews.wordpress.com&amp;obj_id=14516441-11655-5f7b0b8398dc0&amp;domain=blog.metoffice.gov.uk" data-name="like-post-frame-14516441-11655-5f7b0b8398dc0"><h3 class="sd-title">Like this:</h3><div class="likes-widget-placeholder post-likes-widget-placeholder" style="height: 55px;"><span class="button"><span>Like</span></span> <span class="loading">Loading...</span></div><span class="sd-text-color"></span><a class="sd-link-color"></a></div></div> </div><!-- .entry-content --> <div class="entry-utility"> <span class="cat-links"> <span class="entry-utility-prep entry-utility-prep-cat-links">Posted in</span> <a href="https://web.archive.org/web/20201005120315/https://blog.metoffice.gov.uk/category/met-office-news/" rel="category tag">Met Office News</a> </span> <span class="meta-sep">|</span> <span class="comments-link"><a href="https://web.archive.org/web/20201005120315/https://blog.metoffice.gov.uk/2020/07/14/helping-to-forecast-water-demand-during-covid-19/#respond">Leave a comment</a></span> </div><!-- .entry-utility --> </div><!-- #post-## --> <div id="post-11639" class="post-11639 post type-post status-publish format-standard hentry category-met-office-news tag-european-space-agency tag-met-office-space-weather-centre tag-met-office-space-weather-operation-centre tag-natural-environment-research-council tag-nerc tag-space-weather-instrumentation-measurement-modelling-and-risk tag-stfc tag-uk-research-and-innovation tag-uk-space-agency tag-ukri"> <h2 class="entry-title"><a href="https://web.archive.org/web/20201005120315/https://blog.metoffice.gov.uk/2020/07/06/innovative-space-weather-monitoring-projects-receive-ukri-funding/" rel="bookmark">Innovative space weather monitoring projects receive UKRI&nbsp;funding</a></h2> <div class="entry-meta"> <span class="meta-prep meta-prep-author">Posted on</span> <a href="https://web.archive.org/web/20201005120315/https://blog.metoffice.gov.uk/2020/07/06/innovative-space-weather-monitoring-projects-receive-ukri-funding/" title="11:56 am" rel="bookmark"><span class="entry-date">6 July, 2020</span></a> <span class="by-author"><span class="sep">by</span> <span class="author vcard"><a class="url fn n" href="https://web.archive.org/web/20201005120315/https://blog.metoffice.gov.uk/author/dbr1tt0n/" title="View all posts by Met Office Press Office" rel="author">Met Office Press Office</a></span> </span> </div><!-- .entry-meta --> <div class="entry-content"> <p><a href="https://web.archive.org/web/20201005120315/https://www.ukri.org/">UK Research and Innovation</a> (UKRI) has announced funding for five projects focused on improving the UK&#8217;s capability to predict and mitigate the hazards of space weather. The projects will incorporate new research to further develop the space weather models used by the <a href="https://web.archive.org/web/20201005120315/https://www.metoffice.gov.uk/weather/specialist-forecasts/space-weather">Met Office Space Weather Operations Centre</a>.</p> <p>The projects are part of the first phase of the <a href="https://web.archive.org/web/20201005120315/https://www.ralspace.stfc.ac.uk/Pages/SWIMMR.aspx">Space Weather Instrumentation, Measurement, Modelling and Risk</a> (SWIMMR) programme, a £20 million, four-year programme led by the<a href="https://web.archive.org/web/20201005120315/https://stfc.ukri.org/"> Science and Technology Facilities Council</a> (STFC) with the <a href="https://web.archive.org/web/20201005120315/https://nerc.ukri.org/">Natural Environment Research Council</a> (NERC). The aim is to improve the UK&#8217;s capabilities for space weather monitoring and prediction.</p> <p>There will be an emphasis on space radiation, which can affect aircraft systems, changes in the upper atmosphere, affecting communications, satellite orbits and surges in the current of power grids and other ground-level systems. These are significant risks to the infrastructures we rely on in daily life and are recorded in the UK&#8217;s National Risk Register.</p> <p>The five projects are together worth close to £9 million and funded by NERC, which is part of UKRI. Improving the accuracy of predicting when and where space weather events take place should allow the Met Office to issue warnings and advice sooner, allowing operators more time to take necessary action, such as manoeuvring satellites and isolating parts of the power network to ensure the least amount of disruption possible.</p> <p>Science Minister Amanda Solloway said; “Satellites are fundamental to our everyday lives, underpinning technologies we constantly rely on from mobile phones to GPS. Any disruptions caused by space weather can therefore have a profound impact on businesses and individuals.</p> <p>“These fantastic projects that we are backing today will enhance the UK&#8217;s ability to forecast space weather, enabling our excellent national weather service to defend the technologies we all depend on.”</p> <p><div data-shortcode="caption" id="attachment_11645" style="width: 650px" class="wp-caption alignleft"><a href="https://web.archive.org/web/20201005120315/https://metofficenews.files.wordpress.com/2020/07/space-weather.jpg"><img loading="lazy" aria-describedby="caption-attachment-11645" data-attachment-id="11645" data-permalink="https://web.archive.org/web/20201005120315/https://blog.metoffice.gov.uk/2020/07/06/innovative-space-weather-monitoring-projects-receive-ukri-funding/space-weather/" data-orig-file="https://web.archive.org/web/20201005120315/https://metofficenews.files.wordpress.com/2020/07/space-weather.jpg" data-orig-size="5613,3674" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;4&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;Canon EOS 5D Mark III&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;1541513079&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;91&quot;,&quot;iso&quot;:&quot;1250&quot;,&quot;shutter_speed&quot;:&quot;0.00625&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;1&quot;}" data-image-title="Space Weather" data-image-description="" data-medium-file="https://web.archive.org/web/20201005120315/https://metofficenews.files.wordpress.com/2020/07/space-weather.jpg?w=300" data-large-file="https://web.archive.org/web/20201005120315/https://metofficenews.files.wordpress.com/2020/07/space-weather.jpg?w=640" class="size-full wp-image-11645" src="https://web.archive.org/web/20201005120315im_/https://metofficenews.files.wordpress.com/2020/07/space-weather.jpg" alt="" width="640" height="419" srcset="https://web.archive.org/web/20201005120315im_/https://metofficenews.files.wordpress.com/2020/07/space-weather.jpg?w=640&amp;h=419 640w, https://web.archive.org/web/20201005120315im_/https://metofficenews.files.wordpress.com/2020/07/space-weather.jpg?w=1280&amp;h=838 1280w, https://web.archive.org/web/20201005120315im_/https://metofficenews.files.wordpress.com/2020/07/space-weather.jpg?w=150&amp;h=98 150w, https://web.archive.org/web/20201005120315im_/https://metofficenews.files.wordpress.com/2020/07/space-weather.jpg?w=300&amp;h=196 300w, https://web.archive.org/web/20201005120315im_/https://metofficenews.files.wordpress.com/2020/07/space-weather.jpg?w=768&amp;h=503 768w, https://web.archive.org/web/20201005120315im_/https://metofficenews.files.wordpress.com/2020/07/space-weather.jpg?w=1024&amp;h=670 1024w" sizes="(max-width: 640px) 100vw, 640px"/></a><p id="caption-attachment-11645" class="wp-caption-text">Met Office Space Weather Operation Centre</p></div></p> <p>Simon Machin, Space Weather Programme Manager at the Met Office, said; &#8220;We are very excited by the prospect of working with the crème of UK science and academia on the SWIMMR projects. SWIMMR will deliver a step change in UK space weather monitoring, warning and prediction capability by supporting pull-through of cutting-edge science into operational services. This will enable the Met Office to provide a greater range of more accurate services driven by the needs of users and underpins the UK’s strategic aims to grow and exploit opportunities in the space domain.</p> <p>“SWIMMR communicates a clear vision of cementing the UK as a world leader in space weather and our thanks go out to all partners and stakeholders for supporting this programme of work.”</p> <p>Duncan Wingham, Executive Chair of the Natural Environment Research Council, said; &#8220;SWIMMR is great example of NERC working with the Science and Technology Facilities Council and other partners to support world-leading environmental research, and the funding will maximise the impact and uptake of an essential forecasting service relied upon by Government and businesses. These exciting projects will further our understanding and confirm the UK’s reputation as an international leader in this field.”</p> <p>The SWIMMR funding programme forms part of the Strategic Priorities Fund, delivered by the UKRI to drive an increase in high quality multi- and interdisciplinary research and innovation.</p> <p>The funded projects are:</p> <table> <tbody> <tr> <td><b>SWIMMR Theme</b></td> <td><b>Project Title</b></td> <td><b>Lead organisation</b></td> <td><b>Partners </b></td> </tr> <tr> <td>N1 Satellite risk forecasts</td> <td>Satellite Radiation Risk Forecasts (Sat-Risk)</td> <td>NERC British Antarctic Survey</p> <p>&nbsp;</td> <td>University of Sheffield</p> <p>University College London</p> <p>University of Reading</p> <p>Imperial College London</td> </tr> <tr> <td>N2 Aviation risk forecasts</td> <td>SWIMMR Aviation Risk Modelling (SWARM)</td> <td>University of Surrey</td> <td>NERC British Geological Survey</p> <p>University College London</p> <p>University of Central Lancashire</td> </tr> <tr> <td>N3 GNSS and HF aviation forecasts</td> <td>Space Weather Instrumentation, Measurement, Modelling and Risk: Ionosphere (SWIMMR-I)</td> <td>University of Birmingham</p> <p>&nbsp;</td> <td>University of Bath</p> <p>University of Leicester</p> <p>Lancaster University</p> <p>University of Leeds</td> </tr> <tr> <td>N4 Ground effects forecasts</td> <td>SWIMMR Activities in Ground Effects (SAGE)</td> <td>NERC British Geological Survey</p> <p>&nbsp;</td> <td>NERC British Antarctic Survey</p> <p>University College London</p> <p>Imperial College London</td> </tr> <tr> <td>N5 Satellite drag forecasts</td> <td>Space Weather Instrumentation, Measurement, Modelling and Risk: Thermosphere (SWIMMR-T)</td> <td>University of Birmingham</p> <p>&nbsp;</td> <td>University of Southampton</p> <p>NERC British Antarctic Survey</p> <p>Lancaster University</td> </tr> </tbody> </table> <p>&nbsp;</p> <div id="jp-post-flair" class="sharedaddy sd-like-enabled sd-sharing-enabled"><div class="sharedaddy sd-sharing-enabled"><div class="robots-nocontent sd-block sd-social sd-social-icon-text sd-sharing"><h3 class="sd-title">Share this:</h3><div class="sd-content"><ul><li class="share-email"><a rel="nofollow noopener noreferrer" data-shared="" class="share-email sd-button share-icon" href="https://web.archive.org/web/20201005120315/https://blog.metoffice.gov.uk/2020/07/06/innovative-space-weather-monitoring-projects-receive-ukri-funding/?share=email" target="_blank" title="Click to email this to a friend"><span>Email</span></a></li><li class="share-print"><a rel="nofollow noopener noreferrer" data-shared="" class="share-print sd-button share-icon" href="https://web.archive.org/web/20201005120315/https://blog.metoffice.gov.uk/2020/07/06/innovative-space-weather-monitoring-projects-receive-ukri-funding/" target="_blank" title="Click to print"><span>Print</span></a></li><li class="share-reddit"><a rel="nofollow noopener noreferrer" data-shared="" class="share-reddit sd-button share-icon" href="https://web.archive.org/web/20201005120315/https://blog.metoffice.gov.uk/2020/07/06/innovative-space-weather-monitoring-projects-receive-ukri-funding/?share=reddit" target="_blank" title="Click to share on Reddit"><span>Reddit</span></a></li><li class="share-facebook"><a rel="nofollow noopener noreferrer" data-shared="sharing-facebook-11639" class="share-facebook sd-button share-icon" href="https://web.archive.org/web/20201005120315/https://blog.metoffice.gov.uk/2020/07/06/innovative-space-weather-monitoring-projects-receive-ukri-funding/?share=facebook" target="_blank" title="Click to share on Facebook"><span>Facebook</span></a></li><li class="share-twitter"><a rel="nofollow noopener noreferrer" data-shared="sharing-twitter-11639" class="share-twitter sd-button share-icon" href="https://web.archive.org/web/20201005120315/https://blog.metoffice.gov.uk/2020/07/06/innovative-space-weather-monitoring-projects-receive-ukri-funding/?share=twitter" target="_blank" title="Click to share on Twitter"><span>Twitter</span></a></li><li class="share-linkedin"><a rel="nofollow noopener noreferrer" data-shared="sharing-linkedin-11639" class="share-linkedin sd-button share-icon" href="https://web.archive.org/web/20201005120315/https://blog.metoffice.gov.uk/2020/07/06/innovative-space-weather-monitoring-projects-receive-ukri-funding/?share=linkedin" target="_blank" title="Click to share on LinkedIn"><span>LinkedIn</span></a></li><li class="share-end"></li></ul></div></div></div><div class="sharedaddy sd-block sd-like jetpack-likes-widget-wrapper jetpack-likes-widget-unloaded" id="like-post-wrapper-14516441-11639-5f7b0b839bd14" data-src="//web.archive.org/web/20201005120315oe_/https://widgets.wp.com/likes/index.html?ver=20200826#blog_id=14516441&amp;post_id=11639&amp;origin=metofficenews.wordpress.com&amp;obj_id=14516441-11639-5f7b0b839bd14&amp;domain=blog.metoffice.gov.uk" data-name="like-post-frame-14516441-11639-5f7b0b839bd14"><h3 class="sd-title">Like this:</h3><div class="likes-widget-placeholder post-likes-widget-placeholder" style="height: 55px;"><span class="button"><span>Like</span></span> <span class="loading">Loading...</span></div><span class="sd-text-color"></span><a class="sd-link-color"></a></div></div> </div><!-- .entry-content --> <div class="entry-utility"> <span class="cat-links"> <span class="entry-utility-prep entry-utility-prep-cat-links">Posted in</span> <a href="https://web.archive.org/web/20201005120315/https://blog.metoffice.gov.uk/category/met-office-news/" rel="category tag">Met Office News</a> </span> <span class="meta-sep">|</span> <span class="tag-links"> <span class="entry-utility-prep entry-utility-prep-tag-links">Tagged</span> <a href="https://web.archive.org/web/20201005120315/https://blog.metoffice.gov.uk/tag/european-space-agency/" rel="tag">European Space Agency</a>, <a href="https://web.archive.org/web/20201005120315/https://blog.metoffice.gov.uk/tag/met-office-space-weather-centre/" rel="tag">Met Office Space Weather Centre</a>, <a href="https://web.archive.org/web/20201005120315/https://blog.metoffice.gov.uk/tag/met-office-space-weather-operation-centre/" rel="tag">Met Office Space Weather Operation Centre</a>, <a href="https://web.archive.org/web/20201005120315/https://blog.metoffice.gov.uk/tag/natural-environment-research-council/" rel="tag">Natural Environment Research Council</a>, <a href="https://web.archive.org/web/20201005120315/https://blog.metoffice.gov.uk/tag/nerc/" rel="tag">NERC</a>, <a href="https://web.archive.org/web/20201005120315/https://blog.metoffice.gov.uk/tag/space-weather-instrumentation-measurement-modelling-and-risk/" rel="tag">Space Weather Instrumentation Measurement Modelling and Risk</a>, <a href="https://web.archive.org/web/20201005120315/https://blog.metoffice.gov.uk/tag/stfc/" rel="tag">STFC</a>, <a href="https://web.archive.org/web/20201005120315/https://blog.metoffice.gov.uk/tag/uk-research-and-innovation/" rel="tag">UK Research and Innovation</a>, <a href="https://web.archive.org/web/20201005120315/https://blog.metoffice.gov.uk/tag/uk-space-agency/" rel="tag">UK Space Agency</a>, <a href="https://web.archive.org/web/20201005120315/https://blog.metoffice.gov.uk/tag/ukri/" rel="tag">UKRI</a> </span> </div><!-- .entry-utility --> </div><!-- #post-## --> <div id="post-11627" class="post-11627 post type-post status-publish format-standard hentry category-met-office-news tag-eumetsat tag-met-office tag-satellite tag-satellite-observations tag-uk-science-leadership"> <h2 class="entry-title"><a href="https://web.archive.org/web/20201005120315/https://blog.metoffice.gov.uk/2020/07/02/eumetsat-selects-phil-evans-as-its-new-director-general/" rel="bookmark">EUMETSAT selects Phil Evans as its new Director&nbsp;General</a></h2> <div class="entry-meta"> <span class="meta-prep meta-prep-author">Posted on</span> <a href="https://web.archive.org/web/20201005120315/https://blog.metoffice.gov.uk/2020/07/02/eumetsat-selects-phil-evans-as-its-new-director-general/" title="9:01 am" rel="bookmark"><span class="entry-date">2 July, 2020</span></a> <span class="by-author"><span class="sep">by</span> <span class="author vcard"><a class="url fn n" href="https://web.archive.org/web/20201005120315/https://blog.metoffice.gov.uk/author/dbr1tt0n/" title="View all posts by Met Office Press Office" rel="author">Met Office Press Office</a></span> </span> </div><!-- .entry-meta --> <div class="entry-content"> <p>We are very pleased to share the news that former Met Office Operations Director, Phil Evans, has been appointed as the new Director General of EUMETSAT.</p> <p>EUMETSAT (European Organisation for the Exploitation of Meteorological Satellites) is an intergovernmental organisation dedicated to the provision of satellite observations in support of weather, climate and ocean science. Established in 1986, and with 30 European Member States, EUMETSAT satellites provides critical data for Met Office services.</p> <p>The role of Director General is an important international leadership responsibility, and a great result for Phil, for the Met Office, and for the UK. Phil spent most of his career to date working at the Met Office, most recently as Chief Operations Officer until earlier this year. In that role, he served as the Head of Delegation for EUMETSAT Council. He is moving from his current role as Director of Programmes at Institute of Physics.</p> <p>Penny Endersby, Met Office Chief Executive said “I am delighted to see Phil’s talents and knowledge being used to head up a European organisation which is so key to the success of international weather and climate prediction, and at a time when there is an exciting programme of satellite launches due.”</p> <p>Met Office is a sophisticated user of satellite data in our weather forecasting:</p> <ul> <li>Satellite data are responsible for ~75% of the observations we feed into our global weather models.</li> <li>In addition, satellite imagery products and movie loops allow forecasters to track the development and progress of weather systems, so that they can add value to the forecast.</li> <li>Satellite observations can also be compared to past forecasts to verify their accuracy and help us improve our models and accuracy.</li> </ul> <p>The stability and longevity of weather satellite observations mean they are a key contributor to climate monitoring.</p> <p>The Met Office has a long history at the forefront of exploiting the value from our satellites for benefit to the UK. Our membership of EUMETSAT is essential to safeguarding this vital source of data while sharing the cost among the 30 Member States. EUMETSAT funds the Met Office to lead the Satellite Application Facility on behalf of the EUMETSAT membership.</p> <p>Find out more on our <a href="https://web.archive.org/web/20201005120315/https://www.metoffice.gov.uk/research/weather/satellite-applications">website</a></p> <p>Phil will succeed the current Director General, Alain Ratier, who has led EUMETSAT since 2011. We look forward to working with him as EUMETSAT enters an exciting phase of new programme implementation. Amongst other priorities, EUMETSAT is about to enter an intense phase of launches, with 5 new generation satellite launches from 2020-2024. The first of these will be Jason-CS/Sentinel-6 in November 2020.</p> <p>Phil will take up the role in early 2021.</p> <p><img loading="lazy" data-attachment-id="11629" data-permalink="https://web.archive.org/web/20201005120315/https://blog.metoffice.gov.uk/2020/07/02/eumetsat-selects-phil-evans-as-its-new-director-general/philevans/" data-orig-file="https://web.archive.org/web/20201005120315/https://metofficenews.files.wordpress.com/2020/07/philevans.jpg" data-orig-size="711,711" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;1593184563&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="philEvans" data-image-description="" data-medium-file="https://web.archive.org/web/20201005120315/https://metofficenews.files.wordpress.com/2020/07/philevans.jpg?w=300" data-large-file="https://web.archive.org/web/20201005120315/https://metofficenews.files.wordpress.com/2020/07/philevans.jpg?w=640" class="alignnone wp-image-11629" src="https://web.archive.org/web/20201005120315im_/https://metofficenews.files.wordpress.com/2020/07/philevans.jpg" alt="philEvans" width="311" height="311" srcset="https://web.archive.org/web/20201005120315im_/https://metofficenews.files.wordpress.com/2020/07/philevans.jpg?w=311&amp;h=311 311w, https://web.archive.org/web/20201005120315im_/https://metofficenews.files.wordpress.com/2020/07/philevans.jpg?w=622&amp;h=622 622w, https://web.archive.org/web/20201005120315im_/https://metofficenews.files.wordpress.com/2020/07/philevans.jpg?w=150&amp;h=150 150w, https://web.archive.org/web/20201005120315im_/https://metofficenews.files.wordpress.com/2020/07/philevans.jpg?w=300&amp;h=300 300w" sizes="(max-width: 311px) 100vw, 311px"/></p> <div id="jp-post-flair" class="sharedaddy sd-like-enabled sd-sharing-enabled"><div class="sharedaddy sd-sharing-enabled"><div class="robots-nocontent sd-block sd-social sd-social-icon-text sd-sharing"><h3 class="sd-title">Share this:</h3><div class="sd-content"><ul><li class="share-email"><a rel="nofollow noopener noreferrer" data-shared="" class="share-email sd-button share-icon" href="https://web.archive.org/web/20201005120315/https://blog.metoffice.gov.uk/2020/07/02/eumetsat-selects-phil-evans-as-its-new-director-general/?share=email" target="_blank" title="Click to email this to a friend"><span>Email</span></a></li><li class="share-print"><a rel="nofollow noopener noreferrer" data-shared="" class="share-print sd-button share-icon" href="https://web.archive.org/web/20201005120315/https://blog.metoffice.gov.uk/2020/07/02/eumetsat-selects-phil-evans-as-its-new-director-general/" target="_blank" title="Click to print"><span>Print</span></a></li><li class="share-reddit"><a rel="nofollow noopener noreferrer" data-shared="" class="share-reddit sd-button share-icon" href="https://web.archive.org/web/20201005120315/https://blog.metoffice.gov.uk/2020/07/02/eumetsat-selects-phil-evans-as-its-new-director-general/?share=reddit" target="_blank" title="Click to share on Reddit"><span>Reddit</span></a></li><li class="share-facebook"><a rel="nofollow noopener noreferrer" data-shared="sharing-facebook-11627" class="share-facebook sd-button share-icon" href="https://web.archive.org/web/20201005120315/https://blog.metoffice.gov.uk/2020/07/02/eumetsat-selects-phil-evans-as-its-new-director-general/?share=facebook" target="_blank" title="Click to share on Facebook"><span>Facebook</span></a></li><li class="share-twitter"><a rel="nofollow noopener noreferrer" data-shared="sharing-twitter-11627" class="share-twitter sd-button share-icon" href="https://web.archive.org/web/20201005120315/https://blog.metoffice.gov.uk/2020/07/02/eumetsat-selects-phil-evans-as-its-new-director-general/?share=twitter" target="_blank" title="Click to share on Twitter"><span>Twitter</span></a></li><li class="share-linkedin"><a rel="nofollow noopener noreferrer" data-shared="sharing-linkedin-11627" class="share-linkedin sd-button share-icon" href="https://web.archive.org/web/20201005120315/https://blog.metoffice.gov.uk/2020/07/02/eumetsat-selects-phil-evans-as-its-new-director-general/?share=linkedin" target="_blank" title="Click to share on LinkedIn"><span>LinkedIn</span></a></li><li class="share-end"></li></ul></div></div></div><div class="sharedaddy sd-block sd-like jetpack-likes-widget-wrapper jetpack-likes-widget-unloaded" id="like-post-wrapper-14516441-11627-5f7b0b839df5c" data-src="//web.archive.org/web/20201005120315oe_/https://widgets.wp.com/likes/index.html?ver=20200826#blog_id=14516441&amp;post_id=11627&amp;origin=metofficenews.wordpress.com&amp;obj_id=14516441-11627-5f7b0b839df5c&amp;domain=blog.metoffice.gov.uk" data-name="like-post-frame-14516441-11627-5f7b0b839df5c"><h3 class="sd-title">Like this:</h3><div class="likes-widget-placeholder post-likes-widget-placeholder" style="height: 55px;"><span class="button"><span>Like</span></span> <span class="loading">Loading...</span></div><span class="sd-text-color"></span><a class="sd-link-color"></a></div></div> </div><!-- .entry-content --> <div class="entry-utility"> <span class="cat-links"> <span class="entry-utility-prep entry-utility-prep-cat-links">Posted in</span> <a href="https://web.archive.org/web/20201005120315/https://blog.metoffice.gov.uk/category/met-office-news/" rel="category tag">Met Office News</a> </span> <span class="meta-sep">|</span> <span class="tag-links"> <span class="entry-utility-prep entry-utility-prep-tag-links">Tagged</span> <a href="https://web.archive.org/web/20201005120315/https://blog.metoffice.gov.uk/tag/eumetsat/" rel="tag">EUMETSAT</a>, <a href="https://web.archive.org/web/20201005120315/https://blog.metoffice.gov.uk/tag/met-office/" rel="tag">Met Office</a>, <a href="https://web.archive.org/web/20201005120315/https://blog.metoffice.gov.uk/tag/satellite/" rel="tag">satellite</a>, <a href="https://web.archive.org/web/20201005120315/https://blog.metoffice.gov.uk/tag/satellite-observations/" rel="tag">satellite observations</a>, <a href="https://web.archive.org/web/20201005120315/https://blog.metoffice.gov.uk/tag/uk-science-leadership/" rel="tag">UK science leadership</a> </span> </div><!-- .entry-utility --> </div><!-- #post-## --> <div id="post-11613" class="post-11613 post type-post status-publish format-standard hentry category-met-office-news tag-forecast tag-heavy-rain tag-june-statistics tag-met-office tag-rainfall tag-record tag-statistics"> <h2 class="entry-title"><a href="https://web.archive.org/web/20201005120315/https://blog.metoffice.gov.uk/2020/07/01/end-of-june-statistics/" rel="bookmark">End of June&nbsp;statistics</a></h2> <div class="entry-meta"> <span class="meta-prep meta-prep-author">Posted on</span> <a href="https://web.archive.org/web/20201005120315/https://blog.metoffice.gov.uk/2020/07/01/end-of-june-statistics/" title="4:08 pm" rel="bookmark"><span class="entry-date">1 July, 2020</span></a> <span class="by-author"><span class="sep">by</span> <span class="author vcard"><a class="url fn n" href="https://web.archive.org/web/20201005120315/https://blog.metoffice.gov.uk/author/dbr1tt0n/" title="View all posts by Met Office Press Office" rel="author">Met Office Press Office</a></span> </span> </div><!-- .entry-meta --> <div class="entry-content"> <p>While June 2020 overall was not a record-breaking month, it has been notable for many, with some heavy rainfall at times. And, despite cooler days in the inclement weather, there was a notable heatwave and there have been some warmer than average nights.</p> <p>Early in June there was a gradual breakdown of the high-pressure system which was responsible for bringing us the <a href="https://web.archive.org/web/20201005120315/https://www.metoffice.gov.uk/about-us/press-office/news/weather-and-climate/2020/2020-spring-and-may-stats">sunniest spring and the driest May</a> since records began.</p> <p>The breakdown allowed a return to Atlantic weather systems, bringing unsettled weather across the UK. Low pressure prevailed for much of the month, with spells of heavy rain and showers for many, triggering Met Office rain and thunderstorm warnings at times. However a spell of hot weather saw temperatures reach 33.4 at Heathrow on 25th.</p> <p><strong>Rainfall</strong></p> <p>The June rainfall was above average across most of the UK with especially large accumulations in the South West and South Wales.</p> <table> <thead> <tr> <td width="122"></td> <td colspan="2" width="265"><strong>Rainfall</strong></td> </tr> <tr> <td width="122">Provisional June</p> <p>figures</td> <td width="104"><strong>Actual rainfall</strong></td> <td width="161"><strong>% of the June average   </strong></td> </tr> </thead> <tbody> <tr> <td width="122">UK</td> <td width="104">105.7 mm</td> <td width="161">144.0</td> </tr> <tr> <td width="122">England</td> <td width="104">88.4 mm</td> <td width="161">143.0</td> </tr> <tr> <td width="122">Wales</td> <td width="104">137.0 mm</td> <td width="161">160.0</td> </tr> <tr> <td width="122">Scotland</td> <td width="104">122.5 mm</td> <td width="161">139.0</td> </tr> <tr> <td width="122">Northern Ireland</td> <td width="104">124.3 mm</td> <td width="161">163.0</td> </tr> </tbody> </table> <p>Based on the 1981 to 2010 long-term average</p> <p>Cornwall recorded 143.3mm, over twice the county’s average monthly rainfall – making it the fifth wettest June on record for the county, South Glamorgan recorded 144.8mm – again around twice the expected monthly rainfall &#8211; making it the 7<sup>th</sup> wettest on record, while Devon has seen its 8<sup>th</sup> wettest June with 142.1mm recorded, also around twice the expected monthly rainfall (data back to 1862).</p> <p>Although Cumbria as a whole recorded 151mm of rainfall, its 13<sup>th</sup> wettest June on record, Honister Pass Environment Agency rain gauge recorded 212.8mm of rainfall on 28<sup>th</sup> June (24-hour total) breaking the wettest June day on record*. It was also the wettest day of 2020 so far. Sutton Bonington (Notts) also had their wettest June day in nearly 100 years, with 46.2mm falling on the 17th.</p> <p><a href="https://web.archive.org/web/20201005120315/https://metofficenews.files.wordpress.com/2020/07/june-rainfall-2020.png"><img loading="lazy" data-attachment-id="11620" data-permalink="https://web.archive.org/web/20201005120315/https://blog.metoffice.gov.uk/2020/07/01/end-of-june-statistics/june-rainfall-2020/" data-orig-file="https://web.archive.org/web/20201005120315/https://metofficenews.files.wordpress.com/2020/07/june-rainfall-2020.png" data-orig-size="547,770" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="June rainfall 2020" data-image-description="" data-medium-file="https://web.archive.org/web/20201005120315/https://metofficenews.files.wordpress.com/2020/07/june-rainfall-2020.png?w=213" data-large-file="https://web.archive.org/web/20201005120315/https://metofficenews.files.wordpress.com/2020/07/june-rainfall-2020.png?w=547" class="alignleft size-full wp-image-11620" src="https://web.archive.org/web/20201005120315im_/https://metofficenews.files.wordpress.com/2020/07/june-rainfall-2020.png" alt="" width="547" height="770" srcset="https://web.archive.org/web/20201005120315im_/https://metofficenews.files.wordpress.com/2020/07/june-rainfall-2020.png 547w, https://web.archive.org/web/20201005120315im_/https://metofficenews.files.wordpress.com/2020/07/june-rainfall-2020.png?w=107&amp;h=150 107w, https://web.archive.org/web/20201005120315im_/https://metofficenews.files.wordpress.com/2020/07/june-rainfall-2020.png?w=213&amp;h=300 213w" sizes="(max-width: 547px) 100vw, 547px"/></a></p> <p>&nbsp;</p> <p>&nbsp;</p> <p>&nbsp;</p> <p>&nbsp;</p> <p>&nbsp;</p> <p>&nbsp;</p> <p>&nbsp;</p> <p>&nbsp;</p> <p>&nbsp;</p> <p>&nbsp;</p> <p>&nbsp;</p> <p>&nbsp;</p> <p>&nbsp;</p> <p>&nbsp;</p> <p>&nbsp;</p> <p>&nbsp;</p> <p><img loading="lazy" data-attachment-id="11635" data-permalink="https://web.archive.org/web/20201005120315/https://blog.metoffice.gov.uk/2020/07/01/end-of-june-statistics/ukclimatesummaryjune_2/" data-orig-file="https://web.archive.org/web/20201005120315/https://metofficenews.files.wordpress.com/2020/07/ukclimatesummaryjune_2.jpg" data-orig-size="1920,1081" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="UkClimateSummaryJune_2" data-image-description="" data-medium-file="https://web.archive.org/web/20201005120315/https://metofficenews.files.wordpress.com/2020/07/ukclimatesummaryjune_2.jpg?w=300" data-large-file="https://web.archive.org/web/20201005120315/https://metofficenews.files.wordpress.com/2020/07/ukclimatesummaryjune_2.jpg?w=640" class="alignnone size-full wp-image-11635" src="https://web.archive.org/web/20201005120315im_/https://metofficenews.files.wordpress.com/2020/07/ukclimatesummaryjune_2.jpg" alt="UkClimateSummaryJune_2" width="1920" height="1081" srcset="https://web.archive.org/web/20201005120315im_/https://metofficenews.files.wordpress.com/2020/07/ukclimatesummaryjune_2.jpg 1920w, https://web.archive.org/web/20201005120315im_/https://metofficenews.files.wordpress.com/2020/07/ukclimatesummaryjune_2.jpg?w=150&amp;h=84 150w, https://web.archive.org/web/20201005120315im_/https://metofficenews.files.wordpress.com/2020/07/ukclimatesummaryjune_2.jpg?w=300&amp;h=169 300w, https://web.archive.org/web/20201005120315im_/https://metofficenews.files.wordpress.com/2020/07/ukclimatesummaryjune_2.jpg?w=768&amp;h=432 768w, https://web.archive.org/web/20201005120315im_/https://metofficenews.files.wordpress.com/2020/07/ukclimatesummaryjune_2.jpg?w=1024&amp;h=577 1024w" sizes="(max-width: 1920px) 100vw, 1920px"/></p> <p><strong>Temperature</strong></p> <p>Daytime maximum and mean temperatures have been above average for June for much of the UK, but not record breaking. <a href="https://web.archive.org/web/20201005120315/https://www.metoffice.gov.uk/weather/learn-about/weather/types-of-weather/temperature/heatwave">Heatwave</a> conditions were briefly reached in parts of the country in the week of the <a href="https://web.archive.org/web/20201005120315/https://www.metoffice.gov.uk/about-us/press-office/news/weather-and-climate/2017/hot-weather-comes-to-a-close">19th June </a>, while there were also some warm nights with Gosport, Hampshire and Hastings, East Sussex, not seeing temperatures drop below 20.0°C on the night of 25<sup>th</sup> June making it a ‘tropical night’. This term describes days when the temperature does not fall under 20.0° C during the night-time. The Met Office began tracking <a href="https://web.archive.org/web/20201005120315/https://www.metoffice.gov.uk/about-us/press-office/news/corporate/2018/climate-extremes-report-supplement">&#8216;tropical nights</a>&#8216; in 2018. This criterion is infrequently met and usually quite localised.</p> <table> <thead> <tr> <td width="103"></td> <td colspan="2" width="144"><strong>Maximum  temperature<br/> </strong></td> <td colspan="2" width="149"><strong>Minimum temperature<br/> </strong></td> </tr> <tr> <td width="103">Provisional June figures</td> <td width="66"><strong>Actual °C</strong></td> <td width="78"><strong>Difference from June average °C</strong></td> <td width="64"><strong>Actual °C</strong></td> <td width="85"><strong>Difference from June average °C</strong></td> </tr> </thead> <tbody> <tr> <td width="103">UK</td> <td width="66">18.3</td> <td width="78">1.0</td> <td width="64">9.8</td> <td width="85">1.0</td> </tr> <tr> <td width="103">England</td> <td width="66">19.5</td> <td width="78">0.9</td> <td width="64">10.4</td> <td width="85">0.9</td> </tr> <tr> <td width="103">Wales</td> <td width="66">18.1</td> <td width="78">0.8</td> <td width="64">10.1</td> <td width="85">1.0</td> </tr> <tr> <td width="103">Scotland</td> <td width="66">16.4</td> <td width="78">1.2</td> <td width="64">8.8</td> <td width="85">1.3</td> </tr> <tr> <td width="103">Northern Ireland</td> <td width="66">17.4</td> <td width="78">0.6</td> <td width="64">9.6</td> <td width="85">0.8</td> </tr> </tbody> </table> <p>Based on the 1981 to 2010 long-term average</p> <p style="margin:12pt 0;">You can get the most accurate and up to date forecast for your area using our forecast pages and by following us on <a href="https://web.archive.org/web/20201005120315/https://twitter.com/metoffice" target="_blank" rel="noopener">Twitter</a> and <a href="https://web.archive.org/web/20201005120315/http://www.facebook.com/metoffice" target="_blank" rel="noopener">Facebook</a>, as well as using our <a href="https://web.archive.org/web/20201005120315/http://www.metoffice.gov.uk/app" target="_blank" rel="noopener">mobile app</a> which is available for iPhone from the <a href="https://web.archive.org/web/20201005120315/https://itunes.apple.com/app/met-office-weather/id1068146838?ls=1&amp;mt=8" target="_blank" rel="noopener">App store</a> and for Android from the <a href="https://web.archive.org/web/20201005120315/https://play.google.com/store/apps/details?id=uk.gov.metoffice.weather.android&amp;hl=en" target="_blank" rel="noopener">Google Play store</a>. You can check the latest weather warnings on our <a href="https://web.archive.org/web/20201005120315/https://www.metoffice.gov.uk/weather/warnings-and-advice/uk-warnings#?date=2020-02-22&amp;id=54e41dc4-192a-45b5-b553-0c5daa14de3f&amp;details">severe weather warnings</a> pages.</p> <div class="col-xs-12 col-sm-6 col-md-7 col-lg-8"> <div class="article-body"> <p>For the latest guidance to follow during the COVID-19 pandemic please visit the UK Government’s <a href="https://web.archive.org/web/20201005120315/https://www.gov.uk/coronavirus">coronavirus advice</a> page. Those living in <a href="https://web.archive.org/web/20201005120315/https://www.gov.scot/coronavirus-covid-19/">Scotland</a>, <a href="https://web.archive.org/web/20201005120315/https://gov.wales/coronavirus">Wales</a> and <a href="https://web.archive.org/web/20201005120315/https://www.nidirect.gov.uk/campaigns/coronavirus-covid-19">Northern Ireland</a> can access country-specific advice.</p> </div> </div> <div class="draggable-advert mpu"></div> <div></div> <div> <p><img loading="lazy" data-attachment-id="11634" data-permalink="https://web.archive.org/web/20201005120315/https://blog.metoffice.gov.uk/2020/07/01/end-of-june-statistics/ukclimatesummaryjune_1/" data-orig-file="https://web.archive.org/web/20201005120315/https://metofficenews.files.wordpress.com/2020/07/ukclimatesummaryjune_1.jpg" data-orig-size="1920,1081" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="UkClimateSummaryJune_1" data-image-description="" data-medium-file="https://web.archive.org/web/20201005120315/https://metofficenews.files.wordpress.com/2020/07/ukclimatesummaryjune_1.jpg?w=300" data-large-file="https://web.archive.org/web/20201005120315/https://metofficenews.files.wordpress.com/2020/07/ukclimatesummaryjune_1.jpg?w=640" class="alignnone size-full wp-image-11634" src="https://web.archive.org/web/20201005120315im_/https://metofficenews.files.wordpress.com/2020/07/ukclimatesummaryjune_1.jpg" alt="UkClimateSummaryJune_1" width="1920" height="1081" srcset="https://web.archive.org/web/20201005120315im_/https://metofficenews.files.wordpress.com/2020/07/ukclimatesummaryjune_1.jpg 1920w, https://web.archive.org/web/20201005120315im_/https://metofficenews.files.wordpress.com/2020/07/ukclimatesummaryjune_1.jpg?w=150&amp;h=84 150w, https://web.archive.org/web/20201005120315im_/https://metofficenews.files.wordpress.com/2020/07/ukclimatesummaryjune_1.jpg?w=300&amp;h=169 300w, https://web.archive.org/web/20201005120315im_/https://metofficenews.files.wordpress.com/2020/07/ukclimatesummaryjune_1.jpg?w=768&amp;h=432 768w, https://web.archive.org/web/20201005120315im_/https://metofficenews.files.wordpress.com/2020/07/ukclimatesummaryjune_1.jpg?w=1024&amp;h=577 1024w" sizes="(max-width: 1920px) 100vw, 1920px"/><img loading="lazy" data-attachment-id="11636" data-permalink="https://web.archive.org/web/20201005120315/https://blog.metoffice.gov.uk/2020/07/01/end-of-june-statistics/ukclimatesummaryjune_3/" data-orig-file="https://web.archive.org/web/20201005120315/https://metofficenews.files.wordpress.com/2020/07/ukclimatesummaryjune_3.jpg" data-orig-size="1920,1081" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="UkClimateSummaryJune_3" data-image-description="" data-medium-file="https://web.archive.org/web/20201005120315/https://metofficenews.files.wordpress.com/2020/07/ukclimatesummaryjune_3.jpg?w=300" data-large-file="https://web.archive.org/web/20201005120315/https://metofficenews.files.wordpress.com/2020/07/ukclimatesummaryjune_3.jpg?w=640" class="alignnone size-full wp-image-11636" src="https://web.archive.org/web/20201005120315im_/https://metofficenews.files.wordpress.com/2020/07/ukclimatesummaryjune_3.jpg" alt="UkClimateSummaryJune_3" width="1920" height="1081" srcset="https://web.archive.org/web/20201005120315im_/https://metofficenews.files.wordpress.com/2020/07/ukclimatesummaryjune_3.jpg 1920w, https://web.archive.org/web/20201005120315im_/https://metofficenews.files.wordpress.com/2020/07/ukclimatesummaryjune_3.jpg?w=150&amp;h=84 150w, https://web.archive.org/web/20201005120315im_/https://metofficenews.files.wordpress.com/2020/07/ukclimatesummaryjune_3.jpg?w=300&amp;h=169 300w, https://web.archive.org/web/20201005120315im_/https://metofficenews.files.wordpress.com/2020/07/ukclimatesummaryjune_3.jpg?w=768&amp;h=432 768w, https://web.archive.org/web/20201005120315im_/https://metofficenews.files.wordpress.com/2020/07/ukclimatesummaryjune_3.jpg?w=1024&amp;h=577 1024w" sizes="(max-width: 1920px) 100vw, 1920px"/></p> <p>*based on digitised data held in the official Met Office climate archive</p> </div> <div id="jp-post-flair" class="sharedaddy sd-like-enabled sd-sharing-enabled"><div class="sharedaddy sd-sharing-enabled"><div class="robots-nocontent sd-block sd-social sd-social-icon-text sd-sharing"><h3 class="sd-title">Share this:</h3><div class="sd-content"><ul><li class="share-email"><a rel="nofollow noopener noreferrer" data-shared="" class="share-email sd-button share-icon" href="https://web.archive.org/web/20201005120315/https://blog.metoffice.gov.uk/2020/07/01/end-of-june-statistics/?share=email" target="_blank" title="Click to email this to a friend"><span>Email</span></a></li><li class="share-print"><a rel="nofollow noopener noreferrer" data-shared="" class="share-print sd-button share-icon" href="https://web.archive.org/web/20201005120315/https://blog.metoffice.gov.uk/2020/07/01/end-of-june-statistics/" target="_blank" title="Click to print"><span>Print</span></a></li><li class="share-reddit"><a rel="nofollow noopener noreferrer" data-shared="" class="share-reddit sd-button share-icon" href="https://web.archive.org/web/20201005120315/https://blog.metoffice.gov.uk/2020/07/01/end-of-june-statistics/?share=reddit" target="_blank" title="Click to share on Reddit"><span>Reddit</span></a></li><li class="share-facebook"><a rel="nofollow noopener noreferrer" data-shared="sharing-facebook-11613" class="share-facebook sd-button share-icon" href="https://web.archive.org/web/20201005120315/https://blog.metoffice.gov.uk/2020/07/01/end-of-june-statistics/?share=facebook" target="_blank" title="Click to share on Facebook"><span>Facebook</span></a></li><li class="share-twitter"><a rel="nofollow noopener noreferrer" data-shared="sharing-twitter-11613" class="share-twitter sd-button share-icon" href="https://web.archive.org/web/20201005120315/https://blog.metoffice.gov.uk/2020/07/01/end-of-june-statistics/?share=twitter" target="_blank" title="Click to share on Twitter"><span>Twitter</span></a></li><li class="share-linkedin"><a rel="nofollow noopener noreferrer" data-shared="sharing-linkedin-11613" class="share-linkedin sd-button share-icon" href="https://web.archive.org/web/20201005120315/https://blog.metoffice.gov.uk/2020/07/01/end-of-june-statistics/?share=linkedin" target="_blank" title="Click to share on LinkedIn"><span>LinkedIn</span></a></li><li class="share-end"></li></ul></div></div></div><div class="sharedaddy sd-block sd-like jetpack-likes-widget-wrapper jetpack-likes-widget-unloaded" id="like-post-wrapper-14516441-11613-5f7b0b83a1e98" data-src="//web.archive.org/web/20201005120315oe_/https://widgets.wp.com/likes/index.html?ver=20200826#blog_id=14516441&amp;post_id=11613&amp;origin=metofficenews.wordpress.com&amp;obj_id=14516441-11613-5f7b0b83a1e98&amp;domain=blog.metoffice.gov.uk" data-name="like-post-frame-14516441-11613-5f7b0b83a1e98"><h3 class="sd-title">Like this:</h3><div class="likes-widget-placeholder post-likes-widget-placeholder" style="height: 55px;"><span class="button"><span>Like</span></span> <span class="loading">Loading...</span></div><span class="sd-text-color"></span><a class="sd-link-color"></a></div></div> </div><!-- .entry-content --> <div class="entry-utility"> <span class="cat-links"> <span class="entry-utility-prep entry-utility-prep-cat-links">Posted in</span> <a href="https://web.archive.org/web/20201005120315/https://blog.metoffice.gov.uk/category/met-office-news/" rel="category tag">Met Office News</a> </span> <span class="meta-sep">|</span> <span class="tag-links"> <span class="entry-utility-prep entry-utility-prep-tag-links">Tagged</span> <a href="https://web.archive.org/web/20201005120315/https://blog.metoffice.gov.uk/tag/forecast/" rel="tag">forecast</a>, <a href="https://web.archive.org/web/20201005120315/https://blog.metoffice.gov.uk/tag/heavy-rain/" rel="tag">heavy rain</a>, <a href="https://web.archive.org/web/20201005120315/https://blog.metoffice.gov.uk/tag/june-statistics/" rel="tag">June statistics</a>, <a href="https://web.archive.org/web/20201005120315/https://blog.metoffice.gov.uk/tag/met-office/" rel="tag">Met Office</a>, <a href="https://web.archive.org/web/20201005120315/https://blog.metoffice.gov.uk/tag/rainfall/" rel="tag">rainfall</a>, <a href="https://web.archive.org/web/20201005120315/https://blog.metoffice.gov.uk/tag/record/" rel="tag">record</a>, <a href="https://web.archive.org/web/20201005120315/https://blog.metoffice.gov.uk/tag/statistics/" rel="tag">statistics</a> </span> </div><!-- .entry-utility --> </div><!-- #post-## --> <div id="nav-below" class="navigation"> <div class="nav-previous"><a href="https://web.archive.org/web/20201005120315/https://blog.metoffice.gov.uk/page/2/"><span class="meta-nav">&larr;</span> Older posts</a></div> <div class="nav-next"></div> </div><!-- #nav-below --> </div><!-- #content --> </div><!-- #container --> <div id="primary" class="widget-area" role="complementary"> <ul class="xoxo"> <li id="text-3" class="widget-container widget_text"><h3 class="widget-title">About this blog</h3> <div class="textwidget"><p>This is the official blog of the Met Office news team, intended to provide journalists and bloggers with the latest weather, climate science and business news and information from the Met Office. </p> <p>The blog will post latest news releases and related content, news diary and information supporting news stories already in the media. </p> </div> </li><li id="search-3" class="widget-container widget_search"><h3 class="widget-title">Search this site</h3><form role="search" method="get" id="searchform" class="searchform" action="https://web.archive.org/web/20201005120315/https://blog.metoffice.gov.uk/"> <div> <label class="screen-reader-text" for="s">Search for:</label> <input type="text" value="" name="s" id="s"/> <input type="submit" id="searchsubmit" value="Search"/> </div> </form></li><li id="media_image-5" class="widget-container widget_media_image"><h3 class="widget-title">Awards</h3><style>.widget.widget_media_image { overflow: hidden; }.widget.widget_media_image img { height: auto; max-width: 100%; }</style><a href="https://web.archive.org/web/20201005120315/https://metofficenews.wordpress.com/2011/11/30/met-office-strikes-gold-at-computer-weekly-social-media-awards/"><img width="131" height="235" src="https://web.archive.org/web/20201005120315im_/https://metofficenews.files.wordpress.com/2012/01/computerweekly_winner1.jpg" class="image wp-image-3021 aligncenter attachment-full size-full" alt="Met Office winner best use of social media in the public sector" loading="lazy" style="max-width: 100%; height: auto;" data-attachment-id="3021" data-permalink="https://web.archive.org/web/20201005120315/https://blog.metoffice.gov.uk/computerweekly_winner1/" data-orig-file="https://web.archive.org/web/20201005120315/https://metofficenews.files.wordpress.com/2012/01/computerweekly_winner1.jpg" data-orig-size="131,235" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;}" data-image-title="ComputerWeekly_winner[1]" data-image-description="" data-medium-file="https://web.archive.org/web/20201005120315/https://metofficenews.files.wordpress.com/2012/01/computerweekly_winner1.jpg?w=131" data-large-file="https://web.archive.org/web/20201005120315/https://metofficenews.files.wordpress.com/2012/01/computerweekly_winner1.jpg?w=131"/></a></li><li id="media_image-8" class="widget-container widget_media_image"><style>.widget.widget_media_image { overflow: hidden; }.widget.widget_media_image img { height: auto; max-width: 100%; }</style><a href="https://web.archive.org/web/20201005120315/https://metofficenews.wordpress.com/2012/11/29/met-office-wins-social-buzz-award/"><img width="300" height="177" src="https://web.archive.org/web/20201005120315im_/https://metofficenews.files.wordpress.com/2012/11/social_buzz_larger_image.jpg?w=300" class="image wp-image-5225 alignnone attachment-300x184 size-300x184" alt="" loading="lazy" style="max-width: 100%; height: auto;" srcset="https://web.archive.org/web/20201005120315im_/https://metofficenews.files.wordpress.com/2012/11/social_buzz_larger_image.jpg?w=300 300w, https://web.archive.org/web/20201005120315im_/https://metofficenews.files.wordpress.com/2012/11/social_buzz_larger_image.jpg?w=150 150w, https://web.archive.org/web/20201005120315im_/https://metofficenews.files.wordpress.com/2012/11/social_buzz_larger_image.jpg 312w" sizes="(max-width: 300px) 100vw, 300px" data-attachment-id="5225" data-permalink="https://web.archive.org/web/20201005120315/https://blog.metoffice.gov.uk/2012/11/29/met-office-wins-social-buzz-award/social_buzz_larger_image/" data-orig-file="https://web.archive.org/web/20201005120315/https://metofficenews.files.wordpress.com/2012/11/social_buzz_larger_image.jpg" data-orig-size="312,184" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;}" data-image-title="Social_buzz_larger_image" data-image-description="" data-medium-file="https://web.archive.org/web/20201005120315/https://metofficenews.files.wordpress.com/2012/11/social_buzz_larger_image.jpg?w=300" data-large-file="https://web.archive.org/web/20201005120315/https://metofficenews.files.wordpress.com/2012/11/social_buzz_larger_image.jpg?w=312"/></a></li><li id="media_image-7" class="widget-container widget_media_image"><style>.widget.widget_media_image { overflow: hidden; }.widget.widget_media_image img { height: auto; max-width: 100%; }</style><a href="https://web.archive.org/web/20201005120315/https://metofficenews.wordpress.com/2012/05/29/met-office-ranked-in-top-ten-social-brands/"><img width="145" height="145" src="https://web.archive.org/web/20201005120315im_/https://metofficenews.files.wordpress.com/2012/05/social_brand_logo-sml2.jpg?w=145" class="image wp-image-3946 aligncenter attachment-180x145 size-180x145" alt="" loading="lazy" style="max-width: 100%; height: auto;" srcset="https://web.archive.org/web/20201005120315im_/https://metofficenews.files.wordpress.com/2012/05/social_brand_logo-sml2.jpg?w=145 145w, https://web.archive.org/web/20201005120315im_/https://metofficenews.files.wordpress.com/2012/05/social_brand_logo-sml2.jpg?w=150 150w, https://web.archive.org/web/20201005120315im_/https://metofficenews.files.wordpress.com/2012/05/social_brand_logo-sml2.jpg 180w" sizes="(max-width: 145px) 100vw, 145px" data-attachment-id="3946" data-permalink="https://web.archive.org/web/20201005120315/https://blog.metoffice.gov.uk/social_brand_logo-sml2/" data-orig-file="https://web.archive.org/web/20201005120315/https://metofficenews.files.wordpress.com/2012/05/social_brand_logo-sml2.jpg" data-orig-size="180,180" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;}" data-image-title="social_brand_logo-sml2" data-image-description="" data-medium-file="https://web.archive.org/web/20201005120315/https://metofficenews.files.wordpress.com/2012/05/social_brand_logo-sml2.jpg?w=180" data-large-file="https://web.archive.org/web/20201005120315/https://metofficenews.files.wordpress.com/2012/05/social_brand_logo-sml2.jpg?w=180"/></a></li><li id="categories-3" class="widget-container widget_categories"><h3 class="widget-title">Categories</h3> <ul> <li class="cat-item cat-item-38532101"><a href="https://web.archive.org/web/20201005120315/https://blog.metoffice.gov.uk/category/met-office-diary/">Met Office Diary</a> </li> <li class="cat-item cat-item-38372647"><a href="https://web.archive.org/web/20201005120315/https://blog.metoffice.gov.uk/category/met-office-images/">Met Office Images</a> </li> <li class="cat-item cat-item-38532086"><a href="https://web.archive.org/web/20201005120315/https://blog.metoffice.gov.uk/category/met-office-in-the-media/">Met Office in the Media</a> </li> <li class="cat-item cat-item-38320216"><a href="https://web.archive.org/web/20201005120315/https://blog.metoffice.gov.uk/category/met-office-news/">Met Office News</a> </li> </ul> </li><li id="twitter-2" class="widget-container widget_twitter"><h3 class="widget-title"><a href="https://web.archive.org/web/20201005120315/http://twitter.com/metoffice">Met Office on Twitter</a></h3><ul class="tweets"> <li> @<a href="https://web.archive.org/web/20201005120315/http://twitter.com/ruths_gallery">ruths_gallery</a> Good afternoon Ruth. Thank you for sharing, enjoy the sunshine! Here is the latest forecast for Twic… <a href="https://web.archive.org/web/20201005120315/https://twitter.com/i/web/status/1313083246478077953"> twitter.com/i/web/status/1…</a> <a href="https://web.archive.org/web/20201005120315/http://twitter.com/metoffice/statuses/1313083246478077953" class="timesince">16&nbsp;minutes&nbsp;ago</a> </li> <li> Here are the details on this week&#039;s unsettled weather 👇 <a href="https://web.archive.org/web/20201005120315/https://t.co/J4MzLizn9r" rel="nofollow">https://t.co/J4MzLizn9r</a> <a href="https://web.archive.org/web/20201005120315/http://twitter.com/metoffice/statuses/1313079488339677189" class="timesince">31&nbsp;minutes&nbsp;ago</a> </li> <li> @<a href="https://web.archive.org/web/20201005120315/http://twitter.com/simon_weather">simon_weather</a> Morning Simon, very Autumnal! Thank you for sharing. We have 8 interesting facts about Autumn on our… <a href="https://web.archive.org/web/20201005120315/https://twitter.com/i/web/status/1313070545408323586"> twitter.com/i/web/status/1…</a> <a href="https://web.archive.org/web/20201005120315/http://twitter.com/metoffice/statuses/1313070545408323586" class="timesince">1&nbsp;hour&nbsp;ago</a> </li> <li> @<a href="https://web.archive.org/web/20201005120315/http://twitter.com/chris_alpacas">chris_alpacas</a> Good morning Christine. Thank you for sharing these photos. Here is the latest forecast for Ramsey i… <a href="https://web.archive.org/web/20201005120315/https://twitter.com/i/web/status/1313069956079276038"> twitter.com/i/web/status/1…</a> <a href="https://web.archive.org/web/20201005120315/http://twitter.com/metoffice/statuses/1313069956079276038" class="timesince">1&nbsp;hour&nbsp;ago</a> </li> </ul><a href="https://web.archive.org/web/20201005120315/http://twitter.com/metoffice" class="twitter-follow-button" data-show-count="false" data-link-color="#0066cc" data-text-color="#333333">Follow @metoffice</a></li><li id="facebook-likebox-3" class="widget-container widget_facebook_likebox"><h3 class="widget-title"><a href="https://web.archive.org/web/20201005120315/https://www.facebook.com/metoffice">Met Office on Facebook</a></h3> <div id="fb-root"></div> <div class="fb-page" data-href="https://www.facebook.com/metoffice" data-width="205" data-height="130" data-hide-cover="false" data-show-facepile="false" data-tabs="timeline" data-hide-cta="false" data-small-header="false"> <div class="fb-xfbml-parse-ignore"><blockquote cite="https://www.facebook.com/metoffice"><a href="https://web.archive.org/web/20201005120315/https://www.facebook.com/metoffice">Met Office on Facebook</a></blockquote></div> </div> </li><li id="archives-3" class="widget-container widget_archive"><h3 class="widget-title">Archives</h3> <ul> <li><a href="https://web.archive.org/web/20201005120315/https://blog.metoffice.gov.uk/2020/10/">October 2020</a></li> <li><a href="https://web.archive.org/web/20201005120315/https://blog.metoffice.gov.uk/2020/09/">September 2020</a></li> <li><a href="https://web.archive.org/web/20201005120315/https://blog.metoffice.gov.uk/2020/08/">August 2020</a></li> <li><a href="https://web.archive.org/web/20201005120315/https://blog.metoffice.gov.uk/2020/07/">July 2020</a></li> <li><a href="https://web.archive.org/web/20201005120315/https://blog.metoffice.gov.uk/2020/06/">June 2020</a></li> <li><a href="https://web.archive.org/web/20201005120315/https://blog.metoffice.gov.uk/2020/05/">May 2020</a></li> <li><a href="https://web.archive.org/web/20201005120315/https://blog.metoffice.gov.uk/2020/04/">April 2020</a></li> <li><a href="https://web.archive.org/web/20201005120315/https://blog.metoffice.gov.uk/2020/03/">March 2020</a></li> <li><a href="https://web.archive.org/web/20201005120315/https://blog.metoffice.gov.uk/2020/02/">February 2020</a></li> <li><a href="https://web.archive.org/web/20201005120315/https://blog.metoffice.gov.uk/2019/11/">November 2019</a></li> <li><a href="https://web.archive.org/web/20201005120315/https://blog.metoffice.gov.uk/2019/10/">October 2019</a></li> <li><a href="https://web.archive.org/web/20201005120315/https://blog.metoffice.gov.uk/2019/09/">September 2019</a></li> <li><a href="https://web.archive.org/web/20201005120315/https://blog.metoffice.gov.uk/2019/08/">August 2019</a></li> <li><a href="https://web.archive.org/web/20201005120315/https://blog.metoffice.gov.uk/2019/07/">July 2019</a></li> <li><a href="https://web.archive.org/web/20201005120315/https://blog.metoffice.gov.uk/2019/06/">June 2019</a></li> <li><a href="https://web.archive.org/web/20201005120315/https://blog.metoffice.gov.uk/2019/05/">May 2019</a></li> <li><a href="https://web.archive.org/web/20201005120315/https://blog.metoffice.gov.uk/2019/04/">April 2019</a></li> <li><a href="https://web.archive.org/web/20201005120315/https://blog.metoffice.gov.uk/2019/03/">March 2019</a></li> <li><a href="https://web.archive.org/web/20201005120315/https://blog.metoffice.gov.uk/2019/01/">January 2019</a></li> <li><a href="https://web.archive.org/web/20201005120315/https://blog.metoffice.gov.uk/2018/10/">October 2018</a></li> <li><a href="https://web.archive.org/web/20201005120315/https://blog.metoffice.gov.uk/2018/09/">September 2018</a></li> <li><a href="https://web.archive.org/web/20201005120315/https://blog.metoffice.gov.uk/2018/08/">August 2018</a></li> <li><a href="https://web.archive.org/web/20201005120315/https://blog.metoffice.gov.uk/2018/07/">July 2018</a></li> <li><a href="https://web.archive.org/web/20201005120315/https://blog.metoffice.gov.uk/2018/06/">June 2018</a></li> <li><a href="https://web.archive.org/web/20201005120315/https://blog.metoffice.gov.uk/2018/05/">May 2018</a></li> <li><a href="https://web.archive.org/web/20201005120315/https://blog.metoffice.gov.uk/2018/04/">April 2018</a></li> <li><a href="https://web.archive.org/web/20201005120315/https://blog.metoffice.gov.uk/2018/03/">March 2018</a></li> <li><a href="https://web.archive.org/web/20201005120315/https://blog.metoffice.gov.uk/2018/02/">February 2018</a></li> <li><a href="https://web.archive.org/web/20201005120315/https://blog.metoffice.gov.uk/2018/01/">January 2018</a></li> <li><a href="https://web.archive.org/web/20201005120315/https://blog.metoffice.gov.uk/2017/12/">December 2017</a></li> <li><a href="https://web.archive.org/web/20201005120315/https://blog.metoffice.gov.uk/2017/11/">November 2017</a></li> <li><a href="https://web.archive.org/web/20201005120315/https://blog.metoffice.gov.uk/2017/10/">October 2017</a></li> <li><a href="https://web.archive.org/web/20201005120315/https://blog.metoffice.gov.uk/2017/09/">September 2017</a></li> <li><a href="https://web.archive.org/web/20201005120315/https://blog.metoffice.gov.uk/2017/08/">August 2017</a></li> <li><a href="https://web.archive.org/web/20201005120315/https://blog.metoffice.gov.uk/2017/07/">July 2017</a></li> <li><a href="https://web.archive.org/web/20201005120315/https://blog.metoffice.gov.uk/2017/06/">June 2017</a></li> <li><a href="https://web.archive.org/web/20201005120315/https://blog.metoffice.gov.uk/2017/05/">May 2017</a></li> <li><a href="https://web.archive.org/web/20201005120315/https://blog.metoffice.gov.uk/2017/04/">April 2017</a></li> <li><a href="https://web.archive.org/web/20201005120315/https://blog.metoffice.gov.uk/2017/03/">March 2017</a></li> <li><a href="https://web.archive.org/web/20201005120315/https://blog.metoffice.gov.uk/2017/02/">February 2017</a></li> <li><a href="https://web.archive.org/web/20201005120315/https://blog.metoffice.gov.uk/2017/01/">January 2017</a></li> <li><a href="https://web.archive.org/web/20201005120315/https://blog.metoffice.gov.uk/2016/12/">December 2016</a></li> <li><a href="https://web.archive.org/web/20201005120315/https://blog.metoffice.gov.uk/2016/11/">November 2016</a></li> <li><a href="https://web.archive.org/web/20201005120315/https://blog.metoffice.gov.uk/2016/10/">October 2016</a></li> <li><a href="https://web.archive.org/web/20201005120315/https://blog.metoffice.gov.uk/2016/09/">September 2016</a></li> <li><a href="https://web.archive.org/web/20201005120315/https://blog.metoffice.gov.uk/2016/08/">August 2016</a></li> <li><a href="https://web.archive.org/web/20201005120315/https://blog.metoffice.gov.uk/2016/07/">July 2016</a></li> <li><a href="https://web.archive.org/web/20201005120315/https://blog.metoffice.gov.uk/2016/06/">June 2016</a></li> <li><a href="https://web.archive.org/web/20201005120315/https://blog.metoffice.gov.uk/2016/05/">May 2016</a></li> <li><a href="https://web.archive.org/web/20201005120315/https://blog.metoffice.gov.uk/2016/04/">April 2016</a></li> <li><a href="https://web.archive.org/web/20201005120315/https://blog.metoffice.gov.uk/2016/03/">March 2016</a></li> <li><a href="https://web.archive.org/web/20201005120315/https://blog.metoffice.gov.uk/2016/02/">February 2016</a></li> <li><a href="https://web.archive.org/web/20201005120315/https://blog.metoffice.gov.uk/2016/01/">January 2016</a></li> <li><a href="https://web.archive.org/web/20201005120315/https://blog.metoffice.gov.uk/2015/12/">December 2015</a></li> <li><a href="https://web.archive.org/web/20201005120315/https://blog.metoffice.gov.uk/2015/11/">November 2015</a></li> <li><a href="https://web.archive.org/web/20201005120315/https://blog.metoffice.gov.uk/2015/10/">October 2015</a></li> <li><a href="https://web.archive.org/web/20201005120315/https://blog.metoffice.gov.uk/2015/09/">September 2015</a></li> <li><a href="https://web.archive.org/web/20201005120315/https://blog.metoffice.gov.uk/2015/08/">August 2015</a></li> <li><a href="https://web.archive.org/web/20201005120315/https://blog.metoffice.gov.uk/2015/07/">July 2015</a></li> <li><a href="https://web.archive.org/web/20201005120315/https://blog.metoffice.gov.uk/2015/06/">June 2015</a></li> <li><a href="https://web.archive.org/web/20201005120315/https://blog.metoffice.gov.uk/2015/05/">May 2015</a></li> <li><a href="https://web.archive.org/web/20201005120315/https://blog.metoffice.gov.uk/2015/04/">April 2015</a></li> <li><a href="https://web.archive.org/web/20201005120315/https://blog.metoffice.gov.uk/2015/03/">March 2015</a></li> <li><a href="https://web.archive.org/web/20201005120315/https://blog.metoffice.gov.uk/2015/02/">February 2015</a></li> <li><a href="https://web.archive.org/web/20201005120315/https://blog.metoffice.gov.uk/2015/01/">January 2015</a></li> <li><a href="https://web.archive.org/web/20201005120315/https://blog.metoffice.gov.uk/2014/12/">December 2014</a></li> <li><a href="https://web.archive.org/web/20201005120315/https://blog.metoffice.gov.uk/2014/11/">November 2014</a></li> <li><a href="https://web.archive.org/web/20201005120315/https://blog.metoffice.gov.uk/2014/10/">October 2014</a></li> <li><a href="https://web.archive.org/web/20201005120315/https://blog.metoffice.gov.uk/2014/09/">September 2014</a></li> <li><a href="https://web.archive.org/web/20201005120315/https://blog.metoffice.gov.uk/2014/08/">August 2014</a></li> <li><a href="https://web.archive.org/web/20201005120315/https://blog.metoffice.gov.uk/2014/07/">July 2014</a></li> <li><a href="https://web.archive.org/web/20201005120315/https://blog.metoffice.gov.uk/2014/06/">June 2014</a></li> <li><a href="https://web.archive.org/web/20201005120315/https://blog.metoffice.gov.uk/2014/05/">May 2014</a></li> <li><a href="https://web.archive.org/web/20201005120315/https://blog.metoffice.gov.uk/2014/04/">April 2014</a></li> <li><a href="https://web.archive.org/web/20201005120315/https://blog.metoffice.gov.uk/2014/03/">March 2014</a></li> <li><a href="https://web.archive.org/web/20201005120315/https://blog.metoffice.gov.uk/2014/02/">February 2014</a></li> <li><a href="https://web.archive.org/web/20201005120315/https://blog.metoffice.gov.uk/2014/01/">January 2014</a></li> <li><a href="https://web.archive.org/web/20201005120315/https://blog.metoffice.gov.uk/2013/12/">December 2013</a></li> <li><a href="https://web.archive.org/web/20201005120315/https://blog.metoffice.gov.uk/2013/11/">November 2013</a></li> <li><a href="https://web.archive.org/web/20201005120315/https://blog.metoffice.gov.uk/2013/10/">October 2013</a></li> <li><a href="https://web.archive.org/web/20201005120315/https://blog.metoffice.gov.uk/2013/09/">September 2013</a></li> <li><a href="https://web.archive.org/web/20201005120315/https://blog.metoffice.gov.uk/2013/08/">August 2013</a></li> <li><a href="https://web.archive.org/web/20201005120315/https://blog.metoffice.gov.uk/2013/07/">July 2013</a></li> <li><a href="https://web.archive.org/web/20201005120315/https://blog.metoffice.gov.uk/2013/06/">June 2013</a></li> <li><a href="https://web.archive.org/web/20201005120315/https://blog.metoffice.gov.uk/2013/05/">May 2013</a></li> <li><a href="https://web.archive.org/web/20201005120315/https://blog.metoffice.gov.uk/2013/04/">April 2013</a></li> <li><a href="https://web.archive.org/web/20201005120315/https://blog.metoffice.gov.uk/2013/03/">March 2013</a></li> <li><a href="https://web.archive.org/web/20201005120315/https://blog.metoffice.gov.uk/2013/02/">February 2013</a></li> <li><a href="https://web.archive.org/web/20201005120315/https://blog.metoffice.gov.uk/2013/01/">January 2013</a></li> <li><a href="https://web.archive.org/web/20201005120315/https://blog.metoffice.gov.uk/2012/12/">December 2012</a></li> <li><a href="https://web.archive.org/web/20201005120315/https://blog.metoffice.gov.uk/2012/11/">November 2012</a></li> <li><a href="https://web.archive.org/web/20201005120315/https://blog.metoffice.gov.uk/2012/10/">October 2012</a></li> <li><a href="https://web.archive.org/web/20201005120315/https://blog.metoffice.gov.uk/2012/09/">September 2012</a></li> <li><a href="https://web.archive.org/web/20201005120315/https://blog.metoffice.gov.uk/2012/08/">August 2012</a></li> <li><a href="https://web.archive.org/web/20201005120315/https://blog.metoffice.gov.uk/2012/07/">July 2012</a></li> <li><a href="https://web.archive.org/web/20201005120315/https://blog.metoffice.gov.uk/2012/06/">June 2012</a></li> <li><a href="https://web.archive.org/web/20201005120315/https://blog.metoffice.gov.uk/2012/05/">May 2012</a></li> <li><a href="https://web.archive.org/web/20201005120315/https://blog.metoffice.gov.uk/2012/04/">April 2012</a></li> <li><a href="https://web.archive.org/web/20201005120315/https://blog.metoffice.gov.uk/2012/03/">March 2012</a></li> <li><a href="https://web.archive.org/web/20201005120315/https://blog.metoffice.gov.uk/2012/02/">February 2012</a></li> <li><a href="https://web.archive.org/web/20201005120315/https://blog.metoffice.gov.uk/2012/01/">January 2012</a></li> <li><a href="https://web.archive.org/web/20201005120315/https://blog.metoffice.gov.uk/2011/12/">December 2011</a></li> <li><a href="https://web.archive.org/web/20201005120315/https://blog.metoffice.gov.uk/2011/11/">November 2011</a></li> <li><a href="https://web.archive.org/web/20201005120315/https://blog.metoffice.gov.uk/2011/10/">October 2011</a></li> <li><a href="https://web.archive.org/web/20201005120315/https://blog.metoffice.gov.uk/2011/09/">September 2011</a></li> <li><a href="https://web.archive.org/web/20201005120315/https://blog.metoffice.gov.uk/2011/08/">August 2011</a></li> <li><a href="https://web.archive.org/web/20201005120315/https://blog.metoffice.gov.uk/2011/07/">July 2011</a></li> <li><a href="https://web.archive.org/web/20201005120315/https://blog.metoffice.gov.uk/2011/06/">June 2011</a></li> <li><a href="https://web.archive.org/web/20201005120315/https://blog.metoffice.gov.uk/2011/05/">May 2011</a></li> <li><a href="https://web.archive.org/web/20201005120315/https://blog.metoffice.gov.uk/2011/04/">April 2011</a></li> <li><a href="https://web.archive.org/web/20201005120315/https://blog.metoffice.gov.uk/2011/03/">March 2011</a></li> <li><a href="https://web.archive.org/web/20201005120315/https://blog.metoffice.gov.uk/2011/02/">February 2011</a></li> <li><a href="https://web.archive.org/web/20201005120315/https://blog.metoffice.gov.uk/2011/01/">January 2011</a></li> <li><a href="https://web.archive.org/web/20201005120315/https://blog.metoffice.gov.uk/2010/12/">December 2010</a></li> <li><a href="https://web.archive.org/web/20201005120315/https://blog.metoffice.gov.uk/2010/11/">November 2010</a></li> <li><a href="https://web.archive.org/web/20201005120315/https://blog.metoffice.gov.uk/2010/10/">October 2010</a></li> <li><a href="https://web.archive.org/web/20201005120315/https://blog.metoffice.gov.uk/2010/09/">September 2010</a></li> <li><a href="https://web.archive.org/web/20201005120315/https://blog.metoffice.gov.uk/2010/08/">August 2010</a></li> <li><a href="https://web.archive.org/web/20201005120315/https://blog.metoffice.gov.uk/2010/07/">July 2010</a></li> </ul> </li><li id="rss-2" class="widget-container widget_rss"><h3 class="widget-title"><a class="rsswidget" href="https://web.archive.org/web/20201005120315/https://www.metoffice.gov.uk/feed/syndication/news-rss.xml" title="Syndicate this content"><img style="background: orange; color: white; border: none;" width="14" height="14" src="https://web.archive.org/web/20201005120315im_/https://s-ssl.wordpress.com/wp-includes/images/rss.png?m=1354137473h" alt="RSS"/></a> <a class="rsswidget" href="https://web.archive.org/web/20201005120315/https://www.metoffice.gov.uk/" title="">Met Office News</a></h3><ul><li><a class="rsswidget" href="https://web.archive.org/web/20201005120315/https://www.metoffice.gov.uk/about-us/press-office/news/weather-and-climate/2020/nao-predictability-paper" title="Predicting the North Atlantic climate is a step closer following a major scientific breakthrough.">How predictable are European winters?</a> <span class="rss-date">29 July, 2020</span></li><li><a class="rsswidget" href="https://web.archive.org/web/20201005120315/https://www.metoffice.gov.uk/about-us/press-office/news/weather-and-climate/2020/thunderstorm-warnings-100820" title="The hot weather will continue across the UK, with heatwave conditions for many, creating ideal conditions for thunderstorms which will bring heavy rain and increasing risks from flash flooding, lightning and hail..">Thunderstorm warnings</a> <span class="rss-date">10 August, 2020</span></li><li><a class="rsswidget" href="https://web.archive.org/web/20201005120315/https://www.metoffice.gov.uk/about-us/press-office/news/corporate/2020/joint-centre-for-environmental-intelligence" title="Exeter partnership to pioneer use of data science and AI to solve global environmental challenges">Putting UK at the heart of environmental intelligence</a> <span class="rss-date">14 July, 2020</span></li></ul></li><li id="linkcat-121391" class="widget-container widget_links"><h3 class="widget-title">See Also...</h3> <ul class="xoxo blogroll"> <li><a href="https://web.archive.org/web/20201005120315/https://twitter.com/metofficestorms" title="@metofficestorms">@metofficestorms</a></li> <li><a href="https://web.archive.org/web/20201005120315/http://www.prh.noaa.gov/cphc/" title="Central Pacific Hurricane Center">Central Pacific Hurricane Center</a></li> <li><a href="https://web.archive.org/web/20201005120315/http://www.facebook.com/metoffice" title="Met Office on Facebook">Facebook</a></li> <li><a href="https://web.archive.org/web/20201005120315/http://www.flickr.com/metoffice">Flickr</a></li> <li><a href="https://web.archive.org/web/20201005120315/https://plus.google.com/u/0/b/111306638524934148457/#111306638524934148457/posts" rel="me" title="Met Office Google+ page">Google+</a></li> <li><a href="https://web.archive.org/web/20201005120315/http://www.jma.go.jp/en/typh/" title="Japanese Meteorological Agency">Japanese Meteorological Agency</a></li> <li><a href="https://web.archive.org/web/20201005120315/http://www.metoffice.gov.uk/" title="Met Office website">Met Office</a></li> <li><a href="https://web.archive.org/web/20201005120315/http://www.metoffice.gov.uk/news" title="Met Office Media Centre – information for journalists">Met Office Media Centre</a></li> <li><a href="https://web.archive.org/web/20201005120315/http://www.metoffice.gov.uk/public/weather/storm-tracker/#?tab=map" title="Met Office StormTracker">Met Office StormTracker</a></li> <li><a href="https://web.archive.org/web/20201005120315/http://www.nhc.noaa.gov/" title="National Hurricane Center">National Hurricane Center</a></li> <li><a href="https://web.archive.org/web/20201005120315/http://twitter.com/metoffice" title="Met Office on Twitter">Twitter</a></li> <li><a href="https://web.archive.org/web/20201005120315/http://twitter.com/metofficenews" title="Met Office News on Twitter">Twitter News</a></li> <li><a href="https://web.archive.org/web/20201005120315/http://www.youtube.com/themetoffice" title="Met Office on YouTube">YouTube</a></li> </ul> </li> <li id="blog_subscription-2" class="widget-container widget_blog_subscription jetpack_subscription_widget"><h3 class="widget-title"><label for="subscribe-field">Email Subscription</label></h3> <form action="https://web.archive.org/web/20201005120315/https://subscribe.wordpress.com/" method="post" accept-charset="utf-8" id=""> <p>Enter your email address to subscribe to this blog and receive notifications of new posts by email. Your email address will only be used for this purpose.<br/> Met Office privacy policy:<br/> https://www.metoffice.gov.uk/about-us/legal/privacy<br/> Wordpress privacy policy:<br/> https://wordpress.org/about/privacy/</p> <div class="jetpack-subscribe-count"> <p> Join 13,275 other followers </p> </div> <p id="subscribe-email"> <input type="text" name="email" style="width: 95%; padding: 1px 10px" placeholder="Enter your email address" value="" id=""/> </p> <p id="subscribe-submit"> <input type="hidden" name="action" value="subscribe"/> <input type="hidden" name="blog_id" value="14516441"/> <input type="hidden" name="source" value="https://blog.metoffice.gov.uk/"/> <input type="hidden" name="sub-type" value="widget"/> <input type="hidden" name="redirect_fragment" value="blog_subscription-2"/> <input type="hidden" id="_wpnonce" name="_wpnonce" value="7d16257c2c"/> <button type="submit"> Sign up! </button> </p> </form> </li><li id="rss_links-3" class="widget-container widget_rss_links"><h3 class="widget-title">Posts by RSS</h3><p class="size-medium"><a class="feed-image-link" href="https://web.archive.org/web/20201005120315/https://blog.metoffice.gov.uk/feed/" title="Subscribe to Posts"><img src="https://web.archive.org/web/20201005120315im_/https://blog.metoffice.gov.uk/i/rss/orange-medium.png" alt="RSS Feed"/></a>&nbsp;<a href="https://web.archive.org/web/20201005120315/https://blog.metoffice.gov.uk/feed/" title="Subscribe to Posts">RSS - Posts</a></p> </li><li id="wp_tag_cloud-2" class="widget-container wp_widget_tag_cloud"><h3 class="widget-title"></h3><div style="overflow:hidden"><ul class="wp-tag-cloud" role="list"> <li><a href="https://web.archive.org/web/20201005120315/https://blog.metoffice.gov.uk/tag/atlantic/" class="tag-cloud-link tag-link-116173 tag-link-position-1" style="font-size: 8.7368421052632pt;" aria-label="Atlantic (15 items)">Atlantic</a></li> <li><a href="https://web.archive.org/web/20201005120315/https://blog.metoffice.gov.uk/tag/bbc/" class="tag-cloud-link tag-link-2988 tag-link-position-2" style="font-size: 10.456140350877pt;" aria-label="BBC (25 items)">BBC</a></li> <li><a href="https://web.archive.org/web/20201005120315/https://blog.metoffice.gov.uk/tag/christmas/" class="tag-cloud-link tag-link-15607 tag-link-position-3" style="font-size: 9.5555555555556pt;" aria-label="Christmas (19 items)">Christmas</a></li> <li><a href="https://web.archive.org/web/20201005120315/https://blog.metoffice.gov.uk/tag/climate/" class="tag-cloud-link tag-link-6108 tag-link-position-4" style="font-size: 14.058479532164pt;" aria-label="climate (69 items)">climate</a></li> <li><a href="https://web.archive.org/web/20201005120315/https://blog.metoffice.gov.uk/tag/climate-change/" class="tag-cloud-link tag-link-16897 tag-link-position-5" style="font-size: 15.122807017544pt;" aria-label="climate change (94 items)">climate change</a></li> <li><a href="https://web.archive.org/web/20201005120315/https://blog.metoffice.gov.uk/tag/climate-science/" class="tag-cloud-link tag-link-64116 tag-link-position-6" style="font-size: 13.649122807018pt;" aria-label="climate science (62 items)">climate science</a></li> <li><a href="https://web.archive.org/web/20201005120315/https://blog.metoffice.gov.uk/tag/cold/" class="tag-cloud-link tag-link-50656 tag-link-position-7" style="font-size: 14.877192982456pt;" aria-label="cold (88 items)">cold</a></li> <li><a href="https://web.archive.org/web/20201005120315/https://blog.metoffice.gov.uk/tag/december/" class="tag-cloud-link tag-link-22610 tag-link-position-8" style="font-size: 8pt;" aria-label="december (12 items)">december</a></li> <li><a href="https://web.archive.org/web/20201005120315/https://blog.metoffice.gov.uk/tag/drought/" class="tag-cloud-link tag-link-8584 tag-link-position-9" style="font-size: 8.5730994152047pt;" aria-label="Drought (14 items)">Drought</a></li> <li><a href="https://web.archive.org/web/20201005120315/https://blog.metoffice.gov.uk/tag/dry/" class="tag-cloud-link tag-link-148428 tag-link-position-10" style="font-size: 12.33918128655pt;" aria-label="dry (43 items)">dry</a></li> <li><a href="https://web.archive.org/web/20201005120315/https://blog.metoffice.gov.uk/tag/el-nino/" class="tag-cloud-link tag-link-355252 tag-link-position-11" style="font-size: 9.719298245614pt;" aria-label="El Nino (20 items)">El Nino</a></li> <li><a href="https://web.archive.org/web/20201005120315/https://blog.metoffice.gov.uk/tag/england/" class="tag-cloud-link tag-link-1311 tag-link-position-12" style="font-size: 14.140350877193pt;" aria-label="England (72 items)">England</a></li> <li><a href="https://web.archive.org/web/20201005120315/https://blog.metoffice.gov.uk/tag/environment/" class="tag-cloud-link tag-link-184 tag-link-position-13" style="font-size: 8pt;" aria-label="environment (12 items)">environment</a></li> <li><a href="https://web.archive.org/web/20201005120315/https://blog.metoffice.gov.uk/tag/environment-agency/" class="tag-cloud-link tag-link-772610 tag-link-position-14" style="font-size: 12.093567251462pt;" aria-label="Environment Agency (40 items)">Environment Agency</a></li> <li><a href="https://web.archive.org/web/20201005120315/https://blog.metoffice.gov.uk/tag/flood/" class="tag-cloud-link tag-link-35288 tag-link-position-15" style="font-size: 13.40350877193pt;" aria-label="flood (58 items)">flood</a></li> <li><a href="https://web.archive.org/web/20201005120315/https://blog.metoffice.gov.uk/tag/flooding/" class="tag-cloud-link tag-link-104821 tag-link-position-16" style="font-size: 14.46783625731pt;" aria-label="flooding (79 items)">flooding</a></li> <li><a href="https://web.archive.org/web/20201005120315/https://blog.metoffice.gov.uk/tag/forecast/" class="tag-cloud-link tag-link-43757 tag-link-position-17" style="font-size: 14.304093567251pt;" aria-label="forecast (75 items)">forecast</a></li> <li><a href="https://web.archive.org/web/20201005120315/https://blog.metoffice.gov.uk/tag/frost/" class="tag-cloud-link tag-link-25547 tag-link-position-18" style="font-size: 11.766081871345pt;" aria-label="frost (36 items)">frost</a></li> <li><a href="https://web.archive.org/web/20201005120315/https://blog.metoffice.gov.uk/tag/gales/" class="tag-cloud-link tag-link-626724 tag-link-position-19" style="font-size: 11.929824561404pt;" aria-label="gales (38 items)">gales</a></li> <li><a href="https://web.archive.org/web/20201005120315/https://blog.metoffice.gov.uk/tag/global-warming/" class="tag-cloud-link tag-link-18880 tag-link-position-20" style="font-size: 10.619883040936pt;" aria-label="global warming (26 items)">global warming</a></li> <li><a href="https://web.archive.org/web/20201005120315/https://blog.metoffice.gov.uk/tag/heatwave/" class="tag-cloud-link tag-link-246596 tag-link-position-21" style="font-size: 11.27485380117pt;" aria-label="heatwave (31 items)">heatwave</a></li> <li><a href="https://web.archive.org/web/20201005120315/https://blog.metoffice.gov.uk/tag/heavy-rain/" class="tag-cloud-link tag-link-753004 tag-link-position-22" style="font-size: 15.040935672515pt;" aria-label="heavy rain (92 items)">heavy rain</a></li> <li><a href="https://web.archive.org/web/20201005120315/https://blog.metoffice.gov.uk/tag/hot/" class="tag-cloud-link tag-link-8559 tag-link-position-23" style="font-size: 9.5555555555556pt;" aria-label="hot (19 items)">hot</a></li> <li><a href="https://web.archive.org/web/20201005120315/https://blog.metoffice.gov.uk/tag/hurricane/" class="tag-cloud-link tag-link-335 tag-link-position-24" style="font-size: 13.321637426901pt;" aria-label="hurricane (56 items)">hurricane</a></li> <li><a href="https://web.archive.org/web/20201005120315/https://blog.metoffice.gov.uk/tag/ice/" class="tag-cloud-link tag-link-157212 tag-link-position-25" style="font-size: 11.520467836257pt;" aria-label="ice (34 items)">ice</a></li> <li><a href="https://web.archive.org/web/20201005120315/https://blog.metoffice.gov.uk/tag/iphone/" class="tag-cloud-link tag-link-106595 tag-link-position-26" style="font-size: 8.5730994152047pt;" aria-label="iPhone (14 items)">iPhone</a></li> <li><a href="https://web.archive.org/web/20201005120315/https://blog.metoffice.gov.uk/tag/japan/" class="tag-cloud-link tag-link-2062 tag-link-position-27" style="font-size: 8.7368421052632pt;" aria-label="Japan (15 items)">Japan</a></li> <li><a href="https://web.archive.org/web/20201005120315/https://blog.metoffice.gov.uk/tag/japan-meteorological-agency/" class="tag-cloud-link tag-link-16353993 tag-link-position-28" style="font-size: 8.9824561403509pt;" aria-label="Japan Meteorological Agency (16 items)">Japan Meteorological Agency</a></li> <li><a href="https://web.archive.org/web/20201005120315/https://blog.metoffice.gov.uk/tag/jet-stream/" class="tag-cloud-link tag-link-1718394 tag-link-position-29" style="font-size: 11.847953216374pt;" aria-label="Jet stream (37 items)">Jet stream</a></li> <li><a href="https://web.archive.org/web/20201005120315/https://blog.metoffice.gov.uk/tag/july/" class="tag-cloud-link tag-link-111508 tag-link-position-30" style="font-size: 8.7368421052632pt;" aria-label="july (15 items)">july</a></li> <li><a href="https://web.archive.org/web/20201005120315/https://blog.metoffice.gov.uk/tag/june/" class="tag-cloud-link tag-link-111507 tag-link-position-31" style="font-size: 8.9824561403509pt;" aria-label="june (16 items)">june</a></li> <li><a href="https://web.archive.org/web/20201005120315/https://blog.metoffice.gov.uk/tag/lightning/" class="tag-cloud-link tag-link-21394 tag-link-position-32" style="font-size: 8.7368421052632pt;" aria-label="Lightning (15 items)">Lightning</a></li> <li><a href="https://web.archive.org/web/20201005120315/https://blog.metoffice.gov.uk/tag/london/" class="tag-cloud-link tag-link-1618 tag-link-position-33" style="font-size: 10.046783625731pt;" aria-label="London (22 items)">London</a></li> <li><a href="https://web.archive.org/web/20201005120315/https://blog.metoffice.gov.uk/tag/met-office/" class="tag-cloud-link tag-link-971446 tag-link-position-34" style="font-size: 22pt;" aria-label="Met Office (655 items)">Met Office</a></li> <li><a href="https://web.archive.org/web/20201005120315/https://blog.metoffice.gov.uk/tag/metoffice/" class="tag-cloud-link tag-link-1309024 tag-link-position-35" style="font-size: 8.5730994152047pt;" aria-label="MetOffice (14 items)">MetOffice</a></li> <li><a href="https://web.archive.org/web/20201005120315/https://blog.metoffice.gov.uk/tag/met-office-hadley-centre/" class="tag-cloud-link tag-link-6655007 tag-link-position-36" style="font-size: 13.649122807018pt;" aria-label="Met Office Hadley Centre (62 items)">Met Office Hadley Centre</a></li> <li><a href="https://web.archive.org/web/20201005120315/https://blog.metoffice.gov.uk/tag/nasa/" class="tag-cloud-link tag-link-1836 tag-link-position-37" style="font-size: 8.7368421052632pt;" aria-label="NASA (15 items)">NASA</a></li> <li><a href="https://web.archive.org/web/20201005120315/https://blog.metoffice.gov.uk/tag/national-hurricane-center/" class="tag-cloud-link tag-link-783291 tag-link-position-38" style="font-size: 9.2280701754386pt;" aria-label="National Hurricane Center (17 items)">National Hurricane Center</a></li> <li><a href="https://web.archive.org/web/20201005120315/https://blog.metoffice.gov.uk/tag/national-severe-weather-warning-service/" class="tag-cloud-link tag-link-54208316 tag-link-position-39" style="font-size: 13.076023391813pt;" aria-label="National Severe Weather Warning Service (53 items)">National Severe Weather Warning Service</a></li> <li><a href="https://web.archive.org/web/20201005120315/https://blog.metoffice.gov.uk/tag/noaa/" class="tag-cloud-link tag-link-99074 tag-link-position-40" style="font-size: 8.7368421052632pt;" aria-label="NOAA (15 items)">NOAA</a></li> <li><a href="https://web.archive.org/web/20201005120315/https://blog.metoffice.gov.uk/tag/northern-ireland/" class="tag-cloud-link tag-link-5035 tag-link-position-41" style="font-size: 9.719298245614pt;" aria-label="Northern Ireland (20 items)">Northern Ireland</a></li> <li><a href="https://web.archive.org/web/20201005120315/https://blog.metoffice.gov.uk/tag/philippines/" class="tag-cloud-link tag-link-4255 tag-link-position-42" style="font-size: 8.9824561403509pt;" aria-label="Philippines (16 items)">Philippines</a></li> <li><a href="https://web.archive.org/web/20201005120315/https://blog.metoffice.gov.uk/tag/pollen/" class="tag-cloud-link tag-link-91446 tag-link-position-43" style="font-size: 8.7368421052632pt;" aria-label="Pollen (15 items)">Pollen</a></li> <li><a href="https://web.archive.org/web/20201005120315/https://blog.metoffice.gov.uk/tag/rain/" class="tag-cloud-link tag-link-12361 tag-link-position-44" style="font-size: 17.005847953216pt;" aria-label="rain (160 items)">rain</a></li> <li><a href="https://web.archive.org/web/20201005120315/https://blog.metoffice.gov.uk/tag/rainfall/" class="tag-cloud-link tag-link-541105 tag-link-position-45" style="font-size: 15.941520467836pt;" aria-label="rainfall (120 items)">rainfall</a></li> <li><a href="https://web.archive.org/web/20201005120315/https://blog.metoffice.gov.uk/tag/record/" class="tag-cloud-link tag-link-14191 tag-link-position-46" style="font-size: 12.584795321637pt;" aria-label="record (46 items)">record</a></li> <li><a href="https://web.archive.org/web/20201005120315/https://blog.metoffice.gov.uk/tag/scotland/" class="tag-cloud-link tag-link-12260 tag-link-position-47" style="font-size: 13.157894736842pt;" aria-label="Scotland (54 items)">Scotland</a></li> <li><a href="https://web.archive.org/web/20201005120315/https://blog.metoffice.gov.uk/tag/severe-weather/" class="tag-cloud-link tag-link-127626 tag-link-position-48" style="font-size: 15.286549707602pt;" aria-label="severe weather (98 items)">severe weather</a></li> <li><a href="https://web.archive.org/web/20201005120315/https://blog.metoffice.gov.uk/tag/snow/" class="tag-cloud-link tag-link-20341 tag-link-position-49" style="font-size: 16.269005847953pt;" aria-label="snow (131 items)">snow</a></li> <li><a href="https://web.archive.org/web/20201005120315/https://blog.metoffice.gov.uk/tag/space-weather/" class="tag-cloud-link tag-link-1199193 tag-link-position-50" style="font-size: 9.3918128654971pt;" aria-label="space weather (18 items)">space weather</a></li> <li><a href="https://web.archive.org/web/20201005120315/https://blog.metoffice.gov.uk/tag/spring/" class="tag-cloud-link tag-link-9486 tag-link-position-51" style="font-size: 11.111111111111pt;" aria-label="spring (30 items)">spring</a></li> <li><a href="https://web.archive.org/web/20201005120315/https://blog.metoffice.gov.uk/tag/statistics/" class="tag-cloud-link tag-link-5849 tag-link-position-52" style="font-size: 12.994152046784pt;" aria-label="statistics (51 items)">statistics</a></li> <li><a href="https://web.archive.org/web/20201005120315/https://blog.metoffice.gov.uk/tag/storm/" class="tag-cloud-link tag-link-176746 tag-link-position-53" style="font-size: 13.730994152047pt;" aria-label="Storm (63 items)">Storm</a></li> <li><a href="https://web.archive.org/web/20201005120315/https://blog.metoffice.gov.uk/tag/storms/" class="tag-cloud-link tag-link-21395 tag-link-position-54" style="font-size: 13.157894736842pt;" aria-label="storms (54 items)">storms</a></li> <li><a href="https://web.archive.org/web/20201005120315/https://blog.metoffice.gov.uk/tag/strong-winds/" class="tag-cloud-link tag-link-1281191 tag-link-position-55" style="font-size: 8.7368421052632pt;" aria-label="strong winds (15 items)">strong winds</a></li> <li><a href="https://web.archive.org/web/20201005120315/https://blog.metoffice.gov.uk/tag/summer/" class="tag-cloud-link tag-link-22302 tag-link-position-56" style="font-size: 13.157894736842pt;" aria-label="summer (54 items)">summer</a></li> <li><a href="https://web.archive.org/web/20201005120315/https://blog.metoffice.gov.uk/tag/sun/" class="tag-cloud-link tag-link-429 tag-link-position-57" style="font-size: 10.374269005848pt;" aria-label="Sun (24 items)">Sun</a></li> <li><a href="https://web.archive.org/web/20201005120315/https://blog.metoffice.gov.uk/tag/sunshine/" class="tag-cloud-link tag-link-211846 tag-link-position-58" style="font-size: 12.666666666667pt;" aria-label="sunshine (47 items)">sunshine</a></li> <li><a href="https://web.archive.org/web/20201005120315/https://blog.metoffice.gov.uk/tag/temperature/" class="tag-cloud-link tag-link-245764 tag-link-position-59" style="font-size: 15.614035087719pt;" aria-label="temperature (108 items)">temperature</a></li> <li><a href="https://web.archive.org/web/20201005120315/https://blog.metoffice.gov.uk/tag/thunder/" class="tag-cloud-link tag-link-278513 tag-link-position-60" style="font-size: 8.327485380117pt;" aria-label="thunder (13 items)">thunder</a></li> <li><a href="https://web.archive.org/web/20201005120315/https://blog.metoffice.gov.uk/tag/thunderstorms/" class="tag-cloud-link tag-link-23347 tag-link-position-61" style="font-size: 8.7368421052632pt;" aria-label="thunderstorms (15 items)">thunderstorms</a></li> <li><a href="https://web.archive.org/web/20201005120315/https://blog.metoffice.gov.uk/tag/tropical-cyclone/" class="tag-cloud-link tag-link-424824 tag-link-position-62" style="font-size: 13.239766081871pt;" aria-label="tropical cyclone (55 items)">tropical cyclone</a></li> <li><a href="https://web.archive.org/web/20201005120315/https://blog.metoffice.gov.uk/tag/tropical-storm/" class="tag-cloud-link tag-link-157109 tag-link-position-63" style="font-size: 13.40350877193pt;" aria-label="tropical storm (58 items)">tropical storm</a></li> <li><a href="https://web.archive.org/web/20201005120315/https://blog.metoffice.gov.uk/tag/twitter/" class="tag-cloud-link tag-link-599182 tag-link-position-64" style="font-size: 8.5730994152047pt;" aria-label="Twitter (14 items)">Twitter</a></li> <li><a href="https://web.archive.org/web/20201005120315/https://blog.metoffice.gov.uk/tag/typhoon/" class="tag-cloud-link tag-link-271967 tag-link-position-65" style="font-size: 11.356725146199pt;" aria-label="Typhoon (32 items)">Typhoon</a></li> <li><a href="https://web.archive.org/web/20201005120315/https://blog.metoffice.gov.uk/tag/uk/" class="tag-cloud-link tag-link-8199 tag-link-position-66" style="font-size: 15.695906432749pt;" aria-label="UK (112 items)">UK</a></li> <li><a href="https://web.archive.org/web/20201005120315/https://blog.metoffice.gov.uk/tag/wales/" class="tag-cloud-link tag-link-12690 tag-link-position-67" style="font-size: 8.7368421052632pt;" aria-label="Wales (15 items)">Wales</a></li> <li><a href="https://web.archive.org/web/20201005120315/https://blog.metoffice.gov.uk/tag/warm/" class="tag-cloud-link tag-link-77096 tag-link-position-68" style="font-size: 8.7368421052632pt;" aria-label="warm (15 items)">warm</a></li> <li><a href="https://web.archive.org/web/20201005120315/https://blog.metoffice.gov.uk/tag/weather/" class="tag-cloud-link tag-link-4494 tag-link-position-69" style="font-size: 20.116959064327pt;" aria-label="weather (390 items)">weather</a></li> <li><a href="https://web.archive.org/web/20201005120315/https://blog.metoffice.gov.uk/tag/weather-forecast/" class="tag-cloud-link tag-link-108683 tag-link-position-70" style="font-size: 14.140350877193pt;" aria-label="weather forecast (71 items)">weather forecast</a></li> <li><a href="https://web.archive.org/web/20201005120315/https://blog.metoffice.gov.uk/tag/weather-forecasting/" class="tag-cloud-link tag-link-1011905 tag-link-position-71" style="font-size: 15.204678362573pt;" aria-label="weather forecasting (96 items)">weather forecasting</a></li> <li><a href="https://web.archive.org/web/20201005120315/https://blog.metoffice.gov.uk/tag/wet/" class="tag-cloud-link tag-link-148425 tag-link-position-72" style="font-size: 13.567251461988pt;" aria-label="wet (60 items)">wet</a></li> <li><a href="https://web.archive.org/web/20201005120315/https://blog.metoffice.gov.uk/tag/wind/" class="tag-cloud-link tag-link-42316 tag-link-position-73" style="font-size: 15.368421052632pt;" aria-label="wind (102 items)">wind</a></li> <li><a href="https://web.archive.org/web/20201005120315/https://blog.metoffice.gov.uk/tag/winter/" class="tag-cloud-link tag-link-9484 tag-link-position-74" style="font-size: 13.321637426901pt;" aria-label="Winter (57 items)">Winter</a></li> <li><a href="https://web.archive.org/web/20201005120315/https://blog.metoffice.gov.uk/tag/world-meteorological-organization/" class="tag-cloud-link tag-link-1565104 tag-link-position-75" style="font-size: 8pt;" aria-label="World Meteorological Organization (12 items)">World Meteorological Organization</a></li> </ul> </div></li><li id="top-posts-2" class="widget-container widget_top-posts"><h3 class="widget-title">Top Posts</h3><ul> <li> <a href="https://web.archive.org/web/20201005120315/https://blog.metoffice.gov.uk/2020/09/29/storm-alex-or-storm-aiden/" class="bump-view" data-bump-view="tp">Storm Alex, so why not Storm Aiden?</a> </li> <li> <a href="https://web.archive.org/web/20201005120315/https://blog.metoffice.gov.uk/2020/10/01/weather-statistics-for-september/" class="bump-view" data-bump-view="tp">Weather Statistics for September</a> </li> <li> <a href="https://web.archive.org/web/20201005120315/https://blog.metoffice.gov.uk/2012/09/20/when-does-autumn-start/" class="bump-view" data-bump-view="tp">When does Autumn start? Defining seasons</a> </li> <li> <a href="https://web.archive.org/web/20201005120315/https://blog.metoffice.gov.uk/2012/02/15/what-is-feels-like-temperature/" class="bump-view" data-bump-view="tp">What is ‘feels like’ temperature?</a> </li> <li> <a href="https://web.archive.org/web/20201005120315/https://blog.metoffice.gov.uk/2012/10/16/top-ten-coldest-recorded-temperatures-in-the-uk/" class="bump-view" data-bump-view="tp">Top ten coldest recorded temperatures in the UK</a> </li> </ul></li> </ul> </div><!-- #primary .widget-area --> </div><!-- #main --> <div id="footer" role="contentinfo"> <div id="colophon"> <div id="site-info"> <a href="https://web.archive.org/web/20201005120315/https://blog.metoffice.gov.uk/" title="Official blog of the Met Office news team" rel="home"> Official blog of the Met Office news team </a> </div><!-- #site-info --> <div id="site-generator"> <a href="https://web.archive.org/web/20201005120315/https://wordpress.com/?ref=footer_blog" rel="nofollow">Blog at WordPress.com.</a> </div><!-- #site-generator --> </div><!-- #colophon --> </div><!-- #footer --> </div><!-- #wrapper --> <script type="text/javascript"> //<![CDATA[ var infiniteScroll = JSON.parse( decodeURIComponent( '%7B%22settings%22%3A%7B%22id%22%3A%22content%22%2C%22ajaxurl%22%3A%22https%3A%5C%2F%5C%2Fblog.metoffice.gov.uk%5C%2F%3Finfinity%3Dscrolling%22%2C%22type%22%3A%22click%22%2C%22wrapper%22%3Atrue%2C%22wrapper_class%22%3A%22infinite-wrap%22%2C%22footer%22%3A%22wrapper%22%2C%22click_handle%22%3A%221%22%2C%22text%22%3A%22Older%20posts%22%2C%22totop%22%3A%22Scroll%20back%20to%20top%22%2C%22currentday%22%3A%2201.07.20%22%2C%22order%22%3A%22DESC%22%2C%22scripts%22%3A%5B%5D%2C%22styles%22%3A%5B%5D%2C%22google_analytics%22%3Afalse%2C%22offset%22%3A1%2C%22history%22%3A%7B%22host%22%3A%22blog.metoffice.gov.uk%22%2C%22path%22%3A%22%5C%2Fpage%5C%2F%25d%5C%2F%22%2C%22use_trailing_slashes%22%3Atrue%2C%22parameters%22%3A%22%22%7D%2C%22query_args%22%3A%7B%22error%22%3A%22%22%2C%22m%22%3A%22%22%2C%22p%22%3A0%2C%22post_parent%22%3A%22%22%2C%22subpost%22%3A%22%22%2C%22subpost_id%22%3A%22%22%2C%22attachment%22%3A%22%22%2C%22attachment_id%22%3A0%2C%22name%22%3A%22%22%2C%22pagename%22%3A%22%22%2C%22page_id%22%3A0%2C%22second%22%3A%22%22%2C%22minute%22%3A%22%22%2C%22hour%22%3A%22%22%2C%22day%22%3A0%2C%22monthnum%22%3A0%2C%22year%22%3A0%2C%22w%22%3A0%2C%22category_name%22%3A%22%22%2C%22tag%22%3A%22%22%2C%22cat%22%3A%22%22%2C%22tag_id%22%3A%22%22%2C%22author%22%3A%22%22%2C%22author_name%22%3A%22%22%2C%22feed%22%3A%22%22%2C%22tb%22%3A%22%22%2C%22paged%22%3A0%2C%22meta_key%22%3A%22%22%2C%22meta_value%22%3A%22%22%2C%22preview%22%3A%22%22%2C%22s%22%3A%22%22%2C%22sentence%22%3A%22%22%2C%22title%22%3A%22%22%2C%22fields%22%3A%22%22%2C%22menu_order%22%3A%22%22%2C%22embed%22%3A%22%22%2C%22category__in%22%3A%5B%5D%2C%22category__not_in%22%3A%5B%5D%2C%22category__and%22%3A%5B%5D%2C%22post__in%22%3A%5B%5D%2C%22post__not_in%22%3A%5B%5D%2C%22post_name__in%22%3A%5B%5D%2C%22tag__in%22%3A%5B%5D%2C%22tag__not_in%22%3A%5B%5D%2C%22tag__and%22%3A%5B%5D%2C%22tag_slug__in%22%3A%5B%5D%2C%22tag_slug__and%22%3A%5B%5D%2C%22post_parent__in%22%3A%5B%5D%2C%22post_parent__not_in%22%3A%5B%5D%2C%22author__in%22%3A%5B%5D%2C%22author__not_in%22%3A%5B%5D%2C%22lazy_load_term_meta%22%3Afalse%2C%22posts_per_page%22%3A10%2C%22ignore_sticky_posts%22%3Afalse%2C%22suppress_filters%22%3Afalse%2C%22cache_results%22%3Afalse%2C%22update_post_term_cache%22%3Atrue%2C%22update_post_meta_cache%22%3Atrue%2C%22post_type%22%3A%22%22%2C%22nopaging%22%3Afalse%2C%22comments_per_page%22%3A%2250%22%2C%22no_found_rows%22%3Afalse%2C%22order%22%3A%22DESC%22%7D%2C%22query_before%22%3A%222020-10-05%2013%3A03%3A15%22%2C%22last_post_date%22%3A%222020-07-01%2016%3A08%3A30%22%2C%22body_class%22%3A%22infinite-scroll%22%2C%22stats%22%3A%22blog%3D14516441%26v%3Dwpcom%26tz%3D1%26user_id%3D0%26subd%3Dmetofficenews%26x_pagetype%3Dinfinite-click%22%7D%7D' ) ); //]]> </script> <!-- --> <script src="//web.archive.org/web/20201005120315js_/https://0.gravatar.com/js/gprofiles.js?ver=202041y" id="grofiles-cards-js"></script> <script id="wpgroho-js-extra"> var WPGroHo = {"my_hash":""}; </script> <script type="text/javascript" src="https://web.archive.org/web/20201005120315js_/https://s1.wp.com/wp-content/mu-plugins/gravatar-hovercards/wpgroho.js?m=1380573781h"></script> <script> //initialize and attach hovercards to all gravatars jQuery( document ).ready( function( $ ) { if (typeof Gravatar === "undefined"){ return; } if ( typeof Gravatar.init !== "function" ) { return; } Gravatar.profile_cb = function( hash, id ) { WPGroHo.syncProfileData( hash, id ); }; Gravatar.my_hash = WPGroHo.my_hash; Gravatar.init( 'body', '#wp-admin-bar-my-account' ); }); </script> <div style="display:none"> </div> <script id="highlander-comments-js-extra"> var HighlanderComments = {"loggingInText":"Logging In\u2026","submittingText":"Posting Comment\u2026","postCommentText":"Post Comment","connectingToText":"Connecting to %s","commentingAsText":"%1$s: You are commenting using your %2$s account.","logoutText":"Log Out","loginText":"Log In","connectURL":"https:\/\/web.archive.org\/web\/20201005120315\/https:\/\/metofficenews.wordpress.com\/public.api\/connect\/?action=request&domain=blog.metoffice.gov.uk","logoutURL":"https:\/\/web.archive.org\/web\/20201005120315\/https:\/\/metofficenews.wordpress.com\/wp-login.php?action=logout&_wpnonce=eb7064b01c","homeURL":"https:\/\/web.archive.org\/web\/20201005120315\/https:\/\/blog.metoffice.gov.uk\/","postID":"11746","gravDefault":"identicon","enterACommentError":"Please enter a comment","enterEmailError":"Please enter your email address here","invalidEmailError":"Invalid email address","enterAuthorError":"Please enter your name here","gravatarFromEmail":"This picture will show whenever you leave a comment. Click to customize it.","logInToExternalAccount":"Log in to use details from one of these accounts.","change":"Change","changeAccount":"Change Account","comment_registration":"1","userIsLoggedIn":"","isJetpack":"","text_direction":"ltr"}; </script> <script type="text/javascript" src="https://web.archive.org/web/20201005120315js_/https://s0.wp.com/_static/??/wp-content/js/jquery/jquery.autoresize.js,/wp-content/mu-plugins/highlander-comments/script.js?m=1573483029j"></script> <div id="carousel-reblog-box"> <form action="#" name="carousel-reblog"> <textarea id="carousel-reblog-content" name="carousel-reblog-content" placeholder="Add your thoughts here... (optional)"></textarea> <label for="carousel-reblog-to-blog-id" id="carousel-reblog-lblogid">Post to</label> <select name="carousel-reblog-to-blog-id" id="carousel-reblog-to-blog-id"> </select> <div class="submit"> <span class="canceltext"><a href="#" class="cancel">Cancel</a></span> <input type="submit" name="carousel-reblog-submit" class="button" id="carousel-reblog-submit" value="Reblog Post"/> <input type="hidden" id="carousel-reblog-blog-id" value="14516441"/> <input type="hidden" id="carousel-reblog-blog-url" value="https://blog.metoffice.gov.uk"/> <input type="hidden" id="carousel-reblog-blog-title" value="Official blog of the Met Office news team"/> <input type="hidden" id="carousel-reblog-post-url" value=""/> <input type="hidden" id="carousel-reblog-post-title" value=""/> </div> <input type="hidden" id="_wpnonce" name="_wpnonce" value="4eb94fe70c"/><input type="hidden" name="_wp_http_referer" value="/"/> </form> <div class="arrow"></div> </div> <script type="text/javascript"> window.WPCOM_sharing_counts = {"https:\/\/web.archive.org\/web\/20201005120315\/https:\/\/blog.metoffice.gov.uk\/2020\/10\/01\/weather-statistics-for-september\/":11746,"https:\/\/web.archive.org\/web\/20201005120315\/https:\/\/blog.metoffice.gov.uk\/2020\/09\/29\/storm-alex-or-storm-aiden\/":11732,"https:\/\/web.archive.org\/web\/20201005120315\/https:\/\/blog.metoffice.gov.uk\/2020\/09\/21\/climate-change-the-perfect-fuel-for-wildfires\/":11719,"https:\/\/web.archive.org\/web\/20201005120315\/https:\/\/blog.metoffice.gov.uk\/2020\/09\/18\/atlantic-tropical-storms-forming-at-a-record-pace\/":11697,"https:\/\/web.archive.org\/web\/20201005120315\/https:\/\/blog.metoffice.gov.uk\/2020\/09\/01\/a-dull-and-damp-august-brings-summer-to-a-close\/":11680,"https:\/\/web.archive.org\/web\/20201005120315\/https:\/\/blog.metoffice.gov.uk\/2020\/08\/03\/a-cool-july-ends-with-notable-heat\/":11674,"https:\/\/web.archive.org\/web\/20201005120315\/https:\/\/blog.metoffice.gov.uk\/2020\/07\/14\/helping-to-forecast-water-demand-during-covid-19\/":11655,"https:\/\/web.archive.org\/web\/20201005120315\/https:\/\/blog.metoffice.gov.uk\/2020\/07\/06\/innovative-space-weather-monitoring-projects-receive-ukri-funding\/":11639,"https:\/\/web.archive.org\/web\/20201005120315\/https:\/\/blog.metoffice.gov.uk\/2020\/07\/02\/eumetsat-selects-phil-evans-as-its-new-director-general\/":11627,"https:\/\/web.archive.org\/web\/20201005120315\/https:\/\/blog.metoffice.gov.uk\/2020\/07\/01\/end-of-june-statistics\/":11613}; </script> <div id="sharing_email" style="display: none;"> <form action="/web/20201005120315/https://blog.metoffice.gov.uk/" method="post"> <label for="target_email">Send to Email Address</label> <input type="email" name="target_email" id="target_email" value=""/> <label for="source_name">Your Name</label> <input type="text" name="source_name" id="source_name" value=""/> <label for="source_email">Your Email Address</label> <input type="email" name="source_email" id="source_email" value=""/> <input type="text" id="jetpack-source_f_name" name="source_f_name" class="input" value="" size="25" autocomplete="off" title="This field is for validation and should not be changed"/> <div class="g-recaptcha" data-sitekey="6LcmyE0UAAAAALID28yVNg7pFCodGaArJzHitez_" data-theme="light" data-type="image" data-tabindex="0"></div> <script type="text/javascript" src="https://web.archive.org/web/20201005120315js_/https://www.google.com/recaptcha/api.js?hl=en" async></script> <img style="float: right; display: none" class="loading" src="https://web.archive.org/web/20201005120315im_/https://s2.wp.com/wp-content/mu-plugins/post-flair/sharing/images/loading.gif" alt="loading" width="16" height="16"/> <input type="submit" value="Send Email" class="sharing_send"/> <a rel="nofollow" href="#cancel" class="sharing_cancel" role="button">Cancel</a> <div class="errors errors-1" style="display: none;"> Post was not sent - check your email addresses! </div> <div class="errors errors-2" style="display: none;"> Email check failed, please try again </div> <div class="errors errors-3" style="display: none;"> Sorry, your blog cannot share posts by email. </div> </form> </div> <script src="https://web.archive.org/web/20201005120315js_/https://platform.twitter.com/widgets.js?ver=20111117" id="twitter-widgets-js"></script> <link rel="stylesheet" id="all-css-0-3" href="https://web.archive.org/web/20201005120315cs_/https://s1.wp.com/_static/??/wp-content/mu-plugins/carousel/jetpack-carousel.css,/wp-content/mu-plugins/tiled-gallery/tiled-gallery.css?m=1592560282j&amp;cssminify=yes" type="text/css" media="all"/> <script id="jetpack-facebook-embed-js-extra"> var jpfbembed = {"appid":"249643311490","locale":"en_US"}; </script> <script id="wpcom-actionbar-bar-js-extra"> var actionbardata = {"siteID":"14516441","siteName":"Official blog of the Met Office news team","siteURL":"https:\/\/web.archive.org\/web\/20201005120315\/https:\/\/blog.metoffice.gov.uk","icon":"<img alt='' src='https:\/\/web.archive.org\/web\/20201005120315\/https:\/\/s2.wp.com\/i\/logo\/wpcom-gray-white.png' class='avatar avatar-50' height='50' width='50' \/>","canManageOptions":"","canCustomizeSite":"","isFollowing":"","themeSlug":"pub\/twentyten","signupURL":"https:\/\/web.archive.org\/web\/20201005120315\/https:\/\/wordpress.com\/start\/","loginURL":"https:\/\/web.archive.org\/web\/20201005120315\/https:\/\/wordpress.com\/log-in?redirect_to=https%3A%2F%2Fblog.metoffice.gov.uk%2F2020%2F10%2F01%2Fweather-statistics-for-september%2F&signup_flow=account&domain=blog.metoffice.gov.uk","themeURL":"","xhrURL":"https:\/\/web.archive.org\/web\/20201005120315\/https:\/\/blog.metoffice.gov.uk\/wp-admin\/admin-ajax.php","nonce":"588ac20eae","isSingular":"","isFolded":"","isLoggedIn":"","isMobile":"","subscribeNonce":"<input type=\"hidden\" id=\"_wpnonce\" name=\"_wpnonce\" value=\"7d16257c2c\" \/>","referer":"https:\/\/web.archive.org\/web\/20201005120315\/https:\/\/blog.metoffice.gov.uk\/","canFollow":"1","feedID":"34185295","statusMessage":"","customizeLink":"https:\/\/web.archive.org\/web\/20201005120315\/https:\/\/metofficenews.wordpress.com\/wp-admin\/customize.php?url=https%3A%2F%2Fmetofficenews.wordpress.com%2F","i18n":{"view":"View site","follow":"Follow","following":"Following","edit":"Edit","login":"Log in","signup":"Sign up","customize":"Customize","report":"Report this content","themeInfo":"Get theme: Twenty Ten","shortlink":"Copy shortlink","copied":"Copied","followedText":"New posts from this site will now appear in your <a href=\"https:\/\/wordpress.com\/read\">Reader<\/a>","foldBar":"Collapse this bar","unfoldBar":"Expand this bar","editSubs":"Manage subscriptions","viewReader":"View site in Reader","viewReadPost":"View post in Reader","subscribe":"Sign me up","enterEmail":"Enter your email address","followers":"Join 13,275 other followers","alreadyUser":"Already have a WordPress.com account? <a href=\"https:\/\/wordpress.com\/log-in?redirect_to=https%3A%2F%2Fblog.metoffice.gov.uk%2F2020%2F10%2F01%2Fweather-statistics-for-september%2F&signup_flow=account&domain=blog.metoffice.gov.uk\">Log in now.<\/a>","stats":"Stats"}}; </script> <script id="jetpack-carousel-js-extra"> var jetpackCarouselStrings = {"widths":[370,700,1000,1200,1400,2000],"is_logged_in":"","lang":"en","ajaxurl":"https:\/\/web.archive.org\/web\/20201005120315\/https:\/\/blog.metoffice.gov.uk\/wp-admin\/admin-ajax.php","nonce":"46e491079a","display_exif":"1","display_comments":"1","display_geo":"1","single_image_gallery":"1","single_image_gallery_media_file":"","background_color":"black","comment":"Comment","post_comment":"Post Comment","write_comment":"Write a Comment...","loading_comments":"Loading Comments...","download_original":"View full size <span class=\"photo-size\">{0}<span class=\"photo-size-times\">\u00d7<\/span>{1}<\/span>","no_comment_text":"Please be sure to submit some text with your comment.","no_comment_email":"Please provide an email address to comment.","no_comment_author":"Please provide your name to comment.","comment_post_error":"Sorry, but there was an error posting your comment. Please try again later.","comment_approved":"Your comment was approved.","comment_unapproved":"Your comment is in moderation.","camera":"Camera","aperture":"Aperture","shutter_speed":"Shutter Speed","focal_length":"Focal Length","copyright":"Copyright","comment_registration":"1","require_name_email":"1","login_url":"https:\/\/web.archive.org\/web\/20201005120315\/https:\/\/metofficenews.wordpress.com\/wp-login.php?redirect_to=https%3A%2F%2Fblog.metoffice.gov.uk%2F2020%2F10%2F01%2Fweather-statistics-for-september%2F","blog_id":"14516441","meta_data":["camera","aperture","shutter_speed","focal_length","copyright"],"local_comments_commenting_as":"<p id=\"jp-carousel-commenting-as\">You must be <a href=\"#\" class=\"jp-carousel-comment-login\">logged in<\/a> to post a comment.<\/p>","reblog":"Reblog","reblogged":"Reblogged","reblog_add_thoughts":"Add your thoughts here... (optional)","reblogging":"Reblogging...","post_reblog":"Post Reblog","stats_query_args":"blog=14516441&v=wpcom&tz=1&user_id=0&subd=metofficenews","is_public":"1","reblog_enabled":""}; </script> <script id="sharing-js-js-extra"> var sharing_js_options = {"lang":"en","counts":"1","is_stats_active":"1"}; </script> <script type="text/javascript" src="https://web.archive.org/web/20201005120315js_/https://s0.wp.com/_static/??-eJyVUttOwzAM/SEyizFAe0B8CsrFbd2mSRcnLePrSau1YgyCUB58O8fxcQLTILR3EV2ElsHgSBqH913Ld3BdGjzHHplljT9U21PCcL6YHbmRcPoT1mIcpO5EQKaPm659EoNNNTkGSx0yZFLCRjpjMRTA5CpyFM+b8x27ArVX1uuOYb/LBwzxMuOaFpbqJip/s4wvd10UwBs5DZXUqLzvBPYKTYElTU9OKBmglxwxZE/4EUMgk2VuuX92iCFPwiWSjuTdTNq8AlrL4BOjXTWKNbFysmSb5oHzzniqvGpRx992PWZpHiQzxoWwxEN++NLAkSwaUUtr509zFRVY80cVlZUUgBsZyNWrzaTX/uX+8Xh8PuwPTw/tJ25QH/c="></script> <script type="text/javascript"> var windowOpen; jQuery( document.body ).on( 'click', 'a.share-facebook', function() { // If there's another sharing window open, close it. if ( 'undefined' !== typeof windowOpen ) { windowOpen.close(); } windowOpen = window.open( jQuery( this ).attr( 'href' ), 'wpcomfacebook', 'menubar=1,resizable=1,width=600,height=400' ); return false; }); var windowOpen; jQuery( document.body ).on( 'click', 'a.share-twitter', function() { // If there's another sharing window open, close it. if ( 'undefined' !== typeof windowOpen ) { windowOpen.close(); } windowOpen = window.open( jQuery( this ).attr( 'href' ), 'wpcomtwitter', 'menubar=1,resizable=1,width=600,height=350' ); return false; }); var windowOpen; jQuery( document.body ).on( 'click', 'a.share-linkedin', function() { // If there's another sharing window open, close it. if ( 'undefined' !== typeof windowOpen ) { windowOpen.close(); } windowOpen = window.open( jQuery( this ).attr( 'href' ), 'wpcomlinkedin', 'menubar=1,resizable=1,width=580,height=450' ); return false; }); </script> <script type="text/javascript"> // <![CDATA[ (function() { try{ if ( window.external &&'msIsSiteMode' in window.external) { if (window.external.msIsSiteMode()) { var jl = document.createElement('script'); jl.type='text/javascript'; jl.async=true; jl.src='/wp-content/plugins/ie-sitemode/custom-jumplist.php'; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(jl, s); } } }catch(e){} })(); // ]]> </script><script type="text/javascript"> (function() { var extend = function(out) { out = out || {}; for (var i = 1; i < arguments.length; i++) { if (!arguments[i]) continue; for (var key in arguments[i]) { if (arguments[i].hasOwnProperty(key)) out[key] = arguments[i][key]; } } return out; }; extend( window.infiniteScroll.settings.scripts, ["jquery-core","jquery","mobile-useragent-info","grofiles-cards","wpgroho","jquery.autoresize","highlander-comments","twitter-widgets","devicepx","postmessage","jquery_inview","jetpack_resize","jetpack_likes_queuehandler","the-neverending-homepage","coblocks-lightbox","jetpack-facebook-embed","wpcom-masterbar-js","wpcom-masterbar-tracks-js","wpcom-actionbar-bar","jetpack-carousel","swfobject","videopress","tiled-gallery","sharing-js"] ); extend( window.infiniteScroll.settings.styles, ["wpcom-smileys","jetpack_likes","the-neverending-homepage","wp-block-library","wp-block-library-theme","jetpack-layout-grid","jetpack-ratings","coblocks-frontend","wpcom-core-compat-playlist-styles","wpcom-text-widget-styles","wpcom-bbpress2-staff-css","twentyten-block-style","twentyten-wpcom-style","jetpack-top-posts-widget","jetpack_facebook_likebox","flickr-widget-style","wpcom_instagram_widget","geo-location-flair","reblogging","infinity-twentyten","wpcom-actionbar-bar","sharedaddy","social-logos","h4-global","global-styles","jetpack-global-styles-frontend-style","highlander-comments","highlander-comments-ie7","jetpack-carousel","tiled-gallery"] ); })(); </script> <iframe src="https://web.archive.org/web/20201005120315if_/https://widgets.wp.com/likes/master.html?ver=20200826#ver=20200826" scrolling="no" id="likes-master" name="likes-master" style="display:none;"></iframe> <div id="likes-other-gravatars"><div class="likes-text"><span>%d</span> bloggers like this:</div><ul class="wpl-avatars sd-like-gravatars"></ul></div> <script src="//web.archive.org/web/20201005120315js_/https://stats.wp.com/w.js?61" type="text/javascript" async defer></script> <script type="text/javascript"> _tkq = window._tkq || []; _stq = window._stq || []; _tkq.push(['storeContext', {'blog_id':'14516441','blog_tz':'1','user_lang':'en','blog_lang':'en','user_id':'0'}]); _stq.push(['view', {'blog':'14516441','v':'wpcom','tz':'1','user_id':'0','subd':'metofficenews'}]); _stq.push(['extra', {'crypt':'UE40eW5QN0p8M2Y/RE1oV0pFNEwueXFaVXlyMGwvVG9ES35pOVYlTm93RUdNL2ovaj1UaVZQNGc0c0pkVUhKZDB0YVdTTXJBbVlqTWoxdGRzcERkUitZdD9VJUd8SzR5bm1DbH5BLGw3dGdoRnZSdDIwUHJ3PVFibjRFcldJcXd1VUdjSGhfREtjRmR4Lyx4bU0uQjdQM3h1LjExRjlId2xsZW9ER0ZCWDk3RmZ6JUY4eWVjcjI0Myw/V2Zsb2tWWW9dbGFdeHI2LFpMM1FlWy9fVSx8cGVNd3ZQVD09PWJXTlUlZTElSVFQK2stQmdxQ0JaRG9VOFlbd09JVUcvaHQvV1Y2a2dqT01GVi50c0t6dlVlUk9CZWglQlZ2ckgvd3VwW2M4UmJQfHQ2VHppL2xjaXgvND1KRjlNVyZ1V2Q/ZmdCRj9CaXkuVD9GUVk1enVCWQ=='}]); _stq.push([ 'clickTrackerInit', '14516441', '0' ]); </script> <noscript><img src="https://web.archive.org/web/20201005120315im_/https://pixel.wp.com/b.gif?v=noscript" style="height:0px;width:0px;overflow:hidden" alt=""/></noscript> <script> if ( 'object' === typeof wpcom_mobile_user_agent_info ) { wpcom_mobile_user_agent_info.init(); var mobileStatsQueryString = ""; if( false !== wpcom_mobile_user_agent_info.matchedPlatformName ) mobileStatsQueryString += "&x_" + 'mobile_platforms' + '=' + wpcom_mobile_user_agent_info.matchedPlatformName; if( false !== wpcom_mobile_user_agent_info.matchedUserAgentName ) mobileStatsQueryString += "&x_" + 'mobile_devices' + '=' + wpcom_mobile_user_agent_info.matchedUserAgentName; if( wpcom_mobile_user_agent_info.isIPad() ) mobileStatsQueryString += "&x_" + 'ipad_views' + '=' + 'views'; if( "" != mobileStatsQueryString ) { new Image().src = document.location.protocol + '//web.archive.org/web/20201005120315/https://pixel.wp.com/g.gif?v=wpcom-no-pv' + mobileStatsQueryString + '&baba=' + Math.random(); } } </script></body> </html> <!-- generated in 0.350 seconds 241728 bytes batcached for 300 seconds --> <!-- FILE ARCHIVED ON 12:03:15 Oct 05, 2020 AND RETRIEVED FROM THE INTERNET ARCHIVE ON 01:45:13 Nov 29, 2024. JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE. ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C. SECTION 108(a)(3)). --> <!-- playback timings (ms): captures_list: 0.634 exclusion.robots: 0.028 exclusion.robots.policy: 0.018 esindex: 0.011 cdx.remote: 25.573 LoadShardBlock: 456.759 (6) PetaboxLoader3.datanode: 352.465 (7) load_resource: 356.897 PetaboxLoader3.resolve: 271.281 -->

Pages: 1 2 3 4 5 6 7 8 9 10