CINXE.COM

August | 2015 | 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/2015/08/","20200919132611","https://web.archive.org/","web","/_static/", "1600521971"); </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>August | 2015 | 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/20200919132611cs_/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/20200919132611/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/20200919132611/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/20200919132611/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/20200919132611/https://r-login.wordpress.com/remote-login.php" + "?wpcom_remote_login=key" + "&origin=aHR0cHM6Ly9ibG9nLm1ldG9mZmljZS5nb3YudWs%3D" + "&wpcomid=14516441" + "&time=1600521971"; document.body.appendChild( iframe ); }, false ); </script> <link rel="dns-prefetch" href="//web.archive.org/web/20200919132611/https://s2.wp.com/"/> <link rel="dns-prefetch" href="//web.archive.org/web/20200919132611/https://s1.wp.com/"/> <link rel="dns-prefetch" href="//web.archive.org/web/20200919132611/https://s0.wp.com/"/> <link rel="dns-prefetch" href="//web.archive.org/web/20200919132611/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/20200919132611/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/20200919132611/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\/20200919132611\/https:\/\/s0.wp.com\/wp-content\/mu-plugins\/wpcom-smileys\/twemoji\/2\/72x72\/","ext":".png","svgUrl":"https:\/\/web.archive.org\/web\/20200919132611\/https:\/\/s0.wp.com\/wp-content\/mu-plugins\/wpcom-smileys\/twemoji\/2\/svg\/","svgExt":".svg","source":{"concatemoji":"https:\/\/web.archive.org\/web\/20200919132611\/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/20200919132611cs_/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/20200919132611cs_/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/20200919132611cs_/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/20200919132611js_/https://s2.wp.com/_static/??/wp-includes/js/jquery/jquery.js,/wp-content/js/mobile-useragent-info.js?m=1558356653j"></script> <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"/> <!-- Jetpack Open Graph Tags --> <meta property="og:type" content="website"/> <meta property="og:title" content="August 2015 – Official blog of the Met Office news team"/> <meta property="og:site_name" content="Official blog of the Met Office news team"/> <meta property="og:image" content="https://web.archive.org/web/20200919132611im_/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/20200919132611im_/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/20200919132611im_/https://s1.wp.com/i/favicon.ico" sizes="16x16 24x24 32x32 48x48"/> <link rel="apple-touch-icon" href="https://web.archive.org/web/20200919132611im_/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/20200919132611/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/20200919132611/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"/><meta name="description" content="10 posts published by Met Office Press Office during August 2015"/> </head> <body class="archive date customizer-styles-applied highlander-enabled highlander-light"> <div id="wrapper" class="hfeed"> <div id="header"> <div id="masthead"> <div id="branding" role="banner"> <div id="site-title"> <span> <a href="https://web.archive.org/web/20200919132611/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> </div> <div id="site-description"></div> <a class="home-link" href="https://web.archive.org/web/20200919132611/https://blog.metoffice.gov.uk/" title="Official blog of the Met Office news team" rel="home"> <img src="https://web.archive.org/web/20200919132611im_/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/20200919132611/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/20200919132611/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/20200919132611/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/20200919132611/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/20200919132611/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/20200919132611/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"> <h1 class="page-title"> Monthly Archives: <span>August 2015</span> </h1> <div id="nav-above" class="navigation"> <div class="nav-previous"><a href="https://web.archive.org/web/20200919132611/https://blog.metoffice.gov.uk/2015/08/page/2/"><span class="meta-nav">&larr;</span> Older posts</a></div> <div class="nav-next"></div> </div><!-- #nav-above --> <div id="post-8456" class="post-8456 post type-post status-publish format-standard hentry category-met-office-news tag-climate tag-climate-change tag-climate-science tag-cold tag-dry tag-england tag-global-warming tag-heatwave tag-heavy-rain tag-jet-stream tag-met-office tag-met-office-hadley-centre tag-rain tag-rainfall tag-record tag-severe-weather tag-storm tag-storms tag-summer tag-temperature tag-uk tag-weather tag-weather-forecast tag-weather-forecasting tag-wet tag-wind"> <h2 class="entry-title"><a href="https://web.archive.org/web/20200919132611/https://blog.metoffice.gov.uk/2015/08/28/so-what-happened-to-our-summer/" rel="bookmark">So what happened to our&nbsp;summer?</a></h2> <div class="entry-meta"> <span class="meta-prep meta-prep-author">Posted on</span> <a href="https://web.archive.org/web/20200919132611/https://blog.metoffice.gov.uk/2015/08/28/so-what-happened-to-our-summer/" title="2:50 pm" rel="bookmark"><span class="entry-date">28 August, 2015</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/20200919132611/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-summary"> <p>Our Chief Scientist Professor Dame Julia Slingo OBE FRS reflects on this summer’s weather and what has influenced it: No-one can deny that we have had a pretty disappointing summer with a lot of unsettled weather and only a few &hellip; <a href="https://web.archive.org/web/20200919132611/https://blog.metoffice.gov.uk/2015/08/28/so-what-happened-to-our-summer/">Continue reading <span class="meta-nav">&rarr;</span></a></p> </div><!-- .entry-summary --> <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/20200919132611/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/20200919132611/https://blog.metoffice.gov.uk/tag/climate/" rel="tag">climate</a>, <a href="https://web.archive.org/web/20200919132611/https://blog.metoffice.gov.uk/tag/climate-change/" rel="tag">climate change</a>, <a href="https://web.archive.org/web/20200919132611/https://blog.metoffice.gov.uk/tag/climate-science/" rel="tag">climate science</a>, <a href="https://web.archive.org/web/20200919132611/https://blog.metoffice.gov.uk/tag/cold/" rel="tag">cold</a>, <a href="https://web.archive.org/web/20200919132611/https://blog.metoffice.gov.uk/tag/dry/" rel="tag">dry</a>, <a href="https://web.archive.org/web/20200919132611/https://blog.metoffice.gov.uk/tag/england/" rel="tag">England</a>, <a href="https://web.archive.org/web/20200919132611/https://blog.metoffice.gov.uk/tag/global-warming/" rel="tag">global warming</a>, <a href="https://web.archive.org/web/20200919132611/https://blog.metoffice.gov.uk/tag/heatwave/" rel="tag">heatwave</a>, <a href="https://web.archive.org/web/20200919132611/https://blog.metoffice.gov.uk/tag/heavy-rain/" rel="tag">heavy rain</a>, <a href="https://web.archive.org/web/20200919132611/https://blog.metoffice.gov.uk/tag/jet-stream/" rel="tag">Jet stream</a>, <a href="https://web.archive.org/web/20200919132611/https://blog.metoffice.gov.uk/tag/met-office/" rel="tag">Met Office</a>, <a href="https://web.archive.org/web/20200919132611/https://blog.metoffice.gov.uk/tag/met-office-hadley-centre/" rel="tag">Met Office Hadley Centre</a>, <a href="https://web.archive.org/web/20200919132611/https://blog.metoffice.gov.uk/tag/rain/" rel="tag">rain</a>, <a href="https://web.archive.org/web/20200919132611/https://blog.metoffice.gov.uk/tag/rainfall/" rel="tag">rainfall</a>, <a href="https://web.archive.org/web/20200919132611/https://blog.metoffice.gov.uk/tag/record/" rel="tag">record</a>, <a href="https://web.archive.org/web/20200919132611/https://blog.metoffice.gov.uk/tag/severe-weather/" rel="tag">severe weather</a>, <a href="https://web.archive.org/web/20200919132611/https://blog.metoffice.gov.uk/tag/storm/" rel="tag">Storm</a>, <a href="https://web.archive.org/web/20200919132611/https://blog.metoffice.gov.uk/tag/storms/" rel="tag">storms</a>, <a href="https://web.archive.org/web/20200919132611/https://blog.metoffice.gov.uk/tag/summer/" rel="tag">summer</a>, <a href="https://web.archive.org/web/20200919132611/https://blog.metoffice.gov.uk/tag/temperature/" rel="tag">temperature</a>, <a href="https://web.archive.org/web/20200919132611/https://blog.metoffice.gov.uk/tag/uk/" rel="tag">UK</a>, <a href="https://web.archive.org/web/20200919132611/https://blog.metoffice.gov.uk/tag/weather/" rel="tag">weather</a>, <a href="https://web.archive.org/web/20200919132611/https://blog.metoffice.gov.uk/tag/weather-forecast/" rel="tag">weather forecast</a>, <a href="https://web.archive.org/web/20200919132611/https://blog.metoffice.gov.uk/tag/weather-forecasting/" rel="tag">weather forecasting</a>, <a href="https://web.archive.org/web/20200919132611/https://blog.metoffice.gov.uk/tag/wet/" rel="tag">wet</a>, <a href="https://web.archive.org/web/20200919132611/https://blog.metoffice.gov.uk/tag/wind/" rel="tag">wind</a> </span> <span class="meta-sep">|</span> <span class="comments-link"><a href="https://web.archive.org/web/20200919132611/https://blog.metoffice.gov.uk/2015/08/28/so-what-happened-to-our-summer/#comments">28 Comments</a></span> </div><!-- .entry-utility --> </div><!-- #post-## --> <div id="post-8449" class="post-8449 post type-post status-publish format-standard hentry category-met-office-in-the-media category-met-office-news tag-android tag-apps tag-bbc tag-broadcasting tag-facebook tag-iphone tag-met-office tag-social-media tag-tv tag-twitter tag-weather-forecast"> <h2 class="entry-title"><a href="https://web.archive.org/web/20200919132611/https://blog.metoffice.gov.uk/2015/08/26/a-look-back-at-this-weeks-news/" rel="bookmark">A look back at this week’s&nbsp;news</a></h2> <div class="entry-meta"> <span class="meta-prep meta-prep-author">Posted on</span> <a href="https://web.archive.org/web/20200919132611/https://blog.metoffice.gov.uk/2015/08/26/a-look-back-at-this-weeks-news/" title="4:55 pm" rel="bookmark"><span class="entry-date">26 August, 2015</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/20200919132611/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-summary"> <p>The Met Office has been in the news again this week, with our contracts for broadcast weather services generating a huge amount of column inches and public reaction. It’s certainly been heartening to see and hear the level of public &hellip; <a href="https://web.archive.org/web/20200919132611/https://blog.metoffice.gov.uk/2015/08/26/a-look-back-at-this-weeks-news/">Continue reading <span class="meta-nav">&rarr;</span></a></p> </div><!-- .entry-summary --> <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/20200919132611/https://blog.metoffice.gov.uk/category/met-office-in-the-media/" rel="category tag">Met Office in the Media</a>, <a href="https://web.archive.org/web/20200919132611/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/20200919132611/https://blog.metoffice.gov.uk/tag/android/" rel="tag">Android</a>, <a href="https://web.archive.org/web/20200919132611/https://blog.metoffice.gov.uk/tag/apps/" rel="tag">apps</a>, <a href="https://web.archive.org/web/20200919132611/https://blog.metoffice.gov.uk/tag/bbc/" rel="tag">BBC</a>, <a href="https://web.archive.org/web/20200919132611/https://blog.metoffice.gov.uk/tag/broadcasting/" rel="tag">broadcasting</a>, <a href="https://web.archive.org/web/20200919132611/https://blog.metoffice.gov.uk/tag/facebook/" rel="tag">Facebook</a>, <a href="https://web.archive.org/web/20200919132611/https://blog.metoffice.gov.uk/tag/iphone/" rel="tag">iPhone</a>, <a href="https://web.archive.org/web/20200919132611/https://blog.metoffice.gov.uk/tag/met-office/" rel="tag">Met Office</a>, <a href="https://web.archive.org/web/20200919132611/https://blog.metoffice.gov.uk/tag/social-media/" rel="tag">Social media</a>, <a href="https://web.archive.org/web/20200919132611/https://blog.metoffice.gov.uk/tag/tv/" rel="tag">tv</a>, <a href="https://web.archive.org/web/20200919132611/https://blog.metoffice.gov.uk/tag/twitter/" rel="tag">Twitter</a>, <a href="https://web.archive.org/web/20200919132611/https://blog.metoffice.gov.uk/tag/weather-forecast/" rel="tag">weather forecast</a> </span> <span class="meta-sep">|</span> <span class="comments-link"><a href="https://web.archive.org/web/20200919132611/https://blog.metoffice.gov.uk/2015/08/26/a-look-back-at-this-weeks-news/#comments">1 Comment</a></span> </div><!-- .entry-utility --> </div><!-- #post-## --> <div id="post-8439" class="post-8439 post type-post status-publish format-standard hentry category-met-office-news tag-flooding tag-heavy-rain tag-hurricane tag-tropical-storm tag-tropical-storm-erika tag-wet tag-wind tag-winds"> <h2 class="entry-title"><a href="https://web.archive.org/web/20200919132611/https://blog.metoffice.gov.uk/2015/08/26/first-major-hurricane-for-florida-since-katrina-ten-years-ago/" rel="bookmark">First hurricane for Florida since Wilma ten years&nbsp;ago</a></h2> <div class="entry-meta"> <span class="meta-prep meta-prep-author">Posted on</span> <a href="https://web.archive.org/web/20200919132611/https://blog.metoffice.gov.uk/2015/08/26/first-major-hurricane-for-florida-since-katrina-ten-years-ago/" title="4:06 pm" rel="bookmark"><span class="entry-date">26 August, 2015</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/20200919132611/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-summary"> <p>Tropical Storm Erika was around 390 nautical miles east of Antigua on Wednesday morning and is moving west at around 18mph. The storm is expected to track close to Puerto Rico and the Lesser Antilles  on Thursday and then towards &hellip; <a href="https://web.archive.org/web/20200919132611/https://blog.metoffice.gov.uk/2015/08/26/first-major-hurricane-for-florida-since-katrina-ten-years-ago/">Continue reading <span class="meta-nav">&rarr;</span></a></p> </div><!-- .entry-summary --> <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/20200919132611/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/20200919132611/https://blog.metoffice.gov.uk/tag/flooding/" rel="tag">flooding</a>, <a href="https://web.archive.org/web/20200919132611/https://blog.metoffice.gov.uk/tag/heavy-rain/" rel="tag">heavy rain</a>, <a href="https://web.archive.org/web/20200919132611/https://blog.metoffice.gov.uk/tag/hurricane/" rel="tag">hurricane</a>, <a href="https://web.archive.org/web/20200919132611/https://blog.metoffice.gov.uk/tag/tropical-storm/" rel="tag">tropical storm</a>, <a href="https://web.archive.org/web/20200919132611/https://blog.metoffice.gov.uk/tag/tropical-storm-erika/" rel="tag">tropical storm Erika</a>, <a href="https://web.archive.org/web/20200919132611/https://blog.metoffice.gov.uk/tag/wet/" rel="tag">wet</a>, <a href="https://web.archive.org/web/20200919132611/https://blog.metoffice.gov.uk/tag/wind/" rel="tag">wind</a>, <a href="https://web.archive.org/web/20200919132611/https://blog.metoffice.gov.uk/tag/winds/" rel="tag">winds</a> </span> <span class="meta-sep">|</span> <span class="comments-link"><a href="https://web.archive.org/web/20200919132611/https://blog.metoffice.gov.uk/2015/08/26/first-major-hurricane-for-florida-since-katrina-ten-years-ago/#comments">3 Comments</a></span> </div><!-- .entry-utility --> </div><!-- #post-## --> <div id="post-8433" class="post-8433 post type-post status-publish format-standard hentry category-met-office-news tag-environment-agency tag-flood tag-flooding tag-hail tag-heavy-rain tag-lightning tag-met-office tag-national-severe-weather-warning-service tag-natural-resources-wales tag-rain tag-sepa tag-severe-weather tag-sunshine tag-temperature tag-thunder tag-weather tag-weather-forecast tag-wet"> <h2 class="entry-title"><a href="https://web.archive.org/web/20200919132611/https://blog.metoffice.gov.uk/2015/08/23/highest-temperatures-and-rainfall-over-the-weekend/" rel="bookmark">Highest temperatures and rainfall over the&nbsp;weekend</a></h2> <div class="entry-meta"> <span class="meta-prep meta-prep-author">Posted on</span> <a href="https://web.archive.org/web/20200919132611/https://blog.metoffice.gov.uk/2015/08/23/highest-temperatures-and-rainfall-over-the-weekend/" title="5:46 pm" rel="bookmark"><span class="entry-date">23 August, 2015</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/20200919132611/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-summary"> <p>Over the past 24 hours the weather has delivered a mixture of hot sunshine, thunderstorms, hail and heavy rain as we highlighted earlier in the week. As expected, sunny skies and warm air being pushed northwards from the continent allowed &hellip; <a href="https://web.archive.org/web/20200919132611/https://blog.metoffice.gov.uk/2015/08/23/highest-temperatures-and-rainfall-over-the-weekend/">Continue reading <span class="meta-nav">&rarr;</span></a></p> </div><!-- .entry-summary --> <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/20200919132611/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/20200919132611/https://blog.metoffice.gov.uk/tag/environment-agency/" rel="tag">Environment Agency</a>, <a href="https://web.archive.org/web/20200919132611/https://blog.metoffice.gov.uk/tag/flood/" rel="tag">flood</a>, <a href="https://web.archive.org/web/20200919132611/https://blog.metoffice.gov.uk/tag/flooding/" rel="tag">flooding</a>, <a href="https://web.archive.org/web/20200919132611/https://blog.metoffice.gov.uk/tag/hail/" rel="tag">hail</a>, <a href="https://web.archive.org/web/20200919132611/https://blog.metoffice.gov.uk/tag/heavy-rain/" rel="tag">heavy rain</a>, <a href="https://web.archive.org/web/20200919132611/https://blog.metoffice.gov.uk/tag/lightning/" rel="tag">Lightning</a>, <a href="https://web.archive.org/web/20200919132611/https://blog.metoffice.gov.uk/tag/met-office/" rel="tag">Met Office</a>, <a href="https://web.archive.org/web/20200919132611/https://blog.metoffice.gov.uk/tag/national-severe-weather-warning-service/" rel="tag">National Severe Weather Warning Service</a>, <a href="https://web.archive.org/web/20200919132611/https://blog.metoffice.gov.uk/tag/natural-resources-wales/" rel="tag">Natural Resources Wales</a>, <a href="https://web.archive.org/web/20200919132611/https://blog.metoffice.gov.uk/tag/rain/" rel="tag">rain</a>, <a href="https://web.archive.org/web/20200919132611/https://blog.metoffice.gov.uk/tag/sepa/" rel="tag">SEPA</a>, <a href="https://web.archive.org/web/20200919132611/https://blog.metoffice.gov.uk/tag/severe-weather/" rel="tag">severe weather</a>, <a href="https://web.archive.org/web/20200919132611/https://blog.metoffice.gov.uk/tag/sunshine/" rel="tag">sunshine</a>, <a href="https://web.archive.org/web/20200919132611/https://blog.metoffice.gov.uk/tag/temperature/" rel="tag">temperature</a>, <a href="https://web.archive.org/web/20200919132611/https://blog.metoffice.gov.uk/tag/thunder/" rel="tag">thunder</a>, <a href="https://web.archive.org/web/20200919132611/https://blog.metoffice.gov.uk/tag/weather/" rel="tag">weather</a>, <a href="https://web.archive.org/web/20200919132611/https://blog.metoffice.gov.uk/tag/weather-forecast/" rel="tag">weather forecast</a>, <a href="https://web.archive.org/web/20200919132611/https://blog.metoffice.gov.uk/tag/wet/" rel="tag">wet</a> </span> </div><!-- .entry-utility --> </div><!-- #post-## --> <div id="post-8426" class="post-8426 post type-post status-publish format-standard hentry category-met-office-news tag-hurricane tag-japan tag-japan-meteorological-agency tag-japanese-typhoon tag-japanese-weather tag-philippines tag-rainfall tag-tropical tag-typhoon tag-volcano"> <h2 class="entry-title"><a href="https://web.archive.org/web/20200919132611/https://blog.metoffice.gov.uk/2015/08/23/typhoon-heads-for-japanese-volcano/" rel="bookmark">Typhoon heads for Japanese&nbsp;volcano</a></h2> <div class="entry-meta"> <span class="meta-prep meta-prep-author">Posted on</span> <a href="https://web.archive.org/web/20200919132611/https://blog.metoffice.gov.uk/2015/08/23/typhoon-heads-for-japanese-volcano/" title="11:55 am" rel="bookmark"><span class="entry-date">23 August, 2015</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/20200919132611/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-summary"> <p>Typhoon Goni, which was located just east of Taiwan on Sunday morning, is expected to track across the western side of Kyushu Island in SW Japan through Monday.  There is a risk it could bring up to 200mm of rainfall in &hellip; <a href="https://web.archive.org/web/20200919132611/https://blog.metoffice.gov.uk/2015/08/23/typhoon-heads-for-japanese-volcano/">Continue reading <span class="meta-nav">&rarr;</span></a></p> </div><!-- .entry-summary --> <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/20200919132611/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/20200919132611/https://blog.metoffice.gov.uk/tag/hurricane/" rel="tag">hurricane</a>, <a href="https://web.archive.org/web/20200919132611/https://blog.metoffice.gov.uk/tag/japan/" rel="tag">Japan</a>, <a href="https://web.archive.org/web/20200919132611/https://blog.metoffice.gov.uk/tag/japan-meteorological-agency/" rel="tag">Japan Meteorological Agency</a>, <a href="https://web.archive.org/web/20200919132611/https://blog.metoffice.gov.uk/tag/japanese-typhoon/" rel="tag">Japanese typhoon</a>, <a href="https://web.archive.org/web/20200919132611/https://blog.metoffice.gov.uk/tag/japanese-weather/" rel="tag">Japanese weather</a>, <a href="https://web.archive.org/web/20200919132611/https://blog.metoffice.gov.uk/tag/philippines/" rel="tag">Philippines</a>, <a href="https://web.archive.org/web/20200919132611/https://blog.metoffice.gov.uk/tag/rainfall/" rel="tag">rainfall</a>, <a href="https://web.archive.org/web/20200919132611/https://blog.metoffice.gov.uk/tag/tropical/" rel="tag">tropical</a>, <a href="https://web.archive.org/web/20200919132611/https://blog.metoffice.gov.uk/tag/typhoon/" rel="tag">Typhoon</a>, <a href="https://web.archive.org/web/20200919132611/https://blog.metoffice.gov.uk/tag/volcano/" rel="tag">volcano</a> </span> </div><!-- .entry-utility --> </div><!-- #post-## --> <div id="post-8420" class="post-8420 post type-post status-publish format-standard hentry category-met-office-in-the-media tag-bbc tag-met-office tag-national-severe-weather-warning-service tag-shipping-forecast tag-tv-weather tag-weather-forecast tag-weather-forecasting"> <h2 class="entry-title"><a href="https://web.archive.org/web/20200919132611/https://blog.metoffice.gov.uk/2015/08/23/met-office-in-the-news-bbc-weather-contract/" rel="bookmark">Met Office in the news &#8211; BBC weather&nbsp;contract</a></h2> <div class="entry-meta"> <span class="meta-prep meta-prep-author">Posted on</span> <a href="https://web.archive.org/web/20200919132611/https://blog.metoffice.gov.uk/2015/08/23/met-office-in-the-news-bbc-weather-contract/" title="8:29 am" rel="bookmark"><span class="entry-date">23 August, 2015</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/20200919132611/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-summary"> <p>You may have seen reports in the media today that the Met Office won’t be the BBCs main weather provider when the current contract ends. Obviously everyone at the Met Office is disappointed that we won&#8217;t be supplying weather presenters &hellip; <a href="https://web.archive.org/web/20200919132611/https://blog.metoffice.gov.uk/2015/08/23/met-office-in-the-news-bbc-weather-contract/">Continue reading <span class="meta-nav">&rarr;</span></a></p> </div><!-- .entry-summary --> <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/20200919132611/https://blog.metoffice.gov.uk/category/met-office-in-the-media/" rel="category tag">Met Office in the Media</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/20200919132611/https://blog.metoffice.gov.uk/tag/bbc/" rel="tag">BBC</a>, <a href="https://web.archive.org/web/20200919132611/https://blog.metoffice.gov.uk/tag/met-office/" rel="tag">Met Office</a>, <a href="https://web.archive.org/web/20200919132611/https://blog.metoffice.gov.uk/tag/national-severe-weather-warning-service/" rel="tag">National Severe Weather Warning Service</a>, <a href="https://web.archive.org/web/20200919132611/https://blog.metoffice.gov.uk/tag/shipping-forecast/" rel="tag">shipping forecast</a>, <a href="https://web.archive.org/web/20200919132611/https://blog.metoffice.gov.uk/tag/tv-weather/" rel="tag">TV weather</a>, <a href="https://web.archive.org/web/20200919132611/https://blog.metoffice.gov.uk/tag/weather-forecast/" rel="tag">weather forecast</a>, <a href="https://web.archive.org/web/20200919132611/https://blog.metoffice.gov.uk/tag/weather-forecasting/" rel="tag">weather forecasting</a> </span> <span class="meta-sep">|</span> <span class="comments-link"><a href="https://web.archive.org/web/20200919132611/https://blog.metoffice.gov.uk/2015/08/23/met-office-in-the-news-bbc-weather-contract/#comments">70 Comments</a></span> </div><!-- .entry-utility --> </div><!-- #post-## --> <div id="post-8412" class="post-8412 post type-post status-publish format-standard hentry category-met-office-news tag-environment-agency tag-flooding tag-forecast tag-heavy-rain tag-hot tag-humid tag-met-office tag-national-severe-weather-warning-service tag-nrw tag-rain tag-sepa tag-summer tag-temperature tag-thunderstorms tag-uk tag-weather"> <h2 class="entry-title"><a href="https://web.archive.org/web/20200919132611/https://blog.metoffice.gov.uk/2015/08/20/rain-or-shine-this-weekend/" rel="bookmark">Rain or shine this&nbsp;weekend?</a></h2> <div class="entry-meta"> <span class="meta-prep meta-prep-author">Posted on</span> <a href="https://web.archive.org/web/20200919132611/https://blog.metoffice.gov.uk/2015/08/20/rain-or-shine-this-weekend/" title="2:59 pm" rel="bookmark"><span class="entry-date">20 August, 2015</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/20200919132611/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-summary"> <p>You may have heard that this weekend could be cloudy and wet&#8230;or sunny and dry, that’s because as with other weekends this summer there has been some uncertainty in the forecast. After a mixed week of some sunshine, rain and &hellip; <a href="https://web.archive.org/web/20200919132611/https://blog.metoffice.gov.uk/2015/08/20/rain-or-shine-this-weekend/">Continue reading <span class="meta-nav">&rarr;</span></a></p> </div><!-- .entry-summary --> <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/20200919132611/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/20200919132611/https://blog.metoffice.gov.uk/tag/environment-agency/" rel="tag">Environment Agency</a>, <a href="https://web.archive.org/web/20200919132611/https://blog.metoffice.gov.uk/tag/flooding/" rel="tag">flooding</a>, <a href="https://web.archive.org/web/20200919132611/https://blog.metoffice.gov.uk/tag/forecast/" rel="tag">forecast</a>, <a href="https://web.archive.org/web/20200919132611/https://blog.metoffice.gov.uk/tag/heavy-rain/" rel="tag">heavy rain</a>, <a href="https://web.archive.org/web/20200919132611/https://blog.metoffice.gov.uk/tag/hot/" rel="tag">hot</a>, <a href="https://web.archive.org/web/20200919132611/https://blog.metoffice.gov.uk/tag/humid/" rel="tag">humid</a>, <a href="https://web.archive.org/web/20200919132611/https://blog.metoffice.gov.uk/tag/met-office/" rel="tag">Met Office</a>, <a href="https://web.archive.org/web/20200919132611/https://blog.metoffice.gov.uk/tag/national-severe-weather-warning-service/" rel="tag">National Severe Weather Warning Service</a>, <a href="https://web.archive.org/web/20200919132611/https://blog.metoffice.gov.uk/tag/nrw/" rel="tag">NRW</a>, <a href="https://web.archive.org/web/20200919132611/https://blog.metoffice.gov.uk/tag/rain/" rel="tag">rain</a>, <a href="https://web.archive.org/web/20200919132611/https://blog.metoffice.gov.uk/tag/sepa/" rel="tag">SEPA</a>, <a href="https://web.archive.org/web/20200919132611/https://blog.metoffice.gov.uk/tag/summer/" rel="tag">summer</a>, <a href="https://web.archive.org/web/20200919132611/https://blog.metoffice.gov.uk/tag/temperature/" rel="tag">temperature</a>, <a href="https://web.archive.org/web/20200919132611/https://blog.metoffice.gov.uk/tag/thunderstorms/" rel="tag">thunderstorms</a>, <a href="https://web.archive.org/web/20200919132611/https://blog.metoffice.gov.uk/tag/uk/" rel="tag">UK</a>, <a href="https://web.archive.org/web/20200919132611/https://blog.metoffice.gov.uk/tag/weather/" rel="tag">weather</a> </span> </div><!-- .entry-utility --> </div><!-- #post-## --> <div id="post-8407" class="post-8407 post type-post status-publish format-standard hentry category-met-office-news tag-flooding tag-hail tag-heavy-rain tag-humidity tag-lightning tag-met-office tag-national-severe-weather-warning-service tag-rainfall tag-storm tag-summer tag-summer-downpours tag-thunderstorms tag-wet"> <h2 class="entry-title"><a href="https://web.archive.org/web/20200919132611/https://blog.metoffice.gov.uk/2015/08/11/summer-downpours-on-the-way/" rel="bookmark">Summer downpours on the&nbsp;way</a></h2> <div class="entry-meta"> <span class="meta-prep meta-prep-author">Posted on</span> <a href="https://web.archive.org/web/20200919132611/https://blog.metoffice.gov.uk/2015/08/11/summer-downpours-on-the-way/" title="2:33 pm" rel="bookmark"><span class="entry-date">11 August, 2015</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/20200919132611/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-summary"> <p>The weather forecast for later this week is presenting a challenge for our meteorologists. All the ingredients are present to produce significant rainfall on Thursday and Friday, but complex interactions in the atmosphere make it difficult to say with certainty &hellip; <a href="https://web.archive.org/web/20200919132611/https://blog.metoffice.gov.uk/2015/08/11/summer-downpours-on-the-way/">Continue reading <span class="meta-nav">&rarr;</span></a></p> </div><!-- .entry-summary --> <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/20200919132611/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/20200919132611/https://blog.metoffice.gov.uk/tag/flooding/" rel="tag">flooding</a>, <a href="https://web.archive.org/web/20200919132611/https://blog.metoffice.gov.uk/tag/hail/" rel="tag">hail</a>, <a href="https://web.archive.org/web/20200919132611/https://blog.metoffice.gov.uk/tag/heavy-rain/" rel="tag">heavy rain</a>, <a href="https://web.archive.org/web/20200919132611/https://blog.metoffice.gov.uk/tag/humidity/" rel="tag">humidity</a>, <a href="https://web.archive.org/web/20200919132611/https://blog.metoffice.gov.uk/tag/lightning/" rel="tag">Lightning</a>, <a href="https://web.archive.org/web/20200919132611/https://blog.metoffice.gov.uk/tag/met-office/" rel="tag">Met Office</a>, <a href="https://web.archive.org/web/20200919132611/https://blog.metoffice.gov.uk/tag/national-severe-weather-warning-service/" rel="tag">National Severe Weather Warning Service</a>, <a href="https://web.archive.org/web/20200919132611/https://blog.metoffice.gov.uk/tag/rainfall/" rel="tag">rainfall</a>, <a href="https://web.archive.org/web/20200919132611/https://blog.metoffice.gov.uk/tag/storm/" rel="tag">Storm</a>, <a href="https://web.archive.org/web/20200919132611/https://blog.metoffice.gov.uk/tag/summer/" rel="tag">summer</a>, <a href="https://web.archive.org/web/20200919132611/https://blog.metoffice.gov.uk/tag/summer-downpours/" rel="tag">summer downpours</a>, <a href="https://web.archive.org/web/20200919132611/https://blog.metoffice.gov.uk/tag/thunderstorms/" rel="tag">thunderstorms</a>, <a href="https://web.archive.org/web/20200919132611/https://blog.metoffice.gov.uk/tag/wet/" rel="tag">wet</a> </span> </div><!-- .entry-utility --> </div><!-- #post-## --> <div id="post-8400" class="post-8400 post type-post status-publish format-standard hentry category-met-office-news tag-first-news tag-forecast tag-met-office tag-weather tag-weather-forecasting tag-weather-observations tag-weather-presenting"> <h2 class="entry-title"><a href="https://web.archive.org/web/20200919132611/https://blog.metoffice.gov.uk/2015/08/10/win-the-chance-to-be-a-weather-presenter-for-the-day/" rel="bookmark">Win the chance to be a weather presenter for the&nbsp;day!</a></h2> <div class="entry-meta"> <span class="meta-prep meta-prep-author">Posted on</span> <a href="https://web.archive.org/web/20200919132611/https://blog.metoffice.gov.uk/2015/08/10/win-the-chance-to-be-a-weather-presenter-for-the-day/" title="1:12 pm" rel="bookmark"><span class="entry-date">10 August, 2015</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/20200919132611/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-summary"> <p>Are you interested in why rain has fallen, where the sun is shining or how strong wind gusts are &#8211; and what this means? If so, the Met Office’s WOW &#8211; Weather Observation Website &#8211; enables you to be part &hellip; <a href="https://web.archive.org/web/20200919132611/https://blog.metoffice.gov.uk/2015/08/10/win-the-chance-to-be-a-weather-presenter-for-the-day/">Continue reading <span class="meta-nav">&rarr;</span></a></p> </div><!-- .entry-summary --> <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/20200919132611/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/20200919132611/https://blog.metoffice.gov.uk/tag/first-news/" rel="tag">First News</a>, <a href="https://web.archive.org/web/20200919132611/https://blog.metoffice.gov.uk/tag/forecast/" rel="tag">forecast</a>, <a href="https://web.archive.org/web/20200919132611/https://blog.metoffice.gov.uk/tag/met-office/" rel="tag">Met Office</a>, <a href="https://web.archive.org/web/20200919132611/https://blog.metoffice.gov.uk/tag/weather/" rel="tag">weather</a>, <a href="https://web.archive.org/web/20200919132611/https://blog.metoffice.gov.uk/tag/weather-forecasting/" rel="tag">weather forecasting</a>, <a href="https://web.archive.org/web/20200919132611/https://blog.metoffice.gov.uk/tag/weather-observations/" rel="tag">Weather Observations</a>, <a href="https://web.archive.org/web/20200919132611/https://blog.metoffice.gov.uk/tag/weather-presenting/" rel="tag">weather presenting</a> </span> <span class="meta-sep">|</span> <span class="comments-link"><a href="https://web.archive.org/web/20200919132611/https://blog.metoffice.gov.uk/2015/08/10/win-the-chance-to-be-a-weather-presenter-for-the-day/#comments">1 Comment</a></span> </div><!-- .entry-utility --> </div><!-- #post-## --> <div id="post-8375" class="post-8375 post type-post status-publish format-standard hentry category-met-office-in-the-media tag-climate tag-climate-change tag-global-warming tag-greenland tag-greenland-ice-sheet tag-melting-ice tag-met-office tag-met-office-hadley-centre tag-statistics tag-temperatures tag-weather-forecasting"> <h2 class="entry-title"><a href="https://web.archive.org/web/20200919132611/https://blog.metoffice.gov.uk/2015/08/07/met-office-in-the-media-7-august-2015/" rel="bookmark">Met Office in the Media – 7 August&nbsp;2015</a></h2> <div class="entry-meta"> <span class="meta-prep meta-prep-author">Posted on</span> <a href="https://web.archive.org/web/20200919132611/https://blog.metoffice.gov.uk/2015/08/07/met-office-in-the-media-7-august-2015/" title="2:58 pm" rel="bookmark"><span class="entry-date">7 August, 2015</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/20200919132611/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-summary"> <p>An article published today makes a number of claims about Met Office weather and climate science. It would be difficult to cover all the points raised in this blog, but here we look at the science and facts behind a &hellip; <a href="https://web.archive.org/web/20200919132611/https://blog.metoffice.gov.uk/2015/08/07/met-office-in-the-media-7-august-2015/">Continue reading <span class="meta-nav">&rarr;</span></a></p> </div><!-- .entry-summary --> <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/20200919132611/https://blog.metoffice.gov.uk/category/met-office-in-the-media/" rel="category tag">Met Office in the Media</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/20200919132611/https://blog.metoffice.gov.uk/tag/climate/" rel="tag">climate</a>, <a href="https://web.archive.org/web/20200919132611/https://blog.metoffice.gov.uk/tag/climate-change/" rel="tag">climate change</a>, <a href="https://web.archive.org/web/20200919132611/https://blog.metoffice.gov.uk/tag/global-warming/" rel="tag">global warming</a>, <a href="https://web.archive.org/web/20200919132611/https://blog.metoffice.gov.uk/tag/greenland/" rel="tag">Greenland</a>, <a href="https://web.archive.org/web/20200919132611/https://blog.metoffice.gov.uk/tag/greenland-ice-sheet/" rel="tag">Greenland ice sheet</a>, <a href="https://web.archive.org/web/20200919132611/https://blog.metoffice.gov.uk/tag/melting-ice/" rel="tag">melting ice</a>, <a href="https://web.archive.org/web/20200919132611/https://blog.metoffice.gov.uk/tag/met-office/" rel="tag">Met Office</a>, <a href="https://web.archive.org/web/20200919132611/https://blog.metoffice.gov.uk/tag/met-office-hadley-centre/" rel="tag">Met Office Hadley Centre</a>, <a href="https://web.archive.org/web/20200919132611/https://blog.metoffice.gov.uk/tag/statistics/" rel="tag">statistics</a>, <a href="https://web.archive.org/web/20200919132611/https://blog.metoffice.gov.uk/tag/temperatures/" rel="tag">temperatures</a>, <a href="https://web.archive.org/web/20200919132611/https://blog.metoffice.gov.uk/tag/weather-forecasting/" rel="tag">weather forecasting</a> </span> <span class="meta-sep">|</span> <span class="comments-link"><a href="https://web.archive.org/web/20200919132611/https://blog.metoffice.gov.uk/2015/08/07/met-office-in-the-media-7-august-2015/#comments">26 Comments</a></span> </div><!-- .entry-utility --> </div><!-- #post-## --> <div id="nav-below" class="navigation"> <div class="nav-previous"><a href="https://web.archive.org/web/20200919132611/https://blog.metoffice.gov.uk/2015/08/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/20200919132611/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/20200919132611/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/20200919132611im_/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/20200919132611/https://blog.metoffice.gov.uk/computerweekly_winner1/" data-orig-file="https://web.archive.org/web/20200919132611/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/20200919132611/https://metofficenews.files.wordpress.com/2012/01/computerweekly_winner1.jpg?w=131" data-large-file="https://web.archive.org/web/20200919132611/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/20200919132611/https://metofficenews.wordpress.com/2012/11/29/met-office-wins-social-buzz-award/"><img width="300" height="177" src="https://web.archive.org/web/20200919132611im_/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/20200919132611im_/https://metofficenews.files.wordpress.com/2012/11/social_buzz_larger_image.jpg?w=300 300w, https://web.archive.org/web/20200919132611im_/https://metofficenews.files.wordpress.com/2012/11/social_buzz_larger_image.jpg?w=150 150w, https://web.archive.org/web/20200919132611im_/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/20200919132611/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/20200919132611/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/20200919132611/https://metofficenews.files.wordpress.com/2012/11/social_buzz_larger_image.jpg?w=300" data-large-file="https://web.archive.org/web/20200919132611/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/20200919132611/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/20200919132611im_/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/20200919132611im_/https://metofficenews.files.wordpress.com/2012/05/social_brand_logo-sml2.jpg?w=145 145w, https://web.archive.org/web/20200919132611im_/https://metofficenews.files.wordpress.com/2012/05/social_brand_logo-sml2.jpg?w=150 150w, https://web.archive.org/web/20200919132611im_/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/20200919132611/https://blog.metoffice.gov.uk/social_brand_logo-sml2/" data-orig-file="https://web.archive.org/web/20200919132611/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/20200919132611/https://metofficenews.files.wordpress.com/2012/05/social_brand_logo-sml2.jpg?w=180" data-large-file="https://web.archive.org/web/20200919132611/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/20200919132611/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/20200919132611/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/20200919132611/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/20200919132611/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/20200919132611/http://twitter.com/metoffice">Met Office on Twitter</a></h3><ul class="tweets"> <li> Here are your options!!.... <a href="https://web.archive.org/web/20200919132611/http://twitter.com/metoffice/statuses/1307291248928190465" class="timesince">1&nbsp;hour&nbsp;ago</a> </li> <li> As the latest detail from <a href="https://web.archive.org/web/20200919132611/https://www.nhc.noaa.gov/"> nhc.noaa.gov</a> (below) shows we continue to see a number of active tropical… <a href="https://web.archive.org/web/20200919132611/https://twitter.com/i/web/status/1307290798325739520"> twitter.com/i/web/status/1…</a> <a href="https://web.archive.org/web/20200919132611/http://twitter.com/metoffice/statuses/1307290798325739520" class="timesince">1&nbsp;hour&nbsp;ago</a> </li> <li> Most areas will have a dry and <a href="https://web.archive.org/web/20200919132611/http://twitter.com/search?q=%23sunny">#sunny</a> afternoon. There will be a chance of showers across the far south of England… <a href="https://web.archive.org/web/20200919132611/https://twitter.com/i/web/status/1307263093995638786"> twitter.com/i/web/status/1…</a> <a href="https://web.archive.org/web/20200919132611/http://twitter.com/metoffice/statuses/1307263093995638786" class="timesince">3&nbsp;hours&nbsp;ago</a> </li> <li> RT @<a href="https://web.archive.org/web/20200919132611/http://twitter.com/metoffice">metoffice</a>: We have an exciting announcement! Find out more with Aidan McGivern 👇 <a href="https://web.archive.org/web/20200919132611/http://twitter.com/search?q=%23VeryBritishWeatherBook">#VeryBritishWeatherBook</a> is out 15 October 2020! h… <a href="https://web.archive.org/web/20200919132611/http://twitter.com/metoffice/statuses/1307248480654684160" class="timesince">4&nbsp;hours&nbsp;ago</a> </li> </ul><a href="https://web.archive.org/web/20200919132611/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/20200919132611/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/20200919132611/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/20200919132611/https://blog.metoffice.gov.uk/2020/09/">September 2020</a></li> <li><a href="https://web.archive.org/web/20200919132611/https://blog.metoffice.gov.uk/2020/08/">August 2020</a></li> <li><a href="https://web.archive.org/web/20200919132611/https://blog.metoffice.gov.uk/2020/07/">July 2020</a></li> <li><a href="https://web.archive.org/web/20200919132611/https://blog.metoffice.gov.uk/2020/06/">June 2020</a></li> <li><a href="https://web.archive.org/web/20200919132611/https://blog.metoffice.gov.uk/2020/05/">May 2020</a></li> <li><a href="https://web.archive.org/web/20200919132611/https://blog.metoffice.gov.uk/2020/04/">April 2020</a></li> <li><a href="https://web.archive.org/web/20200919132611/https://blog.metoffice.gov.uk/2020/03/">March 2020</a></li> <li><a href="https://web.archive.org/web/20200919132611/https://blog.metoffice.gov.uk/2020/02/">February 2020</a></li> <li><a href="https://web.archive.org/web/20200919132611/https://blog.metoffice.gov.uk/2019/11/">November 2019</a></li> <li><a href="https://web.archive.org/web/20200919132611/https://blog.metoffice.gov.uk/2019/10/">October 2019</a></li> <li><a href="https://web.archive.org/web/20200919132611/https://blog.metoffice.gov.uk/2019/09/">September 2019</a></li> <li><a href="https://web.archive.org/web/20200919132611/https://blog.metoffice.gov.uk/2019/08/">August 2019</a></li> <li><a href="https://web.archive.org/web/20200919132611/https://blog.metoffice.gov.uk/2019/07/">July 2019</a></li> <li><a href="https://web.archive.org/web/20200919132611/https://blog.metoffice.gov.uk/2019/06/">June 2019</a></li> <li><a href="https://web.archive.org/web/20200919132611/https://blog.metoffice.gov.uk/2019/05/">May 2019</a></li> <li><a href="https://web.archive.org/web/20200919132611/https://blog.metoffice.gov.uk/2019/04/">April 2019</a></li> <li><a href="https://web.archive.org/web/20200919132611/https://blog.metoffice.gov.uk/2019/03/">March 2019</a></li> <li><a href="https://web.archive.org/web/20200919132611/https://blog.metoffice.gov.uk/2019/01/">January 2019</a></li> <li><a href="https://web.archive.org/web/20200919132611/https://blog.metoffice.gov.uk/2018/10/">October 2018</a></li> <li><a href="https://web.archive.org/web/20200919132611/https://blog.metoffice.gov.uk/2018/09/">September 2018</a></li> <li><a href="https://web.archive.org/web/20200919132611/https://blog.metoffice.gov.uk/2018/08/">August 2018</a></li> <li><a href="https://web.archive.org/web/20200919132611/https://blog.metoffice.gov.uk/2018/07/">July 2018</a></li> <li><a href="https://web.archive.org/web/20200919132611/https://blog.metoffice.gov.uk/2018/06/">June 2018</a></li> <li><a href="https://web.archive.org/web/20200919132611/https://blog.metoffice.gov.uk/2018/05/">May 2018</a></li> <li><a href="https://web.archive.org/web/20200919132611/https://blog.metoffice.gov.uk/2018/04/">April 2018</a></li> <li><a href="https://web.archive.org/web/20200919132611/https://blog.metoffice.gov.uk/2018/03/">March 2018</a></li> <li><a href="https://web.archive.org/web/20200919132611/https://blog.metoffice.gov.uk/2018/02/">February 2018</a></li> <li><a href="https://web.archive.org/web/20200919132611/https://blog.metoffice.gov.uk/2018/01/">January 2018</a></li> <li><a href="https://web.archive.org/web/20200919132611/https://blog.metoffice.gov.uk/2017/12/">December 2017</a></li> <li><a href="https://web.archive.org/web/20200919132611/https://blog.metoffice.gov.uk/2017/11/">November 2017</a></li> <li><a href="https://web.archive.org/web/20200919132611/https://blog.metoffice.gov.uk/2017/10/">October 2017</a></li> <li><a href="https://web.archive.org/web/20200919132611/https://blog.metoffice.gov.uk/2017/09/">September 2017</a></li> <li><a href="https://web.archive.org/web/20200919132611/https://blog.metoffice.gov.uk/2017/08/">August 2017</a></li> <li><a href="https://web.archive.org/web/20200919132611/https://blog.metoffice.gov.uk/2017/07/">July 2017</a></li> <li><a href="https://web.archive.org/web/20200919132611/https://blog.metoffice.gov.uk/2017/06/">June 2017</a></li> <li><a href="https://web.archive.org/web/20200919132611/https://blog.metoffice.gov.uk/2017/05/">May 2017</a></li> <li><a href="https://web.archive.org/web/20200919132611/https://blog.metoffice.gov.uk/2017/04/">April 2017</a></li> <li><a href="https://web.archive.org/web/20200919132611/https://blog.metoffice.gov.uk/2017/03/">March 2017</a></li> <li><a href="https://web.archive.org/web/20200919132611/https://blog.metoffice.gov.uk/2017/02/">February 2017</a></li> <li><a href="https://web.archive.org/web/20200919132611/https://blog.metoffice.gov.uk/2017/01/">January 2017</a></li> <li><a href="https://web.archive.org/web/20200919132611/https://blog.metoffice.gov.uk/2016/12/">December 2016</a></li> <li><a href="https://web.archive.org/web/20200919132611/https://blog.metoffice.gov.uk/2016/11/">November 2016</a></li> <li><a href="https://web.archive.org/web/20200919132611/https://blog.metoffice.gov.uk/2016/10/">October 2016</a></li> <li><a href="https://web.archive.org/web/20200919132611/https://blog.metoffice.gov.uk/2016/09/">September 2016</a></li> <li><a href="https://web.archive.org/web/20200919132611/https://blog.metoffice.gov.uk/2016/08/">August 2016</a></li> <li><a href="https://web.archive.org/web/20200919132611/https://blog.metoffice.gov.uk/2016/07/">July 2016</a></li> <li><a href="https://web.archive.org/web/20200919132611/https://blog.metoffice.gov.uk/2016/06/">June 2016</a></li> <li><a href="https://web.archive.org/web/20200919132611/https://blog.metoffice.gov.uk/2016/05/">May 2016</a></li> <li><a href="https://web.archive.org/web/20200919132611/https://blog.metoffice.gov.uk/2016/04/">April 2016</a></li> <li><a href="https://web.archive.org/web/20200919132611/https://blog.metoffice.gov.uk/2016/03/">March 2016</a></li> <li><a href="https://web.archive.org/web/20200919132611/https://blog.metoffice.gov.uk/2016/02/">February 2016</a></li> <li><a href="https://web.archive.org/web/20200919132611/https://blog.metoffice.gov.uk/2016/01/">January 2016</a></li> <li><a href="https://web.archive.org/web/20200919132611/https://blog.metoffice.gov.uk/2015/12/">December 2015</a></li> <li><a href="https://web.archive.org/web/20200919132611/https://blog.metoffice.gov.uk/2015/11/">November 2015</a></li> <li><a href="https://web.archive.org/web/20200919132611/https://blog.metoffice.gov.uk/2015/10/">October 2015</a></li> <li><a href="https://web.archive.org/web/20200919132611/https://blog.metoffice.gov.uk/2015/09/">September 2015</a></li> <li><a href="https://web.archive.org/web/20200919132611/https://blog.metoffice.gov.uk/2015/08/" aria-current="page">August 2015</a></li> <li><a href="https://web.archive.org/web/20200919132611/https://blog.metoffice.gov.uk/2015/07/">July 2015</a></li> <li><a href="https://web.archive.org/web/20200919132611/https://blog.metoffice.gov.uk/2015/06/">June 2015</a></li> <li><a href="https://web.archive.org/web/20200919132611/https://blog.metoffice.gov.uk/2015/05/">May 2015</a></li> <li><a href="https://web.archive.org/web/20200919132611/https://blog.metoffice.gov.uk/2015/04/">April 2015</a></li> <li><a href="https://web.archive.org/web/20200919132611/https://blog.metoffice.gov.uk/2015/03/">March 2015</a></li> <li><a href="https://web.archive.org/web/20200919132611/https://blog.metoffice.gov.uk/2015/02/">February 2015</a></li> <li><a href="https://web.archive.org/web/20200919132611/https://blog.metoffice.gov.uk/2015/01/">January 2015</a></li> <li><a href="https://web.archive.org/web/20200919132611/https://blog.metoffice.gov.uk/2014/12/">December 2014</a></li> <li><a href="https://web.archive.org/web/20200919132611/https://blog.metoffice.gov.uk/2014/11/">November 2014</a></li> <li><a href="https://web.archive.org/web/20200919132611/https://blog.metoffice.gov.uk/2014/10/">October 2014</a></li> <li><a href="https://web.archive.org/web/20200919132611/https://blog.metoffice.gov.uk/2014/09/">September 2014</a></li> <li><a href="https://web.archive.org/web/20200919132611/https://blog.metoffice.gov.uk/2014/08/">August 2014</a></li> <li><a href="https://web.archive.org/web/20200919132611/https://blog.metoffice.gov.uk/2014/07/">July 2014</a></li> <li><a href="https://web.archive.org/web/20200919132611/https://blog.metoffice.gov.uk/2014/06/">June 2014</a></li> <li><a href="https://web.archive.org/web/20200919132611/https://blog.metoffice.gov.uk/2014/05/">May 2014</a></li> <li><a href="https://web.archive.org/web/20200919132611/https://blog.metoffice.gov.uk/2014/04/">April 2014</a></li> <li><a href="https://web.archive.org/web/20200919132611/https://blog.metoffice.gov.uk/2014/03/">March 2014</a></li> <li><a href="https://web.archive.org/web/20200919132611/https://blog.metoffice.gov.uk/2014/02/">February 2014</a></li> <li><a href="https://web.archive.org/web/20200919132611/https://blog.metoffice.gov.uk/2014/01/">January 2014</a></li> <li><a href="https://web.archive.org/web/20200919132611/https://blog.metoffice.gov.uk/2013/12/">December 2013</a></li> <li><a href="https://web.archive.org/web/20200919132611/https://blog.metoffice.gov.uk/2013/11/">November 2013</a></li> <li><a href="https://web.archive.org/web/20200919132611/https://blog.metoffice.gov.uk/2013/10/">October 2013</a></li> <li><a href="https://web.archive.org/web/20200919132611/https://blog.metoffice.gov.uk/2013/09/">September 2013</a></li> <li><a href="https://web.archive.org/web/20200919132611/https://blog.metoffice.gov.uk/2013/08/">August 2013</a></li> <li><a href="https://web.archive.org/web/20200919132611/https://blog.metoffice.gov.uk/2013/07/">July 2013</a></li> <li><a href="https://web.archive.org/web/20200919132611/https://blog.metoffice.gov.uk/2013/06/">June 2013</a></li> <li><a href="https://web.archive.org/web/20200919132611/https://blog.metoffice.gov.uk/2013/05/">May 2013</a></li> <li><a href="https://web.archive.org/web/20200919132611/https://blog.metoffice.gov.uk/2013/04/">April 2013</a></li> <li><a href="https://web.archive.org/web/20200919132611/https://blog.metoffice.gov.uk/2013/03/">March 2013</a></li> <li><a href="https://web.archive.org/web/20200919132611/https://blog.metoffice.gov.uk/2013/02/">February 2013</a></li> <li><a href="https://web.archive.org/web/20200919132611/https://blog.metoffice.gov.uk/2013/01/">January 2013</a></li> <li><a href="https://web.archive.org/web/20200919132611/https://blog.metoffice.gov.uk/2012/12/">December 2012</a></li> <li><a href="https://web.archive.org/web/20200919132611/https://blog.metoffice.gov.uk/2012/11/">November 2012</a></li> <li><a href="https://web.archive.org/web/20200919132611/https://blog.metoffice.gov.uk/2012/10/">October 2012</a></li> <li><a href="https://web.archive.org/web/20200919132611/https://blog.metoffice.gov.uk/2012/09/">September 2012</a></li> <li><a href="https://web.archive.org/web/20200919132611/https://blog.metoffice.gov.uk/2012/08/">August 2012</a></li> <li><a href="https://web.archive.org/web/20200919132611/https://blog.metoffice.gov.uk/2012/07/">July 2012</a></li> <li><a href="https://web.archive.org/web/20200919132611/https://blog.metoffice.gov.uk/2012/06/">June 2012</a></li> <li><a href="https://web.archive.org/web/20200919132611/https://blog.metoffice.gov.uk/2012/05/">May 2012</a></li> <li><a href="https://web.archive.org/web/20200919132611/https://blog.metoffice.gov.uk/2012/04/">April 2012</a></li> <li><a href="https://web.archive.org/web/20200919132611/https://blog.metoffice.gov.uk/2012/03/">March 2012</a></li> <li><a href="https://web.archive.org/web/20200919132611/https://blog.metoffice.gov.uk/2012/02/">February 2012</a></li> <li><a href="https://web.archive.org/web/20200919132611/https://blog.metoffice.gov.uk/2012/01/">January 2012</a></li> <li><a href="https://web.archive.org/web/20200919132611/https://blog.metoffice.gov.uk/2011/12/">December 2011</a></li> <li><a href="https://web.archive.org/web/20200919132611/https://blog.metoffice.gov.uk/2011/11/">November 2011</a></li> <li><a href="https://web.archive.org/web/20200919132611/https://blog.metoffice.gov.uk/2011/10/">October 2011</a></li> <li><a href="https://web.archive.org/web/20200919132611/https://blog.metoffice.gov.uk/2011/09/">September 2011</a></li> <li><a href="https://web.archive.org/web/20200919132611/https://blog.metoffice.gov.uk/2011/08/">August 2011</a></li> <li><a href="https://web.archive.org/web/20200919132611/https://blog.metoffice.gov.uk/2011/07/">July 2011</a></li> <li><a href="https://web.archive.org/web/20200919132611/https://blog.metoffice.gov.uk/2011/06/">June 2011</a></li> <li><a href="https://web.archive.org/web/20200919132611/https://blog.metoffice.gov.uk/2011/05/">May 2011</a></li> <li><a href="https://web.archive.org/web/20200919132611/https://blog.metoffice.gov.uk/2011/04/">April 2011</a></li> <li><a href="https://web.archive.org/web/20200919132611/https://blog.metoffice.gov.uk/2011/03/">March 2011</a></li> <li><a href="https://web.archive.org/web/20200919132611/https://blog.metoffice.gov.uk/2011/02/">February 2011</a></li> <li><a href="https://web.archive.org/web/20200919132611/https://blog.metoffice.gov.uk/2011/01/">January 2011</a></li> <li><a href="https://web.archive.org/web/20200919132611/https://blog.metoffice.gov.uk/2010/12/">December 2010</a></li> <li><a href="https://web.archive.org/web/20200919132611/https://blog.metoffice.gov.uk/2010/11/">November 2010</a></li> <li><a href="https://web.archive.org/web/20200919132611/https://blog.metoffice.gov.uk/2010/10/">October 2010</a></li> <li><a href="https://web.archive.org/web/20200919132611/https://blog.metoffice.gov.uk/2010/09/">September 2010</a></li> <li><a href="https://web.archive.org/web/20200919132611/https://blog.metoffice.gov.uk/2010/08/">August 2010</a></li> <li><a href="https://web.archive.org/web/20200919132611/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/20200919132611/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/20200919132611im_/https://s-ssl.wordpress.com/wp-includes/images/rss.png?m=1354137473h" alt="RSS"/></a> <a class="rsswidget" href="https://web.archive.org/web/20200919132611/https://www.metoffice.gov.uk/" title="">Met Office News</a></h3><ul><li><a class="rsswidget" href="https://web.archive.org/web/20200919132611/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/20200919132611/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/20200919132611/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><li><a class="rsswidget" href="https://web.archive.org/web/20200919132611/https://www.metoffice.gov.uk/about-us/press-office/news/corporate/2020/very-british-weather" title="The Met Office is excited to announce the launch of its new weather and climate trivia book, ‘Very British Weather’.">Book announcement: Very British Weather</a> <span class="rss-date">17 September, 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/20200919132611/https://twitter.com/metofficestorms" title="@metofficestorms">@metofficestorms</a></li> <li><a href="https://web.archive.org/web/20200919132611/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/20200919132611/http://www.facebook.com/metoffice" title="Met Office on Facebook">Facebook</a></li> <li><a href="https://web.archive.org/web/20200919132611/http://www.flickr.com/metoffice">Flickr</a></li> <li><a href="https://web.archive.org/web/20200919132611/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/20200919132611/http://www.jma.go.jp/en/typh/" title="Japanese Meteorological Agency">Japanese Meteorological Agency</a></li> <li><a href="https://web.archive.org/web/20200919132611/http://www.metoffice.gov.uk/" title="Met Office website">Met Office</a></li> <li><a href="https://web.archive.org/web/20200919132611/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/20200919132611/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/20200919132611/http://www.nhc.noaa.gov/" title="National Hurricane Center">National Hurricane Center</a></li> <li><a href="https://web.archive.org/web/20200919132611/http://twitter.com/metoffice" title="Met Office on Twitter">Twitter</a></li> <li><a href="https://web.archive.org/web/20200919132611/http://twitter.com/metofficenews" title="Met Office News on Twitter">Twitter News</a></li> <li><a href="https://web.archive.org/web/20200919132611/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/20200919132611/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,271 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/2015/08/"/> <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="bb1d93fd5c"/> <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/20200919132611/https://blog.metoffice.gov.uk/feed/" title="Subscribe to Posts"><img src="https://web.archive.org/web/20200919132611im_/https://blog.metoffice.gov.uk/i/rss/orange-medium.png" alt="RSS Feed"/></a>&nbsp;<a href="https://web.archive.org/web/20200919132611/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/20200919132611/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/20200919132611/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/20200919132611/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/20200919132611/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/20200919132611/https://blog.metoffice.gov.uk/tag/climate-change/" class="tag-cloud-link tag-link-16897 tag-link-position-5" style="font-size: 15.040935672515pt;" aria-label="climate change (93 items)">climate change</a></li> <li><a href="https://web.archive.org/web/20200919132611/https://blog.metoffice.gov.uk/tag/climate-science/" class="tag-cloud-link tag-link-64116 tag-link-position-6" style="font-size: 13.567251461988pt;" aria-label="climate science (61 items)">climate science</a></li> <li><a href="https://web.archive.org/web/20200919132611/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/20200919132611/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/20200919132611/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/20200919132611/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/20200919132611/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/20200919132611/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/20200919132611/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/20200919132611/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/20200919132611/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/20200919132611/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/20200919132611/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/20200919132611/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/20200919132611/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/20200919132611/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/20200919132611/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/20200919132611/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/20200919132611/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/20200919132611/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/20200919132611/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/20200919132611/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/20200919132611/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/20200919132611/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/20200919132611/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/20200919132611/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/20200919132611/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/20200919132611/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/20200919132611/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/20200919132611/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 (654 items)">Met Office</a></li> <li><a href="https://web.archive.org/web/20200919132611/https://blog.metoffice.gov.uk/tag/metoffice/" class="tag-cloud-link tag-link-1309024 tag-link-position-35" style="font-size: 8.327485380117pt;" aria-label="MetOffice (13 items)">MetOffice</a></li> <li><a href="https://web.archive.org/web/20200919132611/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.567251461988pt;" aria-label="Met Office Hadley Centre (61 items)">Met Office Hadley Centre</a></li> <li><a href="https://web.archive.org/web/20200919132611/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/20200919132611/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/20200919132611/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/20200919132611/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/20200919132611/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/20200919132611/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/20200919132611/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/20200919132611/https://blog.metoffice.gov.uk/tag/rain/" class="tag-cloud-link tag-link-12361 tag-link-position-44" style="font-size: 16.923976608187pt;" aria-label="rain (159 items)">rain</a></li> <li><a href="https://web.archive.org/web/20200919132611/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/20200919132611/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/20200919132611/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/20200919132611/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/20200919132611/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/20200919132611/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/20200919132611/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/20200919132611/https://blog.metoffice.gov.uk/tag/statistics/" class="tag-cloud-link tag-link-5849 tag-link-position-52" style="font-size: 12.912280701754pt;" aria-label="statistics (50 items)">statistics</a></li> <li><a href="https://web.archive.org/web/20200919132611/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/20200919132611/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/20200919132611/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/20200919132611/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/20200919132611/https://blog.metoffice.gov.uk/tag/sun/" class="tag-cloud-link tag-link-429 tag-link-position-57" style="font-size: 10.210526315789pt;" aria-label="Sun (23 items)">Sun</a></li> <li><a href="https://web.archive.org/web/20200919132611/https://blog.metoffice.gov.uk/tag/sunshine/" class="tag-cloud-link tag-link-211846 tag-link-position-58" style="font-size: 12.584795321637pt;" aria-label="sunshine (46 items)">sunshine</a></li> <li><a href="https://web.archive.org/web/20200919132611/https://blog.metoffice.gov.uk/tag/temperature/" class="tag-cloud-link tag-link-245764 tag-link-position-59" style="font-size: 15.53216374269pt;" aria-label="temperature (107 items)">temperature</a></li> <li><a href="https://web.archive.org/web/20200919132611/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/20200919132611/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/20200919132611/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/20200919132611/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/20200919132611/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/20200919132611/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/20200919132611/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/20200919132611/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/20200919132611/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/20200919132611/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 (388 items)">weather</a></li> <li><a href="https://web.archive.org/web/20200919132611/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/20200919132611/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/20200919132611/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/20200919132611/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/20200919132611/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/20200919132611/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/20200919132611/https://blog.metoffice.gov.uk/2020/09/18/atlantic-tropical-storms-forming-at-a-record-pace/" class="bump-view" data-bump-view="tp">Atlantic tropical storms forming at a record pace</a> </li> <li> <a href="https://web.archive.org/web/20200919132611/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/20200919132611/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> <li> <a href="https://web.archive.org/web/20200919132611/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/20200919132611/https://blog.metoffice.gov.uk/2015/09/24/super-tides-this-autumn/" class="bump-view" data-bump-view="tp">‘Super tides’ this autumn</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/20200919132611/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/20200919132611/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%2207.08.15%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%2F2015%5C%2F08%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%22year%22%3A2015%2C%22monthnum%22%3A8%2C%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%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-09-19%2014%3A26%3A11%22%2C%22last_post_date%22%3A%222015-08-07%2014%3A58%3A33%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/20200919132611js_/https://0.gravatar.com/js/gprofiles.js?ver=202038y" 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/20200919132611js_/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> <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="b1277ec76b"/><input type="hidden" name="_wp_http_referer" value="/2015/08/"/> </form> <div class="arrow"></div> </div> <script src="https://web.archive.org/web/20200919132611js_/https://platform.twitter.com/widgets.js?ver=20111117" id="twitter-widgets-js"></script> <link rel="stylesheet" id="all-css-0-2" href="https://web.archive.org/web/20200919132611cs_/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\/20200919132611\/https:\/\/blog.metoffice.gov.uk","icon":"<img alt='' src='https:\/\/web.archive.org\/web\/20200919132611\/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\/20200919132611\/https:\/\/wordpress.com\/start\/","loginURL":"https:\/\/web.archive.org\/web\/20200919132611\/https:\/\/wordpress.com\/log-in?redirect_to=https%3A%2F%2Fblog.metoffice.gov.uk%2F2015%2F08%2F28%2Fso-what-happened-to-our-summer%2F&signup_flow=account&domain=blog.metoffice.gov.uk","themeURL":"","xhrURL":"https:\/\/web.archive.org\/web\/20200919132611\/https:\/\/blog.metoffice.gov.uk\/wp-admin\/admin-ajax.php","nonce":"423a8cb7a5","isSingular":"","isFolded":"","isLoggedIn":"","isMobile":"","subscribeNonce":"<input type=\"hidden\" id=\"_wpnonce\" name=\"_wpnonce\" value=\"bb1d93fd5c\" \/>","referer":"https:\/\/web.archive.org\/web\/20200919132611\/https:\/\/blog.metoffice.gov.uk\/2015\/08\/","canFollow":"1","feedID":"34185295","statusMessage":"","customizeLink":"https:\/\/web.archive.org\/web\/20200919132611\/https:\/\/metofficenews.wordpress.com\/wp-admin\/customize.php?url=https%3A%2F%2Fmetofficenews.wordpress.com%2F2015%2F08%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,271 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%2F2015%2F08%2F28%2Fso-what-happened-to-our-summer%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\/20200919132611\/https:\/\/blog.metoffice.gov.uk\/wp-admin\/admin-ajax.php","nonce":"4f94b61f93","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\/20200919132611\/https:\/\/metofficenews.wordpress.com\/wp-login.php?redirect_to=https%3A%2F%2Fblog.metoffice.gov.uk%2F2015%2F08%2F23%2Fmet-office-in-the-news-bbc-weather-contract%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 type="text/javascript" src="https://web.archive.org/web/20200919132611js_/https://s2.wp.com/_static/??-eJyVkd1OwzAMhV+ILAI20C4Qj4LSxC1O80fstGxPTzqtlQYoiKs49vmOjmU5J6FjYAgsLUkDE2pInztLd/J2lCKxByI1wC9T+1Egn67PDsOEMP8ps8BJ6VFkIDz/cPVFJFcGDCQdjkCyQgXeVTAOckOMoceAfNqKhvaaQL5h0LJXGroYRwG+A9OglPEYRKey9IoYcq1EnCBnNDXm1vunA+eahFqQZoxhgbaqodYqx0Lg1h3F2liZurIrS+B6F5r72FnQ/N1wdZvqalEqIuALcPmnerhWYEYHRgzKueXoN79KvfqX+8Px+Lx/2D892i+QGPSL"></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","twitter-widgets","devicepx","postmessage","jquery_inview","jetpack_resize","jetpack_likes_queuehandler","the-neverending-homepage","jetpack-facebook-embed","wpcom-masterbar-js","wpcom-masterbar-tracks-js","wpcom-actionbar-bar","jetpack-carousel","swfobject","videopress","tiled-gallery"] ); 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","jetpack-carousel","tiled-gallery"] ); })(); </script><script src="//web.archive.org/web/20200919132611js_/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/RE1oV0pFNEwueXFaVXlyMGwvVG9ES35pOVYlTm93RUdNL2ovaj1UaVZQNGc0c0pkVUhKZDB0YVdTTXJBbVlqTWoxdGRzcERkUitZdD9VJUd8SzR5bm1DbH5BLGw3dGdoRnZSdDIwUHJ3PVFibjRFcldJcXd1Z19yU21DTXxhV0s9UWYzWlZISDVGckNNYkt6ZVYufjFkSkJWP3RUbE1WajY/ZjV4YnRQdzgsdzhkRTROKyxELnZ2WFdzMDJ4PWlocithJTkmTnh6NXRdMjdKUTNrNEMuR18zNUc0MytSalZ3NFt3QjZqdG5DdDI0YVNUTDkuP04/UlguQnI/NjhkR3Utd0JXN1Rqb1RjQWMtRT9PUmt+YTRBJjdqXzIuS0YmRj1KbmVFNSV0TjFJMF01S3ZBMmRxZFAvVjNbWGhXRC8mMWpHOU1bTU4='}]); _stq.push([ 'clickTrackerInit', '14516441', '0' ]); </script> <noscript><img src="https://web.archive.org/web/20200919132611im_/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/20200919132611/https://pixel.wp.com/g.gif?v=wpcom-no-pv' + mobileStatsQueryString + '&baba=' + Math.random(); } } </script></body> </html> <!-- FILE ARCHIVED ON 13:26:11 Sep 19, 2020 AND RETRIEVED FROM THE INTERNET ARCHIVE ON 05:14:02 Dec 03, 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.862 exclusion.robots: 0.033 exclusion.robots.policy: 0.02 esindex: 0.011 cdx.remote: 19.068 LoadShardBlock: 177.847 (3) PetaboxLoader3.datanode: 63.851 (4) PetaboxLoader3.resolve: 140.753 (2) load_resource: 77.677 -->

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