CINXE.COM
BBC Weather - London
<!DOCTYPE html> <html lang="en"> <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("http://www.bbc.com:80/weather/2643743","20180213220226","https://web.archive.org/","web","https://web-static.archive.org/_static/", "1518559346"); </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 --> <!-- Barlesque 3.21.31 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/> <meta name="description" content="Hourly weather for London with a 5 to 10 day forecast, giving a look further ahead."/> <meta name="keywords" content="BBC, Weather"/> <title>BBC Weather - London</title> <link rel="copyright" href="https://web.archive.org/web/20180213220226/http://www.bbc.co.uk/terms/" title="Terms of Use"/> <link rel="icon" href="https://web.archive.org/web/20180213220226im_/http://www.bbc.co.uk/favicon.ico" type="image/x-icon"/> <meta name="viewport" content="width = 996"/> <meta property="fb:admins" content="100004154058350"/> <script type="text/javascript">window.bbcredirection={geo:true,device:true}</script><script type="text/javascript">window.orb = window.orb || {};</script> <script type="text/javascript">/*<![CDATA[*/ (function(){window.orb={};window.orb.figState={ad:0,ap:0,ck:1,eu:1,mb:0,tb:0,uk:1,df:1};window.orb.fig=function(a){return(arguments.length)?window.orb.figState[a]:window.orb.figState};window.orb.fig.device={};window.orb.fig.geo={};window.orb.fig.user={};window.orb.fig.isDefault=function(){return window.orb.fig("df")};window.orb.fig.device.isTablet=function(){return window.orb.fig("tb")};window.orb.fig.device.isMobile=function(){return window.orb.fig("mb")};window.orb.fig.geo.isUK=function(){return window.orb.fig("uk")};window.orb.fig.geo.isEU=function(){return window.orb.fig("eu")};window.fig=window.fig||{};window.fig.manager={include:function(e){e=e||window;var g=false;var j=e.document,k=j.cookie,i=k.match(/(?:^|; ?)ckns_orb_fig=([^;]+)/),h;if(i){i=this.deserialise(decodeURIComponent(RegExp.$1));this.setFig(e,i)}if(window.fig.async&&typeof JSON!="undefined"){var b=(document.cookie.match("(^|; )ckns_orb_cachedfig=([^;]*)")||0)[2];h=b?JSON.parse(b):null;if(h){this.setFig(e,h);g=true}}var a="https://web.archive.org/web/20180213220226/https://fig.bbc.co.uk/frameworks/fig/1/fig.js";if(g){j.write('<script src="'+a+'" async><'+"/script>")}else{j.write('<script src="'+a+'"><'+"/script>")}},confirm:function(a){return true},setFig:function(a,b){(function(){a.orb=a.orb||{};a.orb.figState=b})()},deserialise:function(b){var a={};b.replace(/([a-z]{2}):([0-9]+)/g,function(){a[RegExp.$1]=+RegExp.$2});return a}}})();fig.manager.include();/*]]>*/</script> <script type="text/javascript"> fig.manager.confirm(); </script> <link rel="stylesheet" type="text/css" href="https://web.archive.org/web/20180213220226cs_/http://static.bbci.co.uk/frameworks/barlesque/3.21.31/desktop/3.5/style/main.css"/> <link rel="stylesheet" type="text/css" href="https://web.archive.org/web/20180213220226cs_/http://static.bbci.co.uk/locator/weather/0.19.0/style/locator-weather.css"/> <link rel="stylesheet" type="text/css" href="https://web.archive.org/web/20180213220226cs_/http://static.bbci.co.uk/locator/0.120.0/style/locator.css"/> <script type="text/javascript">/*<![CDATA[*/ (function(undefined){if(!window.bbc){window.bbc={}}var ROLLING_PERIOD_DAYS=30;window.bbc.Mandolin=function(id,segments,opts){var now=new Date().getTime(),storedItem,DEFAULT_START=now,DEFAULT_RATE=1,COOKIE_NAME="ckpf_mandolin";opts=opts||{};this._id=id;this._segmentSet=segments;this._store=new window.window.bbc.Mandolin.Storage(COOKIE_NAME);this._opts=opts;this._rate=(opts.rate!==undefined)?+opts.rate:DEFAULT_RATE;this._startTs=(opts.start!==undefined)?new Date(opts.start).getTime():new Date(DEFAULT_START).getTime();this._endTs=(opts.end!==undefined)?new Date(opts.end).getTime():daysFromNow(ROLLING_PERIOD_DAYS);this._signupEndTs=(opts.signupEnd!==undefined)?new Date(opts.signupEnd).getTime():this._endTs;this._segment=null;if(typeof id!=="string"){throw new Error("Invalid Argument: id must be defined and be a string")}if(Object.prototype.toString.call(segments)!=="[object Array]"){throw new Error("Invalid Argument: Segments are required.")}if(opts.rate!==undefined&&(opts.rate<0||opts.rate>1)){throw new Error("Invalid Argument: Rate must be between 0 and 1.")}if(this._startTs>this._endTs){throw new Error("Invalid Argument: end date must occur after start date.")}if(!(this._startTs<this._signupEndTs&&this._signupEndTs<=this._endTs)){throw new Error("Invalid Argument: SignupEnd must be between start and end date")}removeExpired.call(this,now);var overrides=window.bbccookies.get().match(/ckns_mandolin_setSegments=([^;]+)/);if(overrides!==null){eval("overrides = "+decodeURIComponent(RegExp.$1)+";");if(overrides[this._id]&&this._segmentSet.indexOf(overrides[this._id])==-1){throw new Error("Invalid Override: overridden segment should exist in segments array")}}if(overrides!==null&&overrides[this._id]){this._segment=overrides[this._id]}else{if((storedItem=this._store.getItem(this._id))){this._segment=storedItem.segment}else{if(this._startTs<=now&&now<this._signupEndTs&&now<=this._endTs&&this._store.isEnabled()===true){this._segment=pick(segments,this._rate);if(opts.end===undefined){this._store.setItem(this._id,{segment:this._segment})}else{this._store.setItem(this._id,{segment:this._segment,end:this._endTs})}log.call(this,"mandolin_segment")}}}log.call(this,"mandolin_view")};window.bbc.Mandolin.prototype.getSegment=function(){return this._segment};function log(actionType,params){var that=this;require(["istats-1"],function(istats){istats.log(actionType,that._id+":"+that._segment,params?params:{})})}function removeExpired(expires){var items=this._store.getItems(),expiresInt=+expires;for(var key in items){if(items[key].end!==undefined&&+items[key].end<expiresInt){this._store.removeItem(key)}}}function getLastExpirationDate(data){var winner=0,rollingExpire=daysFromNow(ROLLING_PERIOD_DAYS);for(var key in data){if(data[key].end===undefined&&rollingExpire>winner){winner=rollingExpire}else{if(+data[key].end>winner){winner=+data[key].end}}}return(winner)?new Date(winner):new Date(rollingExpire)}window.bbc.Mandolin.prototype.log=function(params){log.call(this,"mandolin_log",params)};window.bbc.Mandolin.prototype.convert=function(params){log.call(this,"mandolin_convert",params);this.convert=function(){}};function daysFromNow(n){var endDate;endDate=new Date().getTime()+(n*60*60*24)*1000;return endDate}function pick(segments,rate){var picked,min=0,max=segments.length-1;if(typeof rate==="number"&&Math.random()>rate){return null}do{picked=Math.floor(Math.random()*(max-min+1))+min}while(picked>max);return segments[picked]}window.bbc.Mandolin.Storage=function(name){validateCookieName(name);this._cookieName=name;this._isEnabled=(bbccookies.isAllowed(this._cookieName)===true&&bbccookies.cookiesEnabled()===true)};window.bbc.Mandolin.Storage.prototype.setItem=function(key,value){var storeData=this.getItems();storeData[key]=value;this.save(storeData);return value};window.bbc.Mandolin.Storage.prototype.isEnabled=function(){return this._isEnabled};window.bbc.Mandolin.Storage.prototype.getItem=function(key){var storeData=this.getItems();return storeData[key]};window.bbc.Mandolin.Storage.prototype.removeItem=function(key){var storeData=this.getItems();delete storeData[key];this.save(storeData)};window.bbc.Mandolin.Storage.prototype.getItems=function(){return deserialise(this.readCookie(this._cookieName)||"")};window.bbc.Mandolin.Storage.prototype.save=function(data){window.bbccookies.set(this._cookieName+"="+encodeURIComponent(serialise(data))+"; expires="+getLastExpirationDate(data).toUTCString()+";")};window.bbc.Mandolin.Storage.prototype.readCookie=function(name){var nameEq=name+"=",ca=window.bbccookies.get().split("; "),i,c;validateCookieName(name);for(i=0;i<ca.length;i++){c=ca[i];if(c.indexOf(nameEq)===0){return decodeURIComponent(c.substring(nameEq.length,c.length))}}return null};function serialise(o){var str="";for(var p in o){if(o.hasOwnProperty(p)){str+='"'+p+'"'+":"+(typeof o[p]==="object"?(o[p]===null?"null":"{"+serialise(o[p])+"}"):'"'+o[p].toString()+'"')+","}}return str.replace(/,\}/g,"}").replace(/,$/g,"")}function deserialise(str){var o;str="{"+str+"}";if(!validateSerialisation(str)){throw"Invalid input provided for deserialisation."}eval("o = "+str);return o}var validateSerialisation=(function(){var OBJECT_TOKEN="<Object>",ESCAPED_CHAR='"\\n\\r\\u2028\\u2029\\u000A\\u000D\\u005C',ALLOWED_CHAR="([^"+ESCAPED_CHAR+"]|\\\\["+ESCAPED_CHAR+"])",KEY='"'+ALLOWED_CHAR+'+"',VALUE='(null|"'+ALLOWED_CHAR+'*"|'+OBJECT_TOKEN+")",KEY_VALUE=KEY+":"+VALUE,KEY_VALUE_SEQUENCE="("+KEY_VALUE+",)*"+KEY_VALUE,OBJECT_LITERAL="({}|{"+KEY_VALUE_SEQUENCE+"})",objectPattern=new RegExp(OBJECT_LITERAL,"g");return function(str){if(str.indexOf(OBJECT_TOKEN)!==-1){return false}while(str.match(objectPattern)){str=str.replace(objectPattern,OBJECT_TOKEN)}return str===OBJECT_TOKEN}})();function validateCookieName(name){if(name.match(/ ,;/)){throw"Illegal name provided, must be valid in browser cookie."}}})(); /*]]>*/</script> <script type="text/javascript">/*<![CDATA[*/ if (typeof bbccookies_flag === 'undefined') { bbccookies_flag = 'ON'; } showCTA_flag = false; cta_enabled = (showCTA_flag && (bbccookies_flag === 'ON')); (function(){var m="ckns_policy",q="Thu, 01 Jan 1970 00:00:00 GMT",i={ads:true,personalisation:true,performance:true,necessary:true};function c(u){if(c.cache[u]){return c.cache[u]}var t=u.split("/"),v=[""];do{v.unshift((t.join("/")||"/"));t.pop()}while(v[0]!=="/");c.cache[u]=v;return v}c.cache={};function a(u){if(a.cache[u]){return a.cache[u]}var v=u.split("."),t=[];while(v.length&&"|co.uk|com|".indexOf("|"+v.join(".")+"|")===-1){if(v.length){t.push(v.join("."))}v.shift()}c.cache[u]=t;return t}a.cache={};function s(t,y,u){var E=[""].concat(a(window.location.hostname)),B=c(window.location.pathname),D="",w,C;for(var x=0,A=E.length;x<A;x++){w=E[x];for(var v=0,z=B.length;v<z;v++){C=B[v];D=t+"="+y+";"+(w?"domain="+w+";":"")+(C?"path="+C+";":"")+(u?"expires="+u+";":"");bbccookies.set(D,true)}}}window.bbccookies={POLICY_REFRESH_DATE_MILLIS:new Date(2015,4,21,0,0,0,0).getTime(),POLICY_EXPIRY_COOKIENAME:"ckns_policy_exp",_setEverywhere:s,cookiesEnabled:function(){var t="ckns_testcookie"+Math.floor(Math.random()*100000);this.set(t+"=1");if(this.get().indexOf(t)>-1){e(t);return true}return false},get:function(){return document.cookie},getCrumb:function(t){if(!t){return null}return decodeURIComponent(document.cookie.replace(new RegExp("(?:(?:^|.*;)\\s*"+encodeURIComponent(t).replace(/[\-\.\+\*]/g,"\\$&")+"\\s*\\=\\s*([^;]*).*$)|^.*$"),"$1"))||null},policyRequiresRefresh:function(){var u=new Date();u.setHours(0);u.setMinutes(0);u.setSeconds(0);u.setMilliseconds(0);if(bbccookies.POLICY_REFRESH_DATE_MILLIS<=u.getTime()){var t=bbccookies.getCrumb(bbccookies.POLICY_EXPIRY_COOKIENAME);if(t){t=new Date(parseInt(t));t.setYear(t.getFullYear()-1);return bbccookies.POLICY_REFRESH_DATE_MILLIS>=t.getTime()}else{return true}}else{return false}},_setPolicy:function(t){return f.apply(this,arguments)},readPolicy:function(){return l.apply(this,arguments)},_deletePolicy:function(){s(m,"",q)},_isConfirmed:function(){return n()!==null},_acceptsAll:function(){var t=l();return t&&!(j(t).indexOf("0")>-1)},_getCookieName:function(){return b.apply(this,arguments)},_showPrompt:function(){var t=((!this._isConfirmed()||this.policyRequiresRefresh())&&window.cta_enabled&&this.cookiesEnabled()&&!window.bbccookies_disable);return(window.orb&&window.orb.fig)?t&&(window.orb.fig("no")||window.orb.fig("ck")):t},_getPolicy:this.readPolicy};function b(u){var t=(""+u).match(/^([^=]+)(?==)/);return(t&&t.length?t[0]:"")}function j(t){return""+(t.ads?1:0)+(t.personalisation?1:0)+(t.performance?1:0)}function f(x){if(typeof x==="undefined"){x=i}if(typeof arguments[0]==="string"){var u=arguments[0],w=arguments[1];if(u==="necessary"){w=true}x=l();x[u]=w}else{if(typeof arguments[0]==="object"){x.necessary=true}}var v=new Date();v.setYear(v.getFullYear()+1);bbccookies.set(m+"="+j(x)+";domain=bbc.co.uk;path=/;expires="+v.toUTCString()+";");bbccookies.set(m+"="+j(x)+";domain=bbc.com;path=/;expires="+v.toUTCString()+";");bbccookies.set(m+"="+j(x)+";domain=bbci.co.uk;path=/;expires="+v.toUTCString()+";");var t=new Date(v.getTime());t.setMonth(t.getMonth()+1);bbccookies.set(bbccookies.POLICY_EXPIRY_COOKIENAME+"="+v.getTime()+";domain=bbc.co.uk;path=/;expires="+t.toUTCString()+";");bbccookies.set(bbccookies.POLICY_EXPIRY_COOKIENAME+"="+v.getTime()+";domain=bbc.com;path=/;expires="+t.toUTCString()+";");bbccookies.set(bbccookies.POLICY_EXPIRY_COOKIENAME+"="+v.getTime()+";domain=bbci.co.uk;path=/;expires="+t.toUTCString()+";");return x}function o(t){if(t===null){return null}var u=t.split("");return{ads:!!+u[0],personalisation:!!+u[1],performance:!!+u[2],necessary:true}}function n(){var t=new RegExp("(?:^|; ?)"+m+"=(\\d\\d\\d)($|;)"),u=document.cookie.match(t);if(!u){return null}return u[1]}function l(t){var u=o(n());if(!u){u=i}if(t){return u[t]}else{return u}}function e(t){return document.cookie=t+"=;expires="+q+";"}var g=!(window.bbccookies_flag==="ON"&&!bbccookies._acceptsAll()&&!window.bbccookies_disable);var k={},d={"personalisation":"ckps_.+|X-AB-iplayer-.+|ACTVTYMKR|BBC_EXAMPLE_COOKIE|BBCIplayer|BBCiPlayerM|BBCIplayerSession|BBCMediaselector|BBCPostcoder|bbctravel|CGISESSID|ed|food-view|forceDesktop|h4|IMRID|locserv|MyLang|myloc|NTABS|ttduserPrefs|V5|WEATHER|BBCScienceDiscoveryPlaylist_.+|bitratePref|correctAnswerCount|genreCookie|highestQuestionScore|incorrectAnswerCount|longestStreak|MSCSProfile|programmes-oap-expanded|quickestAnswer|score|servicePanel|slowestAnswer|totalTimeForAllFormatted|v|BBCwords|score|correctAnswerCount|highestQuestionScore|hploc|BGUID|BBCWEACITY|mstouch|myway|BBCNewsCustomisation|cbbc_anim|cbeebies_snd|bbcsr_usersx|cbeebies_rd|BBC-Latest_Blogs|zh-enc|pref_loc|m|bbcEmp.+|recs-.+|_lvd2|_lvs2|tick|_fcap_CAM1|_rcc2","performance":"ckpf_.+|optimizely.*|BBCLiveStatsClick|id|_em_.+|cookies_enabled|mbox|mbox-admin|mc_.+|omniture_unique|s_.+|sc_.+|adpolicyAdDisplayFrequency|s1|ns_session|ns_cookietest|ns_ux|NO-SA|tr_pr1|gvsurvey|bbcsurvey|si_v|sa_labels|obuid|mm_.+|mmid|mmcore.+|mmpa.+","ads":"ckad_.+|rsi_segs|c","necessary":"ckns_.+|BBC-UID|blq\\.dPref|SSO2-UID|BBC-H2-User|rmRpDetectReal|bbcComSurvey|IDENTITY_ENV|IDENTITY|IDENTITY-HTTPS|IDENTITY_SESSION|BBCCOMMENTSMODULESESSID|bbcBump.+|IVOTE_VOTE_HISTORY|pulse|BBCPG|BBCPGstat|ecos\\.dt"};function r(){var x=document.cookie.replace(/; +/g,";").split(";"),u,v=[];for(var w=0,t=x.length;w<t;w++){u=x[w];v.push(bbccookies._getCookieName(u))}return v}function h(w){var v=JSON.stringify(w);if(typeof(k[v])!=="undefined"){return k[v]}var u="";for(var t in w){if(w.hasOwnProperty(t)&&d[t]){if(w[t]===true){u+=(u?"|":"")+d[t]}}}k[v]=new RegExp("^("+(u?u:".*")+")$","i");return k[v]}bbccookies.getPolicyExpiryDateTime=function(){return bbccookies.POLICY_EXPIRY_COOKIENAME};bbccookies.purge=function(){var u=bbccookies.readPolicy(),w=r(),x;for(var v=0,t=w.length;v<t;v++){if(!bbccookies.isAllowed(w[v],u)){x=new Date();x.setTime(0);x=x.toUTCString();s(w[v],"deleted",x)}}};function p(){if(g){return}bbccookies.purge();contentLoaded(window,bbccookies.purge);if(window.addEventListener){window.addEventListener("beforeunload",bbccookies.purge,false)}else{if(window.attachEvent){window.attachEvent("onbeforeunload",bbccookies.purge)}else{window.onbeforeunload=bbccookies.purge}}}bbccookies.set=function(u,t){if(g){return document.cookie=u}var v=bbccookies._getCookieName(u);if(t||bbccookies.isAllowed(v)){return document.cookie=u}return null};bbccookies.isAllowed=function(v){var u=bbccookies.readPolicy();var t=h(u);return t.test(v)};p()})(); /*! * contentloaded.js * * Author: Diego Perini (diego.perini at gmail.com) * Summary: cross-browser wrapper for DOMContentLoaded * Updated: 20101020 * License: MIT * Version: 1.2 * * URL: * http://javascript.nwbox.com/ContentLoaded/ * http://javascript.nwbox.com/ContentLoaded/MIT-LICENSE * */ function contentLoaded(d,i){var c=false,h=true,k=d.document,j=k.documentElement,a=k.addEventListener,n=a?"addEventListener":"attachEvent",l=a?"removeEventListener":"detachEvent",b=a?"":"on",m=function(o){if(o.type==="readystatechange"&&k.readyState!="complete"){return}(o.type==="load"?d:k)[l](b+o.type,m,false);if(!c&&(c=true)){i.call(d,o.type||o)}},g=function(){try{j.doScroll("left")}catch(o){setTimeout(g,50);return}m("poll")};if(k.readyState==="complete"){i.call(d,"lazy")}else{if(!a&&j.doScroll){try{h=!d.frameElement}catch(f){}if(h){g()}}k[n](b+"DOMContentLoaded",m,false);k[n](b+"readystatechange",m,false);d[n](b+"load",m,false)}}if(typeof(require)==="function"&&!require.defined("orb/cookies")){define("orb/cookies",function(){return window.bbccookies})}; /*]]>*/</script> <script type="text/javascript"> if (! window.gloader) { window.gloader = [ "glow", {map: "https://web.archive.org/web/20180213220226/http://node1.bbcimg.co.uk/glow/glow/map.1.7.7.js"}]; } </script> <script type="text/javascript" src="https://web.archive.org/web/20180213220226js_/http://node1.bbcimg.co.uk/glow/gloader.0.1.6.js"></script> <!--orb.ws.require.lib--> <script class="js-require-lib" src="https://web.archive.org/web/20180213220226js_/http://static.bbci.co.uk/frameworks/requirejs/lib.js"></script> <script type="text/javascript"> bbcRequireMap = {"jquery-1":"https://web.archive.org/web/20180213220226/http://static.bbci.co.uk/frameworks/jquery/0.4.1/sharedmodules/jquery-1.7.2", "jquery-1.4":"https://web.archive.org/web/20180213220226/http://static.bbci.co.uk/frameworks/jquery/0.4.1/sharedmodules/jquery-1.4", "jquery-1.9":"https://web.archive.org/web/20180213220226/http://static.bbci.co.uk/frameworks/jquery/0.4.1/sharedmodules/jquery-1.9.1", "jquery-1.12":"https://web.archive.org/web/20180213220226/http://static.bbci.co.uk/frameworks/jquery/0.4.1/sharedmodules/jquery-1.12.0.min", "jquery-2.2":"https://web.archive.org/web/20180213220226/http://static.bbci.co.uk/frameworks/jquery/0.4.1/sharedmodules/jquery-2.2.0.min", "istats-1":"//web.archive.org/web/20180213220226/http://nav.files.bbci.co.uk/nav-analytics/0.1.0-43/js/istats-1", "swfobject-2":"https://web.archive.org/web/20180213220226/http://static.bbci.co.uk/frameworks/swfobject/0.1.10/sharedmodules/swfobject-2", "demi-1":"https://web.archive.org/web/20180213220226/http://static.bbci.co.uk/frameworks/demi/0.10.1/sharedmodules/demi-1", "gelui-1":"https://web.archive.org/web/20180213220226/http://static.bbci.co.uk/frameworks/gelui/0.9.13/sharedmodules/gelui-1", "cssp!gelui-1/overlay":"https://web.archive.org/web/20180213220226/http://static.bbci.co.uk/frameworks/gelui/0.9.13/sharedmodules/gelui-1/overlay.css", "relay-1":"https://web.archive.org/web/20180213220226/http://static.bbci.co.uk/frameworks/relay/0.2.6/sharedmodules/relay-1", "clock-1":"https://web.archive.org/web/20180213220226/http://static.bbci.co.uk/frameworks/clock/0.1.9/sharedmodules/clock-1", "canvas-clock-1":"https://web.archive.org/web/20180213220226/http://static.bbci.co.uk/frameworks/clock/0.1.9/sharedmodules/canvas-clock-1", "cssp!clock-1":"https://web.archive.org/web/20180213220226/http://static.bbci.co.uk/frameworks/clock/0.1.9/sharedmodules/clock-1.css", "jssignals-1":"https://web.archive.org/web/20180213220226/http://static.bbci.co.uk/frameworks/jssignals/0.3.6/modules/jssignals-1", "jcarousel-1":"https://web.archive.org/web/20180213220226/http://static.bbci.co.uk/frameworks/jcarousel/0.1.10/modules/jcarousel-1", "bump-3":"//web.archive.org/web/20180213220226/http://emp.bbci.co.uk/emp/bump-3/bump-3", "components/average-conditions":"https://web.archive.org/web/20180213220226/http://static.bbci.co.uk/weather/0.5.4517/modules/components/average-conditions", "components/average-conditions/chart-config":"https://web.archive.org/web/20180213220226/http://static.bbci.co.uk/weather/0.5.4517/modules/components/average-conditions/chart-config", "components/average-conditions/chart-legend":"https://web.archive.org/web/20180213220226/http://static.bbci.co.uk/weather/0.5.4517/modules/components/average-conditions/chart-legend", "components/average-conditions/chart-theme":"https://web.archive.org/web/20180213220226/http://static.bbci.co.uk/weather/0.5.4517/modules/components/average-conditions/chart-theme", "components/average-conditions/chart":"https://web.archive.org/web/20180213220226/http://static.bbci.co.uk/weather/0.5.4517/modules/components/average-conditions/chart", "components/average-conditions/table-parser":"https://web.archive.org/web/20180213220226/http://static.bbci.co.uk/weather/0.5.4517/modules/components/average-conditions/table-parser", "components/average-conditions/tabs":"https://web.archive.org/web/20180213220226/http://static.bbci.co.uk/weather/0.5.4517/modules/components/average-conditions/tabs", "components/coast-sea/coastal-sections":"https://web.archive.org/web/20180213220226/http://static.bbci.co.uk/weather/0.5.4517/modules/components/coast-sea/coastal-sections", "components/coast-sea/list-with-warnings":"https://web.archive.org/web/20180213220226/http://static.bbci.co.uk/weather/0.5.4517/modules/components/coast-sea/list-with-warnings", "components/coast-sea/tide-graph-config":"https://web.archive.org/web/20180213220226/http://static.bbci.co.uk/weather/0.5.4517/modules/components/coast-sea/tide-graph-config", "components/coast-sea/tide-graph":"https://web.archive.org/web/20180213220226/http://static.bbci.co.uk/weather/0.5.4517/modules/components/coast-sea/tide-graph", "components/coast-sea/tide-tables":"https://web.archive.org/web/20180213220226/http://static.bbci.co.uk/weather/0.5.4517/modules/components/coast-sea/tide-tables", "components/contact-us":"https://web.archive.org/web/20180213220226/http://static.bbci.co.uk/weather/0.5.4517/modules/components/contact-us", "components/dotcom-travel":"https://web.archive.org/web/20180213220226/http://static.bbci.co.uk/weather/0.5.4517/modules/components/dotcom-travel", "components/forecast-carousel":"https://web.archive.org/web/20180213220226/http://static.bbci.co.uk/weather/0.5.4517/modules/components/forecast-carousel", "components/forecast-details":"https://web.archive.org/web/20180213220226/http://static.bbci.co.uk/weather/0.5.4517/modules/components/forecast-details", "components/forecast-details/loupe":"https://web.archive.org/web/20180213220226/http://static.bbci.co.uk/weather/0.5.4517/modules/components/forecast-details/loupe", "components/forecast-summary":"https://web.archive.org/web/20180213220226/http://static.bbci.co.uk/weather/0.5.4517/modules/components/forecast-summary", "components/forecast-videos-morph":"https://web.archive.org/web/20180213220226/http://static.bbci.co.uk/weather/0.5.4517/modules/components/forecast-videos-morph", "components/forecast-videos":"https://web.archive.org/web/20180213220226/http://static.bbci.co.uk/weather/0.5.4517/modules/components/forecast-videos", "components/istats-tracking":"https://web.archive.org/web/20180213220226/http://static.bbci.co.uk/weather/0.5.4517/modules/components/istats-tracking", "components/maps":"https://web.archive.org/web/20180213220226/http://static.bbci.co.uk/weather/0.5.4517/modules/components/maps", "components/maps/OpenLayers/Layer/ForecastMarkers":"https://web.archive.org/web/20180213220226/http://static.bbci.co.uk/weather/0.5.4517/modules/components/maps/OpenLayers/Layer/ForecastMarkers", "components/maps/OpenLayers/Layer/Weather":"https://web.archive.org/web/20180213220226/http://static.bbci.co.uk/weather/0.5.4517/modules/components/maps/OpenLayers/Layer/Weather", "components/maps/OpenLayers/PinPoints/Forecast":"https://web.archive.org/web/20180213220226/http://static.bbci.co.uk/weather/0.5.4517/modules/components/maps/OpenLayers/PinPoints/Forecast", "components/maps/OpenLayers/PinPoints/Location":"https://web.archive.org/web/20180213220226/http://static.bbci.co.uk/weather/0.5.4517/modules/components/maps/OpenLayers/PinPoints/Location", "components/maps/Providers/Weather":"https://web.archive.org/web/20180213220226/http://static.bbci.co.uk/weather/0.5.4517/modules/components/maps/Providers/Weather", "components/maps/forecastmap/DataLoader":"https://web.archive.org/web/20180213220226/http://static.bbci.co.uk/weather/0.5.4517/modules/components/maps/forecastmap/DataLoader", "components/maps/forecastmap/Draggable":"https://web.archive.org/web/20180213220226/http://static.bbci.co.uk/weather/0.5.4517/modules/components/maps/forecastmap/Draggable", "components/maps/forecastmap/ForecastLayerManager":"https://web.archive.org/web/20180213220226/http://static.bbci.co.uk/weather/0.5.4517/modules/components/maps/forecastmap/ForecastLayerManager", "components/maps/forecastmap/ForecastMapController":"https://web.archive.org/web/20180213220226/http://static.bbci.co.uk/weather/0.5.4517/modules/components/maps/forecastmap/ForecastMapController", "components/maps/forecastmap/ForecastMapModel":"https://web.archive.org/web/20180213220226/http://static.bbci.co.uk/weather/0.5.4517/modules/components/maps/forecastmap/ForecastMapModel", "components/maps/forecastmap/ForecastMapView":"https://web.archive.org/web/20180213220226/http://static.bbci.co.uk/weather/0.5.4517/modules/components/maps/forecastmap/ForecastMapView", "components/maps/forecastmap/GenericTree":"https://web.archive.org/web/20180213220226/http://static.bbci.co.uk/weather/0.5.4517/modules/components/maps/forecastmap/GenericTree", "components/maps/forecastmap/KeyFocusHandler":"https://web.archive.org/web/20180213220226/http://static.bbci.co.uk/weather/0.5.4517/modules/components/maps/forecastmap/KeyFocusHandler", "components/maps/forecastmap/PressureMapController":"https://web.archive.org/web/20180213220226/http://static.bbci.co.uk/weather/0.5.4517/modules/components/maps/forecastmap/PressureMapController", "components/maps/forecastmap/PressureMapModel":"https://web.archive.org/web/20180213220226/http://static.bbci.co.uk/weather/0.5.4517/modules/components/maps/forecastmap/PressureMapModel", "components/maps/forecastmap/PressureMapView":"https://web.archive.org/web/20180213220226/http://static.bbci.co.uk/weather/0.5.4517/modules/components/maps/forecastmap/PressureMapView", "components/maps/forecastmap/TemporalNavLabel":"https://web.archive.org/web/20180213220226/http://static.bbci.co.uk/weather/0.5.4517/modules/components/maps/forecastmap/TemporalNavLabel", "components/maps/forecastmap/TemporalNavView":"https://web.archive.org/web/20180213220226/http://static.bbci.co.uk/weather/0.5.4517/modules/components/maps/forecastmap/TemporalNavView", "components/my-favourites":"https://web.archive.org/web/20180213220226/http://static.bbci.co.uk/weather/0.5.4517/modules/components/my-favourites", "components/promo":"https://web.archive.org/web/20180213220226/http://static.bbci.co.uk/weather/0.5.4517/modules/components/promo", "components/rss-panel":"https://web.archive.org/web/20180213220226/http://static.bbci.co.uk/weather/0.5.4517/modules/components/rss-panel", "components/settings-panel":"https://web.archive.org/web/20180213220226/http://static.bbci.co.uk/weather/0.5.4517/modules/components/settings-panel", "components/spec/forecast-videos-spec.html":"https://web.archive.org/web/20180213220226/http://static.bbci.co.uk/weather/0.5.4517/modules/components/spec/forecast-videos-spec.html", "components/spec/forecast-videos-spec":"https://web.archive.org/web/20180213220226/http://static.bbci.co.uk/weather/0.5.4517/modules/components/spec/forecast-videos-spec", "components/spec/promo-spec.html":"https://web.archive.org/web/20180213220226/http://static.bbci.co.uk/weather/0.5.4517/modules/components/spec/promo-spec.html", "components/spec/promo-spec":"https://web.archive.org/web/20180213220226/http://static.bbci.co.uk/weather/0.5.4517/modules/components/spec/promo-spec", "components/tabbed-forecast":"https://web.archive.org/web/20180213220226/http://static.bbci.co.uk/weather/0.5.4517/modules/components/tabbed-forecast", "components/unit-switching":"https://web.archive.org/web/20180213220226/http://static.bbci.co.uk/weather/0.5.4517/modules/components/unit-switching", "components/warnings":"https://web.archive.org/web/20180213220226/http://static.bbci.co.uk/weather/0.5.4517/modules/components/warnings", "components/welcome":"https://web.archive.org/web/20180213220226/http://static.bbci.co.uk/weather/0.5.4517/modules/components/welcome", "domReady":"https://web.archive.org/web/20180213220226/http://static.bbci.co.uk/weather/0.5.4517/modules/domReady", "i18n":"https://web.archive.org/web/20180213220226/http://static.bbci.co.uk/weather/0.5.4517/modules/i18n", "jqueryui/accordion":"https://web.archive.org/web/20180213220226/http://static.bbci.co.uk/weather/0.5.4517/modules/jqueryui/accordion", "jqueryui/autocomplete":"https://web.archive.org/web/20180213220226/http://static.bbci.co.uk/weather/0.5.4517/modules/jqueryui/autocomplete", "jqueryui/button":"https://web.archive.org/web/20180213220226/http://static.bbci.co.uk/weather/0.5.4517/modules/jqueryui/button", "jqueryui/core":"https://web.archive.org/web/20180213220226/http://static.bbci.co.uk/weather/0.5.4517/modules/jqueryui/core", "jqueryui/datepicker-af":"https://web.archive.org/web/20180213220226/http://static.bbci.co.uk/weather/0.5.4517/modules/jqueryui/datepicker-af", "jqueryui/datepicker-ar-DZ":"https://web.archive.org/web/20180213220226/http://static.bbci.co.uk/weather/0.5.4517/modules/jqueryui/datepicker-ar-DZ", "jqueryui/datepicker-ar":"https://web.archive.org/web/20180213220226/http://static.bbci.co.uk/weather/0.5.4517/modules/jqueryui/datepicker-ar", "jqueryui/datepicker-az":"https://web.archive.org/web/20180213220226/http://static.bbci.co.uk/weather/0.5.4517/modules/jqueryui/datepicker-az", "jqueryui/datepicker-be":"https://web.archive.org/web/20180213220226/http://static.bbci.co.uk/weather/0.5.4517/modules/jqueryui/datepicker-be", "jqueryui/datepicker-bg":"https://web.archive.org/web/20180213220226/http://static.bbci.co.uk/weather/0.5.4517/modules/jqueryui/datepicker-bg", "jqueryui/datepicker-bs":"https://web.archive.org/web/20180213220226/http://static.bbci.co.uk/weather/0.5.4517/modules/jqueryui/datepicker-bs", "jqueryui/datepicker-ca":"https://web.archive.org/web/20180213220226/http://static.bbci.co.uk/weather/0.5.4517/modules/jqueryui/datepicker-ca", "jqueryui/datepicker-cs":"https://web.archive.org/web/20180213220226/http://static.bbci.co.uk/weather/0.5.4517/modules/jqueryui/datepicker-cs", "jqueryui/datepicker-cy-GB":"https://web.archive.org/web/20180213220226/http://static.bbci.co.uk/weather/0.5.4517/modules/jqueryui/datepicker-cy-GB", "jqueryui/datepicker-da":"https://web.archive.org/web/20180213220226/http://static.bbci.co.uk/weather/0.5.4517/modules/jqueryui/datepicker-da", "jqueryui/datepicker-de":"https://web.archive.org/web/20180213220226/http://static.bbci.co.uk/weather/0.5.4517/modules/jqueryui/datepicker-de", "jqueryui/datepicker-el":"https://web.archive.org/web/20180213220226/http://static.bbci.co.uk/weather/0.5.4517/modules/jqueryui/datepicker-el", "jqueryui/datepicker-en-AU":"https://web.archive.org/web/20180213220226/http://static.bbci.co.uk/weather/0.5.4517/modules/jqueryui/datepicker-en-AU", "jqueryui/datepicker-en-GB":"https://web.archive.org/web/20180213220226/http://static.bbci.co.uk/weather/0.5.4517/modules/jqueryui/datepicker-en-GB", "jqueryui/datepicker-en-NZ":"https://web.archive.org/web/20180213220226/http://static.bbci.co.uk/weather/0.5.4517/modules/jqueryui/datepicker-en-NZ", "jqueryui/datepicker-eo":"https://web.archive.org/web/20180213220226/http://static.bbci.co.uk/weather/0.5.4517/modules/jqueryui/datepicker-eo", "jqueryui/datepicker-es":"https://web.archive.org/web/20180213220226/http://static.bbci.co.uk/weather/0.5.4517/modules/jqueryui/datepicker-es", "jqueryui/datepicker-et":"https://web.archive.org/web/20180213220226/http://static.bbci.co.uk/weather/0.5.4517/modules/jqueryui/datepicker-et", "jqueryui/datepicker-eu":"https://web.archive.org/web/20180213220226/http://static.bbci.co.uk/weather/0.5.4517/modules/jqueryui/datepicker-eu", "jqueryui/datepicker-fa":"https://web.archive.org/web/20180213220226/http://static.bbci.co.uk/weather/0.5.4517/modules/jqueryui/datepicker-fa", "jqueryui/datepicker-fi":"https://web.archive.org/web/20180213220226/http://static.bbci.co.uk/weather/0.5.4517/modules/jqueryui/datepicker-fi", "jqueryui/datepicker-fo":"https://web.archive.org/web/20180213220226/http://static.bbci.co.uk/weather/0.5.4517/modules/jqueryui/datepicker-fo", "jqueryui/datepicker-fr-CA":"https://web.archive.org/web/20180213220226/http://static.bbci.co.uk/weather/0.5.4517/modules/jqueryui/datepicker-fr-CA", "jqueryui/datepicker-fr-CH":"https://web.archive.org/web/20180213220226/http://static.bbci.co.uk/weather/0.5.4517/modules/jqueryui/datepicker-fr-CH", "jqueryui/datepicker-fr":"https://web.archive.org/web/20180213220226/http://static.bbci.co.uk/weather/0.5.4517/modules/jqueryui/datepicker-fr", "jqueryui/datepicker-gl":"https://web.archive.org/web/20180213220226/http://static.bbci.co.uk/weather/0.5.4517/modules/jqueryui/datepicker-gl", "jqueryui/datepicker-he":"https://web.archive.org/web/20180213220226/http://static.bbci.co.uk/weather/0.5.4517/modules/jqueryui/datepicker-he", "jqueryui/datepicker-hi":"https://web.archive.org/web/20180213220226/http://static.bbci.co.uk/weather/0.5.4517/modules/jqueryui/datepicker-hi", "jqueryui/datepicker-hr":"https://web.archive.org/web/20180213220226/http://static.bbci.co.uk/weather/0.5.4517/modules/jqueryui/datepicker-hr", "jqueryui/datepicker-hu":"https://web.archive.org/web/20180213220226/http://static.bbci.co.uk/weather/0.5.4517/modules/jqueryui/datepicker-hu", "jqueryui/datepicker-hy":"https://web.archive.org/web/20180213220226/http://static.bbci.co.uk/weather/0.5.4517/modules/jqueryui/datepicker-hy", "jqueryui/datepicker-id":"https://web.archive.org/web/20180213220226/http://static.bbci.co.uk/weather/0.5.4517/modules/jqueryui/datepicker-id", "jqueryui/datepicker-is":"https://web.archive.org/web/20180213220226/http://static.bbci.co.uk/weather/0.5.4517/modules/jqueryui/datepicker-is", "jqueryui/datepicker-it":"https://web.archive.org/web/20180213220226/http://static.bbci.co.uk/weather/0.5.4517/modules/jqueryui/datepicker-it", "jqueryui/datepicker-ja":"https://web.archive.org/web/20180213220226/http://static.bbci.co.uk/weather/0.5.4517/modules/jqueryui/datepicker-ja", "jqueryui/datepicker-ka":"https://web.archive.org/web/20180213220226/http://static.bbci.co.uk/weather/0.5.4517/modules/jqueryui/datepicker-ka", "jqueryui/datepicker-kk":"https://web.archive.org/web/20180213220226/http://static.bbci.co.uk/weather/0.5.4517/modules/jqueryui/datepicker-kk", "jqueryui/datepicker-km":"https://web.archive.org/web/20180213220226/http://static.bbci.co.uk/weather/0.5.4517/modules/jqueryui/datepicker-km", "jqueryui/datepicker-ko":"https://web.archive.org/web/20180213220226/http://static.bbci.co.uk/weather/0.5.4517/modules/jqueryui/datepicker-ko", "jqueryui/datepicker-ky":"https://web.archive.org/web/20180213220226/http://static.bbci.co.uk/weather/0.5.4517/modules/jqueryui/datepicker-ky", "jqueryui/datepicker-lb":"https://web.archive.org/web/20180213220226/http://static.bbci.co.uk/weather/0.5.4517/modules/jqueryui/datepicker-lb", "jqueryui/datepicker-lt":"https://web.archive.org/web/20180213220226/http://static.bbci.co.uk/weather/0.5.4517/modules/jqueryui/datepicker-lt", "jqueryui/datepicker-lv":"https://web.archive.org/web/20180213220226/http://static.bbci.co.uk/weather/0.5.4517/modules/jqueryui/datepicker-lv", "jqueryui/datepicker-mk":"https://web.archive.org/web/20180213220226/http://static.bbci.co.uk/weather/0.5.4517/modules/jqueryui/datepicker-mk", "jqueryui/datepicker-ml":"https://web.archive.org/web/20180213220226/http://static.bbci.co.uk/weather/0.5.4517/modules/jqueryui/datepicker-ml", "jqueryui/datepicker-ms":"https://web.archive.org/web/20180213220226/http://static.bbci.co.uk/weather/0.5.4517/modules/jqueryui/datepicker-ms", "jqueryui/datepicker-nb":"https://web.archive.org/web/20180213220226/http://static.bbci.co.uk/weather/0.5.4517/modules/jqueryui/datepicker-nb", "jqueryui/datepicker-nl-BE":"https://web.archive.org/web/20180213220226/http://static.bbci.co.uk/weather/0.5.4517/modules/jqueryui/datepicker-nl-BE", "jqueryui/datepicker-nl":"https://web.archive.org/web/20180213220226/http://static.bbci.co.uk/weather/0.5.4517/modules/jqueryui/datepicker-nl", "jqueryui/datepicker-nn":"https://web.archive.org/web/20180213220226/http://static.bbci.co.uk/weather/0.5.4517/modules/jqueryui/datepicker-nn", "jqueryui/datepicker-no":"https://web.archive.org/web/20180213220226/http://static.bbci.co.uk/weather/0.5.4517/modules/jqueryui/datepicker-no", "jqueryui/datepicker-pl":"https://web.archive.org/web/20180213220226/http://static.bbci.co.uk/weather/0.5.4517/modules/jqueryui/datepicker-pl", "jqueryui/datepicker-pt-BR":"https://web.archive.org/web/20180213220226/http://static.bbci.co.uk/weather/0.5.4517/modules/jqueryui/datepicker-pt-BR", "jqueryui/datepicker-pt":"https://web.archive.org/web/20180213220226/http://static.bbci.co.uk/weather/0.5.4517/modules/jqueryui/datepicker-pt", "jqueryui/datepicker-rm":"https://web.archive.org/web/20180213220226/http://static.bbci.co.uk/weather/0.5.4517/modules/jqueryui/datepicker-rm", "jqueryui/datepicker-ro":"https://web.archive.org/web/20180213220226/http://static.bbci.co.uk/weather/0.5.4517/modules/jqueryui/datepicker-ro", "jqueryui/datepicker-ru":"https://web.archive.org/web/20180213220226/http://static.bbci.co.uk/weather/0.5.4517/modules/jqueryui/datepicker-ru", "jqueryui/datepicker-sk":"https://web.archive.org/web/20180213220226/http://static.bbci.co.uk/weather/0.5.4517/modules/jqueryui/datepicker-sk", "jqueryui/datepicker-sl":"https://web.archive.org/web/20180213220226/http://static.bbci.co.uk/weather/0.5.4517/modules/jqueryui/datepicker-sl", "jqueryui/datepicker-sq":"https://web.archive.org/web/20180213220226/http://static.bbci.co.uk/weather/0.5.4517/modules/jqueryui/datepicker-sq", "jqueryui/datepicker-sr-SR":"https://web.archive.org/web/20180213220226/http://static.bbci.co.uk/weather/0.5.4517/modules/jqueryui/datepicker-sr-SR", "jqueryui/datepicker-sr":"https://web.archive.org/web/20180213220226/http://static.bbci.co.uk/weather/0.5.4517/modules/jqueryui/datepicker-sr", "jqueryui/datepicker-sv":"https://web.archive.org/web/20180213220226/http://static.bbci.co.uk/weather/0.5.4517/modules/jqueryui/datepicker-sv", "jqueryui/datepicker-ta":"https://web.archive.org/web/20180213220226/http://static.bbci.co.uk/weather/0.5.4517/modules/jqueryui/datepicker-ta", "jqueryui/datepicker-th":"https://web.archive.org/web/20180213220226/http://static.bbci.co.uk/weather/0.5.4517/modules/jqueryui/datepicker-th", "jqueryui/datepicker-tj":"https://web.archive.org/web/20180213220226/http://static.bbci.co.uk/weather/0.5.4517/modules/jqueryui/datepicker-tj", "jqueryui/datepicker-tr":"https://web.archive.org/web/20180213220226/http://static.bbci.co.uk/weather/0.5.4517/modules/jqueryui/datepicker-tr", "jqueryui/datepicker-uk":"https://web.archive.org/web/20180213220226/http://static.bbci.co.uk/weather/0.5.4517/modules/jqueryui/datepicker-uk", "jqueryui/datepicker-vi":"https://web.archive.org/web/20180213220226/http://static.bbci.co.uk/weather/0.5.4517/modules/jqueryui/datepicker-vi", "jqueryui/datepicker-zh-CN":"https://web.archive.org/web/20180213220226/http://static.bbci.co.uk/weather/0.5.4517/modules/jqueryui/datepicker-zh-CN", "jqueryui/datepicker-zh-HK":"https://web.archive.org/web/20180213220226/http://static.bbci.co.uk/weather/0.5.4517/modules/jqueryui/datepicker-zh-HK", "jqueryui/datepicker-zh-TW":"https://web.archive.org/web/20180213220226/http://static.bbci.co.uk/weather/0.5.4517/modules/jqueryui/datepicker-zh-TW", "jqueryui/datepicker":"https://web.archive.org/web/20180213220226/http://static.bbci.co.uk/weather/0.5.4517/modules/jqueryui/datepicker", "jqueryui/dialog":"https://web.archive.org/web/20180213220226/http://static.bbci.co.uk/weather/0.5.4517/modules/jqueryui/dialog", "jqueryui/draggable":"https://web.archive.org/web/20180213220226/http://static.bbci.co.uk/weather/0.5.4517/modules/jqueryui/draggable", "jqueryui/droppable":"https://web.archive.org/web/20180213220226/http://static.bbci.co.uk/weather/0.5.4517/modules/jqueryui/droppable", "jqueryui/effect-blind":"https://web.archive.org/web/20180213220226/http://static.bbci.co.uk/weather/0.5.4517/modules/jqueryui/effect-blind", "jqueryui/effect-bounce":"https://web.archive.org/web/20180213220226/http://static.bbci.co.uk/weather/0.5.4517/modules/jqueryui/effect-bounce", "jqueryui/effect-clip":"https://web.archive.org/web/20180213220226/http://static.bbci.co.uk/weather/0.5.4517/modules/jqueryui/effect-clip", "jqueryui/effect-drop":"https://web.archive.org/web/20180213220226/http://static.bbci.co.uk/weather/0.5.4517/modules/jqueryui/effect-drop", "jqueryui/effect-explode":"https://web.archive.org/web/20180213220226/http://static.bbci.co.uk/weather/0.5.4517/modules/jqueryui/effect-explode", "jqueryui/effect-fade":"https://web.archive.org/web/20180213220226/http://static.bbci.co.uk/weather/0.5.4517/modules/jqueryui/effect-fade", "jqueryui/effect-fold":"https://web.archive.org/web/20180213220226/http://static.bbci.co.uk/weather/0.5.4517/modules/jqueryui/effect-fold", "jqueryui/effect-highlight":"https://web.archive.org/web/20180213220226/http://static.bbci.co.uk/weather/0.5.4517/modules/jqueryui/effect-highlight", "jqueryui/effect-pulsate":"https://web.archive.org/web/20180213220226/http://static.bbci.co.uk/weather/0.5.4517/modules/jqueryui/effect-pulsate", "jqueryui/effect-scale":"https://web.archive.org/web/20180213220226/http://static.bbci.co.uk/weather/0.5.4517/modules/jqueryui/effect-scale", "jqueryui/effect-shake":"https://web.archive.org/web/20180213220226/http://static.bbci.co.uk/weather/0.5.4517/modules/jqueryui/effect-shake", "jqueryui/effect-slide":"https://web.archive.org/web/20180213220226/http://static.bbci.co.uk/weather/0.5.4517/modules/jqueryui/effect-slide", "jqueryui/effect-transfer":"https://web.archive.org/web/20180213220226/http://static.bbci.co.uk/weather/0.5.4517/modules/jqueryui/effect-transfer", "jqueryui/effect":"https://web.archive.org/web/20180213220226/http://static.bbci.co.uk/weather/0.5.4517/modules/jqueryui/effect", "jqueryui/menu":"https://web.archive.org/web/20180213220226/http://static.bbci.co.uk/weather/0.5.4517/modules/jqueryui/menu", "jqueryui/mouse":"https://web.archive.org/web/20180213220226/http://static.bbci.co.uk/weather/0.5.4517/modules/jqueryui/mouse", "jqueryui/position":"https://web.archive.org/web/20180213220226/http://static.bbci.co.uk/weather/0.5.4517/modules/jqueryui/position", "jqueryui/progressbar":"https://web.archive.org/web/20180213220226/http://static.bbci.co.uk/weather/0.5.4517/modules/jqueryui/progressbar", "jqueryui/resizable":"https://web.archive.org/web/20180213220226/http://static.bbci.co.uk/weather/0.5.4517/modules/jqueryui/resizable", "jqueryui/selectable":"https://web.archive.org/web/20180213220226/http://static.bbci.co.uk/weather/0.5.4517/modules/jqueryui/selectable", "jqueryui/slider":"https://web.archive.org/web/20180213220226/http://static.bbci.co.uk/weather/0.5.4517/modules/jqueryui/slider", "jqueryui/sortable":"https://web.archive.org/web/20180213220226/http://static.bbci.co.uk/weather/0.5.4517/modules/jqueryui/sortable", "jqueryui/spinner":"https://web.archive.org/web/20180213220226/http://static.bbci.co.uk/weather/0.5.4517/modules/jqueryui/spinner", "jqueryui/tabs":"https://web.archive.org/web/20180213220226/http://static.bbci.co.uk/weather/0.5.4517/modules/jqueryui/tabs", "jqueryui/tooltip":"https://web.archive.org/web/20180213220226/http://static.bbci.co.uk/weather/0.5.4517/modules/jqueryui/tooltip", "jqueryui/widget":"https://web.archive.org/web/20180213220226/http://static.bbci.co.uk/weather/0.5.4517/modules/jqueryui/widget", "lib/highcharts":"https://web.archive.org/web/20180213220226/http://static.bbci.co.uk/weather/0.5.4517/modules/lib/highcharts", "lib/highcharts.src":"https://web.archive.org/web/20180213220226/http://static.bbci.co.uk/weather/0.5.4517/modules/lib/highcharts.src", "lib/jquery.ajax-cache-response":"https://web.archive.org/web/20180213220226/http://static.bbci.co.uk/weather/0.5.4517/modules/lib/jquery.ajax-cache-response", "lib/jquery.autogrow-textarea":"https://web.archive.org/web/20180213220226/http://static.bbci.co.uk/weather/0.5.4517/modules/lib/jquery.autogrow-textarea", "lib/jquery.jcarousel":"https://web.archive.org/web/20180213220226/http://static.bbci.co.uk/weather/0.5.4517/modules/lib/jquery.jcarousel", "lib/jquery.mockjax":"https://web.archive.org/web/20180213220226/http://static.bbci.co.uk/weather/0.5.4517/modules/lib/jquery.mockjax", "lib/jquery.scrollTo":"https://web.archive.org/web/20180213220226/http://static.bbci.co.uk/weather/0.5.4517/modules/lib/jquery.scrollTo", "lib/jquery.simplemodal":"https://web.archive.org/web/20180213220226/http://static.bbci.co.uk/weather/0.5.4517/modules/lib/jquery.simplemodal", "lib/jquery.text-overflow":"https://web.archive.org/web/20180213220226/http://static.bbci.co.uk/weather/0.5.4517/modules/lib/jquery.text-overflow", "lib/jquery.tmpl":"https://web.archive.org/web/20180213220226/http://static.bbci.co.uk/weather/0.5.4517/modules/lib/jquery.tmpl", "specs":"https://web.archive.org/web/20180213220226/http://static.bbci.co.uk/weather/0.5.4517/modules/specs", "test/fakes":"https://web.archive.org/web/20180213220226/http://static.bbci.co.uk/weather/0.5.4517/modules/test/fakes", "test/lib/json2":"https://web.archive.org/web/20180213220226/http://static.bbci.co.uk/weather/0.5.4517/modules/test/lib/json2", "test/shared":"https://web.archive.org/web/20180213220226/http://static.bbci.co.uk/weather/0.5.4517/modules/test/shared", "test/stubs/emp/config":"https://web.archive.org/web/20180213220226/http://static.bbci.co.uk/weather/0.5.4517/modules/test/stubs/emp/config", "test/stubs/emp/embedded-media":"https://web.archive.org/web/20180213220226/http://static.bbci.co.uk/weather/0.5.4517/modules/test/stubs/emp/embedded-media", "test/stubs/emp/settings":"https://web.archive.org/web/20180213220226/http://static.bbci.co.uk/weather/0.5.4517/modules/test/stubs/emp/settings", "test/stubs/util/state":"https://web.archive.org/web/20180213220226/http://static.bbci.co.uk/weather/0.5.4517/modules/test/stubs/util/state", "tests/init":"https://web.archive.org/web/20180213220226/http://static.bbci.co.uk/weather/0.5.4517/modules/tests/init", "tests/lib/jasmine-1.3.1/jasmine-html":"https://web.archive.org/web/20180213220226/http://static.bbci.co.uk/weather/0.5.4517/modules/tests/lib/jasmine-1.3.1/jasmine-html", "cssp!tests/lib/jasmine-1.3.1/jasmine":"https://web.archive.org/web/20180213220226/http://static.bbci.co.uk/weather/0.5.4517/modules/tests/lib/jasmine-1.3.1/jasmine.css", "tests/lib/jasmine-1.3.1/jasmine":"https://web.archive.org/web/20180213220226/http://static.bbci.co.uk/weather/0.5.4517/modules/tests/lib/jasmine-1.3.1/jasmine", "tests/lib/jasmine-signals":"https://web.archive.org/web/20180213220226/http://static.bbci.co.uk/weather/0.5.4517/modules/tests/lib/jasmine-signals", "tests/lib/jasmine.console_reporter":"https://web.archive.org/web/20180213220226/http://static.bbci.co.uk/weather/0.5.4517/modules/tests/lib/jasmine.console_reporter", "tests/lib/jquery-1.7.2":"https://web.archive.org/web/20180213220226/http://static.bbci.co.uk/weather/0.5.4517/modules/tests/lib/jquery-1.7.2", "tests/lib/jquery-1.9.1":"https://web.archive.org/web/20180213220226/http://static.bbci.co.uk/weather/0.5.4517/modules/tests/lib/jquery-1.9.1", "tests/lib/jssignals-1":"https://web.archive.org/web/20180213220226/http://static.bbci.co.uk/weather/0.5.4517/modules/tests/lib/jssignals-1", "tests/lib/require":"https://web.archive.org/web/20180213220226/http://static.bbci.co.uk/weather/0.5.4517/modules/tests/lib/require", "translations/nls/cy/weather":"https://web.archive.org/web/20180213220226/http://static.bbci.co.uk/weather/0.5.4517/modules/translations/nls/cy/weather", "translations/nls/ga/weather":"https://web.archive.org/web/20180213220226/http://static.bbci.co.uk/weather/0.5.4517/modules/translations/nls/ga/weather", "translations/nls/gd/weather":"https://web.archive.org/web/20180213220226/http://static.bbci.co.uk/weather/0.5.4517/modules/translations/nls/gd/weather", "translations/nls/weather":"https://web.archive.org/web/20180213220226/http://static.bbci.co.uk/weather/0.5.4517/modules/translations/nls/weather", "ui/optionpanel":"https://web.archive.org/web/20180213220226/http://static.bbci.co.uk/weather/0.5.4517/modules/ui/optionpanel", "ui/tabset":"https://web.archive.org/web/20180213220226/http://static.bbci.co.uk/weather/0.5.4517/modules/ui/tabset", "ui/toggle":"https://web.archive.org/web/20180213220226/http://static.bbci.co.uk/weather/0.5.4517/modules/ui/toggle", "util/carousel":"https://web.archive.org/web/20180213220226/http://static.bbci.co.uk/weather/0.5.4517/modules/util/carousel", "util/cookie":"https://web.archive.org/web/20180213220226/http://static.bbci.co.uk/weather/0.5.4517/modules/util/cookie", "util/device-preference":"https://web.archive.org/web/20180213220226/http://static.bbci.co.uk/weather/0.5.4517/modules/util/device-preference", "util/dom":"https://web.archive.org/web/20180213220226/http://static.bbci.co.uk/weather/0.5.4517/modules/util/dom", "util/edition":"https://web.archive.org/web/20180213220226/http://static.bbci.co.uk/weather/0.5.4517/modules/util/edition", "util/favourites":"https://web.archive.org/web/20180213220226/http://static.bbci.co.uk/weather/0.5.4517/modules/util/favourites", "util/namespace":"https://web.archive.org/web/20180213220226/http://static.bbci.co.uk/weather/0.5.4517/modules/util/namespace", "util/sharedLocation":"https://web.archive.org/web/20180213220226/http://static.bbci.co.uk/weather/0.5.4517/modules/util/sharedLocation", "util/state":"https://web.archive.org/web/20180213220226/http://static.bbci.co.uk/weather/0.5.4517/modules/util/state", "util/time-ago":"https://web.archive.org/web/20180213220226/http://static.bbci.co.uk/weather/0.5.4517/modules/util/time-ago", "util/units":"https://web.archive.org/web/20180213220226/http://static.bbci.co.uk/weather/0.5.4517/modules/util/units", "vendor/echo/echo":"https://web.archive.org/web/20180213220226/http://static.bbci.co.uk/weather/0.5.4517/modules/vendor/echo/echo", "vendor/eventListener.polyfill":"https://web.archive.org/web/20180213220226/http://static.bbci.co.uk/weather/0.5.4517/modules/vendor/eventListener.polyfill", "vendor/fastclick":"https://web.archive.org/web/20180213220226/http://static.bbci.co.uk/weather/0.5.4517/modules/vendor/fastclick", "vendor/i18n":"https://web.archive.org/web/20180213220226/http://static.bbci.co.uk/weather/0.5.4517/modules/vendor/i18n", "vendor/mustache":"https://web.archive.org/web/20180213220226/http://static.bbci.co.uk/weather/0.5.4517/modules/vendor/mustache", "weather-built":"https://web.archive.org/web/20180213220226/http://static.bbci.co.uk/weather/0.5.4517/modules/weather-built", "weather":"https://web.archive.org/web/20180213220226/http://static.bbci.co.uk/weather/0.5.4517/modules/weather", "locator/locator":"https://web.archive.org/web/20180213220226/http://static.bbci.co.uk/locator/0.120.0/modules/locator/locator", "locator/utils":"https://web.archive.org/web/20180213220226/http://static.bbci.co.uk/locator/0.120.0/modules/locator/utils", "locator/search":"https://web.archive.org/web/20180213220226/http://static.bbci.co.uk/locator/0.120.0/modules/locator/search", "locator/confirm":"https://web.archive.org/web/20180213220226/http://static.bbci.co.uk/locator/0.120.0/modules/locator/confirm", "locator/autocomplete":"https://web.archive.org/web/20180213220226/http://static.bbci.co.uk/locator/0.120.0/modules/locator/autocomplete", "locator/mobile/locator":"https://web.archive.org/web/20180213220226/http://static.bbci.co.uk/locator/0.120.0/modules/locator/mobile/locator", "locator/mobile/vendor/ender/reqwest":"https://web.archive.org/web/20180213220226/http://static.bbci.co.uk/locator/0.120.0/modules/locator/mobile/vendor/ender/reqwest", "locator/mobile/vendor/ender/bonzo":"https://web.archive.org/web/20180213220226/http://static.bbci.co.uk/locator/0.120.0/modules/locator/mobile/vendor/ender/bonzo", "locator/mobile/vendor/ender/qwery-mobile":"https://web.archive.org/web/20180213220226/http://static.bbci.co.uk/locator/0.120.0/modules/locator/mobile/vendor/ender/qwery-mobile", "locator/cookies":"https://web.archive.org/web/20180213220226/http://static.bbci.co.uk/locator/0.120.0/modules/locator/cookies", "locator/geolocation":"https://web.archive.org/web/20180213220226/http://static.bbci.co.uk/locator/0.120.0/modules/locator/geolocation", "locator/bootstrap":"https://web.archive.org/web/20180213220226/http://static.bbci.co.uk/locator/0.120.0/modules/locator/bootstrap", "locator/mobile/bootstrap":"https://web.archive.org/web/20180213220226/http://static.bbci.co.uk/locator/0.120.0/modules/locator/mobile/bootstrap"}; require({ baseUrl: 'https://web.archive.org/web/20180213220226/http://static.bbci.co.uk/', paths: bbcRequireMap, waitSeconds: 30 }); </script> <script type="text/javascript"> define('orb/cookies', function() { return window.bbccookies; }); </script> <!-- Nav Analytics : 89 --> <script type="text/javascript">window.bbcFlagpoles_istats="ON",require.config({paths:{"istats-1":"//web.archive.org/web/20180213220226/http://nav.files.bbci.co.uk/nav-analytics/0.1.0-89/js/istats-1","megavolt-client":"//web.archive.org/web/20180213220226/http://nav.files.bbci.co.uk/nav-analytics/0.1.0-89/js/megavolt-client"},config:{"megavolt-client":{baseUrl:"https://web.archive.org/web/20180213220226/https://mvt.api.bbc.com"}}}),require(["istats-1","orb/cookies"],function(e,t){if(t.isAllowed("s1")){e.addCollector({name:"default",url:"https://web.archive.org/web/20180213220226/https://sa.bbc.co.uk/bbc/bbc/s",separator:"&"});var a="weather.forecast.gb.greater_london.london.2643743.page";e.setCountername(a),window.istats_countername&&e.setCountername(window.istats_countername),e.addLabels("ml_name=webmodule&ml_version=89")}});</script> <script type="text/javascript">/*<![CDATA[*/ window.bbcFlagpoles_istats = 'ON'; window.orb = window.orb || {}; if (typeof bbccookies !== 'undefined' && bbccookies.isAllowed('s1')) { var istatsTrackingUrl = '//web.archive.org/web/20180213220226/http://sa.bbc.co.uk/bbc/bbc/s?name=weather.forecast.gb.greater_london.london.2643743.page&weather_warnings=no&pal_route=forecast_page&app_type=web&language=en-GB&pal_webapp=weather&prod_name=weather&app_name=weather'; require(['istats-1'], function (istats) { var counterName = (window.istats_countername) ? window.istats_countername : istatsTrackingUrl.match(/[\?&]name=([^&]*)/i)[1]; istats.setCountername(counterName); istats.addLabels('weather_warnings=no&pal_route=forecast_page&app_type=web&language=en-GB&pal_webapp=weather&prod_name=weather&app_name=weather'); var c = (document.cookie.match(/\bckns_policy=(\d\d\d)/) || []).pop() || ''; istats.addLabels({ 'blq_s': '3.5d', 'blq_r': '3.5', 'blq_v': 'default-worldwide', 'blq_e': 'pal', 'bbc_mc': (c ? 'ad' + c.charAt(0) + 'ps' + c.charAt(1) + 'pf' + c.charAt(2) : 'not_set') } ); }); } /*]]>*/</script> <script type="text/javascript" src="https://web.archive.org/web/20180213220226js_/http://static.bbci.co.uk/frameworks/barlesque/3.21.31/desktop/3.5/script/barlesque.js"></script> <script type="text/javascript" src="https://web.archive.org/web/20180213220226js_/http://static.bbci.co.uk/locator/0.120.0/script/locator.js"></script> <!--[if IE 6]> <script type="text/javascript"> try { document.execCommand("BackgroundImageCache",false,true); } catch(e) {} </script> <style type="text/css"> /* Use filters for IE6 */ #blq-blocks a { background-image: none; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://static.bbci.co.uk/frameworks/barlesque/3.21.31/desktop/3.5//img/blq-blocks_white_alpha.png', sizingMethod='image'); } .blq-masthead-focus #blq-blocks a, .blq-mast-text-dark #blq-blocks a { background-image: none; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://static.bbci.co.uk/frameworks/barlesque/3.21.31/desktop/3.5//img/blq-blocks_grey_alpha.png', sizingMethod='image'); } #blq-nav-search button span { background-image: none; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://static.bbci.co.uk/frameworks/barlesque/3.21.31/desktop/3.5//img/blq-search_grey_alpha.png', sizingMethod='image'); } #blq-nav-search button img { position: absolute; left: -999em; } </style> <![endif]--> <!--[if (IE 7])|(IE 8)> <style type="text/css"> .blq-clearfix { display: inline-block; } </style> <![endif]--> <script type="text/javascript"> blq.setEnvironment('live'); if (blq.setLabel) blq.setLabel('searchSuggestion', "Search"); if (! /bbc\.co\.uk$/i.test(window.location.hostname) ) { document.documentElement.className += ' blq-not-bbc-co-uk'; } </script> <script type="text/javascript"> /*<![CDATA[*/ function oqsSurveyManager(w, flag) { if (flag !== 'OFF' && (w.orb.fig("no") || w.orb.fig("uk"))) { w.document.write('<script type="text/javascript" src="https://web.archive.org/web/20180213220226/http://static.bbci.co.uk/frameworks/barlesque/3.21.31/desktop/3.5/script/vendor/edr.min.js"><'+'/script>'); } } oqsSurveyManager(window, 'ON'); /*]]>*/ </script> <!-- BBCDOTCOM template: desktop journalismVariant: false ipIsAdvertiseCombined: true adsEnabled: true flagpole: ON adsenseEnabled: true adsense flagpole: ON --> <script type="text/javascript"> /*<![CDATA[*/ var _sf_startpt = (new Date()).getTime(); if (window.bbcdotcom === undefined) { var bbcdotcom = { adverts: { keyValues: { set: function() {} } }, advert: { write: function () {}, show: function () {}, isActive: function () { return false; }, layout: function() { return { reset: function() {} } } }, config: { init: function() {}, isActive: function() {}, setSections: function() {}, isAdsEnabled: function() {}, setAdsEnabled: function() {}, isAnalyticsEnabled: function() {}, setAnalyticsEnabled: function() {}, setAssetPrefix: function() {}, setJsPrefix: function() {}, setSwfPrefix: function() {}, setCssPrefix: function() {}, setConfig: function() {}, getJsPrefix: function () {}, getSwfPrefix: function () {}, getCssPrefix: function () {}, setVersion: function () {}, getVersion: function () {} }, survey: { init: function(){ return false; } }, data: {}, init: function() {}, objects: function(str) { return false; }, locale: { set: function() {} }, setAdKeyValue: function() {}, utils: { addEvent: function() {}, addHtmlTagClass: function() {}, log: function () {} }, addLoadEvent: function() {} }; } bbcdotcom.objects = function (strName, action, obj) { var i, len, args = arguments, nameParts = strName.split("."); if (action === undefined) { action = 'valid'; } if (obj === undefined) { obj = window; } for (i = 0, len = nameParts.length; i < len; i++) { if (obj[nameParts[i]] === undefined) { if (action === 'create') { obj[nameParts[i]] = {}; } else { return false; } } else if (typeof obj[nameParts[i]] === 'function') { if (typeof args[1] !== 'undefined' && args[1] !== null && obj[nameParts[i]](args[1]) !== undefined) { return obj[nameParts[i]](args[1]); } else if (obj[nameParts[i]]() !== undefined) { return obj[nameParts[i]](); } } obj = obj[nameParts[i]]; } return obj; }; /*]]>*/ </script> <style type="text/css">.bbccom_display_none{display:none;}</style> <script type="text/javascript"> /*<![CDATA[*/ bbcdotcom.objects('bbcdotcom.stats', 'create'); /* Create BBC.adverts skeleton */ if (window.BBC === undefined) { var BBC = {}; } if (window.BBC.adverts === undefined) { BBC.adverts = { setZone: function () {}, configure: function () {}, write: function () {}, show: function () {}, isActive: function () { return false; }, hasStyles: function() {}, setScriptRoot: function () {}, setImgRoot: function () {}, getAdvertTag: function () {}, getSectionPath: function() {}, showPartnerButtons: function() {} }; } (function(){ if(typeof require !== 'undefined') { require({ paths:{ "bbcdotcom":"https://web.archive.org/web/20180213220226/http://static.bbci.co.uk/bbcdotcom/1.74.413/script" } }); } })(); if (typeof orb !== 'undefined' && typeof orb.fig === 'function') { bbcdotcom.data = { a: orb.fig('ad')? 1 : 0, b: (0 == orb.fig('uk')) ? 1 : 0, c: orb.fig('ap') }; } else { document.write('<script type="text/javascript" src="https://web.archive.org/web/20180213220226/http://tps.bbc.com/wwscripts/data">\x3C/script>'); } /*]]>*/ </script> <script type="text/javascript"> /*<![CDATA[*/ if (typeof bbcdotcom.data == 'undefined' || typeof bbcdotcom.data.a == 'undefined' || typeof bbcdotcom.data.b == 'undefined' || typeof bbcdotcom.data.c == 'undefined') { bbcdotcom.data = {a:0,b:0,c:0}; } if (bbcdotcom.data.a == 1) { document.write('<script type="text/javascript" src="https://web.archive.org/web/20180213220226/http://www.bbc.com/wwscripts/flag">\x3C/script>'); } /*]]>*/ </script> <script type="text/javascript"> /*<![CDATA[*/ if (typeof bbcdotcom.flag == 'undefined' || bbcdotcom.flag.a != 1) { bbcdotcom.data.a = 0; } /*]]>*/ </script> <script type="text/javascript"> /*<![CDATA[*/ if (bbcdotcom.data.a == 1 || bbcdotcom.data.b == 1) { bbcdotcom.assetPrefix = "https://web.archive.org/web/20180213220226/http://static.bbci.co.uk/bbcdotcom/1.74.413/"; document.write('<link rel="stylesheet" type="text/css" href="https://web.archive.org/web/20180213220226/http://static.bbci.co.uk/bbcdotcom/1.74.413/style/3pt_ads.css" />'); document.write('<script type="text/javascript" src="//web.archive.org/web/20180213220226/http://www.googletagservices.com/tag/js/gpt.js">\x3C/script>'); document.write('<script type="text/javascript" src="https://web.archive.org/web/20180213220226/http://static.bbci.co.uk/bbcdotcom/1.74.413/script/dist/bbccom_all.js">\x3C/script>'); } /*]]>*/ </script> <script type="text/javascript"> /*<![CDATA[*/ if (bbcdotcom.data.a == 1 || bbcdotcom.data.b == 1) { BBC.adverts.setData(bbcdotcom.data); bbcdotcom.config.setAdsEnabled(bbcdotcom.data.a); bbcdotcom.config.setAnalyticsEnabled(bbcdotcom.data.b); bbcdotcom.config.setJsPrefix("https://web.archive.org/web/20180213220226/http://static.bbci.co.uk/bbcdotcom/1.74.413/script"); bbcdotcom.config.setAssetPrefix("https://web.archive.org/web/20180213220226/http://static.bbci.co.uk/bbcdotcom/1.74.413/"); bbcdotcom.config.setVersion("1.74.413"); bbcdotcom.config.setSwfPrefix("https://web.archive.org/web/20180213220226/http://static.bbci.co.uk/bbcdotcom/1.74.413/swf"); bbcdotcom.config.setCssPrefix("https://web.archive.org/web/20180213220226/http://static.bbci.co.uk/bbcdotcom/1.74.413/style"); bbcdotcom.dataOrb = { ads: bbcdotcom.data.a, stats: bbcdotcom.data.b, statsProvider: bbcdotcom.data.c }; bbcdotcom.config.setData(bbcdotcom.dataOrb); if(document.location.pathname.indexOf("/weather/coast_and_sea") === 0 || (document.getElementsByName("CPS_ASSET_TYPE").length > 0 && document.getElementsByName("CPS_ASSET_TYPE")[0].content === "PGL")){ bbcdotcom.adsToDisplay = ["leaderboard"]; } else if( document.getElementsByName("CPS_ASSET_TYPE").length > 0 && document.getElementsByName("CPS_ASSET_TYPE")[0].content === "MAP" ){ bbcdotcom.adsToDisplay = []; } else if (document.location.pathname.indexOf("/sport") === 0 ){ bbcdotcom.adsToDisplay = ["leaderboard", "mpu", "sponsor_banner"]; } else { bbcdotcom.adsToDisplay = ["leaderboard", "mpu", "sponsor_section"]; } bbcdotcom.init({adsToDisplay: bbcdotcom.adsToDisplay}); } if (bbcdotcom.data.a == 1) { (function(){ var zoneFile = "3pt_zone_file"; bbcdotcom.objects('page', 'create', bbcdotcom); BBC.adverts.setScriptRoot("https://web.archive.org/web/20180213220226/http://static.bbci.co.uk/bbcdotcom/1.74.413/script/"); BBC.adverts.setImgRoot("https://web.archive.org/web/20180213220226/http://static.bbci.co.uk/bbcdotcom/1.74.413/img/"); BBC.adverts.init({ domain: "www.bbc.com", location: window.location.pathname, zoneVersion: zoneFile, zoneAuto: false, siteAuto: false, keywordsAuto: false, zoneReferrer: document.referrer }); })(); if(typeof bbcdotcom !== 'undefined' && typeof bbcdotcom.survey !== 'undefined' && typeof bbcdotcom.survey.init === 'function') { bbcdotcom.survey.init(); } } /*]]>*/ </script> <script type="text/javascript"> /*<![CDATA[*/ if (BBC.adverts.isActive('ads')) { document.write(unescape('%3Cscript id="gnlAdsEnabled" class="bbccom_display_none"%3E%3C/script%3E')); } if (BBC.adverts.isActive('analytics')) { document.write(unescape('%3Cscript id="gnlAnalyticsEnabled" class="bbccom_display_none"%3E%3C/script%3E')); } /*]]>*/ </script> <!--[if IE 6]> <link type="text/css" rel="stylesheet" href="http://static.bbci.co.uk/locator/weather/0.19.0/style/locator-weather-ie6.css" /> <![endif]--> <script type="text/javascript"> window.locator = window.locator || {}; window.locator.suppressSearchResultEvents = true; </script> <script type="text/javascript"> /*<![CDATA[*/ window.locator = window.locator || {}; window.locator.screen = 'desktop'; window.locator.search = window.locator.search || {}; window.locator.search['default'] = { options: { isPostcodeUnitAllowed: false, isPostcodeDistrictAllowed: true, truncationLengths: { search: 37, autocomplete: 39 }, filter: 'international', place_types: [], restrict_to_countries: [], emitJavascriptEvent: false, language: 'en-GB', autosuggest: { enabled: true }, reversegeocode: { enabled: false } }, routes: { search: '/locator/:client/:lang/search.json', targetUri: '/weather/:location_id', reversegeocode: '/locator/default/:lang/reversegeocode.json?latitude=:latitude&longitude=:longitude', autosuggest: '/locator/:client/:lang/autocomplete.json?search={input}' }, translations: { prompt: 'Enter a town, county or UK postcode', error: { search: 'Sorry, we are experiencing technical problems.' }, close: 'Close location search results', tryAgain: 'Please try again', reversegeocode: { detect_label: 'Detect your location', permission_denied: 'Please enable Location Services in your device settings or browser.', permission_unavailable: 'Sorry, the \'detect your location\' feature is not currently available.', service_unavailable: 'Sorry, the \'detect your location\' feature is not currently available.', confirm: 'We have detected your location as', outsideContext: "Your location is not currently supported by this application." } } }; /*]]>*/ </script> <!-- MORPH INCLUDE DATA ROLLOUT SCRIPT START --> <script>"use strict";!function(){function a(){return"localStorage"in window}function b(){var a="weather-test-dummy";try{return localStorage.setItem(a,a),localStorage.removeItem(a),!0}catch(a){return!1}}function c(){return a()&&b()}function d(a){localStorage.setItem(r,a)}function e(){return localStorage.getItem(r)||void 0}function f(){var a=Math.ceil(100*Math.random());return d(a),a}function g(){return e()||f()}function h(a){return g()<=a}function i(){return window.navigator.userAgent.indexOf("Googlebot")>-1}function j(){return window.navigator.userAgent.indexOf("bingbot")>-1||window.navigator.userAgent.indexOf("msnbot")>-1}function k(){return!i()&&!j()}function l(a){return k()&&h(a)}function m(){return"https://"+window.location.host+"/weather/0"}function n(a){return a?"/"+a:""}function o(a){return m()+n(a)}function p(a){window.location.replace(o(a))}function q(a,b){c()&&l(a)&&p(b)}var r="weather-v6-rollout-lucky-number";window.initMozartRedirect=q}();</script> <script>window.initMozartRedirect(100, '2643743');</script> <!-- MORPH INCLUDE DATA ROLLOUT SCRIPT END --> <meta content="NOODP" name="robots"> <meta property="og:type" content="article"> <meta property="og:url" content="https://web.archive.org/web/20180213220226/http://www.bbc.com/weather/2643743"> <meta property="og:site_name" content="BBC Weather"> <meta property="og:image" content="https://web.archive.org/web/20180213220226im_/http://static.bbci.co.uk/weather/0.5.4517/images/og-tag-logo.png"> <meta property="twitter:card" content="summary"> <meta property="twitter:site" content="@BBCWeather"> <meta property="twitter:creator" content="@BBCWeather"> <meta property="twitter:app:name:iphone" content="BBC Weather"> <meta property="twitter:app:name:googleplay" content="BBC Weather"> <meta property="twitter:app:id:iphone" content="649420946"> <meta property="twitter:app:id:googleplay" content="bbc.mobile.weather"> <meta name="application-name" content="BBC Weather"> <meta name="msapplication-TileImage" content="http://static.bbci.co.uk/weather/0.5.4517/images/pin-logo.png"> <meta name="msapplication-TileColor" content="#226083"> <link rel="apple-touch-icon" href="https://web.archive.org/web/20180213220226im_/http://static.bbci.co.uk/weather/0.5.4517/images/apple-touch-icon.png"/> <!--[if (IE 6)|(IE 7)|(IE 8)]> <link rel="stylesheet" href="http://static.bbci.co.uk/weather/0.5.4517/css/ie678.css" /> <![endif]--> <!--[if (IE 8)]> <link rel="stylesheet" href="http://static.bbci.co.uk/weather/0.5.4517/css/ie8.css" /> <![endif]--> <link rel="canonical" href="https://web.archive.org/web/20180213220226/http://www.bbc.com/weather/2643743"/> <link rel="alternate" hreflang="en-GB" href="https://web.archive.org/web/20180213220226/http://www.bbc.co.uk/weather/2643743"/> <link rel="alternate" hreflang="en" href="https://web.archive.org/web/20180213220226/http://www.bbc.com/weather/2643743"/> <link rel="alternate" hreflang="ga-GB" href="https://web.archive.org/web/20180213220226/http://www.bbc.co.uk/weather/ga/2643743"/> <link rel="alternate" hreflang="ga" href="https://web.archive.org/web/20180213220226/http://www.bbc.com/weather/ga/2643743"/> <link rel="alternate" hreflang="gd-GB" href="https://web.archive.org/web/20180213220226/http://www.bbc.co.uk/weather/gd/2643743"/> <link rel="alternate" hreflang="gd" href="https://web.archive.org/web/20180213220226/http://www.bbc.com/weather/gd/2643743"/> <link rel="alternate" hreflang="cy-GB" href="https://web.archive.org/web/20180213220226/http://www.bbc.co.uk/weather/cy/2643743"/> <link rel="alternate" hreflang="cy" href="https://web.archive.org/web/20180213220226/http://www.bbc.com/weather/cy/2643743"/> <link href="https://web.archive.org/web/20180213220226cs_/http://static.bbci.co.uk/weather/0.5.4517/css/core.css" rel="stylesheet"/> <script src="https://web.archive.org/web/20180213220226js_/http://static.bbci.co.uk/weather/0.5.4517/javascripts/initial-state.js"></script> <script type="text/javascript" src="https://web.archive.org/web/20180213220226js_/http://emp.bbci.co.uk/emp/bump-3/bump-3"></script> <script type="text/javascript"> /*<![CDATA[*/ requirejs.config({ locale: 'en-US', paths: { 'translations' : 'https://web.archive.org/web/20180213220226/http://static.bbci.co.uk/weather/0.5.4517/modules/translations' } }); window.weather = window.weather || {}; weather.config = weather.config || {}; weather.config.static_host = 'https://web.archive.org/web/20180213220226/http://static.bbci.co.uk'; weather.config.env = 'live'; weather.config.version = '0.5.4517'; weather.config.language = 'en'; /*]]>*/ </script> <script> /*<![CDATA[*/ function syncRoadBlock(src,companionId) { var compidarg; if (arguments.length == 2 && typeof companionId == 'string') { compidarg = companionId; } BBC.adverts.empCompanionResponse(src, compidarg); }; pt=new Object(); pt.aenab = "yes"; /*]]>*/ </script> <script type="text/javascript"> require(["istats-1"], function (istats) { istats.setSite('weather'); }); </script> <meta property="og:title" content="BBC Weather - London"/> <meta property="og:description" content="Hourly weather for London with a 5 to 10 day forecast, giving a look further ahead."> <script type="text/javascript"> var TABBED_FORECAST = { offset: 0, locationId: null, language: 'en', activeDay: 0 }; window.weather = window.weather || {}; weather.location = weather.location || {}; weather.location.id = '2643743'; weather.location.name = 'London'; </script> <!-- MORPH INCLUDE HEAD START --> <!-- MORPH INCLUDE HEAD END --> <!-- Version: 0.5.4517 Forecast ID: 8 --> <link rel="alternate" href="https://web.archive.org/web/20180213220226/android-app://bbc.mobile.weather/http/www.bbc.co.uk/weather/2643743/today"/> </head> <body class="ambience-weather-type-8 bbc-weather disable-wide-advert edition-international lang-en initial-temperature-unit-c initial-windspeed-unit-mph initial-distance-unit-miles weather-pagetype-forecast"> <!-- BBCDOTCOM body first --> <div id="bbccom_interstitial_ad" class="bbccom_display_none"></div> <div id="bbccom_interstitial" class="bbccom_display_none"> <script type="text/javascript"> /*<![CDATA[*/ if (window.bbcdotcom && bbcdotcom.slot) { (function () { if (window.bbcdotcom && bbcdotcom.config.isActive('ads')) { googletag.cmd.push(function () { googletag.display('bbccom_interstitial'); }); } }()); } /*]]>*/ </script> </div> <div id="bbccom_wallpaper_ad" class="bbccom_display_none"></div> <div id="bbccom_wallpaper" class="bbccom_display_none"> <script type="text/javascript"> /*<![CDATA[*/ if (window.bbcdotcom && bbcdotcom.slot) { (function () { var wallpaper; if (window.bbcdotcom && bbcdotcom.config.isActive('ads')) { if (bbcdotcom.config.isAsync()) { googletag.cmd.push(function () { googletag.display('bbccom_wallpaper'); }); } else { googletag.display("wallpaper"); } wallpaper = bbcdotcom.adverts.adRegister.getAd('wallpaper'); } }()); } else { BBC.adverts.write("wallpaper",false); /*<![CDATA[*/ body= document.getElementsByTagName('body'); aTags = document.getElementsByTagName('a'); if('undefined' != typeof aTags && 'undefined' != typeof aTags[0] && -1 !== aTags[0].href.indexOf('https://web.archive.org/web/20180213220226/http://ad.doubleclick.net')) { body[0].removeChild(aTags[0]); } /*]]>*/ } /*]]>*/ </script> </div> <noscript><p style="position: absolute; top: -999em"><img src="https://web.archive.org/web/20180213220226im_/https://sa.bbc.co.uk/bbc/bbc/s?name=weather.forecast.gb.greater_london.london.2643743.page&ml_name=webmodule&ml_version=89&blq_js_enabled=0&blq_s=3.5d&blq_r=3.5&blq_v=default-worldwide&blq_e=pal&weather_warnings=no&pal_route=forecast_page&app_type=web&language=en-GB&pal_webapp=weather&prod_name=weather&app_name=weather" height="1" width="1" alt=""></p></noscript> <!-- Begin iStats 20100118 (UX-CMC 1.1009.3) --> <script type="text/javascript">/*<![CDATA[*/ if (typeof bbccookies !== 'undefined' && bbccookies.isAllowed('s1')) { (function () { require(['istats-1'], function (istats) { istatsTrackingUrl = istats.getDefaultURL(); if (istats.isEnabled() && bbcFlagpoles_istats === 'ON') { sitestat(istatsTrackingUrl); } else { window.ns_pixelUrl = istatsTrackingUrl; /* used by Flash library to track */ } function sitestat(n) { var j = document, f = j.location, b = ""; if (j.cookie.indexOf("st_ux=") != -1) { var k = j.cookie.split(";"); var e = "st_ux", h = document.domain, a = "/"; if (typeof ns_ != "undefined" && typeof ns_.ux != "undefined") { e = ns_.ux.cName || e; h = ns_.ux.cDomain || h; a = ns_.ux.cPath || a } for (var g = 0, f = k.length; g < f; g++) { var m = k[g].indexOf("st_ux="); if (m != -1) { b = "&" + decodeURI(k[g].substring(m + 6)) } } bbccookies.set(e + "=; expires=" + new Date(new Date().getTime() - 60).toGMTString() + "; path=" + a + "; domain=" + h); } window.ns_pixelUrl = n; } }); })(); } else { window.istats = {enabled: false}; } /*]]>*/</script> <!-- End iStats (UX-CMC) --> <div id="blq-global"> <noscript> <div id="blq-no-js-banner"> <p>For a better experience on your device, try our <a href="https://web.archive.org/web/20180213220226/http://m.bbc.co.uk/">mobile site</a>.</p> </div> </noscript> <div id="blq-pre-mast" lang="en-GB"> <!-- Pre mast --> <!-- BBCDOTCOM leaderboard template:client-side journalismVariant: false ipIsAdvertiseCombined: true adsEnabled: true flagpole: ON showAdAboveBlq: true blqLeaderboardAd: true --> <div id="bbccom_leaderboard_container"> <div id="bbccom_leaderboard_1_2_3_4" class="bbccom_slot"> <div class="bbccom_advert bbccom_display_none" id="bbccom_leaderboard"> <script type="text/javascript"> if (window.bbcdotcom && bbcdotcom.slot) { bbcdotcom.slot('leaderboard', [1,2,3,4]); } else { BBC.adverts.write("leaderboard", true); } </script> </div> <script type="text/javascript"> if (window.bbcdotcom && bbcdotcom.show) { bbcdotcom.show(); } else { BBC.adverts.show("leaderboard"); } </script> </div> </div> </div> </div> <script type="text/html" id="blq-bbccookies-tmpl"><![CDATA[ <div id="bbccookies-prompt" class="bbccookies-w"> <h2> Cookies on the BBC website </h2> <p> The BBC has updated its cookie policy. We use cookies to ensure that we give you the best experience on our website. This includes cookies from third party social media websites if you visit a page which contains embedded content from social media. Such third party cookies may track your use of the BBC website.<span class="bbccookies-international-message"> We and our partners also use cookies to ensure we show you advertising that is relevant to you.</span> If you continue without changing your settings, we'll assume that you are happy to receive all cookies on the BBC website. However, you can <a href="/privacy/cookies/managing/cookie-settings.html">change your cookie settings</a> at any time. </p> <ul> <li id="bbccookies-continue"> <button type="button" id="bbccookies-continue-button">Continue</button> </li> <li id="bbccookies-more"><a href="/privacy/cookies/bbc">Find out more</a></li></ul> </div> ]]></script> <script type="text/javascript">/*<![CDATA[*/ (function(){if(bbccookies._showPrompt()){var i=document,b=i.getElementById("blq-pre-mast"),f=i.getElementById("blq-global"),h=i.getElementById("blq-container"),c=i.getElementById("blq-bbccookies-tmpl"),a,g,e;if(b&&i.createElement){a=i.createElement("div");a.id="bbccookies";e=c.innerHTML;e=e.replace("<"+"![CDATA[","").replace("]]"+">","");a.innerHTML=e;if(f){f.insertBefore(a,b)}else{h.insertBefore(a,b)}g=i.getElementById("bbccookies-continue-button");g.onclick=function(){a.parentNode.removeChild(a);return false};bbccookies._setPolicy(bbccookies.readPolicy())}}})(); /*]]>*/</script> <div id="blq-masthead" class="blq-clearfix blq-mast-bg-transparent-light blq-lang-en blq-ltr"> <span id="blq-mast-background"><span></span></span> <div id="blq-mast" class="blq-rst"> <div id="blq-mast-bar" class="blq-masthead-container blq-default-worldwide"> <div id="blq-blocks"> <a href="/web/20180213220226/http://www.bbc.com/" hreflang="en-GB"> <abbr title="British Broadcasting Corporation" class="blq-home"> <img src="https://web.archive.org/web/20180213220226im_/http://static.bbci.co.uk/frameworks/barlesque/3.21.31/desktop/3.5/img/blq-blocks_grey_alpha.png" alt="BBC" width="84" height="24"/> </abbr> </a> </div> <div id="blq-acc-links"> <h2 id="page-top">Accessibility links</h2> <ul> <li><a href="#blq-content">Skip to content</a></li> <li><a href="#blq-local-nav">Skip to local navigation</a></li> <li><a href="/web/20180213220226/http://www.bbc.com/accessibility/">Accessibility Help</a></li> </ul> </div> <div id="blq-sign-in" class="blq-gel"> </div> <div id="blq-nav"> <h2>BBC navigation</h2> <ul id="blq-nav-main"> <li id="blq-nav-news"> <a href="https://web.archive.org/web/20180213220226/http://www.bbc.com/news">News</a> </li> <li id="blq-nav-sport"> <a href="https://web.archive.org/web/20180213220226/http://www.bbc.co.uk/sport">Sport</a> </li> <li id="blq-nav-weather"> <a href="https://web.archive.org/web/20180213220226/http://www.bbc.co.uk/weather/">Weather</a> </li> <li id="blq-nav-shop"> <a href="https://web.archive.org/web/20180213220226/http://shop.bbc.com/">Shop</a> </li> <li id="blq-nav-earth"> <a href="https://web.archive.org/web/20180213220226/http://www.bbc.com/earth">Earth</a> </li> <li id="blq-nav-travel"> <a href="https://web.archive.org/web/20180213220226/http://www.bbc.com/travel">Travel</a> </li> <li id="blq-nav-capital"> <a href="https://web.archive.org/web/20180213220226/http://www.bbc.com/capital">Capital</a> </li> <li id="blq-nav-culture"> <a href="https://web.archive.org/web/20180213220226/http://www.bbc.com/culture/">Culture</a> </li> <li id="blq-nav-more"> <a href="#blq-footlinks">More…</a> </li> </ul> <div id="blq-nav-search"> <form method="get" action="https://web.archive.org/web/20180213220226/http://search.bbc.co.uk/search" accept-charset="utf-8" id="blq-search-form"> <div> <input type="hidden" name="go" value="toolbar"/> <input type="hidden" name="uri" value="/weather/2643743"/> <label for="blq-search-q" class="blq-hide">Search term:</label> <input id="blq-search-q" type="text" name="q" value="" maxlength="128"/> <button id="blq-search-btn" type="submit"><span><img src="https://web.archive.org/web/20180213220226im_/http://static.bbci.co.uk/frameworks/barlesque/3.21.31/desktop/3.5/img/blq-search_grey_alpha.png" width="13" height="13" alt="Search"/></span></button> </div> </form> </div> </div> </div> </div> </div> <div id="blq-container-outer" class="blq-default-worldwide blq-ltr"> <div id="blq-container" class="blq-lang-en blq-dotcom"> <div id="blq-container-inner" lang="en"> <div id="blq-main" class="blq-clearfix"> <div id="blq-content" role="main"> <div class="site-masthead"> <h1> <a class="site-name" href="/web/20180213220226/http://www.bbc.com/weather/">Weather</a> <span class="location-name" title="London">London</span> </h1> </div> <div class="site-options"> <div class="add-state"></div> <div class="settings-control">Settings</div> <div class="settings-panel"> <span class="arrow-up"></span> <div id="unit-picker"> <ul class="temp unit-options" data-unit-type="temperature"> <li data-unit="c" class="unit-option unit-option-c selected">掳C</li> <li data-unit="f" class="unit-option unit-option-f "><a href="/web/20180213220226/http://www.bbc.com/weather/2643743?tempUnit=F" rel="nofollow">掳F</a></li> </ul> <ul class="wind unit-options" data-unit-type="windspeed"> <li data-unit="mph" class="unit-option unit-option-mph selected"> mph </li> <li data-unit="kph" class="unit-option unit-option-kph "> <a href="/web/20180213220226/http://www.bbc.com/weather/2643743?windUnit=K" rel="nofollow">km/h</a> </li> </ul> </div> <script>bbc.weather.setInitialUnitPickerState('unit-picker')</script> </div> <div class="language-control">Language</div> <div class="language-panel"> <span class="arrow-up"></span> <div class="language-picker"> <ul> <li class="selected lang-en" lang="en"> English </li> <li class=" lang-ga" lang="ga"> <a href="/web/20180213220226/http://www.bbc.com/weather/ga/2643743"> Gaeilge </a> </li> <li class=" lang-gd" lang="gd"> <a href="/web/20180213220226/http://www.bbc.com/weather/gd/2643743"> G脿idhlig </a> </li> <li class=" lang-cy" lang="cy"> <a href="/web/20180213220226/http://www.bbc.com/weather/cy/2643743"> Cymraeg </a> </li> </ul> </div> </div> </div> <div id="find-a-forecast" role="search" data-search-placeholder="Enter a town, country or UK postcode"> <h2>Find a Forecast</h2> <div class="locator-weather"> <div class="locator-component"> <div class="locator-search" id="locator-search-default"> <form action="/web/20180213220226/http://www.bbc.com/weather/2643743" method="get"><div> <span class="locator-search-input"><label for="locator-form-search" class="required">Search for a location</label> <input type="text" name="search" id="locator-form-search" value="" title="Search for a location" maxlength="75"/></span> <input type="submit" name="submitBtn" id="locator-form-submit" value="Search" class="locator-submit" title="Search for location"/> <input type="hidden" name="page" value="" id="locator-form-page"/> <input type="hidden" name="restrict_to_countries" value="" id="restrict_to_countries"/> <input type="hidden" name="place_types" value="" id="place_types"/> <input type="hidden" name="instanceId" value="" id="locator-form-instance-id"/></div></form> </div> </div> </div> <div id="favourites" data-ajax-path="/weather/${id}/location-next-weather"> <h2><span class="arrow"></span>Favourite Locations (<span class="count">—</span>)</h2> <noscript>You need javascript enabled to save favourites.</noscript> <div class="templates"> <script class="favourites-tmpl-base" type="text/x-jquery-tmpl"> <div class="favourites-list-content"> <div class="message loading"> <span class="loader">Loading</span> </div> <ul></ul> <div class="sharedcookie-note"></div> <div class="edit-state"> <div class="manage"></div> </div> <div class="sharedcookie-legend"></div> </div> </script> <script class="favourites-tmpl-add" type="text/x-jquery-tmpl"> <button class="add uk"> <span>Add to favourites</span> </button> </script> <script class="favourites-tmpl-edit" type="text/x-jquery-tmpl"> <button class="edit"> Edit<span> favourites</span> </button> </script> <script class="favourites-tmpl-save" type="text/x-jquery-tmpl"> <button class="save"> Save<span> favourites</span> </button> <button class="cancel"> Cancel </button> </script> <script class="favourites-tmpl-legend" type="text/x-jquery-tmpl"> <p>We will use the starred location to give you relevant local information across the BBC.</p> </script> <script class="favourites-tmpl-legend-notshared" type="text/x-jquery-tmpl"> <p>Edit your location and get relevant local information across the BBC.</p> </script> <script class="favourites-tmpl-legend-shareremoved" type="text/x-jquery-tmpl"> <p>favourites.sharedCookie.legendShareRemoved</p> </script> <script class="favourites-tmpl-note-changed" type="text/x-jquery-tmpl"> <p>We will now use <strong>${locationName}</strong> to give you relevant local information across the BBC.</p> </script> <script class="favourites-tmpl-note-removed" type="text/x-jquery-tmpl"> <p>This means we will no longer use <strong>${locationName}</strong> to give you relevant local information across the BBC.</p> </script> </div> <!-- .templates --> </div><!-- #favourites --> </div> <div id="forecast-data-table" class="off-screen"> <table class="forecast daily-forecast"> <caption>Daily forecast</caption> <colgroup> <col class="col-dayname"/> <col class="col-weathertype"/> <col class="col-min-temp"/> <col class="col-max-temp"/> <col class="col-windspeeddir"/> </colgroup> <thead> <tr class="heading"> <th class="dayname" style="text-align:left;">Day</th> <th class="weather" style="text-align:left;">Weather</th> <th class="max-temp">Maximum Day Temperature</th> <th class="min-temp">Minimum Night Temperature</th> <th class="wind">Wind Direction and Speed</th> </tr> </thead> <tbody> <tr class="day"> <td class="dayname"> Tuesday </td> <td class="weather"> <p>Light Cloud</p> </td> <td class="max-temp"> <span class="temp-4-6"> <span class="units-values temperature-units-values"><span data-unit="c" class="units-value temperature-value temperature-value-unit-c">6<span class="unit">掳C</span></span><span class="unit-types-separator"> </span><span data-unit="f" class="units-value temperature-value temperature-value-unit-f">43<span class="unit">掳F</span></span></span> </span> </td> <td class="min-temp"> <span class="temp-0"> <span class="units-values temperature-units-values"><span data-unit="c" class="units-value temperature-value temperature-value-unit-c">0<span class="unit">掳C</span></span><span class="unit-types-separator"> </span><span data-unit="f" class="units-value temperature-value temperature-value-unit-f">32<span class="unit">掳F</span></span></span> </span> </td> <td class="wind"> <span class="wind-direction">North Westerly</span> <br> <span class="wind-speed__description wind-speed__description--average">Wind Speed</span> <span class="units-values windspeed-units-values"><span data-unit="kph" class="units-value windspeed-value windspeed-value-unit-kph">10 <span class="unit">km/h</span></span><span class="unit-types-separator"> </span><span data-unit="mph" class="units-value windspeed-value windspeed-value-unit-mph">6 <span class="unit">mph</span></span></span> </td> </tr> <tr class="day"> <td class="dayname"> Wednesday </td> <td class="weather"> <p>Light Cloud</p> </td> <td class="max-temp"> <span class="temp-7-9"> <span class="units-values temperature-units-values"><span data-unit="c" class="units-value temperature-value temperature-value-unit-c">7<span class="unit">掳C</span></span><span class="unit-types-separator"> </span><span data-unit="f" class="units-value temperature-value temperature-value-unit-f">45<span class="unit">掳F</span></span></span> </span> </td> <td class="min-temp"> <span class="temp-4-6"> <span class="units-values temperature-units-values"><span data-unit="c" class="units-value temperature-value temperature-value-unit-c">5<span class="unit">掳C</span></span><span class="unit-types-separator"> </span><span data-unit="f" class="units-value temperature-value temperature-value-unit-f">41<span class="unit">掳F</span></span></span> </span> </td> <td class="wind"> <span class="wind-direction">Southerly</span> <br> <span class="wind-speed__description wind-speed__description--average">Wind Speed</span> <span class="units-values windspeed-units-values"><span data-unit="kph" class="units-value windspeed-value windspeed-value-unit-kph">23 <span class="unit">km/h</span></span><span class="unit-types-separator"> </span><span data-unit="mph" class="units-value windspeed-value windspeed-value-unit-mph">14 <span class="unit">mph</span></span></span> </td> </tr> <tr class="day"> <td class="dayname"> Thursday </td> <td class="weather"> <p>Sunny</p> </td> <td class="max-temp"> <span class="temp-10-12"> <span class="units-values temperature-units-values"><span data-unit="c" class="units-value temperature-value temperature-value-unit-c">10<span class="unit">掳C</span></span><span class="unit-types-separator"> </span><span data-unit="f" class="units-value temperature-value temperature-value-unit-f">50<span class="unit">掳F</span></span></span> </span> </td> <td class="min-temp"> <span class="temp-1-3"> <span class="units-values temperature-units-values"><span data-unit="c" class="units-value temperature-value temperature-value-unit-c">2<span class="unit">掳C</span></span><span class="unit-types-separator"> </span><span data-unit="f" class="units-value temperature-value temperature-value-unit-f">36<span class="unit">掳F</span></span></span> </span> </td> <td class="wind"> <span class="wind-direction">Westerly</span> <br> <span class="wind-speed__description wind-speed__description--average">Wind Speed</span> <span class="units-values windspeed-units-values"><span data-unit="kph" class="units-value windspeed-value windspeed-value-unit-kph">23 <span class="unit">km/h</span></span><span class="unit-types-separator"> </span><span data-unit="mph" class="units-value windspeed-value windspeed-value-unit-mph">14 <span class="unit">mph</span></span></span> </td> </tr> <tr class="day"> <td class="dayname"> Friday </td> <td class="weather"> <p>Sunny</p> </td> <td class="max-temp"> <span class="temp-10-12"> <span class="units-values temperature-units-values"><span data-unit="c" class="units-value temperature-value temperature-value-unit-c">10<span class="unit">掳C</span></span><span class="unit-types-separator"> </span><span data-unit="f" class="units-value temperature-value temperature-value-unit-f">50<span class="unit">掳F</span></span></span> </span> </td> <td class="min-temp"> <span class="temp-1-3"> <span class="units-values temperature-units-values"><span data-unit="c" class="units-value temperature-value temperature-value-unit-c">3<span class="unit">掳C</span></span><span class="unit-types-separator"> </span><span data-unit="f" class="units-value temperature-value temperature-value-unit-f">37<span class="unit">掳F</span></span></span> </span> </td> <td class="wind"> <span class="wind-direction">South Westerly</span> <br> <span class="wind-speed__description wind-speed__description--average">Wind Speed</span> <span class="units-values windspeed-units-values"><span data-unit="kph" class="units-value windspeed-value windspeed-value-unit-kph">11 <span class="unit">km/h</span></span><span class="unit-types-separator"> </span><span data-unit="mph" class="units-value windspeed-value windspeed-value-unit-mph">7 <span class="unit">mph</span></span></span> </td> </tr> <tr class="day"> <td class="dayname"> Saturday </td> <td class="weather"> <p>Sunny</p> </td> <td class="max-temp"> <span class="temp-10-12"> <span class="units-values temperature-units-values"><span data-unit="c" class="units-value temperature-value temperature-value-unit-c">10<span class="unit">掳C</span></span><span class="unit-types-separator"> </span><span data-unit="f" class="units-value temperature-value temperature-value-unit-f">50<span class="unit">掳F</span></span></span> </span> </td> <td class="min-temp"> <span class="temp-1-3"> <span class="units-values temperature-units-values"><span data-unit="c" class="units-value temperature-value temperature-value-unit-c">3<span class="unit">掳C</span></span><span class="unit-types-separator"> </span><span data-unit="f" class="units-value temperature-value temperature-value-unit-f">37<span class="unit">掳F</span></span></span> </span> </td> <td class="wind"> <span class="wind-direction">West South Westerly</span> <br> <span class="wind-speed__description wind-speed__description--average">Wind Speed</span> <span class="units-values windspeed-units-values"><span data-unit="kph" class="units-value windspeed-value windspeed-value-unit-kph">11 <span class="unit">km/h</span></span><span class="unit-types-separator"> </span><span data-unit="mph" class="units-value windspeed-value windspeed-value-unit-mph">7 <span class="unit">mph</span></span></span> </td> </tr> </tbody> </table> <p></p> </div> <div id="bbccom_sponsor_section_1_2_3_4" class="bbccom_slot"> <div id="bbccom_sponsor_section" class="bbccom_advert bbccom_display_none"> <div id="bbccom_sponsor_section_text">IN ASSOCIATION WITH</div> <div id="bbccom_sponsor_section_image"> <script type="text/javascript"> if (window.bbcdotcom && bbcdotcom.slot) { bbcdotcom.slot('sponsor_section', [1,2,3,4]); } else { BBC.adverts.write("sponsor_section",false); } </script> </div> </div> </div> <script type="text/javascript"> if (window.bbcdotcom && bbcdotcom.show) { bbcdotcom.show(); } else { BBC.adverts.show("sponsor_section"); } </script> <script type="text/javascript"> if (BBC.adverts.hasStyles()) { gloader.load( [ "glow", "1", "glow.dom" ], { onLoad : function(glow) { var $=glow.dom.get; var sponsor_section = $('#bbccom_sponsor_section'); sponsor_section.prop('style').cssText = BBC.adverts.writeAttr('style','sponsor_section'); var sponsor_section_text = $('#bbccom_sponsor_section_text'); sponsor_section_text.prop('style').cssText = BBC.adverts.writeAttr('style','sponsor_section_text'); var sponsor_section_image = $('#bbccom_sponsor_section_image'); sponsor_section_image.prop('style').cssText = BBC.adverts.writeAttr('style','sponsor_section_image'); } }); } </script> <div id="bbccom_mpu_1_2_3_4" class="bbccom_slot"> <div class="bbccom_advert bbccom_display_none" id="bbccom_mpu"> <script type="text/javascript"> if (window.bbcdotcom && bbcdotcom.slot) { bbcdotcom.slot('mpu', [1,2,3,4]); } else { BBC.adverts.write("mpu",true); } </script> </div> <script type="text/javascript"> if (window.bbcdotcom && bbcdotcom.show) { bbcdotcom.show(); } else { BBC.adverts.show("mpu"); } </script> </div> <h2 class="blq-hide">Forecast</h2> <div class="tabbed-forecast"> <div class="forecast-options"> <a tabindex="-1" href="/web/20180213220226/http://www.bbc.com/weather/2643743" id="basic-forecast" class="forecast-switcher hidden" data-direction="previous"><span class="arrow"></span><span>First five days</span></a> <a tabindex="-1" href="/web/20180213220226/http://www.bbc.com/weather/2643743/extended" id="extended-forecast" class="forecast-switcher " data-direction="ahead"><span class="arrow"></span><span>Further ahead</span></a> </div> <div class="daily-window"> <ul class="daily"> <li class="daily__day-tab day-20180213 first active "> <a rel="nofollow" href="/web/20180213220226/http://www.bbc.com/weather/2643743?day=0" data-ajax-href="/weather/en/2643743/daily/2018-02-13?day=0"> <div class="daily__day-header"> <h3 class="daily__day-date"> <span class="day-name" aria-label="Tuesday">Tue</span> </h3> </div> <span title="Light Cloud" class="weather-type-image weather-type-image-40"><img src="https://web.archive.org/web/20180213220226im_/http://static.bbci.co.uk/weather/0.5.4517/images/icons/tab_sprites/40px/7.png" alt="Light Cloud"/></span> <span class="min-temp-label">Min. night</span> <span class="min-temp min-temp-value"> <span class="units-values temperature-units-values"><span data-unit="c" class="units-value temperature-value temperature-value-unit-c">0<span class="unit">掳C</span></span><span class="unit-types-separator"> </span><span data-unit="f" class="units-value temperature-value temperature-value-unit-f">32<span class="unit">掳F</span></span></span></span> <span class="wind wind-speed windrose-icon windrose-icon--average windrose-icon-40 windrose-icon-40--average wind-direction-nw" title="6 mph, North Westerly" data-tooltip-kph="10 km/h, North Westerly" data-tooltip-mph="6 mph, North Westerly"> <span class="speed"> <span class="wind-speed__description wind-speed__description--average">Wind Speed</span> <span class="units-values windspeed-units-values"><span data-unit="kph" class="units-value windspeed-value windspeed-value-unit-kph">10 <span class="unit">km/h</span></span><span class="unit-types-separator"> </span><span data-unit="mph" class="units-value windspeed-value windspeed-value-unit-mph">6 <span class="unit">mph</span></span></span></span> <span class="description blq-hide">North Westerly</span> </span> </a> </li> <li class="daily__day-tab day-20180214 "> <a rel="nofollow" href="/web/20180213220226/http://www.bbc.com/weather/2643743?day=1" data-ajax-href="/weather/en/2643743/daily/2018-02-14?day=1"> <div class="daily__day-header"> <h3 class="daily__day-date"> <span class="day-name" aria-label="Wednesday">Wed</span> </h3> </div> <span title="Light Cloud" class="weather-type-image weather-type-image-40"><img src="https://web.archive.org/web/20180213220226im_/http://static.bbci.co.uk/weather/0.5.4517/images/icons/tab_sprites/40px/7.png" alt="Light Cloud"/></span> <span class="max-temp max-temp-value"> <span class="units-values temperature-units-values"><span data-unit="c" class="units-value temperature-value temperature-value-unit-c">7<span class="unit">掳C</span></span><span class="unit-types-separator"> </span><span data-unit="f" class="units-value temperature-value temperature-value-unit-f">45<span class="unit">掳F</span></span></span></span> <span class="min-temp min-temp-value"> <span class="units-values temperature-units-values"><span data-unit="c" class="units-value temperature-value temperature-value-unit-c">5<span class="unit">掳C</span></span><span class="unit-types-separator"> </span><span data-unit="f" class="units-value temperature-value temperature-value-unit-f">41<span class="unit">掳F</span></span></span></span> <span class="wind wind-speed windrose-icon windrose-icon--average windrose-icon-40 windrose-icon-40--average wind-direction-s" title="14 mph, Southerly" data-tooltip-kph="23 km/h, Southerly" data-tooltip-mph="14 mph, Southerly"> <span class="speed"> <span class="wind-speed__description wind-speed__description--average">Wind Speed</span> <span class="units-values windspeed-units-values"><span data-unit="kph" class="units-value windspeed-value windspeed-value-unit-kph">23 <span class="unit">km/h</span></span><span class="unit-types-separator"> </span><span data-unit="mph" class="units-value windspeed-value windspeed-value-unit-mph">14 <span class="unit">mph</span></span></span></span> <span class="description blq-hide">Southerly</span> </span> </a> </li> <li class="daily__day-tab day-20180215 "> <a rel="nofollow" href="/web/20180213220226/http://www.bbc.com/weather/2643743?day=2" data-ajax-href="/weather/en/2643743/daily/2018-02-15?day=2"> <div class="daily__day-header"> <h3 class="daily__day-date"> <span class="day-name" aria-label="Thursday">Thu</span> </h3> </div> <span title="Sunny" class="weather-type-image weather-type-image-40"><img src="https://web.archive.org/web/20180213220226im_/http://static.bbci.co.uk/weather/0.5.4517/images/icons/tab_sprites/40px/1.png" alt="Sunny"/></span> <span class="max-temp max-temp-value"> <span class="units-values temperature-units-values"><span data-unit="c" class="units-value temperature-value temperature-value-unit-c">10<span class="unit">掳C</span></span><span class="unit-types-separator"> </span><span data-unit="f" class="units-value temperature-value temperature-value-unit-f">50<span class="unit">掳F</span></span></span></span> <span class="min-temp min-temp-value"> <span class="units-values temperature-units-values"><span data-unit="c" class="units-value temperature-value temperature-value-unit-c">2<span class="unit">掳C</span></span><span class="unit-types-separator"> </span><span data-unit="f" class="units-value temperature-value temperature-value-unit-f">36<span class="unit">掳F</span></span></span></span> <span class="wind wind-speed windrose-icon windrose-icon--average windrose-icon-40 windrose-icon-40--average wind-direction-w" title="14 mph, Westerly" data-tooltip-kph="23 km/h, Westerly" data-tooltip-mph="14 mph, Westerly"> <span class="speed"> <span class="wind-speed__description wind-speed__description--average">Wind Speed</span> <span class="units-values windspeed-units-values"><span data-unit="kph" class="units-value windspeed-value windspeed-value-unit-kph">23 <span class="unit">km/h</span></span><span class="unit-types-separator"> </span><span data-unit="mph" class="units-value windspeed-value windspeed-value-unit-mph">14 <span class="unit">mph</span></span></span></span> <span class="description blq-hide">Westerly</span> </span> </a> </li> <li class="daily__day-tab day-20180216 "> <a rel="nofollow" href="/web/20180213220226/http://www.bbc.com/weather/2643743?day=3" data-ajax-href="/weather/en/2643743/daily/2018-02-16?day=3"> <div class="daily__day-header"> <h3 class="daily__day-date"> <span class="day-name" aria-label="Friday">Fri</span> </h3> </div> <span title="Sunny" class="weather-type-image weather-type-image-40"><img src="https://web.archive.org/web/20180213220226im_/http://static.bbci.co.uk/weather/0.5.4517/images/icons/tab_sprites/40px/1.png" alt="Sunny"/></span> <span class="max-temp max-temp-value"> <span class="units-values temperature-units-values"><span data-unit="c" class="units-value temperature-value temperature-value-unit-c">10<span class="unit">掳C</span></span><span class="unit-types-separator"> </span><span data-unit="f" class="units-value temperature-value temperature-value-unit-f">50<span class="unit">掳F</span></span></span></span> <span class="min-temp min-temp-value"> <span class="units-values temperature-units-values"><span data-unit="c" class="units-value temperature-value temperature-value-unit-c">3<span class="unit">掳C</span></span><span class="unit-types-separator"> </span><span data-unit="f" class="units-value temperature-value temperature-value-unit-f">37<span class="unit">掳F</span></span></span></span> <span class="wind wind-speed windrose-icon windrose-icon--average windrose-icon-40 windrose-icon-40--average wind-direction-sw" title="7 mph, South Westerly" data-tooltip-kph="11 km/h, South Westerly" data-tooltip-mph="7 mph, South Westerly"> <span class="speed"> <span class="wind-speed__description wind-speed__description--average">Wind Speed</span> <span class="units-values windspeed-units-values"><span data-unit="kph" class="units-value windspeed-value windspeed-value-unit-kph">11 <span class="unit">km/h</span></span><span class="unit-types-separator"> </span><span data-unit="mph" class="units-value windspeed-value windspeed-value-unit-mph">7 <span class="unit">mph</span></span></span></span> <span class="description blq-hide">South Westerly</span> </span> </a> </li> <li class="daily__day-tab day-20180217 last-child"> <a rel="nofollow" href="/web/20180213220226/http://www.bbc.com/weather/2643743?day=4" data-ajax-href="/weather/en/2643743/daily/2018-02-17?day=4"> <div class="daily__day-header"> <h3 class="daily__day-date"> <span class="day-name" aria-label="Saturday">Sat</span> </h3> </div> <span title="Sunny" class="weather-type-image weather-type-image-40"><img src="https://web.archive.org/web/20180213220226im_/http://static.bbci.co.uk/weather/0.5.4517/images/icons/tab_sprites/40px/1.png" alt="Sunny"/></span> <span class="max-temp max-temp-value"> <span class="units-values temperature-units-values"><span data-unit="c" class="units-value temperature-value temperature-value-unit-c">10<span class="unit">掳C</span></span><span class="unit-types-separator"> </span><span data-unit="f" class="units-value temperature-value temperature-value-unit-f">50<span class="unit">掳F</span></span></span></span> <span class="min-temp min-temp-value"> <span class="units-values temperature-units-values"><span data-unit="c" class="units-value temperature-value temperature-value-unit-c">3<span class="unit">掳C</span></span><span class="unit-types-separator"> </span><span data-unit="f" class="units-value temperature-value temperature-value-unit-f">37<span class="unit">掳F</span></span></span></span> <span class="wind wind-speed windrose-icon windrose-icon--average windrose-icon-40 windrose-icon-40--average wind-direction-wsw" title="7 mph, West South Westerly" data-tooltip-kph="11 km/h, West South Westerly" data-tooltip-mph="7 mph, West South Westerly"> <span class="speed"> <span class="wind-speed__description wind-speed__description--average">Wind Speed</span> <span class="units-values windspeed-units-values"><span data-unit="kph" class="units-value windspeed-value windspeed-value-unit-kph">11 <span class="unit">km/h</span></span><span class="unit-types-separator"> </span><span data-unit="mph" class="units-value windspeed-value windspeed-value-unit-mph">7 <span class="unit">mph</span></span></span></span> <span class="description blq-hide">West South Westerly</span> </span> </a> </li> </ul> </div> <ul id="all-daily-tabs"> <li class="daily__day-tab day-20180213 first active "> <a rel="nofollow" href="/web/20180213220226/http://www.bbc.com/weather/2643743?day=0" data-ajax-href="/weather/en/2643743/daily/2018-02-13?day=0"> <div class="daily__day-header"> <h3 class="daily__day-date"> <span class="day-name" aria-label="Tuesday">Tue</span> </h3> </div> <span title="Light Cloud" class="weather-type-image weather-type-image-40"><img src="https://web.archive.org/web/20180213220226im_/http://static.bbci.co.uk/weather/0.5.4517/images/icons/tab_sprites/40px/7.png" alt="Light Cloud"/></span> <span class="min-temp-label">Min. night</span> <span class="min-temp min-temp-value"> <span class="units-values temperature-units-values"><span data-unit="c" class="units-value temperature-value temperature-value-unit-c">0<span class="unit">掳C</span></span><span class="unit-types-separator"> </span><span data-unit="f" class="units-value temperature-value temperature-value-unit-f">32<span class="unit">掳F</span></span></span></span> <span class="wind wind-speed windrose-icon windrose-icon--average windrose-icon-40 windrose-icon-40--average wind-direction-nw" title="6 mph, North Westerly" data-tooltip-kph="10 km/h, North Westerly" data-tooltip-mph="6 mph, North Westerly"> <span class="speed"> <span class="wind-speed__description wind-speed__description--average">Wind Speed</span> <span class="units-values windspeed-units-values"><span data-unit="kph" class="units-value windspeed-value windspeed-value-unit-kph">10 <span class="unit">km/h</span></span><span class="unit-types-separator"> </span><span data-unit="mph" class="units-value windspeed-value windspeed-value-unit-mph">6 <span class="unit">mph</span></span></span></span> <span class="description blq-hide">North Westerly</span> </span> </a> </li> <li class="daily__day-tab day-20180214 "> <a rel="nofollow" href="/web/20180213220226/http://www.bbc.com/weather/2643743?day=1" data-ajax-href="/weather/en/2643743/daily/2018-02-14?day=1"> <div class="daily__day-header"> <h3 class="daily__day-date"> <span class="day-name" aria-label="Wednesday">Wed</span> </h3> </div> <span title="Light Cloud" class="weather-type-image weather-type-image-40"><img src="https://web.archive.org/web/20180213220226im_/http://static.bbci.co.uk/weather/0.5.4517/images/icons/tab_sprites/40px/7.png" alt="Light Cloud"/></span> <span class="max-temp max-temp-value"> <span class="units-values temperature-units-values"><span data-unit="c" class="units-value temperature-value temperature-value-unit-c">7<span class="unit">掳C</span></span><span class="unit-types-separator"> </span><span data-unit="f" class="units-value temperature-value temperature-value-unit-f">45<span class="unit">掳F</span></span></span></span> <span class="min-temp min-temp-value"> <span class="units-values temperature-units-values"><span data-unit="c" class="units-value temperature-value temperature-value-unit-c">5<span class="unit">掳C</span></span><span class="unit-types-separator"> </span><span data-unit="f" class="units-value temperature-value temperature-value-unit-f">41<span class="unit">掳F</span></span></span></span> <span class="wind wind-speed windrose-icon windrose-icon--average windrose-icon-40 windrose-icon-40--average wind-direction-s" title="14 mph, Southerly" data-tooltip-kph="23 km/h, Southerly" data-tooltip-mph="14 mph, Southerly"> <span class="speed"> <span class="wind-speed__description wind-speed__description--average">Wind Speed</span> <span class="units-values windspeed-units-values"><span data-unit="kph" class="units-value windspeed-value windspeed-value-unit-kph">23 <span class="unit">km/h</span></span><span class="unit-types-separator"> </span><span data-unit="mph" class="units-value windspeed-value windspeed-value-unit-mph">14 <span class="unit">mph</span></span></span></span> <span class="description blq-hide">Southerly</span> </span> </a> </li> <li class="daily__day-tab day-20180215 "> <a rel="nofollow" href="/web/20180213220226/http://www.bbc.com/weather/2643743?day=2" data-ajax-href="/weather/en/2643743/daily/2018-02-15?day=2"> <div class="daily__day-header"> <h3 class="daily__day-date"> <span class="day-name" aria-label="Thursday">Thu</span> </h3> </div> <span title="Sunny" class="weather-type-image weather-type-image-40"><img src="https://web.archive.org/web/20180213220226im_/http://static.bbci.co.uk/weather/0.5.4517/images/icons/tab_sprites/40px/1.png" alt="Sunny"/></span> <span class="max-temp max-temp-value"> <span class="units-values temperature-units-values"><span data-unit="c" class="units-value temperature-value temperature-value-unit-c">10<span class="unit">掳C</span></span><span class="unit-types-separator"> </span><span data-unit="f" class="units-value temperature-value temperature-value-unit-f">50<span class="unit">掳F</span></span></span></span> <span class="min-temp min-temp-value"> <span class="units-values temperature-units-values"><span data-unit="c" class="units-value temperature-value temperature-value-unit-c">2<span class="unit">掳C</span></span><span class="unit-types-separator"> </span><span data-unit="f" class="units-value temperature-value temperature-value-unit-f">36<span class="unit">掳F</span></span></span></span> <span class="wind wind-speed windrose-icon windrose-icon--average windrose-icon-40 windrose-icon-40--average wind-direction-w" title="14 mph, Westerly" data-tooltip-kph="23 km/h, Westerly" data-tooltip-mph="14 mph, Westerly"> <span class="speed"> <span class="wind-speed__description wind-speed__description--average">Wind Speed</span> <span class="units-values windspeed-units-values"><span data-unit="kph" class="units-value windspeed-value windspeed-value-unit-kph">23 <span class="unit">km/h</span></span><span class="unit-types-separator"> </span><span data-unit="mph" class="units-value windspeed-value windspeed-value-unit-mph">14 <span class="unit">mph</span></span></span></span> <span class="description blq-hide">Westerly</span> </span> </a> </li> <li class="daily__day-tab day-20180216 "> <a rel="nofollow" href="/web/20180213220226/http://www.bbc.com/weather/2643743?day=3" data-ajax-href="/weather/en/2643743/daily/2018-02-16?day=3"> <div class="daily__day-header"> <h3 class="daily__day-date"> <span class="day-name" aria-label="Friday">Fri</span> </h3> </div> <span title="Sunny" class="weather-type-image weather-type-image-40"><img src="https://web.archive.org/web/20180213220226im_/http://static.bbci.co.uk/weather/0.5.4517/images/icons/tab_sprites/40px/1.png" alt="Sunny"/></span> <span class="max-temp max-temp-value"> <span class="units-values temperature-units-values"><span data-unit="c" class="units-value temperature-value temperature-value-unit-c">10<span class="unit">掳C</span></span><span class="unit-types-separator"> </span><span data-unit="f" class="units-value temperature-value temperature-value-unit-f">50<span class="unit">掳F</span></span></span></span> <span class="min-temp min-temp-value"> <span class="units-values temperature-units-values"><span data-unit="c" class="units-value temperature-value temperature-value-unit-c">3<span class="unit">掳C</span></span><span class="unit-types-separator"> </span><span data-unit="f" class="units-value temperature-value temperature-value-unit-f">37<span class="unit">掳F</span></span></span></span> <span class="wind wind-speed windrose-icon windrose-icon--average windrose-icon-40 windrose-icon-40--average wind-direction-sw" title="7 mph, South Westerly" data-tooltip-kph="11 km/h, South Westerly" data-tooltip-mph="7 mph, South Westerly"> <span class="speed"> <span class="wind-speed__description wind-speed__description--average">Wind Speed</span> <span class="units-values windspeed-units-values"><span data-unit="kph" class="units-value windspeed-value windspeed-value-unit-kph">11 <span class="unit">km/h</span></span><span class="unit-types-separator"> </span><span data-unit="mph" class="units-value windspeed-value windspeed-value-unit-mph">7 <span class="unit">mph</span></span></span></span> <span class="description blq-hide">South Westerly</span> </span> </a> </li> <li class="daily__day-tab day-20180217 last-child"> <a rel="nofollow" href="/web/20180213220226/http://www.bbc.com/weather/2643743?day=4" data-ajax-href="/weather/en/2643743/daily/2018-02-17?day=4"> <div class="daily__day-header"> <h3 class="daily__day-date"> <span class="day-name" aria-label="Saturday">Sat</span> </h3> </div> <span title="Sunny" class="weather-type-image weather-type-image-40"><img src="https://web.archive.org/web/20180213220226im_/http://static.bbci.co.uk/weather/0.5.4517/images/icons/tab_sprites/40px/1.png" alt="Sunny"/></span> <span class="max-temp max-temp-value"> <span class="units-values temperature-units-values"><span data-unit="c" class="units-value temperature-value temperature-value-unit-c">10<span class="unit">掳C</span></span><span class="unit-types-separator"> </span><span data-unit="f" class="units-value temperature-value temperature-value-unit-f">50<span class="unit">掳F</span></span></span></span> <span class="min-temp min-temp-value"> <span class="units-values temperature-units-values"><span data-unit="c" class="units-value temperature-value temperature-value-unit-c">3<span class="unit">掳C</span></span><span class="unit-types-separator"> </span><span data-unit="f" class="units-value temperature-value temperature-value-unit-f">37<span class="unit">掳F</span></span></span></span> <span class="wind wind-speed windrose-icon windrose-icon--average windrose-icon-40 windrose-icon-40--average wind-direction-wsw" title="7 mph, West South Westerly" data-tooltip-kph="11 km/h, West South Westerly" data-tooltip-mph="7 mph, West South Westerly"> <span class="speed"> <span class="wind-speed__description wind-speed__description--average">Wind Speed</span> <span class="units-values windspeed-units-values"><span data-unit="kph" class="units-value windspeed-value windspeed-value-unit-kph">11 <span class="unit">km/h</span></span><span class="unit-types-separator"> </span><span data-unit="mph" class="units-value windspeed-value windspeed-value-unit-mph">7 <span class="unit">mph</span></span></span></span> <span class="description blq-hide">West South Westerly</span> </span> </a> </li> <li class="daily__day-tab day-20180218 "> <a rel="nofollow" href="/web/20180213220226/http://www.bbc.com/weather/2643743/extended?day=5" data-ajax-href="/weather/en/2643743/daily/2018-02-18?day=5"> <div class="daily__day-header"> <h3 class="daily__day-date"> <span class="day-name" aria-label="Sunday">Sun</span> </h3> </div> <span title="Light Cloud" class="weather-type-image weather-type-image-40"><img src="https://web.archive.org/web/20180213220226im_/http://static.bbci.co.uk/weather/0.5.4517/images/icons/tab_sprites/40px/7.png" alt="Light Cloud"/></span> <span class="max-temp max-temp-value"> <span class="units-values temperature-units-values"><span data-unit="c" class="units-value temperature-value temperature-value-unit-c">10<span class="unit">掳C</span></span><span class="unit-types-separator"> </span><span data-unit="f" class="units-value temperature-value temperature-value-unit-f">50<span class="unit">掳F</span></span></span></span> <span class="min-temp min-temp-value"> <span class="units-values temperature-units-values"><span data-unit="c" class="units-value temperature-value temperature-value-unit-c">5<span class="unit">掳C</span></span><span class="unit-types-separator"> </span><span data-unit="f" class="units-value temperature-value temperature-value-unit-f">41<span class="unit">掳F</span></span></span></span> <span class="wind wind-speed windrose-icon windrose-icon--average windrose-icon-40 windrose-icon-40--average wind-direction-wsw" title="9 mph, West South Westerly" data-tooltip-kph="14 km/h, West South Westerly" data-tooltip-mph="9 mph, West South Westerly"> <span class="speed"> <span class="wind-speed__description wind-speed__description--average">Wind Speed</span> <span class="units-values windspeed-units-values"><span data-unit="kph" class="units-value windspeed-value windspeed-value-unit-kph">14 <span class="unit">km/h</span></span><span class="unit-types-separator"> </span><span data-unit="mph" class="units-value windspeed-value windspeed-value-unit-mph">9 <span class="unit">mph</span></span></span></span> <span class="description blq-hide">West South Westerly</span> </span> </a> </li> <li class="daily__day-tab day-20180219 "> <a rel="nofollow" href="/web/20180213220226/http://www.bbc.com/weather/2643743/extended?day=6" data-ajax-href="/weather/en/2643743/daily/2018-02-19?day=6"> <div class="daily__day-header"> <h3 class="daily__day-date"> <span class="day-name" aria-label="Monday">Mon</span> </h3> </div> <span title="Light Cloud" class="weather-type-image weather-type-image-40"><img src="https://web.archive.org/web/20180213220226im_/http://static.bbci.co.uk/weather/0.5.4517/images/icons/tab_sprites/40px/7.png" alt="Light Cloud"/></span> <span class="max-temp max-temp-value"> <span class="units-values temperature-units-values"><span data-unit="c" class="units-value temperature-value temperature-value-unit-c">10<span class="unit">掳C</span></span><span class="unit-types-separator"> </span><span data-unit="f" class="units-value temperature-value temperature-value-unit-f">50<span class="unit">掳F</span></span></span></span> <span class="min-temp min-temp-value"> <span class="units-values temperature-units-values"><span data-unit="c" class="units-value temperature-value temperature-value-unit-c">4<span class="unit">掳C</span></span><span class="unit-types-separator"> </span><span data-unit="f" class="units-value temperature-value temperature-value-unit-f">39<span class="unit">掳F</span></span></span></span> <span class="wind wind-speed windrose-icon windrose-icon--average windrose-icon-40 windrose-icon-40--average wind-direction-nnw" title="9 mph, North North Westerly" data-tooltip-kph="14 km/h, North North Westerly" data-tooltip-mph="9 mph, North North Westerly"> <span class="speed"> <span class="wind-speed__description wind-speed__description--average">Wind Speed</span> <span class="units-values windspeed-units-values"><span data-unit="kph" class="units-value windspeed-value windspeed-value-unit-kph">14 <span class="unit">km/h</span></span><span class="unit-types-separator"> </span><span data-unit="mph" class="units-value windspeed-value windspeed-value-unit-mph">9 <span class="unit">mph</span></span></span></span> <span class="description blq-hide">North North Westerly</span> </span> </a> </li> <li class="daily__day-tab day-20180220 "> <a rel="nofollow" href="/web/20180213220226/http://www.bbc.com/weather/2643743/extended?day=7" data-ajax-href="/weather/en/2643743/daily/2018-02-20?day=7"> <div class="daily__day-header"> <h3 class="daily__day-date"> <span class="day-name" aria-label="Tuesday">Tue</span> <span class="day-and-month">20th</span> </h3> </div> <span title="Light Cloud" class="weather-type-image weather-type-image-40"><img src="https://web.archive.org/web/20180213220226im_/http://static.bbci.co.uk/weather/0.5.4517/images/icons/tab_sprites/40px/7.png" alt="Light Cloud"/></span> <span class="max-temp max-temp-value"> <span class="units-values temperature-units-values"><span data-unit="c" class="units-value temperature-value temperature-value-unit-c">9<span class="unit">掳C</span></span><span class="unit-types-separator"> </span><span data-unit="f" class="units-value temperature-value temperature-value-unit-f">48<span class="unit">掳F</span></span></span></span> <span class="min-temp min-temp-value"> <span class="units-values temperature-units-values"><span data-unit="c" class="units-value temperature-value temperature-value-unit-c">3<span class="unit">掳C</span></span><span class="unit-types-separator"> </span><span data-unit="f" class="units-value temperature-value temperature-value-unit-f">37<span class="unit">掳F</span></span></span></span> <span class="wind wind-speed windrose-icon windrose-icon--average windrose-icon-40 windrose-icon-40--average wind-direction-nne" title="9 mph, North North Easterly" data-tooltip-kph="14 km/h, North North Easterly" data-tooltip-mph="9 mph, North North Easterly"> <span class="speed"> <span class="wind-speed__description wind-speed__description--average">Wind Speed</span> <span class="units-values windspeed-units-values"><span data-unit="kph" class="units-value windspeed-value windspeed-value-unit-kph">14 <span class="unit">km/h</span></span><span class="unit-types-separator"> </span><span data-unit="mph" class="units-value windspeed-value windspeed-value-unit-mph">9 <span class="unit">mph</span></span></span></span> <span class="description blq-hide">North North Easterly</span> </span> </a> </li> <li class="daily__day-tab day-20180221 "> <a rel="nofollow" href="/web/20180213220226/http://www.bbc.com/weather/2643743/extended?day=8" data-ajax-href="/weather/en/2643743/daily/2018-02-21?day=8"> <div class="daily__day-header"> <h3 class="daily__day-date"> <span class="day-name" aria-label="Wednesday">Wed</span> <span class="day-and-month">21st</span> </h3> </div> <span title="Thick Cloud" class="weather-type-image weather-type-image-40"><img src="https://web.archive.org/web/20180213220226im_/http://static.bbci.co.uk/weather/0.5.4517/images/icons/tab_sprites/40px/8.png" alt="Thick Cloud"/></span> <span class="max-temp max-temp-value"> <span class="units-values temperature-units-values"><span data-unit="c" class="units-value temperature-value temperature-value-unit-c">7<span class="unit">掳C</span></span><span class="unit-types-separator"> </span><span data-unit="f" class="units-value temperature-value temperature-value-unit-f">45<span class="unit">掳F</span></span></span></span> <span class="min-temp min-temp-value"> <span class="units-values temperature-units-values"><span data-unit="c" class="units-value temperature-value temperature-value-unit-c">2<span class="unit">掳C</span></span><span class="unit-types-separator"> </span><span data-unit="f" class="units-value temperature-value temperature-value-unit-f">36<span class="unit">掳F</span></span></span></span> <span class="wind wind-speed windrose-icon windrose-icon--average windrose-icon-40 windrose-icon-40--average wind-direction-n" title="9 mph, Northerly" data-tooltip-kph="14 km/h, Northerly" data-tooltip-mph="9 mph, Northerly"> <span class="speed"> <span class="wind-speed__description wind-speed__description--average">Wind Speed</span> <span class="units-values windspeed-units-values"><span data-unit="kph" class="units-value windspeed-value windspeed-value-unit-kph">14 <span class="unit">km/h</span></span><span class="unit-types-separator"> </span><span data-unit="mph" class="units-value windspeed-value windspeed-value-unit-mph">9 <span class="unit">mph</span></span></span></span> <span class="description blq-hide">Northerly</span> </span> </a> </li> <li class="daily__day-tab day-20180222 "> <a rel="nofollow" href="/web/20180213220226/http://www.bbc.com/weather/2643743/extended?day=9" data-ajax-href="/weather/en/2643743/daily/2018-02-22?day=9"> <div class="daily__day-header"> <h3 class="daily__day-date"> <span class="day-name" aria-label="Thursday">Thu</span> <span class="day-and-month">22nd</span> </h3> </div> <span title="Light Cloud" class="weather-type-image weather-type-image-40"><img src="https://web.archive.org/web/20180213220226im_/http://static.bbci.co.uk/weather/0.5.4517/images/icons/tab_sprites/40px/7.png" alt="Light Cloud"/></span> <span class="max-temp max-temp-value"> <span class="units-values temperature-units-values"><span data-unit="c" class="units-value temperature-value temperature-value-unit-c">7<span class="unit">掳C</span></span><span class="unit-types-separator"> </span><span data-unit="f" class="units-value temperature-value temperature-value-unit-f">45<span class="unit">掳F</span></span></span></span> <span class="min-temp min-temp-value"> <span class="units-values temperature-units-values"><span data-unit="c" class="units-value temperature-value temperature-value-unit-c">2<span class="unit">掳C</span></span><span class="unit-types-separator"> </span><span data-unit="f" class="units-value temperature-value temperature-value-unit-f">36<span class="unit">掳F</span></span></span></span> <span class="wind wind-speed windrose-icon windrose-icon--average windrose-icon-40 windrose-icon-40--average wind-direction-ene" title="9 mph, East North Easterly" data-tooltip-kph="14 km/h, East North Easterly" data-tooltip-mph="9 mph, East North Easterly"> <span class="speed"> <span class="wind-speed__description wind-speed__description--average">Wind Speed</span> <span class="units-values windspeed-units-values"><span data-unit="kph" class="units-value windspeed-value windspeed-value-unit-kph">14 <span class="unit">km/h</span></span><span class="unit-types-separator"> </span><span data-unit="mph" class="units-value windspeed-value windspeed-value-unit-mph">9 <span class="unit">mph</span></span></span></span> <span class="description blq-hide">East North Easterly</span> </span> </a> </li> </ul> <div class="daily-details"> <div class="inner"> <div class="hourly"> <div id="hourly" class="day-0 dataview moving-window"> <div class="sunrise-sunset"> <span class="sunrise">Sunrise 07:19</span> <span class="sunset">Sunset 17:11</span> </div> <div class="detail-container group"> <p data-seconds="1404310211" class="last-updated">Last updated 21:16</p> <button id="detail-graph-view" class="detail-button active" data-view-classname="infographic">Graph</button> <button id="detail-table-view" class="detail-button" data-view-classname="dataview">Table</button> </div> <div class="table-container selected slot-offset-0"> <table class="weather moving-window three-hourly-2 one-hourly-0"> <caption>Weather forecast details for Tuesday 13 February. Each column contains hourly forecast details for weather conditions, temperature, wind speed, wind direction, humidity, visibility and pressure.</caption> <thead> <tr class="time"> <th class="row-title">Time</th> <th class="value hours-3 next-day"><span class="hour">00</span><span class="mins">00</span><span class="blq-hide"> hours</span></th><th class="value hours-3 next-day"><span class="hour">03</span><span class="mins">00</span><span class="blq-hide"> hours</span></th><th class="hours-3 empty"> </th><th class="hours-3 empty"> </th><th class="hours-3 empty"> </th><th class="hours-3 empty"> </th><th class="hours-3 empty"> </th><th class="hours-3 empty"> </th> </tr> </thead> <tbody> <tr class="weather-type"> <th class="row-title">Weather Conditions</th> <td class="hours-3"><span class="content" style="bottom:-14.75px"> <img src="https://web.archive.org/web/20180213220226im_/http://static.bbci.co.uk/weather/0.5.4517/images/icons/individual_56_icons/en_on_light_bg/8.gif" alt="Thick Cloud" title="Thick Cloud"> </span></td><td class="hours-3"><span class="content" style="bottom:-35.25px"> <img src="https://web.archive.org/web/20180213220226im_/http://static.bbci.co.uk/weather/0.5.4517/images/icons/individual_56_icons/en_on_light_bg/2.gif" alt="Partly Cloudy" title="Partly Cloudy"> </span></td><td class="hours-3 empty"> </td><td class="hours-3 empty"> </td><td class="hours-3 empty"> </td><td class="hours-3 empty"> </td><td class="hours-3 empty"> </td><td class="hours-3 empty"> </td> </tr> <tr class="temperature"> <th class="row-title">Temperature (<span class="units-values temperature-units-values"><span data-unit="c" class="temperature-value-unit-c">掳C</span><span class="unit-types-separator">/</span><span data-unit="f" class="temperature-value-unit-f">掳F</span></span>)</th> <td class="value hours-3"> <span class="content temp-range temp-4-6" style="bottom:61.25px"> <span class="units-values temperature-units-values"><span data-unit="c" class="units-value temperature-value temperature-value-unit-c">4<span class="unit">掳C</span></span><span class="unit-types-separator"> </span><span data-unit="f" class="units-value temperature-value temperature-value-unit-f">39<span class="unit">掳F</span></span></span></span> </td><td class="value hours-3"> <span class="content temp-range temp-1-3" style="bottom:40.75px"> <span class="units-values temperature-units-values"><span data-unit="c" class="units-value temperature-value temperature-value-unit-c">3<span class="unit">掳C</span></span><span class="unit-types-separator"> </span><span data-unit="f" class="units-value temperature-value temperature-value-unit-f">37<span class="unit">掳F</span></span></span></span> </td><td class="hours-3 empty"> </td><td class="hours-3 empty"> </td><td class="hours-3 empty"> </td><td class="hours-3 empty"> </td><td class="hours-3 empty"> </td><td class="hours-3 empty"> </td> </tr> <tr class="windspeed"> <th class="row-title">Wind Speed (<span class="units-values windspeed-units-values"><span data-unit="mph" class="windspeed-value-unit-mph">mph</span><span class="unit-types-separator">/</span><span data-unit="kph" class="windspeed-value-unit-kph">km/h</span></span>)</th> <td class="hours-3"> <span class="wind wind-speed windrose-icon windrose-icon--average windrose-icon-40 windrose-icon-40--average wind-direction-nw" title="6 mph, North Westerly" data-tooltip-kph="10 km/h, North Westerly" data-tooltip-mph="6 mph, North Westerly"> <span class="speed"> <span class="wind-speed__description wind-speed__description--average">Wind Speed</span> <span class="units-values windspeed-units-values"><span data-unit="kph" class="units-value windspeed-value windspeed-value-unit-kph">10 <span class="unit">km/h</span></span><span class="unit-types-separator"> </span><span data-unit="mph" class="units-value windspeed-value windspeed-value-unit-mph">6 <span class="unit">mph</span></span></span></span> <span class="description blq-hide">North Westerly</span> </span> </td><td class="hours-3"> <span class="wind wind-speed windrose-icon windrose-icon--average windrose-icon-40 windrose-icon-40--average wind-direction-wnw" title="5 mph, West North Westerly" data-tooltip-kph="8 km/h, West North Westerly" data-tooltip-mph="5 mph, West North Westerly"> <span class="speed"> <span class="wind-speed__description wind-speed__description--average">Wind Speed</span> <span class="units-values windspeed-units-values"><span data-unit="kph" class="units-value windspeed-value windspeed-value-unit-kph">8 <span class="unit">km/h</span></span><span class="unit-types-separator"> </span><span data-unit="mph" class="units-value windspeed-value windspeed-value-unit-mph">5 <span class="unit">mph</span></span></span></span> <span class="description blq-hide">West North Westerly</span> </span> </td><td class="hours-3 empty"> </td><td class="hours-3 empty"> </td><td class="hours-3 empty"> </td><td class="hours-3 empty"> </td><td class="hours-3 empty"> </td><td class="hours-3 empty"> </td> </tr> <tr class="wind-direction"> <th class="row-title">Wind Direction</th> <td class="hours-3"> <abbr title="North Westerly">NW</abbr> </td><td class="hours-3"> <abbr title="West North Westerly">WNW</abbr> </td><td class="hours-3 empty"> </td><td class="hours-3 empty"> </td><td class="hours-3 empty"> </td><td class="hours-3 empty"> </td><td class="hours-3 empty"> </td><td class="hours-3 empty"> </td> </tr> </tbody> <tfoot> <tr class="humidity"> <th class="row-title">Humidity</th> <td class="value hours-3"> 88% </td><td class="value hours-3"> 83% </td><td class="hours-3 empty"> </td><td class="hours-3 empty"> </td><td class="hours-3 empty"> </td><td class="hours-3 empty"> </td><td class="hours-3 empty"> </td><td class="hours-3 empty"> </td> </tr> <tr class="visibility"> <th class="row-title">Visibility (E = Excellent, VG = Very Good, G = Good, M = Moderate, P = Poor, VP = Very Poor)</th> <td class="value hours-3"><abbr title="Good">G</abbr></td><td class="value hours-3"><abbr title="Good">G</abbr></td><td class="hours-3 empty"> </td><td class="hours-3 empty"> </td><td class="hours-3 empty"> </td><td class="hours-3 empty"> </td><td class="hours-3 empty"> </td><td class="hours-3 empty"> </td> </tr> <tr class="pressure"> <th class="row-title">Pressure (Millibars)</th> <td class="value hours-3"> 1006 </td><td class="value hours-3"> 1007 </td><td class="hours-3 empty"> </td><td class="hours-3 empty"> </td><td class="hours-3 empty"> </td><td class="hours-3 empty"> </td><td class="hours-3 empty"> </td><td class="hours-3 empty"> </td> </tr> </tfoot> </table> </div> </div> <div id="advanced-weather"> </div> <script class="advanced-weather-tmpl" type="text/x-jquery-tmpl"> <span class="arrow"></span> <h2></h2> <ul> <li class="most-likely"> <span class="label most-likely-label--high">Most Likely High</span> <span class="label most-likely-label--low">Most Likely Low</span> <span class="temperature-value-unit-c value"></span> <span class="temperature-value-unit-f value"></span> </li> <li class="most-likely-between"> <span class="label most-likely-label--high">High Between</span> <span class="label most-likely-label--low">Low Between</span> <span class="temperature-value-unit-c value"></span> <span class="temperature-value-unit-f value"></span> </li> <li> <span class="label">Humidity</span> <span class="humidity value"></span> </li> <li> <span class="label">Visibility</span> <span class="visibility value"></span> </li> <li> <span class="label">Pressure (Millibars)</span> <span class="pressure value"></span> </li> <li> <span class="label">Wind Direction</span> <span class="wind-direction value"></span> </li> <li> <span class="label"><span class="wind-speed-type"></span> (<span class="units-values windspeed-units-values"><span data-unit="mph" class="windspeed-value-unit-mph">mph</span><span class="unit-types-separator">/</span><span data-unit="kph" class="windspeed-value-unit-kph">km/h</span></span>)</span> <span class="wind-speed value"></span> </li> </ul> </script> </div> </div> </div> </div> <div class="clear"></div> <script> /*<![CDATA[*/ bbc.weather.configureDetailedForecastView(); /*]]>*/ </script> <div class="columns"> <div class="column-main"> <div class="regional-summary"> <h2>London and South East England</h2> <!-- HOURLY data for 20180213 --> <div id="forecast-summary" class="summary-column"> <h3>Forecast Summary</h3> <div class="forecast-summary" lang="en"> <ul> <li> <h4 class="title">This Evening and Tonight</h4> <p class="body">Cloud and rain should gradually clear eastwards during the evening, perhaps lingering across London and Kent until the early hours, leaving clear and frosty conditions behind. Patchy ice may develop on untreated wet surfaces.</p> </li> </ul> </div> </div> <script id="forecast-summary-0" type="text/x-jquery-tmpl"> <div id="forecast-summary" class="summary-column"> <h3>Forecast Summary</h3> <div class="forecast-summary" lang="en"> <ul > <li> <h4 class="title">This Evening and Tonight</h4> <p class="body">Cloud and rain should gradually clear eastwards during the evening, perhaps lingering across London and Kent until the early hours, leaving clear and frosty conditions behind. Patchy ice may develop on untreated wet surfaces.</p> </li> </ul> </div> </div> </script> <script id="forecast-summary-1" type="text/x-jquery-tmpl"> <div id="forecast-summary" class="summary-column"> <h3>Forecast Summary</h3> <div class="forecast-summary" lang="en"> <ul > <li> <h4 class="title">Wednesday</h4> <p class="body">A chilly and bright morning with some sunshine. Southerly winds will strengthen considerably, with gales along the coast, and cloud thickening bringing rain eastwards during the afternoon.</p> </li> </ul> </div> </div> </script> <script id="forecast-summary-2" type="text/x-jquery-tmpl"> <div id="forecast-summary" class="summary-column"> <h3>Forecast Summary</h3> <div class="forecast-summary" lang="en"> <ul > <li> <h4 class="title">Outlook for Thursday to Saturday</h4> <p class="body">The weather looks to improve from Thursday onwards, with increasingly dry and bright conditions with lighter winds. Isolated showers possible on Thursday. Overnight fog and patchy frost remains possible.</p> </li> </ul> </div> </div> </script> <script id="forecast-summary-3" type="text/x-jquery-tmpl"> <div id="forecast-summary" class="summary-column"> <h3>Forecast Summary</h3> <div class="forecast-summary" lang="en"> <ul > <li> <h4 class="title">Outlook for Thursday to Saturday</h4> <p class="body">The weather looks to improve from Thursday onwards, with increasingly dry and bright conditions with lighter winds. Isolated showers possible on Thursday. Overnight fog and patchy frost remains possible.</p> </li> </ul> </div> </div> </script> <script id="forecast-summary-4" type="text/x-jquery-tmpl"> <div id="forecast-summary" class="summary-column"> <h3>Forecast Summary</h3> <div class="forecast-summary" lang="en"> <ul > <li> <h4 class="title">Outlook for Thursday to Saturday</h4> <p class="body">The weather looks to improve from Thursday onwards, with increasingly dry and bright conditions with lighter winds. Isolated showers possible on Thursday. Overnight fog and patchy frost remains possible.</p> </li> </ul> </div> </div> </script> <div class="environmental-column"> <h3>Environmental Summary</h3> <div id="environmental-summary" class="environmental"> <div class="environmental-index uv-index"> <h4>UV: <span class="value">1</span></h4> <span class="range">UK Range: 1-8</span> </div> <div class="environmental-index pollution-index"> <h4>Pollution: <span class="value">Low</span></h4> <span class="range">UK Range: Low to Very High</span> </div> <div class="clear"></div> </div> <script id="environmental-summary-0" type="text/x-jquery-tmpl"> <div id="environmental-summary" class="environmental"> <div class="environmental-index uv-index"> <h4>UV: <span class="value">1</span></h4> <span class="range">UK Range: 1-8</span> </div> <div class="environmental-index pollution-index"> <h4>Pollution: <span class="value">Low</span></h4> <span class="range">UK Range: Low to Very High</span> </div> <div class="clear"></div> </div> </script> <script id="environmental-summary-1" type="text/x-jquery-tmpl"> <div id="environmental-summary" class="environmental"> <div class="environmental-index uv-index"> <h4>UV: <span class="value">1</span></h4> <span class="range">UK Range: 1-8</span> </div> <div class="environmental-index pollution-index"> <h4>Pollution: <span class="value">Low</span></h4> <span class="range">UK Range: Low to Very High</span> </div> <div class="clear"></div> </div> </script> <script id="environmental-summary-2" type="text/x-jquery-tmpl"> <div id="environmental-summary" class="environmental"> <div class="environmental-index uv-index"> <h4>UV: <span class="value">1</span></h4> <span class="range">UK Range: 1-8</span> </div> <div class="environmental-index pollution-index"> <h4>Pollution: <span class="value">Low</span></h4> <span class="range">UK Range: Low to Very High</span> </div> <div class="clear"></div> </div> </script> <script id="environmental-summary-3" type="text/x-jquery-tmpl"> <div id="environmental-summary" class="environmental"> <div class="environmental-index uv-index"> <h4>UV: <span class="value">1</span></h4> <span class="range">UK Range: 1-8</span> </div> <div class="environmental-index pollution-index"> <h4>Pollution: <span class="value">Low</span></h4> <span class="range">UK Range: Low to Very High</span> </div> <div class="clear"></div> </div> </script> <script id="environmental-summary-4" type="text/x-jquery-tmpl"> <div id="environmental-summary" class="environmental"> <div class="environmental-index uv-index"> <h4>UV: <span class="value">1</span></h4> <span class="range">UK Range: 1-8</span> </div> <div class="environmental-index pollution-index"> <h4>Pollution: <span class="value">Low</span></h4> <span class="range">UK Range: Low to Very High</span> </div> <div class="clear"></div> </div> </script> <script id="environmental-summary-5" type="text/x-jquery-tmpl"> <div id="environmental-summary" class="environmental"> <div class="environmental-index uv-index"> <h4>UV: <span class="value">1</span></h4> <span class="range">UK Range: 1-8</span> </div> <div class="clear"></div> </div> </script> <script id="environmental-summary-6" type="text/x-jquery-tmpl"> <div id="environmental-summary" class="environmental"> <div class="environmental-index uv-index"> <h4>UV: <span class="value">1</span></h4> <span class="range">UK Range: 1-8</span> </div> <div class="clear"></div> </div> </script> <script id="environmental-summary-7" type="text/x-jquery-tmpl"> <div id="environmental-summary" class="environmental"> <div class="environmental-index uv-index"> <h4>UV: <span class="value">1</span></h4> <span class="range">UK Range: 1-8</span> </div> <div class="clear"></div> </div> </script> <script id="environmental-summary-8" type="text/x-jquery-tmpl"> <div id="environmental-summary" class="environmental"> <div class="environmental-index uv-index"> <h4>UV: <span class="value">1</span></h4> <span class="range">UK Range: 1-8</span> </div> <div class="clear"></div> </div> </script> <script id="environmental-summary-9" type="text/x-jquery-tmpl"> <div id="environmental-summary" class="environmental"> <div class="environmental-index uv-index"> <h4>UV: <span class="value">1</span></h4> <span class="range">UK Range: 1-8</span> </div> <div class="clear"></div> </div> </script> </div> </div> <div id="maps" class="forecast-maps-wrapper"> <div class="forecast-maps static-maps module" data-timestamp="20180213" data-base-tile-url="http://tile{1|2|3|4}.bbcimg.co.uk/tilechef/{recipeKey}/live/base/1384949083665/{sourceKey}.png" data-weather-tile-url="http://tile{1|2|3|4}.bbcimg.co.uk/tilechef/{recipeKey}/live/{layerSet}/{version}/{layerName}/{utc}/{sourceKey}.png" data-ajax-href="http://open.live.bbc.co.uk/weather/feeds/en/maps/forecast.json" data-ajax-href-observations="http://open.live.bbc.co.uk/weather/feeds/en/maps/observations.json" data-ajax-href-pressure="http://open.live.bbc.co.uk/weather/feeds/en/maps/pressure.json?pressureArea=atl"> <script id="maps-template" type="text/x-jquery-tmpl"> <div class="maps-tabs"> <h2>Maps</h2> <div class="locations-toggle button-toggle"> Locations <span><button class="on" data-state="on">On</button></span> <span class="last"><button class="off" data-state="off">Off</button></span> </div> <ul class="ui-tabs-nav"> <li> <a href="#local-map"><span>London</span></a> </li> <li class="country"> <a href="#country-map"><span>United Kingdom</span></a> </li> <li class="pressure"> <a href="#pressure-map"><span>Pressure</span></a> </li> </ul> <div id="local-map" class="map-panel"> <ul class="map-type-picker button-toggle"> <li class="selected forecast"> <button data-map-type="forecast" class="selected" tabindex="-1">Forecast</button> </li> <li class="observations last"> <button data-map-type="observations">Observations</button> </li> </ul> <div class="map-wrapper" data-lon="-0.12574" data-lat="51.50853" data-current-lon="-0.12574" data-current-lat="51.50853" data-loc="2643743" data-zoom="9" data-feed-type="uk" data-map-type="local" data-timezone="Europe/London"> </div> <div class="map-time-nav"> <div class="time-label"></div> <div class="timeline"></div> </div> </div> <div id="country-map" class="map-panel"> <ul class="map-type-picker button-toggle"> <li class="selected forecast"> <button data-map-type="forecast" class="selected" tabindex="-1">Forecast</button> </li> <li class="observations last"> <button data-map-type="observations">Observations</button> </li> </ul> <div class="map-wrapper" data-lon="-3.55957" data-lat="55.254077" data-loc="2643743" data-current-lon="-0.12574" data-current-lat="51.50853" data-zoom="5" data-feed-type="uk" data-map-type="country" data-timezone="Europe/London"> </div> <div class="map-time-nav"> <div class="time-label"></div> <div class="timeline"></div> </div> </div> <div id="pressure-map" class="map-panel"> <ul class="map-type-picker button-toggle"> <li class="selected forecast"> <button data-map-type="forecast" class="selected" tabindex="-1">Forecast</button> </li> </ul> <div class="map-wrapper" data-feed-type="pressure" data-map-type="pressure" data-timezone="Europe/London"> </div> <div class="map-time-nav"> <div class="time-label"></div> <div class="timeline"></div> </div> </div> </div> <div id="primary-map" class="map-view loading"> </div> <!-- Map key --> <div class="map-footer"> <div class="map-key"> <h3 class="map-key-control"><span class="map-key-arrow"></span>Map Key</h3> <div class="map-key-content"> <div class="key key-cloud"> <span class="key-label">Cloud</span> <div class="key-content"> <span class="left land">Land</span> <div class="cloud-wrapper"> <span class="land-clear">Clear</span> <div class="land-image-wrapper"> <img alt="" src="https://web.archive.org/web/20180213220226/http://static.bbci.co.uk/weather/0.5.4517/images/icons/sprite.png"> </div> <span class="land-cloudy">Cloudy</span> <div class="sea-image-wrapper"> <img alt="" src="https://web.archive.org/web/20180213220226/http://static.bbci.co.uk/weather/0.5.4517/images/icons/sprite.png"> </div> <span class="sea-clear">Clear</span> </div> <span class="right sea">Sea</span> </div> </div> <div class="key key-rainfall"> <span class="key-label">Rainfall</span> <div class="key-content"> <img alt="" src="https://web.archive.org/web/20180213220226/http://static.bbci.co.uk/weather/0.5.4517/images/icons/sprite.png"> <span class="left">Light</span> <span class="center">Heavy</span> <span class="right">Extreme</span> </div> </div> <div class="key key-snowfall"> <span class="key-label">Snowfall</span> <div class="key-content"> <img alt="" src="https://web.archive.org/web/20180213220226/http://static.bbci.co.uk/weather/0.5.4517/images/icons/sprite.png"> <span class="left">Light</span> <span class="right">Heavy</span> </div> </div> <div class="key key-fog"> <span class="key-label">Fog</span> <div class="key-content"> <img alt="" src="https://web.archive.org/web/20180213220226/http://static.bbci.co.uk/weather/0.5.4517/images/icons/sprite.png"> <span class="left">Light</span> <span class="right">Heavy</span> </div> </div> <div class="key key-frost"> <span class="key-label">Frost</span> <div class="key-content"> <img alt="" src="https://web.archive.org/web/20180213220226/http://static.bbci.co.uk/weather/0.5.4517/images/icons/sprite.png"> <span class="left">Light</span> <span class="right">Heavy</span> </div> </div> <div class="key key-fronts"> <span class="key-label">Weather Fronts</span> <div class="key-content"> <span class="cold"> <span class="image-wrapper"> <img alt="" src="https://web.archive.org/web/20180213220226/http://static.bbci.co.uk/weather/0.5.4517/images/icons/sprite.png"> </span> <span>Cold</span> </span> <span class="warm"> <span class="image-wrapper"> <img alt="" src="https://web.archive.org/web/20180213220226/http://static.bbci.co.uk/weather/0.5.4517/images/icons/sprite.png"> </span> <span>Warm</span> </span> <span class="occluded"> <span class="image-wrapper"> <img alt="" src="https://web.archive.org/web/20180213220226/http://static.bbci.co.uk/weather/0.5.4517/images/icons/sprite.png"> </span> <span>Occluded</span> </span> </div> </div> </div> </div> </div> </script> </div> <!-- JQuery templates --> <div class="script-templates"> <div class="pinpoint-templates"> <script class="forecast-left" type="text/x-jquery-tmpl"> <a href="#" id="${location.id}" class="map-pinpoint map-forecast map-${anchor} pinpoint-left" title="Click for more detail for ${location.name}" data-ajax-href="/weather/${location.locId}/daily?days=3"> <span class="map-placename">${location.name}</span> <span class="map-anchor"></span> <span class="map-temp temp-${forecast.tempRange}"> <span class="temperature"> <span class="units-values temperature-units-values"><span data-unit="c" class="units-value temperature-value temperature-value-unit-c">${forecast.temp}<span class="unit">掳C</span></span><span class="unit-types-separator"> </span><span data-unit="f" class="units-value temperature-value temperature-value-unit-f">${forecast.tempF}<span class="unit">掳F</span></span></span></span> </span> </a> </script> <script class="forecast-right" type="text/x-jquery-tmpl"> <a href="#" id="${location.id}" class="map-pinpoint map-forecast map-${anchor} pinpoint-right" title="Click for more detail for ${location.name}" data-ajax-href="/weather/${location.locId}/daily?days=3"> <span class="map-temp temp-${forecast.tempRange}"> <span class="temperature"> <span class="units-values temperature-units-values"><span data-unit="c" class="units-value temperature-value temperature-value-unit-c">${forecast.temp}<span class="unit">掳C</span></span><span class="unit-types-separator"> </span><span data-unit="f" class="units-value temperature-value temperature-value-unit-f">${forecast.tempF}<span class="unit">掳F</span></span></span></span> </span> <span class="map-anchor"></span> <span class="map-placename">${location.name}</span> </a> </script> <script class="forecast-minimal" type="text/x-jquery-tmpl"> <a href="#" id="${location.id}" class="map-pinpoint map-${anchor}" title="Click for more detail for ${location.name}" tabindex="-1"> <span class="map-anchor"></span> </a> </script> <script class="location-right" type="text/x-jquery-tmpl"> <a href="#" id="${location.id}" class="map-pinpoint map-${anchor} pinpoint-right" title="Click for more detail for ${location.name}" data-ajax-href="/weather/${location.locId}/daily?days=3" tabindex="-1"> <span class="map-anchor"></span> <span class="map-placename">${location.name}</span> </a> </script> <script class="location-left" type="text/x-jquery-tmpl"> <a href="#" id="${location.id}" class="map-pinpoint map-${anchor} pinpoint-left" title="Click for more detail for ${location.name}" data-ajax-href="/weather/${location.locId}/daily?days=3" tabindex="-1"> <span class="map-placename">${location.name}</span> <span class="map-anchor"></span> </a> </script> </div> <div class="pinpoint-print-templates"> <script class="forecast-left" type="text/x-jquery-tmpl"> <div id="${location.id}" class="map-pinpoint map-forecast map-${anchor} pinpoint-left" title="Click for more detail for ${location.name}" data-ajax-href="/weather/${location.locId}/daily?days=3"> <span class="map-placename"><span>${location.name}</span></span> <span class="map-anchor map-${anchor}"> <img src="{host}/weather/{imageversion}/images/icons/weather_map_sprite.{imagetype}" /> </span> <span class="map-temp temp-${forecast.tempRange}"> <span class="temperature"> <span class="units-values temperature-units-values"><span data-unit="c" class="units-value temperature-value temperature-value-unit-c">${forecast.temp}<span class="unit">掳C</span></span><span class="unit-types-separator"> </span><span data-unit="f" class="units-value temperature-value temperature-value-unit-f">${forecast.tempF}<span class="unit">掳F</span></span></span></span> </span> </div> </script> <script class="forecast-right" type="text/x-jquery-tmpl"> <div id="${location.id}" class="map-pinpoint map-forecast map-${anchor} pinpoint-right" title="Click for more detail for ${location.name}" data-ajax-href="/weather/${location.locId}/daily?days=3"> <span class="map-temp temp-${forecast.tempRange}"> <span class="temperature"> <span class="units-values temperature-units-values"><span data-unit="c" class="units-value temperature-value temperature-value-unit-c">${forecast.temp}<span class="unit">掳C</span></span><span class="unit-types-separator"> </span><span data-unit="f" class="units-value temperature-value temperature-value-unit-f">${forecast.tempF}<span class="unit">掳F</span></span></span></span> </span> <span class="map-anchor map-${anchor}"> <img src="{host}/weather/{imageversion}/images/icons/weather_map_sprite.{imagetype}" /> </span> <span class="map-placename"><span>${location.name}</span></span> </div> </script> <script class="forecast-minimal" type="text/x-jquery-tmpl"> <div id="${location.id}" class="map-pinpoint map-${anchor}" title="Click for more detail for ${location.name}" data-ajax-href="/weather/${location.locId}/daily?days=3"> <span class="map-anchor map-${anchor}"> <img src="{host}/weather/{imageversion}/images/icons/weather_map_sprite.{imagetype}" /> </span> </div> </script> <script class="location-right" type="text/x-jquery-tmpl"> <div id="${location.id}" class="map-pinpoint map-${anchor} pinpoint-right" title="Click for more detail for ${location.name}" data-ajax-href="/weather/${location.locId}/daily?days=3"> <span class="map-anchor map-${anchor}"> <img src="{host}/weather/{imageversion}/images/icons/weather_map_sprite.{imagetype}" /> </span> <span class="map-placename"><span>${location.name}</span></span> </div> </script> <script class="location-left" type="text/x-jquery-tmpl"> <div id="${location.id}" class="map-pinpoint map-${anchor} pinpoint-left" title="Click for more detail for ${location.name}" data-ajax-href="/weather/${location.locId}/daily?days=3"> <span class="map-placename"><span>${location.name}</span></span> <span class="map-anchor map-${anchor}"> <img src="{host}/weather/{imageversion}/images/icons/weather_map_sprite.{imagetype}" /> </span> </div> </script> </div> <div class="temporal-nav-templates"> <script class="loading-placeholder" type="text/x-jquery-tmpl"> <div class="tnv-container loading"> <div class="tnv-list loading"> </div> <div class="tnv-buttons"> <span class="tnv-next tnv-next-off"><span>Next</span></span> <span class="tnv-prev tnv-prev-off"><span>Previous</span></span> </div> </div> </script> <script class="nav-buttons" type="text/x-jquery-tmpl"> <div class="tnv-buttons"> <a href="#" class="tnv-next"><span>Next</span></a> <a href="#" class="tnv-prev"><span>Previous</span></a> </div> </script> <script class="group-item" type="text/x-jquery-tmpl"> <li class="tnv-group"> <span class="${dayClass}">${dayLabel}</span> <ul> </ul> </li> </script> <script class="group-item-past-same-day" type="text/x-jquery-tmpl"> <li class="tnv-group"> <span class="tnv-span-hgt"> <span class="tnv-span-lft">${firstSlotLabel}</span> <span class="tnv-span-rgt">${lastSlotLabel}</span> </span> <ul> </ul> </li> </script> <script class="group-item-past" type="text/x-jquery-tmpl"> <li class="tnv-group"> <span class="tnv-span-hgt"><span class="${dayClass}">${dayLabel}</span></span> <ul> </ul> </li> </script> <script class="group-item-pressure" type="text/x-jquery-tmpl"> <li class="tnv-group pressure-map-label"> <span class="${dayClass}">${dayLabel}</span> <ul> </ul> </li> </script> <script class="slot-item" type="text/x-jquery-tmpl"> <li id="slot-${id}" class="tnv-slot" data-slot-id="${id}"> <a href="#" tabindex="-1"><span>${groupName} ${timeName}</span></a> </li> </script> <script class="container" type="text/x-jquery-tmpl"> <div class="tnv-container"> <ul class="tnv-list" tabindex="-1"> </ul> </div> </script> <script class="slider" type="text/x-jquery-tmpl"> <div class="tnv-slider"></div> </script> </div> <script class="popup-loading-template" type="text/x-jquery-tmpl"> <div class="loading"> <span>Loading next three days weather forecast</span> </div> </script> </div> </div> <div id="average-conditions" class="average-conditions module average-conditions-chart-enabled" data-temperature-unit="C"> <div class="head"> <h2>Average Conditions</h2> </div> <div class="body"> <div id="chart-panel"> <div class="charting"> <div class="chart"></div> <div class="legend"></div> </div> </div> <div id="table-panel"> <table> <caption><span>BBC Weather's average conditions for London, United Kingdom. This includes readings of average sunlight, temperature, discomfort from heat and humidity, relative humidity, average Precipitation, and wet days.</span></caption> <colgroup span="1" class="headings"></colgroup> <colgroup class="values" span="12"></colgroup> <thead> <tr class="monthName"> <th> <span>Month</span> </th> <th>Jan</th> <th>Feb</th> <th>Mar</th> <th>Apr</th> <th>May</th> <th>Jun</th> <th>Jul</th> <th>Aug</th> <th>Sep</th> <th>Oct</th> <th>Nov</th> <th>Dec</th> </tr> </thead> <tbody> <tr class="temperatureAverageMinC"> <th> <span data-abbreviation="Av Min Temp (掳C)">Average Minimum Temperature (掳C)</span> </th> <td>2</td> <td>2</td> <td>3</td> <td>6</td> <td>8</td> <td>12</td> <td>14</td> <td>13</td> <td>11</td> <td>8</td> <td>5</td> <td>4</td> </tr> <tr class="temperatureAverageMinF"> <th> <span data-abbreviation="Av Min Temp (掳F)">Average Minimum Temperature (掳F)</span> </th> <td>36</td> <td>36</td> <td>38</td> <td>42</td> <td>47</td> <td>53</td> <td>56</td> <td>56</td> <td>52</td> <td>46</td> <td>42</td> <td>38</td> </tr> <tr class="temperatureAverageMaxC"> <th> <span data-abbreviation="Av Max Temp (掳C)">Average Maximum Temperature (掳C)</span> </th> <td>6</td> <td>7</td> <td>10</td> <td>13</td> <td>17</td> <td>20</td> <td>22</td> <td>21</td> <td>19</td> <td>14</td> <td>10</td> <td>7</td> </tr> <tr class="temperatureAverageMaxF"> <th> <span data-abbreviation="Av Max Temp (掳F)">Average Maximum Temperature (掳F)</span> </th> <td>43</td> <td>44</td> <td>50</td> <td>56</td> <td>62</td> <td>69</td> <td>71</td> <td>71</td> <td>65</td> <td>58</td> <td>50</td> <td>45</td> </tr> <tr class="temperatureRecordMinC"> <th> <span data-abbreviation="Rec Min Temp (掳C)">Record Minimum Temperature (掳C)</span> </th> <td>-10</td> <td>-9</td> <td>-8</td> <td>-2</td> <td>-1</td> <td>5</td> <td>7</td> <td>6</td> <td>3</td> <td>-4</td> <td>-5</td> <td>-7</td> </tr> <tr class="temperatureRecordMinF"> <th> <span data-abbreviation="Rec Min Temp (掳F)">Record Minimum Temperature (掳F)</span> </th> <td>15</td> <td>15</td> <td>18</td> <td>28</td> <td>30</td> <td>41</td> <td>45</td> <td>43</td> <td>37</td> <td>26</td> <td>23</td> <td>19</td> </tr> <tr class="temperatureRecordMaxC"> <th> <span data-abbreviation="Rec Max Temp (掳C)">Record Maximum Temperature (掳C)</span> </th> <td>14</td> <td>16</td> <td>21</td> <td>26</td> <td>30</td> <td>33</td> <td>34</td> <td>33</td> <td>30</td> <td>26</td> <td>19</td> <td>15</td> </tr> <tr class="temperatureRecordMaxF"> <th> <span data-abbreviation="Rec Max Temp (掳F)">Record Maximum Temperature (掳F)</span> </th> <td>58</td> <td>61</td> <td>71</td> <td>78</td> <td>86</td> <td>91</td> <td>93</td> <td>92</td> <td>86</td> <td>78</td> <td>66</td> <td>59</td> </tr> <tr class="precipitationMm"> <th> <span data-abbreviation="Av Precipitation (mm)">Average Precipitation (mm)</span> </th> <td>54</td> <td>40</td> <td>37</td> <td>37</td> <td>46</td> <td>45</td> <td>57</td> <td>59</td> <td>49</td> <td>57</td> <td>64</td> <td>48</td> </tr> <tr class="precipitationInches disabled"> <th> <span data-abbreviation="Av Precipitation (inches)">Average Precipitation (inches)</span> </th> <td>2.1</td> <td>1.6</td> <td>1.5</td> <td>1.5</td> <td>1.8</td> <td>1.8</td> <td>2.2</td> <td>2.3</td> <td>1.9</td> <td>2.2</td> <td>2.5</td> <td>1.9</td> </tr> <tr class="averageSunlightHours"> <th> <span data-abbreviation="Av Sun Hrs">Average Sunlight Hours</span> </th> <td>1</td> <td>2</td> <td>4</td> <td>5</td> <td>6</td> <td>7</td> <td>6</td> <td>6</td> <td>5</td> <td>3</td> <td>2</td> <td>1</td> </tr> <tr class="wetDays"> <th> <span data-abbreviation="Wet Days">Wet Days (+0.1 mm)</span> </th> <td>15</td> <td>13</td> <td>11</td> <td>12</td> <td>12</td> <td>11</td> <td>12</td> <td>11</td> <td>13</td> <td>13</td> <td>15</td> <td>15</td> </tr> <tr class="relativeHumidityAm"> <th> <span data-abbreviation="Rel Hum AM">Relative Humidity AM</span> </th> <td>86</td> <td>85</td> <td>81</td> <td>71</td> <td>70</td> <td>70</td> <td>71</td> <td>76</td> <td>80</td> <td>85</td> <td>85</td> <td>87</td> </tr> <tr class="relativeHumidityPm"> <th> <span data-abbreviation="Rel Hum PM">Relative Humidity PM</span> </th> <td>77</td> <td>72</td> <td>64</td> <td>56</td> <td>57</td> <td>58</td> <td>59</td> <td>62</td> <td>65</td> <td>70</td> <td>78</td> <td>81</td> </tr> <tr class="discomfort disabled"> <th> <span data-abbreviation="Discomfort">Discomfort From Heat And Humidity</span> </th> <td><span class="unit-na" title="Not Available">--</span></td> <td><span class="unit-na" title="Not Available">--</span></td> <td><span class="unit-na" title="Not Available">--</span></td> <td><span class="unit-na" title="Not Available">--</span></td> <td><span class="unit-na" title="Not Available">--</span></td> <td><span class="unit-na" title="Not Available">--</span></td> <td><span class="unit-na" title="Not Available">--</span></td> <td><span class="unit-na" title="Not Available">--</span></td> <td><span class="unit-na" title="Not Available">--</span></td> <td><span class="unit-na" title="Not Available">--</span></td> <td><span class="unit-na" title="Not Available">--</span></td> <td><span class="unit-na" title="Not Available">--</span></td> </tr> </tbody> </table> </div> </div> <div class="foot"> <p>Average Conditions data © Copyright RM, 2011. All rights reserved. <a href="https://web.archive.org/web/20180213220226/http://www.helicon.co.uk/">Helicon Publishing</a> is a division of RM.</p> </div> </div> <script id="legendItemTemplate" type="text/x-jquery-tmpl"> {{each legendItemColumns}} <ul> {{each $value}} <li class="${className}" data-category="${category}"> <span class="prefix" style="border-color:${color}"></span> <a href="#action" data-series-index="${index}" data-visible="${visible}">${text}</a> </li> {{/each}} </ul> {{/each}} </script> <script id="placeholderTemplate" type="text/x-jquery-tmpl"> <div class="charting" class="panel"> <div id="chart"></div> <div class="legend"></div> </div> </script> <script id="tabsTemplate" type="text/x-jquery-tmpl"> <ul class="tabs"> <li class="chart"><a href="#chart-panel" class="open" title="Chart">Chart</a></li> <li class="table"><a href="#table-panel" title="Table">Table</a></li> </ul> </script> </div> <div class="column-sidebar"> <div class="pagetools blq-clearfix"> <h2 class="off-screen" lang="en">RSS and print</h2> <div class="rss" title="RSS Feeds"> <div class="rss-control"><span class="rss-control-text">RSS Feeds</span></div> <div class="rss-panel"> <span class="arrow-up"></span> <h3>RSS Feeds</h3> <ul> <li><a class="three-day-rss" href="https://web.archive.org/web/20180213220226/http://open.live.bbc.co.uk/weather/feeds/en/2643743/3dayforecast.rss">Next 3 Days</a></li> <li class="last-child"><a class="observations-rss" href="https://web.archive.org/web/20180213220226/http://open.live.bbc.co.uk/weather/feeds/en/2643743/observations.rss">Observations</a></li> </ul> </div> </div> <a href="/web/20180213220226/http://www.bbc.com/weather/2643743?view=print" rel="nofollow" class="print" title="Print 5 day forecast">Print</a> </div> <div class="observations module"> <h2>Observations</h2> <p class="timestamp">Observed at <span class="time">21:00</span>, Tuesday 13 February</p> <div class="observationsRecord"> <p class="weather-type"> <img src="https://web.archive.org/web/20180213220226im_/http://static.bbci.co.uk/weather/0.5.4517/images/icons/individual_56_icons/en_on_light_bg/7.gif" alt="Light Cloud" title="Light Cloud"/> </p> <p class="temperature"> <span class="temperature"> <span class="units-values temperature-units-values"><span data-unit="c" class="units-value temperature-value temperature-value-unit-c">4<span class="unit">掳C</span></span><span class="unit-types-separator"> </span><span data-unit="f" class="units-value temperature-value temperature-value-unit-f">39<span class="unit">掳F</span></span></span></span> </p> <p class="wind-speed"> <span class="wind wind-speed windrose-icon windrose-icon--average windrose-icon-40 windrose-icon-40--average wind-direction-nnw" title="9 mph, North North Westerly" data-tooltip-kph="14 km/h, North North Westerly" data-tooltip-mph="9 mph, North North Westerly"> <span class="speed"> <span class="wind-speed__description wind-speed__description--average">Wind Speed</span> <span class="units-values windspeed-units-values"><span data-unit="kph" class="units-value windspeed-value windspeed-value-unit-kph">14 <span class="unit">km/h</span></span><span class="unit-types-separator"> </span><span data-unit="mph" class="units-value windspeed-value windspeed-value-unit-mph">9 <span class="unit">mph</span></span></span></span> <span class="description blq-hide">North North Westerly</span> </span> </p> <div class="hpv"> <p class="humidity"><strong>Humidity</strong>: <span class="data">89%</span></p> <p class="visibility"><strong>Visibility</strong>: <span class="data">Good</span></p> <p class="pressure"><strong>Pressure</strong>: <span class="data pressure-description">1005mb, Rising</span></p> </div> </div> <div class="station-data"> <p class="observation-location">Observation station: <span class="observation-station">London</span></p> <p class="station-position">(Lat: <span class="observation-latitude">51.517</span> | Lon: <span class="observation-longitude">-0.1</span>)</p> </div> </div> <div id="travelcontent" data-ajax-src="http://www.bbc.com/travel/weather/feed/2643743?jsoncallback=?" data-max-articles-three=""></div> <script id="dotcomTravelModule" type="text/x-jquery-tmpl"> <div class="dotcom-travel module article-count-${entryCount}"> <h2 lang="en">From BBC Travel</h2> {{if languageAlert}} <p class="language-alert">${languageAlert}</p> {{/if}} {{html articles}} </div> </script> <script id="dotcomTravelArticle" type="text/x-jquery-tmpl"> <article lang="en" class="article article-${article.articleNumber}"> <a href="${article.url}"> <img src="${article.image.href}" width="${article.image.width}" height="${article.image.height}" alt="" /> <h3>${article.headline}</h3> </a> <div class="article-summary"> <p>${article.summary}</p> </div> </article> </script> <div id="bbccom_adsense_mpu" class="bbccom_adsense bbccom_display_none"> <script type="text/javascript"> if (BBC.adverts.isActive('ads')) { bbc_adsense_slot = "adsense_mpu"; bbc_adsense_country = "us"; document.write('<script type="text/javascript" src="https://web.archive.org/web/20180213220226/http://static.bbci.co.uk/bbcdotcom/1.74.413/script/adsense_write.js">\x3C/script>'); } </script> </div> <script type="text/javascript">BBC.adverts.show("adsense_mpu");</script> </div> <!-- MORPH INCLUDE BODY-LAST START --> <!-- MORPH INCLUDE BODY-LAST END --> </div> <div id="related-links"> <div class="internal-links column"> <h2>Related Links</h2> <ul> <li><a href="/web/20180213220226/http://www.bbc.com/weather/2635167">More UK Weather</a></li> <li><a href="/web/20180213220226/http://www.bbc.com/weather/coast_and_sea">Coast & Sea</a></li> </ul> </div> <div class="elsewhere-links column"> <h2>Elsewhere</h2> <ul> <li> <a href="https://web.archive.org/web/20180213220226/http://www.metoffice.gov.uk/">Met Office</a> </li> <li> <a href="https://web.archive.org/web/20180213220226/http://public.wmo.int/">World Meteorological Organization</a> </li> </ul> </div> <div class="about-links column"> <h2>About BBC Weather</h2> <ul> <li> <a href="/web/20180213220226/http://www.bbc.com/weather/about/19119489">BBC Weather Presenters</a> </li> <li> <a href="/web/20180213220226/http://www.bbc.com/weather/about/17185651">Help & FAQs</a> </li> <li> <a href="/web/20180213220226/http://www.bbc.com/weather/about/17543675">Feeds</a> </li> </ul> </div> </div> <div class="ack"> <p>BBC Weather in association with the <a href="https://web.archive.org/web/20180213220226/http://www.metoffice.gov.uk/">Met Office</a></p> <p>All times are GMT (Europe/London, GMT+0000) unless otherwise stated</p> <p>Information given for most appropriate forecast location. See <a href="https://web.archive.org/web/20180213220226/http://www.bbc.co.uk/weather/about/17185651">FAQs</a> for details</p> </div> </div> <script class="cookie-prompt-template" type="text/x-jquery-tmpl"> <div class="dialog cookie-prompt"> <span class="title">Your BBC cookies have been disabled.</span> <span class="explanation">To store preferences for future visits to this site, you need to <a href=http://bbc.co.uk/privacy/cookies/managing/cookie-settings.html>change your cookie settings</a>.</span> </div> </script> <script src="https://web.archive.org/web/20180213220226js_/http://cdnedge.bbc.co.uk/mtk/maploader.js"></script> <script type="text/javascript"> (function (d) { var s = document.createElement('script'); s.src = 'https://web.archive.org/web/20180213220226/http://static.bbci.co.uk/weather/0.5.4517/modules/weather-built.js'; d.getElementsByTagName('head')[0].appendChild(s); }(document)); </script> </div> <!--[if IE 6]> <div id="blq-ie6-upgrade"> <p> <span>You're using the Internet Explorer 6 browser to view the BBC website. Our site will work much better if you change to a more modern browser. It's free, quick and easy.</span> <a href="http://www.browserchoice.eu/">Find out more <span>about upgrading your browser</span> here…</a> </p> </div> <![endif]--> <div id="blq-foot" lang="en" class="blq-rst blq-clearfix blq-foot-transparent blq-foot-text-dark"> <div id="blq-footlinks"> <h2 class="blq-hide">BBC links</h2> <ul> <li class="blq-footlinks-row"> <ul class="blq-footlinks-row-list"> <li><a href="https://web.archive.org/web/20180213220226/http://m.bbc.com/weather/2643743" id="blq-footer-mobile">Mobile site</a></li><li><a href="/web/20180213220226/http://www.bbc.com/terms/">Terms of Use</a></li><li><a href="/web/20180213220226/http://www.bbc.com/aboutthebbc/">About the BBC</a></li> </ul> </li> <li class="blq-footlinks-row"> <ul class="blq-footlinks-row-list"> <li><a href="https://web.archive.org/web/20180213220226/http://advertising.bbcworldwide.com/">Advertise With Us</a></li><li><a href="/web/20180213220226/http://www.bbc.com/privacy/">Privacy</a></li><li><a href="/web/20180213220226/http://www.bbc.com/accessibility/">Accessibility Help</a></li> </ul> </li> <li class="blq-footlinks-row"> <ul class="blq-footlinks-row-list"> <li><a href="/web/20180213220226/http://www.bbc.com/privacy/cookies/international/">Ad Choices</a></li><li><a href="/web/20180213220226/http://www.bbc.com/privacy/cookies/about">Cookies</a></li><li><a href="/web/20180213220226/http://www.bbc.com/contact">Contact the BBC</a></li> </ul> </li> <li class="blq-footlinks-row"> <ul class="blq-footlinks-row-list"> <li><a href="/web/20180213220226/http://www.bbc.com/guidance/">Parental Guidance</a></li> </ul> </li> </ul> <script type="text/javascript">/*<![CDATA[*/ (function() { var mLink = document.getElementById('blq-footer-mobile'), stick = function() { var d = new Date (); d.setYear(d.getFullYear() + 1); d = d.toUTCString(); window.bbccookies.set('ckps_d=m;domain=.bbc.co.uk;path=/;expires=' + d ); window.bbccookies.set('ckps_d=m;domain=.bbc.com;path=/;expires=' + d ); }; if (mLink) { if (mLink.addEventListener) { mLink.addEventListener('click', stick, false); } else if (mLink.attachEvent) { mLink.attachEvent('onclick', stick); } } })(); /*]]>*/</script> </div> <div id="blq-foot-blocks" class="blq-footer-image-dark"><img src="https://web.archive.org/web/20180213220226im_/http://static.bbci.co.uk/frameworks/barlesque/3.21.31/desktop/3.5/img/blocks/dark.png" width="84" height="24" alt="BBC"/></div> <div id="bbccom_bottom" class="bbccom_display_none" style="width:468px; text-align:right;"> <script type="text/javascript">BBC.adverts.write("bottom",true);</script> </div> <script type="text/javascript">BBC.adverts.show("bottom");</script> <p id="blq-disclaim"><span id="blq-copy">Copyright © 2018 BBC.</span> <a href="/web/20180213220226/http://www.bbc.com/help/web/links/">The BBC is not responsible for the content of external sites. Read more.</a></p> <div id="blq-obit"><p><strong>This page is best viewed in an up-to-date web browser with style sheets (CSS) enabled. While you will be able to view the content of this page in your current browser, you will not be able to get the full visual experience. Please consider upgrading your browser software or enabling style sheets (CSS) if you are able to do so.</strong></p></div> </div> </div> <!-- BBCDOTCOM analytics template:client-side journalismVariant: false ipIsAdvertiseCombined: true adsEnabled: true flagpole: ON --> <script type="text/javascript"> /*<![CDATA[*/ if (BBC.adverts.isActive('analytics')) { if (bbcdotcom && bbcdotcom.analytics) { bbcdotcom.analytics.page(); } } /*]]>*/ </script> <!-- Start Nielsen Online SiteCensus V6.0 --> <script type="text/javascript"> /*<![CDATA[*/ if (BBC.adverts.isActive('nielsen-au')) { <!-- COPYRIGHT 2009 Nielsen Online --> document.write('<script type="text/javascript" src="' + ('https:' == document.location.protocol ? 'https:' : 'http:') + '//web.archive.org/web/20180213220226/http://secure-au.imrworldwide.com/v60.js">\x3C/script>'); } /*]]>*/ </script> <script type="text/javascript"> /*<![CDATA[*/ if (BBC.adverts.isActive('nielsen-au')) { nol_t({cid:"au-bbc",content:"0",server:"secure-au"}).record().post(); } /*]]>*/ </script> <!-- End Nielsen Online SiteCensus V6.0 --> <!-- Start Nielsen Online SiteCensus V6.0 --> <script type="text/javascript"> /*<![CDATA[*/ if (BBC.adverts.isActive('nielsen-nz')) { <!-- COPYRIGHT 2009 Nielsen Online --> document.write('<script type="text/javascript" src="' + ('https:' == document.location.protocol ? 'https:' : 'http:') + '//web.archive.org/web/20180213220226/http://secure-nz.imrworldwide.com/v60.js">\x3C/script>'); } /*]]>*/ </script> <script type="text/javascript"> /*<![CDATA[*/ if (BBC.adverts.isActive('nielsen-nz')) { nol_t({cid:"nz-bbc",content:"0",server:"secure-nz"}).record().post(); } /*]]>*/ </script> <!-- End Nielsen Online SiteCensus V6.0 --> <!-- Start Nielsen Online SiteCensus V6.0 --> <script type="text/javascript"> /*<![CDATA[*/ if (BBC.adverts.isActive('nielsen-us')) { <!-- COPYRIGHT 2010 Nielsen Online --> (function () { var d = new Image(1, 1); d.onerror = d.onload = function () { d.onerror = d.onload = null; }; d.src = [('https:' == document.location.protocol ? 'https:' : 'http:') + "//web.archive.org/web/20180213220226/http://secure-us.imrworldwide.com/cgi-bin/m?ci=us-804789h&cg=0&cc=1&si=", encodeURI(window.location.href), "&rp=", encodeURI(document.referrer), "&ts=compact&rnd=", (new Date()).getTime()].join(''); })(); } /*]]>*/ </script> <!-- End Nielsen Online SiteCensus V6.0 --> <!-- Effective Measure BBCCOM-1195 --> <script type="text/javascript"> /*<![CDATA[*/ if (BBC.adverts.isActive('analytics')) { (function() { var em = document.createElement('script'); em.type = 'text/javascript'; em.async = true; em.src = ('https:' == document.location.protocol ? 'https://web.archive.org/web/20180213220226/https://me-ssl' : 'https://web.archive.org/web/20180213220226/http://me-cdn') + '.effectivemeasure.net/em.js'; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(em, s); })(); } /*]]>*/ </script> <!-- End Effective Measure --> <!-- Start BBCCOM-5811: Chartbeat Part 2/2 --> <script type="text/javascript"> /*<![CDATA[*/ if (BBC.adverts.isActive('analytics') && window.location.pathname === '/' && window.bbccookies && bbccookies.readPolicy('performance') ) { var getMetaPropertyContent = function(property) { var metas = document.getElementsByTagName('meta'), i; for (i = 0; i < metas.length; i++) { if (metas[i].getAttribute("property") == property) { return metas[i].getAttribute("content"); } } return ''; }; var wwhpEdition = getMetaPropertyContent('wwhp-edition'); var _sf_async_config={}; /** CONFIGURATION START **/ _sf_async_config.uid = 50924; _sf_async_config.domain = "bbc.co.uk"; _sf_async_config.title = "Homepage"+(wwhpEdition !== '' ? ' - '+wwhpEdition : ''); _sf_async_config.sections = "Homepage"+(wwhpEdition !== '' ? ', Homepage - '+wwhpEdition : ''); _sf_async_config.region = wwhpEdition; _sf_async_config.path = "/"+(wwhpEdition !== '' ? '?'+wwhpEdition : ''); /** CONFIGURATION END **/ (function(){ function loadChartbeat() { window._sf_endpt=(new Date()).getTime(); var e = document.createElement("script"); e.setAttribute("language", "javascript"); e.setAttribute("type", "text/javascript"); e.setAttribute('src', '//web.archive.org/web/20180213220226/http://static.chartbeat.com/js/chartbeat.js'); document.body.appendChild(e); } var oldonload = window.onload; window.onload = (typeof window.onload != "function") ? loadChartbeat : function() { oldonload(); loadChartbeat(); }; })(); } /*]]>*/ </script> <!-- End BBCCOM-5811: Chartbeat Part 2/2 --> <!-- BBCDOTCOM Body Last --> </div> </div> <script type="text/javascript"> if (typeof require !== 'undefined') { require(['istats-1'], function(istats){ istats.track('external', { region: document.getElementById('blq-main') }); istats.track('download', { region: document.getElementById('blq-main') }); }); } </script> <script type="text/html" id="blq-panel-template-promo"><![CDATA[ <div id="blq-panel-promo" class="blq-masthead-container"></div> ]]></script> <script type="text/html" id="blq-panel-template-more"><![CDATA[ <div id="blq-panel-more" class="blq-masthead-container blq-clearfix" lang="en-GB" dir="ltr"> <div class="blq-panel-container panel-paneltype-more"> <div class="panel-header"> <h2> <a href="#blq-footlinks"> More… </a> </h2> </div> <div class="panel-component panel-links"> <ul> <li> <a href="https://web.archive.org/web/20180213220226/http://www.bbc.com/autos" id="autos" >Autos</a> </li> <li> <a href="/cbeebies" >CBeebies</a> </li> <li> <a href="/arts" >Arts</a> </li> </ul> <ul> <li> <a href="https://web.archive.org/web/20180213220226/http://www.bbc.com/future" id="future" >Future</a> </li> <li> <a href="/food/" >Food</a> </li> <li> <a href="/makeitdigital" id="makeitdigital" >Make It Digital</a> </li> </ul> <ul> <li> <a href="/tv" >TV</a> </li> <li> <a href="/iwonder" >iWonder</a> </li> <li> <a href="/taster" id="taster" >Taster</a> </li> </ul> <ul> <li> <a href="/radio" >Radio</a> </li> <li> <a href="/education" >Bitesize</a> </li> <li> <a href="/nature/" >Nature</a> </li> </ul> <ul> <li> <a href="/cbbc" >CBBC</a> </li> <li> <a href="/music/" >Music</a> </li> <li> <a href="/local/" >Local</a> </li> </ul> </div> </div> ]]></script> <script type="text/javascript">require(["megavolt-client","istats-1","orb/cookies"],function(t,e,i){function o(){return"true"===l&&a&&t&&"function"==typeof t.getMVTIStatsLabels}function n(){!c&&o()?setTimeout(function(){e.invoke()},"500"):e.invoke()}var s=navigator.userAgent.toLowerCase(),a=!(s.indexOf("msie")>-1)||parseInt(s.split("msie")[1],10)>10,c=!1,l="true";if(i.isAllowed("s1"))try{if(o()&&t.getMVTIStatsLabels(function(t){e.addLabels(t),c=!0}),!require.s.contexts._.config.paths.idcta)return void n();require(["idcta/idcta-1"],function(t){t&&"function"==typeof t.getIStatsLabels&&e.addLabels(t.getIStatsLabels()),n()},function(t){throw t})}catch(t){console&&"function"==typeof console.log&&console.log("an exception occurred while adding idcta labels to istats, invoking istats without them",t),n()}});</script> </body> </html> <!-- FILE ARCHIVED ON 22:02:26 Feb 13, 2018 AND RETRIEVED FROM THE INTERNET ARCHIVE ON 13:23:24 Mar 01, 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.836 exclusion.robots: 0.035 exclusion.robots.policy: 0.021 esindex: 0.012 cdx.remote: 22.923 LoadShardBlock: 591.937 (6) PetaboxLoader3.datanode: 487.119 (7) load_resource: 148.708 PetaboxLoader3.resolve: 57.869 -->