{"id":1234,"date":"2021-06-16T08:26:29","date_gmt":"2021-06-16T07:26:29","guid":{"rendered":"https:\/\/research.reading.ac.uk\/meteorology-aviation\/?page_id=1234"},"modified":"2021-07-12T13:01:52","modified_gmt":"2021-07-12T12:01:52","slug":"vdart-red","status":"publish","type":"page","link":"https:\/\/research.reading.ac.uk\/meteorology-aviation\/vdart-red\/","title":{"rendered":"VDART-RED: Volcanic Dosage and Risk Tool &#8211; RaikokE case study Development"},"content":{"rendered":"<div id=\"pl-1234\"  class=\"panel-layout\" ><div id=\"pg-1234-0\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-1234-0-0\"  class=\"panel-grid-cell\" ><div id=\"panel-1234-0-0-0\" class=\"widget_text so-panel widget widget_custom_html panel-first-child panel-last-child\" data-index=\"0\" ><div class=\"textwidget custom-html-widget\">In the event of a volcanic eruption, policy and regulations are in place to ensure airborne\naircraft land safely and to guide flight planning decisions. More than 6,000 flights and over 650,000 passengers pass\nthrough UK airspace each day. \nDuring Icelandic volcanic eruptions the London Volcanic Ash  Advisory Center (VAAC) produces forecasts of ash location and concentration. These VAAC\nforecasts are used to decide where it is safe to fly. There are, however, several\nproblems with these forecasts. Firstly, they do not allow the airline operators to easily estimate along-\nflight ash dosage (the quantity used to define engine tolerance). Secondly, they do not take\ninto account the uncertainty in the forecasts due to incomplete knowledge of the eruption\ncharacteristics and imperfect representation of atmospheric processes in numerical models.\nThus, the decision makers within the airline industry have incomplete information regarding the risk of flying when there is\nvolcanic ash present in UK air-space. \n<br>\n<br>\nThere is a need for a new generation of volcanic ash\nhazard charts that are based on risk estimates determined by combining state-of-the-art\nprobabilistic forecast methods and en-gine dosage tolerance information. These charts will\nallow the relevant authorities to develop policy based on estimates of along-flight ash dosage for planned\nflight-paths and to manage the risk of exposure to volcanic ash. \n<br>\n<br>\nTo demonstrate the value\nof these charts we will further develop a proof-of-concept tool developed at the University\nof Reading the Volcanic Dosage And Risk Tool <a href=\"http:\/\/www.met.reading.ac.uk\/ash-dosage\/\">(VDART)<\/a> \n\tby simulating a real volcanic eruption (Raikoke,\n2019), evaluating the simulations for Raikoke using satellite observations to optimise the\nuse of multiple plausible realisations and estimating how flight routes would be affected if\nthe risk-based approach were used to make flight planning decisions for Raikoke 2019.\nThese are crucial next steps in developing an operational product.\n\n<h3>Application to Raikoke case study<\/h3>\n\n<button>Earliest<\/button>\n<button>Latest<\/button> | \n<button>-6 hours<\/button>\n<button>+6 hours<\/button>\n<br>\n<p id='date'><\/p>\n&lt;!-- <h3>Ensemble mean ash column loading evolution<\/h3> --&gt;\n&lt;!--<img id='plot0' width='400.0' align='top' alt='Not available'><\/img> --&gt;\n<h3>Risk evolution<\/h3> \n<img id='plot0' width='645.0' align='top' alt='Not available'>\n<h3>Risk evolution projected on to a flight trajectory<\/h3> \n<img id='plot1' width='400.0' align='top' alt='Not available'>\n<h3>Dosage associated risk evolution<\/h3> \n<img id='plot2' width='400.0' align='top' alt='Not available'>\n\t\n&lt;!--<h3 id='date'><\/h3>--&gt;\n\n<button>Earliest<\/button>\n<button>Latest<\/button> | \n<button>-6 hours<\/button>\n<button>+6 hours<\/button>\n\n\n<br>\n<br>\n\n\tfunction sayhi(){\n\t\talert(\"hi\")\n\t}\n  function ShiftHour(shift)\n  {\n  d.setHours(d.getHours() + shift)\n  SetFilenames()\n  }\n\n  function ShiftDate(shift)\n  {\n  d.setDate(d.getDate() + shift)\n  SetFilenames()\n  }\n\n  function set_LatestDate()\n  {\n  latest_date = new Date(2019,5,24,18)\n\n  }\n\n  function set_EarliestDate()\n  {\n  earliest_date = new Date(2019,5,22,0)\n  }\n\n  function LatestDate()\n  {\n  d = new Date(latest_date.getTime())\n  SetFilenames()\n  }\n\n  function EarliestDate()\n  {\n  d = new Date(earliest_date.getTime())\n  SetFilenames()\n  }\n\n  function SetFilenames()\n  {\n  if (d &gt; latest_date) {\n    LatestDate()\n  }\n  if (d &lt; earliest_date) {\n    EarliestDate()\n  }\n  hour = d.getHours()\n  date = d.getDate()\n  month = d.getMonth() + 1\n  year = d.getFullYear()\n  monstr = (month&lt;10?&#039;0&#039;+month:&#039;&#039;+month)\n  datestr = (date&lt;10?&#039;0&#039;+date:date)\n  hourstr = (hour&lt;10?&#039;0&#039;+hour:hour)\n  var datetag = datestr+monstr+year\n  var hourtag = hourstr\n  var datetag2 = &#039;Selected date: &#039;+datestr+&#039;-&#039;+monstr+&#039;-&#039;+year+&#039; &#039;+hourstr+&#039;Z&#039;\n  document.getElementById(&#039;date&#039;).innerHTML = datetag2\n  document.getElementById(&#039;plot1&#039;).src = plotURL+&#039;risk_plot_raikoke_anto_&#039;+hourtag+&#039;00_&#039;+datetag+&#039;_PTMF_flight_tracks_cross_section.png&#039;\n  document.getElementById(&#039;plot2&#039;).src = plotURL+&#039;risk_dosage_flight_tracks_conc_dose_along_track_profile_&#039;+hourtag+&#039;00_&#039;+datetag+&#039;.png&#039; \n  document.getElementById(&#039;plot0&#039;).src = plotURL+&#039;risk_plot_raikoke_anto_&#039;+hourtag+&#039;00_&#039;+datetag+&#039;_with_PTMF_no_flight_track.png&#039;\n  }\n\n  function loop()\n  {\n    EarliestDate()\n    var i = 0\n    var id = setInterval(frame, 500)\n    function frame() {\n      if (i == 56) {\n        clearInterval(id)\n      } else {\n        ShiftHour(+6)\n        i++\n      }\n    }\n  }\n\n  document.onkeydown = function() {\n    switch (window.event.keyCode) {\n      case 37:\n        ShiftHour(-6)\n        break        \n      case 39:\n        ShiftHour(6)\n        break        \n    }\n  }\n\n  var plotURL = &#039;http:\/\/www.met.reading.ac.uk\/~py904867\/home\/plots\/&#039;\n  set_LatestDate()\n  set_EarliestDate()\n  var d = new Date()\n  LatestDate()\n\n\n\n<br>\n<br>\n<br>\n<br>\n<br>\n<br>\n\n\n\n<\/div><\/div><\/div><\/div><\/div>","protected":false},"excerpt":{"rendered":"<p>In the event of a volcanic eruption, policy and regulations are in place to ensure airborne aircraft land safely and to guide flight planning decisions. More than 6,000 flights and&#8230;<a class=\"read-more\" href=\"&#104;&#116;&#116;&#112;&#115;&#58;&#47;&#47;&#114;&#101;&#115;&#101;&#97;&#114;&#99;&#104;&#46;&#114;&#101;&#97;&#100;&#105;&#110;&#103;&#46;&#97;&#99;&#46;&#117;&#107;&#47;&#109;&#101;&#116;&#101;&#111;&#114;&#111;&#108;&#111;&#103;&#121;&#45;&#97;&#118;&#105;&#97;&#116;&#105;&#111;&#110;&#47;&#118;&#100;&#97;&#114;&#116;&#45;&#114;&#101;&#100;&#47;\">Read More ><\/a><\/p>\n","protected":false},"author":351,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":false,"_monsterinsights_skip_tracking":false,"_monsterinsights_sitenote_active":false,"_monsterinsights_sitenote_note":"","_monsterinsights_sitenote_category":0,"__cvm_playback_settings":[],"__cvm_video_id":"","footnotes":"","_links_to":"","_links_to_target":""},"class_list":["post-1234","page","type-page","status-publish","hentry"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v21.8.1 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>VDART-RED: Volcanic Dosage and Risk Tool - RaikokE case study Development - Met Aviation<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/research.reading.ac.uk\/meteorology-aviation\/vdart-red\/\" \/>\n<meta property=\"og:locale\" content=\"en_GB\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"VDART-RED: Volcanic Dosage and Risk Tool - RaikokE case study Development - Met Aviation\" \/>\n<meta property=\"og:description\" content=\"In the event of a volcanic eruption, policy and regulations are in place to ensure airborne aircraft land safely and to guide flight planning decisions. More than 6,000 flights and...Read More &gt;\" \/>\n<meta property=\"og:url\" content=\"https:\/\/research.reading.ac.uk\/meteorology-aviation\/vdart-red\/\" \/>\n<meta property=\"og:site_name\" content=\"Met Aviation\" \/>\n<meta property=\"article:modified_time\" content=\"2021-07-12T12:01:52+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Estimated reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"1 minute\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/research.reading.ac.uk\/meteorology-aviation\/vdart-red\/\",\"url\":\"https:\/\/research.reading.ac.uk\/meteorology-aviation\/vdart-red\/\",\"name\":\"VDART-RED: Volcanic Dosage and Risk Tool - RaikokE case study Development - Met Aviation\",\"isPartOf\":{\"@id\":\"https:\/\/research.reading.ac.uk\/meteorology-aviation\/#website\"},\"datePublished\":\"2021-06-16T07:26:29+00:00\",\"dateModified\":\"2021-07-12T12:01:52+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/research.reading.ac.uk\/meteorology-aviation\/vdart-red\/#breadcrumb\"},\"inLanguage\":\"en-GB\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/research.reading.ac.uk\/meteorology-aviation\/vdart-red\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/research.reading.ac.uk\/meteorology-aviation\/vdart-red\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/research.reading.ac.uk\/meteorology-aviation\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"VDART-RED: Volcanic Dosage and Risk Tool &#8211; RaikokE case study Development\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/research.reading.ac.uk\/meteorology-aviation\/#website\",\"url\":\"https:\/\/research.reading.ac.uk\/meteorology-aviation\/\",\"name\":\"Met Aviation\",\"description\":\"Aviation Meteorology Research Group\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/research.reading.ac.uk\/meteorology-aviation\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"en-GB\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"VDART-RED: Volcanic Dosage and Risk Tool - RaikokE case study Development - Met Aviation","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/research.reading.ac.uk\/meteorology-aviation\/vdart-red\/","og_locale":"en_GB","og_type":"article","og_title":"VDART-RED: Volcanic Dosage and Risk Tool - RaikokE case study Development - Met Aviation","og_description":"In the event of a volcanic eruption, policy and regulations are in place to ensure airborne aircraft land safely and to guide flight planning decisions. More than 6,000 flights and...Read More >","og_url":"https:\/\/research.reading.ac.uk\/meteorology-aviation\/vdart-red\/","og_site_name":"Met Aviation","article_modified_time":"2021-07-12T12:01:52+00:00","twitter_card":"summary_large_image","twitter_misc":{"Estimated reading time":"1 minute"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/research.reading.ac.uk\/meteorology-aviation\/vdart-red\/","url":"https:\/\/research.reading.ac.uk\/meteorology-aviation\/vdart-red\/","name":"VDART-RED: Volcanic Dosage and Risk Tool - RaikokE case study Development - Met Aviation","isPartOf":{"@id":"https:\/\/research.reading.ac.uk\/meteorology-aviation\/#website"},"datePublished":"2021-06-16T07:26:29+00:00","dateModified":"2021-07-12T12:01:52+00:00","breadcrumb":{"@id":"https:\/\/research.reading.ac.uk\/meteorology-aviation\/vdart-red\/#breadcrumb"},"inLanguage":"en-GB","potentialAction":[{"@type":"ReadAction","target":["https:\/\/research.reading.ac.uk\/meteorology-aviation\/vdart-red\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/research.reading.ac.uk\/meteorology-aviation\/vdart-red\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/research.reading.ac.uk\/meteorology-aviation\/"},{"@type":"ListItem","position":2,"name":"VDART-RED: Volcanic Dosage and Risk Tool &#8211; RaikokE case study Development"}]},{"@type":"WebSite","@id":"https:\/\/research.reading.ac.uk\/meteorology-aviation\/#website","url":"https:\/\/research.reading.ac.uk\/meteorology-aviation\/","name":"Met Aviation","description":"Aviation Meteorology Research Group","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/research.reading.ac.uk\/meteorology-aviation\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"en-GB"}]}},"_links":{"self":[{"href":"https:\/\/research.reading.ac.uk\/meteorology-aviation\/wp-json\/wp\/v2\/pages\/1234","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/research.reading.ac.uk\/meteorology-aviation\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/research.reading.ac.uk\/meteorology-aviation\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/research.reading.ac.uk\/meteorology-aviation\/wp-json\/wp\/v2\/users\/351"}],"replies":[{"embeddable":true,"href":"https:\/\/research.reading.ac.uk\/meteorology-aviation\/wp-json\/wp\/v2\/comments?post=1234"}],"version-history":[{"count":10,"href":"https:\/\/research.reading.ac.uk\/meteorology-aviation\/wp-json\/wp\/v2\/pages\/1234\/revisions"}],"predecessor-version":[{"id":1237,"href":"https:\/\/research.reading.ac.uk\/meteorology-aviation\/wp-json\/wp\/v2\/pages\/1234\/revisions\/1237"}],"wp:attachment":[{"href":"https:\/\/research.reading.ac.uk\/meteorology-aviation\/wp-json\/wp\/v2\/media?parent=1234"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}