CINXE.COM
Met Office Images | 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="https://web-static.archive.org/_static/js/bundle-playback.js?v=7YQSqjSh" charset="utf-8"></script> <script type="text/javascript" src="https://web-static.archive.org/_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="https://web-static.archive.org/_static/js/ruffle/ruffle.js"></script> <script type="text/javascript"> __wm.init("https://web.archive.org/web"); __wm.wombat("https://blog.metoffice.gov.uk/category/met-office-images/","20200919100324","https://web.archive.org/","web","https://web-static.archive.org/_static/", "1600509804"); </script> <link rel="stylesheet" type="text/css" href="https://web-static.archive.org/_static/css/banner-styles.css?v=p7PEIJWi" /> <link rel="stylesheet" type="text/css" href="https://web-static.archive.org/_static/css/iconochive.css?v=3PDvdIFv" /> <!-- End Wayback Rewrite JS Include --> <meta charset="UTF-8"/> <title>Met Office Images | 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/20200919100324cs_/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/20200919100324/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/20200919100324/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/20200919100324/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/20200919100324/https://r-login.wordpress.com/remote-login.php" + "?wpcom_remote_login=key" + "&origin=aHR0cHM6Ly9ibG9nLm1ldG9mZmljZS5nb3YudWs%3D" + "&wpcomid=14516441" + "&time=1600509803"; document.body.appendChild( iframe ); }, false ); </script> <link rel="dns-prefetch" href="//web.archive.org/web/20200919100324/https://s2.wp.com/"/> <link rel="dns-prefetch" href="//web.archive.org/web/20200919100324/https://s1.wp.com/"/> <link rel="dns-prefetch" href="//web.archive.org/web/20200919100324/https://s0.wp.com/"/> <link rel="dns-prefetch" href="//web.archive.org/web/20200919100324/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/20200919100324/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/20200919100324/https://blog.metoffice.gov.uk/comments/feed/"/> <link rel="alternate" type="application/rss+xml" title="Official blog of the Met Office news team » Met Office Images Category Feed" href="https://web.archive.org/web/20200919100324/https://blog.metoffice.gov.uk/category/met-office-images/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\/20200919100324\/https:\/\/s0.wp.com\/wp-content\/mu-plugins\/wpcom-smileys\/twemoji\/2\/72x72\/","ext":".png","svgUrl":"https:\/\/web.archive.org\/web\/20200919100324\/https:\/\/s0.wp.com\/wp-content\/mu-plugins\/wpcom-smileys\/twemoji\/2\/svg\/","svgExt":".svg","source":{"concatemoji":"https:\/\/web.archive.org\/web\/20200919100324\/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/20200919100324cs_/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/20200919100324cs_/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/20200919100324cs_/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/20200919100324js_/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="Met Office Images – Official blog of the Met Office news team"/> <meta property="og:url" content="https://web.archive.org/web/20200919100324/https://blog.metoffice.gov.uk/category/met-office-images/"/> <meta property="og:site_name" content="Official blog of the Met Office news team"/> <meta property="og:image" content="https://web.archive.org/web/20200919100324im_/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/20200919100324im_/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/20200919100324im_/https://s1.wp.com/i/favicon.ico" sizes="16x16 24x24 32x32 48x48"/> <link rel="apple-touch-icon" href="https://web.archive.org/web/20200919100324im_/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/20200919100324/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/20200919100324/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="Posts about Met Office Images written by Met Office Press Office"/> </head> <body class="archive category category-met-office-images category-38372647 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/20200919100324/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/20200919100324/https://blog.metoffice.gov.uk/" title="Official blog of the Met Office news team" rel="home"> <img src="https://web.archive.org/web/20200919100324im_/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/20200919100324/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/20200919100324/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/20200919100324/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 current-menu-item menu-item-3042"><a href="https://web.archive.org/web/20200919100324/https://blog.metoffice.gov.uk/category/met-office-images/" aria-current="page">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/20200919100324/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/20200919100324/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">Category Archives: <span>Met Office Images</span></h1> <div id="nav-above" class="navigation"> <div class="nav-previous"><a href="https://web.archive.org/web/20200919100324/https://blog.metoffice.gov.uk/category/met-office-images/page/2/"><span class="meta-nav">←</span> Older posts</a></div> <div class="nav-next"></div> </div><!-- #nav-above --> <div id="post-8911" class="post-8911 post type-post status-publish format-standard hentry category-met-office-images category-met-office-news tag-gales tag-jet-stream tag-met-office tag-national-severe-weather-warning-service tag-severes-gales tag-storm tag-storm-barney tag-uk tag-weather tag-weather-forecast tag-wind"> <h2 class="entry-title"><a href="https://web.archive.org/web/20200919100324/https://blog.metoffice.gov.uk/2015/11/18/storm-barney-highest-wind-speeds/" rel="bookmark">Storm Barney highest wind speeds</a></h2> <div class="entry-meta"> <span class="meta-prep meta-prep-author">Posted on</span> <a href="https://web.archive.org/web/20200919100324/https://blog.metoffice.gov.uk/2015/11/18/storm-barney-highest-wind-speeds/" title="10:52 am" rel="bookmark"><span class="entry-date">18 November, 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/20200919100324/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>Storm Barney swept across the southern half of the UK as forecast yesterday evening, bringing gusts of up to 85mph, and has now left our shores. Thousands of homes were left without power in Wales, the Midlands, and in southern … <a href="https://web.archive.org/web/20200919100324/https://blog.metoffice.gov.uk/2015/11/18/storm-barney-highest-wind-speeds/">Continue reading <span class="meta-nav">→</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/20200919100324/https://blog.metoffice.gov.uk/category/met-office-images/" rel="category tag">Met Office Images</a>, <a href="https://web.archive.org/web/20200919100324/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/20200919100324/https://blog.metoffice.gov.uk/tag/gales/" rel="tag">gales</a>, <a href="https://web.archive.org/web/20200919100324/https://blog.metoffice.gov.uk/tag/jet-stream/" rel="tag">Jet stream</a>, <a href="https://web.archive.org/web/20200919100324/https://blog.metoffice.gov.uk/tag/met-office/" rel="tag">Met Office</a>, <a href="https://web.archive.org/web/20200919100324/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/20200919100324/https://blog.metoffice.gov.uk/tag/severes-gales/" rel="tag">severes gales</a>, <a href="https://web.archive.org/web/20200919100324/https://blog.metoffice.gov.uk/tag/storm/" rel="tag">Storm</a>, <a href="https://web.archive.org/web/20200919100324/https://blog.metoffice.gov.uk/tag/storm-barney/" rel="tag">Storm Barney</a>, <a href="https://web.archive.org/web/20200919100324/https://blog.metoffice.gov.uk/tag/uk/" rel="tag">UK</a>, <a href="https://web.archive.org/web/20200919100324/https://blog.metoffice.gov.uk/tag/weather/" rel="tag">weather</a>, <a href="https://web.archive.org/web/20200919100324/https://blog.metoffice.gov.uk/tag/weather-forecast/" rel="tag">weather forecast</a>, <a href="https://web.archive.org/web/20200919100324/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/20200919100324/https://blog.metoffice.gov.uk/2015/11/18/storm-barney-highest-wind-speeds/#comments">2 Comments</a></span> </div><!-- .entry-utility --> </div><!-- #post-## --> <div id="post-6454" class="post-6454 post type-post status-publish format-standard hentry category-met-office-images category-met-office-news tag-june tag-twitter tag-uk tag-video tag-weather tag-youtube"> <h2 class="entry-title"><a href="https://web.archive.org/web/20200919100324/https://blog.metoffice.gov.uk/2013/07/05/june-weather-summary-video-and-your-pictures/" rel="bookmark">June weather summary video and your pictures</a></h2> <div class="entry-meta"> <span class="meta-prep meta-prep-author">Posted on</span> <a href="https://web.archive.org/web/20200919100324/https://blog.metoffice.gov.uk/2013/07/05/june-weather-summary-video-and-your-pictures/" title="2:34 pm" rel="bookmark"><span class="entry-date">5 July, 2013</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/20200919100324/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>June began settled and sunny in most areas before becoming more unsettled and cooler. In our video forecaster Helen explains what weather defined June and highlights the warmest, coldest, wettest and windiest places in the UK last month. Visit our … <a href="https://web.archive.org/web/20200919100324/https://blog.metoffice.gov.uk/2013/07/05/june-weather-summary-video-and-your-pictures/">Continue reading <span class="meta-nav">→</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/20200919100324/https://blog.metoffice.gov.uk/category/met-office-images/" rel="category tag">Met Office Images</a>, <a href="https://web.archive.org/web/20200919100324/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/20200919100324/https://blog.metoffice.gov.uk/tag/june/" rel="tag">june</a>, <a href="https://web.archive.org/web/20200919100324/https://blog.metoffice.gov.uk/tag/twitter/" rel="tag">Twitter</a>, <a href="https://web.archive.org/web/20200919100324/https://blog.metoffice.gov.uk/tag/uk/" rel="tag">UK</a>, <a href="https://web.archive.org/web/20200919100324/https://blog.metoffice.gov.uk/tag/video/" rel="tag">video</a>, <a href="https://web.archive.org/web/20200919100324/https://blog.metoffice.gov.uk/tag/weather/" rel="tag">weather</a>, <a href="https://web.archive.org/web/20200919100324/https://blog.metoffice.gov.uk/tag/youtube/" rel="tag">YouTube</a> </span> </div><!-- .entry-utility --> </div><!-- #post-## --> <div id="post-6227" class="post-6227 post type-post status-publish format-standard hentry category-met-office-images category-met-office-news tag-april tag-photos tag-twitter tag-weather"> <h2 class="entry-title"><a href="https://web.archive.org/web/20200919100324/https://blog.metoffice.gov.uk/2013/05/15/april-weather-summary-video-and-your-photos/" rel="bookmark">April weather summary video and your photos</a></h2> <div class="entry-meta"> <span class="meta-prep meta-prep-author">Posted on</span> <a href="https://web.archive.org/web/20200919100324/https://blog.metoffice.gov.uk/2013/05/15/april-weather-summary-video-and-your-photos/" title="2:35 pm" rel="bookmark"><span class="entry-date">15 May, 2013</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/20200919100324/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>Following on from the second coldest March on record, April was another cool month, with temperatures below average everywhere. The provisional UK mean temperature was 6.3 °C, which is 1.1 °C below the 1981-2010 average, very similar to 2012 but otherwise … <a href="https://web.archive.org/web/20200919100324/https://blog.metoffice.gov.uk/2013/05/15/april-weather-summary-video-and-your-photos/">Continue reading <span class="meta-nav">→</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/20200919100324/https://blog.metoffice.gov.uk/category/met-office-images/" rel="category tag">Met Office Images</a>, <a href="https://web.archive.org/web/20200919100324/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/20200919100324/https://blog.metoffice.gov.uk/tag/april/" rel="tag">april</a>, <a href="https://web.archive.org/web/20200919100324/https://blog.metoffice.gov.uk/tag/photos/" rel="tag">photos</a>, <a href="https://web.archive.org/web/20200919100324/https://blog.metoffice.gov.uk/tag/twitter/" rel="tag">Twitter</a>, <a href="https://web.archive.org/web/20200919100324/https://blog.metoffice.gov.uk/tag/weather/" rel="tag">weather</a> </span> </div><!-- .entry-utility --> </div><!-- #post-## --> <div id="post-6083" class="post-6083 post type-post status-publish format-standard hentry category-met-office-images category-met-office-news"> <h2 class="entry-title"><a href="https://web.archive.org/web/20200919100324/https://blog.metoffice.gov.uk/2013/04/11/march-weather-summary-video-and-your-photos/" rel="bookmark">March weather summary video and your photos</a></h2> <div class="entry-meta"> <span class="meta-prep meta-prep-author">Posted on</span> <a href="https://web.archive.org/web/20200919100324/https://blog.metoffice.gov.uk/2013/04/11/march-weather-summary-video-and-your-photos/" title="2:06 pm" rel="bookmark"><span class="entry-date">11 April, 2013</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/20200919100324/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>March was much colder than average, the coldest since 1962 and colder than the preceding winter months of December, January and February. Forecaster Charlie talks through the month’s weather in our latest video or you can read the detailed report on … <a href="https://web.archive.org/web/20200919100324/https://blog.metoffice.gov.uk/2013/04/11/march-weather-summary-video-and-your-photos/">Continue reading <span class="meta-nav">→</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/20200919100324/https://blog.metoffice.gov.uk/category/met-office-images/" rel="category tag">Met Office Images</a>, <a href="https://web.archive.org/web/20200919100324/https://blog.metoffice.gov.uk/category/met-office-news/" rel="category tag">Met Office News</a> </span> <span class="meta-sep">|</span> <span class="comments-link"><a href="https://web.archive.org/web/20200919100324/https://blog.metoffice.gov.uk/2013/04/11/march-weather-summary-video-and-your-photos/#comments">1 Comment</a></span> </div><!-- .entry-utility --> </div><!-- #post-## --> <div id="post-5924" class="post-5924 post type-post status-publish format-standard hentry category-met-office-images category-met-office-news tag-channel-islands tag-england tag-france tag-kent tag-met-office tag-north-sea tag-rainfall tag-scotland tag-snow tag-weather"> <h2 class="entry-title"><a href="https://web.archive.org/web/20200919100324/https://blog.metoffice.gov.uk/2013/03/13/this-weeks-snowfall-captured-by-rainfall-radar/" rel="bookmark">This week’s snowfall captured by rainfall radar</a></h2> <div class="entry-meta"> <span class="meta-prep meta-prep-author">Posted on</span> <a href="https://web.archive.org/web/20200919100324/https://blog.metoffice.gov.uk/2013/03/13/this-weeks-snowfall-captured-by-rainfall-radar/" title="4:19 pm" rel="bookmark"><span class="entry-date">13 March, 2013</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/20200919100324/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 rainfall radar network is a great way of looking back at how weather systems affect the UK. Here we see rainfall radar imagery from 00:00 GMT on Sunday 10 March to 09:00 GMT on Tuesday 12 March. It shows … <a href="https://web.archive.org/web/20200919100324/https://blog.metoffice.gov.uk/2013/03/13/this-weeks-snowfall-captured-by-rainfall-radar/">Continue reading <span class="meta-nav">→</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/20200919100324/https://blog.metoffice.gov.uk/category/met-office-images/" rel="category tag">Met Office Images</a>, <a href="https://web.archive.org/web/20200919100324/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/20200919100324/https://blog.metoffice.gov.uk/tag/channel-islands/" rel="tag">Channel Islands</a>, <a href="https://web.archive.org/web/20200919100324/https://blog.metoffice.gov.uk/tag/england/" rel="tag">England</a>, <a href="https://web.archive.org/web/20200919100324/https://blog.metoffice.gov.uk/tag/france/" rel="tag">France</a>, <a href="https://web.archive.org/web/20200919100324/https://blog.metoffice.gov.uk/tag/kent/" rel="tag">Kent</a>, <a href="https://web.archive.org/web/20200919100324/https://blog.metoffice.gov.uk/tag/met-office/" rel="tag">Met Office</a>, <a href="https://web.archive.org/web/20200919100324/https://blog.metoffice.gov.uk/tag/north-sea/" rel="tag">North Sea</a>, <a href="https://web.archive.org/web/20200919100324/https://blog.metoffice.gov.uk/tag/rainfall/" rel="tag">rainfall</a>, <a href="https://web.archive.org/web/20200919100324/https://blog.metoffice.gov.uk/tag/scotland/" rel="tag">Scotland</a>, <a href="https://web.archive.org/web/20200919100324/https://blog.metoffice.gov.uk/tag/snow/" rel="tag">snow</a>, <a href="https://web.archive.org/web/20200919100324/https://blog.metoffice.gov.uk/tag/weather/" rel="tag">weather</a> </span> <span class="meta-sep">|</span> <span class="comments-link"><a href="https://web.archive.org/web/20200919100324/https://blog.metoffice.gov.uk/2013/03/13/this-weeks-snowfall-captured-by-rainfall-radar/#comments">2 Comments</a></span> </div><!-- .entry-utility --> </div><!-- #post-## --> <div id="post-5902" class="post-5902 post type-post status-publish format-standard hentry category-met-office-images tag-clouds tag-image tag-satellite tag-snow tag-uk"> <h2 class="entry-title"><a href="https://web.archive.org/web/20200919100324/https://blog.metoffice.gov.uk/2013/03/12/todays-weather-from-above/" rel="bookmark">Today’s weather from above</a></h2> <div class="entry-meta"> <span class="meta-prep meta-prep-author">Posted on</span> <a href="https://web.archive.org/web/20200919100324/https://blog.metoffice.gov.uk/2013/03/12/todays-weather-from-above/" title="4:45 pm" rel="bookmark"><span class="entry-date">12 March, 2013</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/20200919100324/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>Today’s satellite images show the small areas of the UK which have snow lying, as well as a number of interesting cloud formations. The snow shows up very clearly over the Pennines and Scottish Borders, over the Isle of Wight, … <a href="https://web.archive.org/web/20200919100324/https://blog.metoffice.gov.uk/2013/03/12/todays-weather-from-above/">Continue reading <span class="meta-nav">→</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/20200919100324/https://blog.metoffice.gov.uk/category/met-office-images/" rel="category tag">Met Office Images</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/20200919100324/https://blog.metoffice.gov.uk/tag/clouds/" rel="tag">clouds</a>, <a href="https://web.archive.org/web/20200919100324/https://blog.metoffice.gov.uk/tag/image/" rel="tag">image</a>, <a href="https://web.archive.org/web/20200919100324/https://blog.metoffice.gov.uk/tag/satellite/" rel="tag">satellite</a>, <a href="https://web.archive.org/web/20200919100324/https://blog.metoffice.gov.uk/tag/snow/" rel="tag">snow</a>, <a href="https://web.archive.org/web/20200919100324/https://blog.metoffice.gov.uk/tag/uk/" rel="tag">UK</a> </span> </div><!-- .entry-utility --> </div><!-- #post-## --> <div id="post-5740" class="post-5740 post type-post status-publish format-standard hentry category-met-office-images tag-images tag-january tag-pictures tag-rain tag-snow tag-uk tag-uk-snow tag-united-kingdom tag-weather"> <h2 class="entry-title"><a href="https://web.archive.org/web/20200919100324/https://blog.metoffice.gov.uk/2013/02/07/january-weather-your-pictures/" rel="bookmark">January weather – your pictures</a></h2> <div class="entry-meta"> <span class="meta-prep meta-prep-author">Posted on</span> <a href="https://web.archive.org/web/20200919100324/https://blog.metoffice.gov.uk/2013/02/07/january-weather-your-pictures/" title="3:26 pm" rel="bookmark"><span class="entry-date">7 February, 2013</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/20200919100324/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>Thank you for sharing your January weather pictures with us on Twitter. Here’s a selection of our favourites. The January summary video is coming shortly. @metoffice view of Ossett from Netherton Sat 26th Jan. twitter.com/MarkDParsons/s… — Mark Parsons (@MarkDParsons) January … <a href="https://web.archive.org/web/20200919100324/https://blog.metoffice.gov.uk/2013/02/07/january-weather-your-pictures/">Continue reading <span class="meta-nav">→</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/20200919100324/https://blog.metoffice.gov.uk/category/met-office-images/" rel="category tag">Met Office Images</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/20200919100324/https://blog.metoffice.gov.uk/tag/images/" rel="tag">images</a>, <a href="https://web.archive.org/web/20200919100324/https://blog.metoffice.gov.uk/tag/january/" rel="tag">january</a>, <a href="https://web.archive.org/web/20200919100324/https://blog.metoffice.gov.uk/tag/pictures/" rel="tag">pictures</a>, <a href="https://web.archive.org/web/20200919100324/https://blog.metoffice.gov.uk/tag/rain/" rel="tag">rain</a>, <a href="https://web.archive.org/web/20200919100324/https://blog.metoffice.gov.uk/tag/snow/" rel="tag">snow</a>, <a href="https://web.archive.org/web/20200919100324/https://blog.metoffice.gov.uk/tag/uk/" rel="tag">UK</a>, <a href="https://web.archive.org/web/20200919100324/https://blog.metoffice.gov.uk/tag/uk-snow/" rel="tag">uk snow</a>, <a href="https://web.archive.org/web/20200919100324/https://blog.metoffice.gov.uk/tag/united-kingdom/" rel="tag">united kingdom</a>, <a href="https://web.archive.org/web/20200919100324/https://blog.metoffice.gov.uk/tag/weather/" rel="tag">weather</a> </span> </div><!-- .entry-utility --> </div><!-- #post-## --> <div id="post-5439" class="post-5439 post type-post status-publish format-standard hentry category-met-office-images category-met-office-news tag-38494 tag-cold tag-infographic tag-met-office tag-rain tag-rainfall tag-snow tag-statistics tag-sun tag-weather tag-weather-warning tag-wind"> <h2 class="entry-title"><a href="https://web.archive.org/web/20200919100324/https://blog.metoffice.gov.uk/2012/12/21/infographic-2012-weather-review-of-the-year/" rel="bookmark">Infographic: 2012 weather review of the year</a></h2> <div class="entry-meta"> <span class="meta-prep meta-prep-author">Posted on</span> <a href="https://web.archive.org/web/20200919100324/https://blog.metoffice.gov.uk/2012/12/21/infographic-2012-weather-review-of-the-year/" title="11:44 am" rel="bookmark"><span class="entry-date">21 December, 2012</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/20200919100324/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>Hover over the image to link through to more detail on the UK weather in 2012.</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/20200919100324/https://blog.metoffice.gov.uk/category/met-office-images/" rel="category tag">Met Office Images</a>, <a href="https://web.archive.org/web/20200919100324/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/20200919100324/https://blog.metoffice.gov.uk/tag/2012/" rel="tag">2012</a>, <a href="https://web.archive.org/web/20200919100324/https://blog.metoffice.gov.uk/tag/cold/" rel="tag">cold</a>, <a href="https://web.archive.org/web/20200919100324/https://blog.metoffice.gov.uk/tag/infographic/" rel="tag">infographic</a>, <a href="https://web.archive.org/web/20200919100324/https://blog.metoffice.gov.uk/tag/met-office/" rel="tag">Met Office</a>, <a href="https://web.archive.org/web/20200919100324/https://blog.metoffice.gov.uk/tag/rain/" rel="tag">rain</a>, <a href="https://web.archive.org/web/20200919100324/https://blog.metoffice.gov.uk/tag/rainfall/" rel="tag">rainfall</a>, <a href="https://web.archive.org/web/20200919100324/https://blog.metoffice.gov.uk/tag/snow/" rel="tag">snow</a>, <a href="https://web.archive.org/web/20200919100324/https://blog.metoffice.gov.uk/tag/statistics/" rel="tag">statistics</a>, <a href="https://web.archive.org/web/20200919100324/https://blog.metoffice.gov.uk/tag/sun/" rel="tag">Sun</a>, <a href="https://web.archive.org/web/20200919100324/https://blog.metoffice.gov.uk/tag/weather/" rel="tag">weather</a>, <a href="https://web.archive.org/web/20200919100324/https://blog.metoffice.gov.uk/tag/weather-warning/" rel="tag">weather warning</a>, <a href="https://web.archive.org/web/20200919100324/https://blog.metoffice.gov.uk/tag/wind/" rel="tag">wind</a> </span> </div><!-- .entry-utility --> </div><!-- #post-## --> <div id="post-5275" class="post-5275 post type-post status-publish format-standard hentry category-met-office-images tag-cloud tag-cloud-spotting tag-mother-of-pearl tag-nacreous"> <h2 class="entry-title"><a href="https://web.archive.org/web/20200919100324/https://blog.metoffice.gov.uk/2012/12/10/nacreous-or-mother-of-pearl-cloud-sightings/" rel="bookmark">Nacreous or ‘mother of pearl’ cloud sightings</a></h2> <div class="entry-meta"> <span class="meta-prep meta-prep-author">Posted on</span> <a href="https://web.archive.org/web/20200919100324/https://blog.metoffice.gov.uk/2012/12/10/nacreous-or-mother-of-pearl-cloud-sightings/" title="12:08 pm" rel="bookmark"><span class="entry-date">10 December, 2012</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/20200919100324/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>Yesterday there was several sightings of an iridescent cloud in Scotland shared with us on Twitter and Facebook. As we did not observe the cloud ourselves and are only seeing the pictures, it’s not possible to be 100% certain, however … <a href="https://web.archive.org/web/20200919100324/https://blog.metoffice.gov.uk/2012/12/10/nacreous-or-mother-of-pearl-cloud-sightings/">Continue reading <span class="meta-nav">→</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/20200919100324/https://blog.metoffice.gov.uk/category/met-office-images/" rel="category tag">Met Office Images</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/20200919100324/https://blog.metoffice.gov.uk/tag/cloud/" rel="tag">Cloud</a>, <a href="https://web.archive.org/web/20200919100324/https://blog.metoffice.gov.uk/tag/cloud-spotting/" rel="tag">cloud spotting</a>, <a href="https://web.archive.org/web/20200919100324/https://blog.metoffice.gov.uk/tag/mother-of-pearl/" rel="tag">mother of pearl</a>, <a href="https://web.archive.org/web/20200919100324/https://blog.metoffice.gov.uk/tag/nacreous/" rel="tag">nacreous</a> </span> <span class="meta-sep">|</span> <span class="comments-link"><a href="https://web.archive.org/web/20200919100324/https://blog.metoffice.gov.uk/2012/12/10/nacreous-or-mother-of-pearl-cloud-sightings/#comments">1 Comment</a></span> </div><!-- .entry-utility --> </div><!-- #post-## --> <div id="post-4870" class="post-4870 post type-post status-publish format-standard hentry category-met-office-images category-met-office-news tag-broken-spectre tag-dust-storms tag-fall-streak-hole tag-fog tag-halloween tag-mist tag-roll-cloud tag-spooky tag-thunderstorms tag-top-ten tag-weather"> <h2 class="entry-title"><a href="https://web.archive.org/web/20200919100324/https://blog.metoffice.gov.uk/2012/10/30/top-ten-spookiest-weather-conditions/" rel="bookmark">Top ten: spookiest weather conditions</a></h2> <div class="entry-meta"> <span class="meta-prep meta-prep-author">Posted on</span> <a href="https://web.archive.org/web/20200919100324/https://blog.metoffice.gov.uk/2012/10/30/top-ten-spookiest-weather-conditions/" title="10:30 am" rel="bookmark"><span class="entry-date">30 October, 2012</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/20200919100324/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>As it’s halloween tomorrow, we’ve taken a look at the top ten spookiest weather conditions. From well known scary weather – like thunder and lightning and sea mist, to lesser-known phenomena such as brocken spectre and fall streak holes. Fall streak hole. Also … <a href="https://web.archive.org/web/20200919100324/https://blog.metoffice.gov.uk/2012/10/30/top-ten-spookiest-weather-conditions/">Continue reading <span class="meta-nav">→</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/20200919100324/https://blog.metoffice.gov.uk/category/met-office-images/" rel="category tag">Met Office Images</a>, <a href="https://web.archive.org/web/20200919100324/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/20200919100324/https://blog.metoffice.gov.uk/tag/broken-spectre/" rel="tag">broken spectre</a>, <a href="https://web.archive.org/web/20200919100324/https://blog.metoffice.gov.uk/tag/dust-storms/" rel="tag">dust storms</a>, <a href="https://web.archive.org/web/20200919100324/https://blog.metoffice.gov.uk/tag/fall-streak-hole/" rel="tag">fall streak hole</a>, <a href="https://web.archive.org/web/20200919100324/https://blog.metoffice.gov.uk/tag/fog/" rel="tag">Fog</a>, <a href="https://web.archive.org/web/20200919100324/https://blog.metoffice.gov.uk/tag/halloween/" rel="tag">halloween</a>, <a href="https://web.archive.org/web/20200919100324/https://blog.metoffice.gov.uk/tag/mist/" rel="tag">Mist</a>, <a href="https://web.archive.org/web/20200919100324/https://blog.metoffice.gov.uk/tag/roll-cloud/" rel="tag">roll cloud</a>, <a href="https://web.archive.org/web/20200919100324/https://blog.metoffice.gov.uk/tag/spooky/" rel="tag">spooky</a>, <a href="https://web.archive.org/web/20200919100324/https://blog.metoffice.gov.uk/tag/thunderstorms/" rel="tag">thunderstorms</a>, <a href="https://web.archive.org/web/20200919100324/https://blog.metoffice.gov.uk/tag/top-ten/" rel="tag">top ten</a>, <a href="https://web.archive.org/web/20200919100324/https://blog.metoffice.gov.uk/tag/weather/" rel="tag">weather</a> </span> </div><!-- .entry-utility --> </div><!-- #post-## --> <div id="nav-below" class="navigation"> <div class="nav-previous"><a href="https://web.archive.org/web/20200919100324/https://blog.metoffice.gov.uk/category/met-office-images/page/2/"><span class="meta-nav">←</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/20200919100324/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/20200919100324/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/20200919100324im_/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/20200919100324/https://blog.metoffice.gov.uk/computerweekly_winner1/" data-orig-file="https://web.archive.org/web/20200919100324/https://metofficenews.files.wordpress.com/2012/01/computerweekly_winner1.jpg" data-orig-size="131,235" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":""}" data-image-title="ComputerWeekly_winner[1]" data-image-description="" data-medium-file="https://web.archive.org/web/20200919100324/https://metofficenews.files.wordpress.com/2012/01/computerweekly_winner1.jpg?w=131" data-large-file="https://web.archive.org/web/20200919100324/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/20200919100324/https://metofficenews.wordpress.com/2012/11/29/met-office-wins-social-buzz-award/"><img width="300" height="177" src="https://web.archive.org/web/20200919100324im_/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/20200919100324im_/https://metofficenews.files.wordpress.com/2012/11/social_buzz_larger_image.jpg?w=300 300w, https://web.archive.org/web/20200919100324im_/https://metofficenews.files.wordpress.com/2012/11/social_buzz_larger_image.jpg?w=150 150w, https://web.archive.org/web/20200919100324im_/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/20200919100324/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/20200919100324/https://metofficenews.files.wordpress.com/2012/11/social_buzz_larger_image.jpg" data-orig-size="312,184" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":""}" data-image-title="Social_buzz_larger_image" data-image-description="" data-medium-file="https://web.archive.org/web/20200919100324/https://metofficenews.files.wordpress.com/2012/11/social_buzz_larger_image.jpg?w=300" data-large-file="https://web.archive.org/web/20200919100324/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/20200919100324/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/20200919100324im_/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/20200919100324im_/https://metofficenews.files.wordpress.com/2012/05/social_brand_logo-sml2.jpg?w=145 145w, https://web.archive.org/web/20200919100324im_/https://metofficenews.files.wordpress.com/2012/05/social_brand_logo-sml2.jpg?w=150 150w, https://web.archive.org/web/20200919100324im_/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/20200919100324/https://blog.metoffice.gov.uk/social_brand_logo-sml2/" data-orig-file="https://web.archive.org/web/20200919100324/https://metofficenews.files.wordpress.com/2012/05/social_brand_logo-sml2.jpg" data-orig-size="180,180" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":""}" data-image-title="social_brand_logo-sml2" data-image-description="" data-medium-file="https://web.archive.org/web/20200919100324/https://metofficenews.files.wordpress.com/2012/05/social_brand_logo-sml2.jpg?w=180" data-large-file="https://web.archive.org/web/20200919100324/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/20200919100324/https://blog.metoffice.gov.uk/category/met-office-diary/">Met Office Diary</a> </li> <li class="cat-item cat-item-38372647 current-cat"><a aria-current="page" href="https://web.archive.org/web/20200919100324/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/20200919100324/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/20200919100324/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/20200919100324/http://twitter.com/metoffice">Met Office on Twitter</a></h3><ul class="tweets"> <li> RT @<a href="https://web.archive.org/web/20200919100324/http://twitter.com/metoffice">metoffice</a>: We have an exciting announcement! Find out more with Aidan McGivern 👇 <a href="https://web.archive.org/web/20200919100324/http://twitter.com/search?q=%23VeryBritishWeatherBook">#VeryBritishWeatherBook</a> is out 15 October 2020! h… <a href="https://web.archive.org/web/20200919100324/http://twitter.com/metoffice/statuses/1307248480654684160" class="timesince">41 minutes ago</a> </li> <li> RT @<a href="https://web.archive.org/web/20200919100324/http://twitter.com/metoffice">metoffice</a>: In this week's Weather Snap podcast 👇🏾 🌎 More Atlantic hurricanes 🌡️ How does the Earth gain or lose heat? Listen here 🎧… <a href="https://web.archive.org/web/20200919100324/http://twitter.com/metoffice/statuses/1307234185380233217" class="timesince">1 hour ago</a> </li> <li> RT @<a href="https://web.archive.org/web/20200919100324/http://twitter.com/metoffice">metoffice</a>: Looking for a forecast for your Saturday? We have broken it down into 4 for you 👇 <a href="https://web.archive.org/web/20200919100324/http://twitter.com/search?q=%234cast">#4cast</a> <a href="https://web.archive.org/web/20200919100324/https://t.co/yPFDXep70s" rel="nofollow">https://t.co/yPFDXep70s</a> <a href="https://web.archive.org/web/20200919100324/http://twitter.com/metoffice/statuses/1307213205429792768" class="timesince">3 hours ago</a> </li> <li> Friday saw another largely fine September day across the UK, with the warmest and sunniest places in Scotland <a href="https://web.archive.org/web/20200919100324/https://t.co/yxX25XYZz7" rel="nofollow">https://t.co/yxX25XYZz7</a> <a href="https://web.archive.org/web/20200919100324/http://twitter.com/metoffice/statuses/1307093913241518091" class="timesince">10 hours ago</a> </li> </ul><a href="https://web.archive.org/web/20200919100324/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/20200919100324/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/20200919100324/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/20200919100324/https://blog.metoffice.gov.uk/2020/09/">September 2020</a></li> <li><a href="https://web.archive.org/web/20200919100324/https://blog.metoffice.gov.uk/2020/08/">August 2020</a></li> <li><a href="https://web.archive.org/web/20200919100324/https://blog.metoffice.gov.uk/2020/07/">July 2020</a></li> <li><a href="https://web.archive.org/web/20200919100324/https://blog.metoffice.gov.uk/2020/06/">June 2020</a></li> <li><a href="https://web.archive.org/web/20200919100324/https://blog.metoffice.gov.uk/2020/05/">May 2020</a></li> <li><a href="https://web.archive.org/web/20200919100324/https://blog.metoffice.gov.uk/2020/04/">April 2020</a></li> <li><a href="https://web.archive.org/web/20200919100324/https://blog.metoffice.gov.uk/2020/03/">March 2020</a></li> <li><a href="https://web.archive.org/web/20200919100324/https://blog.metoffice.gov.uk/2020/02/">February 2020</a></li> <li><a href="https://web.archive.org/web/20200919100324/https://blog.metoffice.gov.uk/2019/11/">November 2019</a></li> <li><a href="https://web.archive.org/web/20200919100324/https://blog.metoffice.gov.uk/2019/10/">October 2019</a></li> <li><a href="https://web.archive.org/web/20200919100324/https://blog.metoffice.gov.uk/2019/09/">September 2019</a></li> <li><a href="https://web.archive.org/web/20200919100324/https://blog.metoffice.gov.uk/2019/08/">August 2019</a></li> <li><a href="https://web.archive.org/web/20200919100324/https://blog.metoffice.gov.uk/2019/07/">July 2019</a></li> <li><a href="https://web.archive.org/web/20200919100324/https://blog.metoffice.gov.uk/2019/06/">June 2019</a></li> <li><a href="https://web.archive.org/web/20200919100324/https://blog.metoffice.gov.uk/2019/05/">May 2019</a></li> <li><a href="https://web.archive.org/web/20200919100324/https://blog.metoffice.gov.uk/2019/04/">April 2019</a></li> <li><a href="https://web.archive.org/web/20200919100324/https://blog.metoffice.gov.uk/2019/03/">March 2019</a></li> <li><a href="https://web.archive.org/web/20200919100324/https://blog.metoffice.gov.uk/2019/01/">January 2019</a></li> <li><a href="https://web.archive.org/web/20200919100324/https://blog.metoffice.gov.uk/2018/10/">October 2018</a></li> <li><a href="https://web.archive.org/web/20200919100324/https://blog.metoffice.gov.uk/2018/09/">September 2018</a></li> <li><a href="https://web.archive.org/web/20200919100324/https://blog.metoffice.gov.uk/2018/08/">August 2018</a></li> <li><a href="https://web.archive.org/web/20200919100324/https://blog.metoffice.gov.uk/2018/07/">July 2018</a></li> <li><a href="https://web.archive.org/web/20200919100324/https://blog.metoffice.gov.uk/2018/06/">June 2018</a></li> <li><a href="https://web.archive.org/web/20200919100324/https://blog.metoffice.gov.uk/2018/05/">May 2018</a></li> <li><a href="https://web.archive.org/web/20200919100324/https://blog.metoffice.gov.uk/2018/04/">April 2018</a></li> <li><a href="https://web.archive.org/web/20200919100324/https://blog.metoffice.gov.uk/2018/03/">March 2018</a></li> <li><a href="https://web.archive.org/web/20200919100324/https://blog.metoffice.gov.uk/2018/02/">February 2018</a></li> <li><a href="https://web.archive.org/web/20200919100324/https://blog.metoffice.gov.uk/2018/01/">January 2018</a></li> <li><a href="https://web.archive.org/web/20200919100324/https://blog.metoffice.gov.uk/2017/12/">December 2017</a></li> <li><a href="https://web.archive.org/web/20200919100324/https://blog.metoffice.gov.uk/2017/11/">November 2017</a></li> <li><a href="https://web.archive.org/web/20200919100324/https://blog.metoffice.gov.uk/2017/10/">October 2017</a></li> <li><a href="https://web.archive.org/web/20200919100324/https://blog.metoffice.gov.uk/2017/09/">September 2017</a></li> <li><a href="https://web.archive.org/web/20200919100324/https://blog.metoffice.gov.uk/2017/08/">August 2017</a></li> <li><a href="https://web.archive.org/web/20200919100324/https://blog.metoffice.gov.uk/2017/07/">July 2017</a></li> <li><a href="https://web.archive.org/web/20200919100324/https://blog.metoffice.gov.uk/2017/06/">June 2017</a></li> <li><a href="https://web.archive.org/web/20200919100324/https://blog.metoffice.gov.uk/2017/05/">May 2017</a></li> <li><a href="https://web.archive.org/web/20200919100324/https://blog.metoffice.gov.uk/2017/04/">April 2017</a></li> <li><a href="https://web.archive.org/web/20200919100324/https://blog.metoffice.gov.uk/2017/03/">March 2017</a></li> <li><a href="https://web.archive.org/web/20200919100324/https://blog.metoffice.gov.uk/2017/02/">February 2017</a></li> <li><a href="https://web.archive.org/web/20200919100324/https://blog.metoffice.gov.uk/2017/01/">January 2017</a></li> <li><a href="https://web.archive.org/web/20200919100324/https://blog.metoffice.gov.uk/2016/12/">December 2016</a></li> <li><a href="https://web.archive.org/web/20200919100324/https://blog.metoffice.gov.uk/2016/11/">November 2016</a></li> <li><a href="https://web.archive.org/web/20200919100324/https://blog.metoffice.gov.uk/2016/10/">October 2016</a></li> <li><a href="https://web.archive.org/web/20200919100324/https://blog.metoffice.gov.uk/2016/09/">September 2016</a></li> <li><a href="https://web.archive.org/web/20200919100324/https://blog.metoffice.gov.uk/2016/08/">August 2016</a></li> <li><a href="https://web.archive.org/web/20200919100324/https://blog.metoffice.gov.uk/2016/07/">July 2016</a></li> <li><a href="https://web.archive.org/web/20200919100324/https://blog.metoffice.gov.uk/2016/06/">June 2016</a></li> <li><a href="https://web.archive.org/web/20200919100324/https://blog.metoffice.gov.uk/2016/05/">May 2016</a></li> <li><a href="https://web.archive.org/web/20200919100324/https://blog.metoffice.gov.uk/2016/04/">April 2016</a></li> <li><a href="https://web.archive.org/web/20200919100324/https://blog.metoffice.gov.uk/2016/03/">March 2016</a></li> <li><a href="https://web.archive.org/web/20200919100324/https://blog.metoffice.gov.uk/2016/02/">February 2016</a></li> <li><a href="https://web.archive.org/web/20200919100324/https://blog.metoffice.gov.uk/2016/01/">January 2016</a></li> <li><a href="https://web.archive.org/web/20200919100324/https://blog.metoffice.gov.uk/2015/12/">December 2015</a></li> <li><a href="https://web.archive.org/web/20200919100324/https://blog.metoffice.gov.uk/2015/11/">November 2015</a></li> <li><a href="https://web.archive.org/web/20200919100324/https://blog.metoffice.gov.uk/2015/10/">October 2015</a></li> <li><a href="https://web.archive.org/web/20200919100324/https://blog.metoffice.gov.uk/2015/09/">September 2015</a></li> <li><a href="https://web.archive.org/web/20200919100324/https://blog.metoffice.gov.uk/2015/08/">August 2015</a></li> <li><a href="https://web.archive.org/web/20200919100324/https://blog.metoffice.gov.uk/2015/07/">July 2015</a></li> <li><a href="https://web.archive.org/web/20200919100324/https://blog.metoffice.gov.uk/2015/06/">June 2015</a></li> <li><a href="https://web.archive.org/web/20200919100324/https://blog.metoffice.gov.uk/2015/05/">May 2015</a></li> <li><a href="https://web.archive.org/web/20200919100324/https://blog.metoffice.gov.uk/2015/04/">April 2015</a></li> <li><a href="https://web.archive.org/web/20200919100324/https://blog.metoffice.gov.uk/2015/03/">March 2015</a></li> <li><a href="https://web.archive.org/web/20200919100324/https://blog.metoffice.gov.uk/2015/02/">February 2015</a></li> <li><a href="https://web.archive.org/web/20200919100324/https://blog.metoffice.gov.uk/2015/01/">January 2015</a></li> <li><a href="https://web.archive.org/web/20200919100324/https://blog.metoffice.gov.uk/2014/12/">December 2014</a></li> <li><a href="https://web.archive.org/web/20200919100324/https://blog.metoffice.gov.uk/2014/11/">November 2014</a></li> <li><a href="https://web.archive.org/web/20200919100324/https://blog.metoffice.gov.uk/2014/10/">October 2014</a></li> <li><a href="https://web.archive.org/web/20200919100324/https://blog.metoffice.gov.uk/2014/09/">September 2014</a></li> <li><a href="https://web.archive.org/web/20200919100324/https://blog.metoffice.gov.uk/2014/08/">August 2014</a></li> <li><a href="https://web.archive.org/web/20200919100324/https://blog.metoffice.gov.uk/2014/07/">July 2014</a></li> <li><a href="https://web.archive.org/web/20200919100324/https://blog.metoffice.gov.uk/2014/06/">June 2014</a></li> <li><a href="https://web.archive.org/web/20200919100324/https://blog.metoffice.gov.uk/2014/05/">May 2014</a></li> <li><a href="https://web.archive.org/web/20200919100324/https://blog.metoffice.gov.uk/2014/04/">April 2014</a></li> <li><a href="https://web.archive.org/web/20200919100324/https://blog.metoffice.gov.uk/2014/03/">March 2014</a></li> <li><a href="https://web.archive.org/web/20200919100324/https://blog.metoffice.gov.uk/2014/02/">February 2014</a></li> <li><a href="https://web.archive.org/web/20200919100324/https://blog.metoffice.gov.uk/2014/01/">January 2014</a></li> <li><a href="https://web.archive.org/web/20200919100324/https://blog.metoffice.gov.uk/2013/12/">December 2013</a></li> <li><a href="https://web.archive.org/web/20200919100324/https://blog.metoffice.gov.uk/2013/11/">November 2013</a></li> <li><a href="https://web.archive.org/web/20200919100324/https://blog.metoffice.gov.uk/2013/10/">October 2013</a></li> <li><a href="https://web.archive.org/web/20200919100324/https://blog.metoffice.gov.uk/2013/09/">September 2013</a></li> <li><a href="https://web.archive.org/web/20200919100324/https://blog.metoffice.gov.uk/2013/08/">August 2013</a></li> <li><a href="https://web.archive.org/web/20200919100324/https://blog.metoffice.gov.uk/2013/07/">July 2013</a></li> <li><a href="https://web.archive.org/web/20200919100324/https://blog.metoffice.gov.uk/2013/06/">June 2013</a></li> <li><a href="https://web.archive.org/web/20200919100324/https://blog.metoffice.gov.uk/2013/05/">May 2013</a></li> <li><a href="https://web.archive.org/web/20200919100324/https://blog.metoffice.gov.uk/2013/04/">April 2013</a></li> <li><a href="https://web.archive.org/web/20200919100324/https://blog.metoffice.gov.uk/2013/03/">March 2013</a></li> <li><a href="https://web.archive.org/web/20200919100324/https://blog.metoffice.gov.uk/2013/02/">February 2013</a></li> <li><a href="https://web.archive.org/web/20200919100324/https://blog.metoffice.gov.uk/2013/01/">January 2013</a></li> <li><a href="https://web.archive.org/web/20200919100324/https://blog.metoffice.gov.uk/2012/12/">December 2012</a></li> <li><a href="https://web.archive.org/web/20200919100324/https://blog.metoffice.gov.uk/2012/11/">November 2012</a></li> <li><a href="https://web.archive.org/web/20200919100324/https://blog.metoffice.gov.uk/2012/10/">October 2012</a></li> <li><a href="https://web.archive.org/web/20200919100324/https://blog.metoffice.gov.uk/2012/09/">September 2012</a></li> <li><a href="https://web.archive.org/web/20200919100324/https://blog.metoffice.gov.uk/2012/08/">August 2012</a></li> <li><a href="https://web.archive.org/web/20200919100324/https://blog.metoffice.gov.uk/2012/07/">July 2012</a></li> <li><a href="https://web.archive.org/web/20200919100324/https://blog.metoffice.gov.uk/2012/06/">June 2012</a></li> <li><a href="https://web.archive.org/web/20200919100324/https://blog.metoffice.gov.uk/2012/05/">May 2012</a></li> <li><a href="https://web.archive.org/web/20200919100324/https://blog.metoffice.gov.uk/2012/04/">April 2012</a></li> <li><a href="https://web.archive.org/web/20200919100324/https://blog.metoffice.gov.uk/2012/03/">March 2012</a></li> <li><a href="https://web.archive.org/web/20200919100324/https://blog.metoffice.gov.uk/2012/02/">February 2012</a></li> <li><a href="https://web.archive.org/web/20200919100324/https://blog.metoffice.gov.uk/2012/01/">January 2012</a></li> <li><a href="https://web.archive.org/web/20200919100324/https://blog.metoffice.gov.uk/2011/12/">December 2011</a></li> <li><a href="https://web.archive.org/web/20200919100324/https://blog.metoffice.gov.uk/2011/11/">November 2011</a></li> <li><a href="https://web.archive.org/web/20200919100324/https://blog.metoffice.gov.uk/2011/10/">October 2011</a></li> <li><a href="https://web.archive.org/web/20200919100324/https://blog.metoffice.gov.uk/2011/09/">September 2011</a></li> <li><a href="https://web.archive.org/web/20200919100324/https://blog.metoffice.gov.uk/2011/08/">August 2011</a></li> <li><a href="https://web.archive.org/web/20200919100324/https://blog.metoffice.gov.uk/2011/07/">July 2011</a></li> <li><a href="https://web.archive.org/web/20200919100324/https://blog.metoffice.gov.uk/2011/06/">June 2011</a></li> <li><a href="https://web.archive.org/web/20200919100324/https://blog.metoffice.gov.uk/2011/05/">May 2011</a></li> <li><a href="https://web.archive.org/web/20200919100324/https://blog.metoffice.gov.uk/2011/04/">April 2011</a></li> <li><a href="https://web.archive.org/web/20200919100324/https://blog.metoffice.gov.uk/2011/03/">March 2011</a></li> <li><a href="https://web.archive.org/web/20200919100324/https://blog.metoffice.gov.uk/2011/02/">February 2011</a></li> <li><a href="https://web.archive.org/web/20200919100324/https://blog.metoffice.gov.uk/2011/01/">January 2011</a></li> <li><a href="https://web.archive.org/web/20200919100324/https://blog.metoffice.gov.uk/2010/12/">December 2010</a></li> <li><a href="https://web.archive.org/web/20200919100324/https://blog.metoffice.gov.uk/2010/11/">November 2010</a></li> <li><a href="https://web.archive.org/web/20200919100324/https://blog.metoffice.gov.uk/2010/10/">October 2010</a></li> <li><a href="https://web.archive.org/web/20200919100324/https://blog.metoffice.gov.uk/2010/09/">September 2010</a></li> <li><a href="https://web.archive.org/web/20200919100324/https://blog.metoffice.gov.uk/2010/08/">August 2010</a></li> <li><a href="https://web.archive.org/web/20200919100324/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/20200919100324/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/20200919100324im_/https://s-ssl.wordpress.com/wp-includes/images/rss.png?m=1354137473h" alt="RSS"/></a> <a class="rsswidget" href="https://web.archive.org/web/20200919100324/https://www.metoffice.gov.uk/" title="">Met Office News</a></h3><ul><li><a class="rsswidget" href="https://web.archive.org/web/20200919100324/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/20200919100324/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/20200919100324/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/20200919100324/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/20200919100324/https://twitter.com/metofficestorms" title="@metofficestorms">@metofficestorms</a></li> <li><a href="https://web.archive.org/web/20200919100324/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/20200919100324/http://www.facebook.com/metoffice" title="Met Office on Facebook">Facebook</a></li> <li><a href="https://web.archive.org/web/20200919100324/http://www.flickr.com/metoffice">Flickr</a></li> <li><a href="https://web.archive.org/web/20200919100324/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/20200919100324/http://www.jma.go.jp/en/typh/" title="Japanese Meteorological Agency">Japanese Meteorological Agency</a></li> <li><a href="https://web.archive.org/web/20200919100324/http://www.metoffice.gov.uk/" title="Met Office website">Met Office</a></li> <li><a href="https://web.archive.org/web/20200919100324/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/20200919100324/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/20200919100324/http://www.nhc.noaa.gov/" title="National Hurricane Center">National Hurricane Center</a></li> <li><a href="https://web.archive.org/web/20200919100324/http://twitter.com/metoffice" title="Met Office on Twitter">Twitter</a></li> <li><a href="https://web.archive.org/web/20200919100324/http://twitter.com/metofficenews" title="Met Office News on Twitter">Twitter News</a></li> <li><a href="https://web.archive.org/web/20200919100324/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/20200919100324/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/category/met-office-images/"/> <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="4a3d3c9769"/> <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/20200919100324/https://blog.metoffice.gov.uk/feed/" title="Subscribe to Posts"><img src="https://web.archive.org/web/20200919100324im_/https://blog.metoffice.gov.uk/i/rss/orange-medium.png" alt="RSS Feed"/></a> <a href="https://web.archive.org/web/20200919100324/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/20200919100324/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/20200919100324/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/20200919100324/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/20200919100324/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/20200919100324/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/20200919100324/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/20200919100324/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/20200919100324/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/20200919100324/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/20200919100324/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/20200919100324/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/20200919100324/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/20200919100324/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/20200919100324/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/20200919100324/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/20200919100324/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/20200919100324/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/20200919100324/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/20200919100324/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/20200919100324/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/20200919100324/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/20200919100324/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/20200919100324/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/20200919100324/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/20200919100324/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/20200919100324/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/20200919100324/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/20200919100324/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/20200919100324/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/20200919100324/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/20200919100324/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/20200919100324/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/20200919100324/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/20200919100324/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/20200919100324/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/20200919100324/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/20200919100324/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/20200919100324/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/20200919100324/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/20200919100324/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/20200919100324/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/20200919100324/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/20200919100324/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/20200919100324/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/20200919100324/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/20200919100324/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/20200919100324/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/20200919100324/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/20200919100324/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/20200919100324/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/20200919100324/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/20200919100324/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/20200919100324/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/20200919100324/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/20200919100324/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/20200919100324/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/20200919100324/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/20200919100324/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/20200919100324/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/20200919100324/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/20200919100324/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/20200919100324/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/20200919100324/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/20200919100324/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/20200919100324/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/20200919100324/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/20200919100324/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/20200919100324/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/20200919100324/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/20200919100324/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/20200919100324/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/20200919100324/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/20200919100324/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/20200919100324/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/20200919100324/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/20200919100324/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/20200919100324/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/20200919100324/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/20200919100324/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/20200919100324/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/20200919100324/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/20200919100324/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%2230.10.12%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%2Fcategory%5C%2Fmet-office-images%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%22category_name%22%3A%22met-office-images%22%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%22monthnum%22%3A0%2C%22year%22%3A0%2C%22w%22%3A0%2C%22tag%22%3A%22%22%2C%22cat%22%3A38372647%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%2011%3A03%3A24%22%2C%22last_post_date%22%3A%222012-10-30%2010%3A30%3A21%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/20200919100324js_/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/20200919100324js_/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="692b24747b"/><input type="hidden" name="_wp_http_referer" value="/category/met-office-images/"/> </form> <div class="arrow"></div> </div> <script src="https://web.archive.org/web/20200919100324js_/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/20200919100324cs_/https://s1.wp.com/_static/??/wp-content/mu-plugins/carousel/jetpack-carousel.css,/wp-content/mu-plugins/tiled-gallery/tiled-gallery.css?m=1592560282j&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\/20200919100324\/https:\/\/blog.metoffice.gov.uk","icon":"<img alt='' src='https:\/\/web.archive.org\/web\/20200919100324\/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\/20200919100324\/https:\/\/wordpress.com\/start\/","loginURL":"https:\/\/web.archive.org\/web\/20200919100324\/https:\/\/wordpress.com\/log-in?redirect_to=https%3A%2F%2Fblog.metoffice.gov.uk%2F2015%2F11%2F18%2Fstorm-barney-highest-wind-speeds%2F&signup_flow=account&domain=blog.metoffice.gov.uk","themeURL":"","xhrURL":"https:\/\/web.archive.org\/web\/20200919100324\/https:\/\/blog.metoffice.gov.uk\/wp-admin\/admin-ajax.php","nonce":"44bd0afbc2","isSingular":"","isFolded":"","isLoggedIn":"","isMobile":"","subscribeNonce":"<input type=\"hidden\" id=\"_wpnonce\" name=\"_wpnonce\" value=\"4a3d3c9769\" \/>","referer":"https:\/\/web.archive.org\/web\/20200919100324\/https:\/\/blog.metoffice.gov.uk\/category\/met-office-images\/","canFollow":"1","feedID":"34185295","statusMessage":"","customizeLink":"https:\/\/web.archive.org\/web\/20200919100324\/https:\/\/metofficenews.wordpress.com\/wp-admin\/customize.php?url=https%3A%2F%2Fmetofficenews.wordpress.com%2Fcategory%2Fmet-office-images%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%2F11%2F18%2Fstorm-barney-highest-wind-speeds%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\/20200919100324\/https:\/\/blog.metoffice.gov.uk\/wp-admin\/admin-ajax.php","nonce":"0f8821913b","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\/20200919100324\/https:\/\/metofficenews.wordpress.com\/wp-login.php?redirect_to=https%3A%2F%2Fblog.metoffice.gov.uk%2F2013%2F03%2F13%2Fthis-weeks-snowfall-captured-by-rainfall-radar%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/20200919100324js_/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/20200919100324js_/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/RE1oV0pFNEwueXFaVXlyMGwvVG9ES35pOVYlTm93RUdNL2ovaj1UaVZQNGc0c0pkVUhKZDB0YVdTTXJBbVlqTWoxdGRzcERkUitZdD9VJUd8SzR5bm1DbH5BLGw3dGdoRnZSdDIwUHJ3PVFibjRFcldJcXd1Z19yU21DTXxhV0s9UWYzWi1CSltNMWklPS9ULkEwekMwRTFUNm8vbSs1Yz1iMyZ4dnxMYi4uRFF2amVVZUxmK1BxQWVGYmRFRitnajl+QVRMPTdFOHBRZVFFTXZ3TnImLXpafFJmQ11EXWc/NW5VWmsrc2JQPXUyd0N3M11GRnBrVjlrfnl4RTUsbFtVT0paXzM4UGdGa0lTZjNZSU05XXEydTh0V3UtaFdSa2l1dGRWQ2RrXS5GZ2QzRHFwXTUtVX5lUXVtdnxHJjdITF8rfi1yW2RNSw=='}]); _stq.push([ 'clickTrackerInit', '14516441', '0' ]); </script> <noscript><img src="https://web.archive.org/web/20200919100324im_/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/20200919100324/https://pixel.wp.com/g.gif?v=wpcom-no-pv' + mobileStatsQueryString + '&baba=' + Math.random(); } } </script></body> </html> <!-- generated in 0.193 seconds 102804 bytes batcached for 300 seconds --> <!-- FILE ARCHIVED ON 10:03:24 Sep 19, 2020 AND RETRIEVED FROM THE INTERNET ARCHIVE ON 01:04:18 Mar 02, 2025. 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.52 exclusion.robots: 0.028 exclusion.robots.policy: 0.017 esindex: 0.009 cdx.remote: 3.669 LoadShardBlock: 179.774 (3) PetaboxLoader3.datanode: 99.142 (4) PetaboxLoader3.resolve: 149.104 (2) load_resource: 158.129 -->