SEV ER E W EATH ER AVOID AN CE USING IN FO R M E D HEURISTIC SEAR C H

Size: px
Start display at page:

Download "SEV ER E W EATH ER AVOID AN CE USING IN FO R M E D HEURISTIC SEAR C H"

Transcription

1 SEV ER E W EATH ER AVOID AN CE USING IN FO R M E D HEURISTIC SEAR C H AIAA Sangeeta Bokadia and Dr. John Valasek Aerospace Engineering AIAA GN&C Conference, Montreal, Canada 7 August Aerospace Engineering

2 SEV ER E W EATH ER AVOID AN CE outline of presentation FREE FLIGHT Concept and advantages Need for a weather agent SEVERE WEATHER Examples THUNDERSTORM AVOIDANCE ALGORITHM A * Search and Modified A * Search Development of algorithm RESULTS CONCLUSIONS Aerospace Engineering

3 FREE FLIG H T concept and advantages CONCEPT A new way of managing air traffic Departure from the highly structured system to a more flexible system Pilot allowed to change route, speed and altitude, within limits Ultimate decision making authority lies with the air traffic controllers ADVANTAGES Reduced workload for Air Traffic Control (ATC) More flexibility in determining optimal flight path significant economic benefits Pilots equipped with more flexibility in the event of changing conditions Aerospace Engineering

4 W EATH ER AGEN T benefit for G.A. sector REDUCE NUMBER OF WEATHER RELATED ACCIDENTS Weather is a cause or factor in a significant percentage of aviation accidents In 990, weather was a factor in 25.9% of all General Aviation accidents. ASSIST THE G.A. PILOT Absence of airway structure in free flight Agent for detecting severe weather conditions and guiding the airplane safely through them: Weather Agent Traffic and terrain intelligent agents could: improve safety reduce pilot workload realize benefits of free flight Aerospace Engineering

5 RESEARCH OBJECTIVES Cockpit Data Fusion with Fixed-base Simulation Validation for Free-Flight Guidance Funded by State of Texas Advanced Technology Program ( ) Development and simulator validation of: Conflict resolution guidance software Weather restrictions guidance software Executive Agent Weather Radar Data Other Traffic Info... Ground Weather Service Weather Agent Traffic Agent ADS-B Other Weather Info.... Flight Plan Info. ATC Radar Overall Architecture of Agent Based Hierarchical System Aerospace Engineering

6 W EATH ER AGEN T severe weather DEFINITION OF SEVERE WEATHER Any destructive weather event Usually refers to localized storms: microburst tornado squall line MICROBURST Severe localized wind blasting down from thunderstorm Area: less than 2.5 miles in diameter Duration: less than 5 minutes Aerospace Engineering

7 W EATH ER AGEN T more examples of severe weather TORNADO Violent rotating column of air Extend between a convective cloud and the surface of the earth SQUALL LINE Convective storms organized into linear or bowed structures Hundreds of kilometers in length with life span of several hours Associated problems are gusty surface winds, thunderstorms, and heavy showers Aerospace Engineering

8 W EATH ER AGEN T squall line and its dangers DANGERS POSED BY A SQUALL LINE Strong wind shears within clouds can damage the structure of airplanes Downdrafts and updrafts in clouds are dangerous to light aircraft Flight under the squall line can be subject to rain or hail BEST FLIGHT PATH The safest flight path may be around the squall line, but the best flight path is through the weak spots in the squall line Aerospace Engineering

9 IN P U T TO W EATH ER AGEN T radar image of a thunderstorm Color I(x,y) (Intensity (dbz)) Weather Type none I(x,y)<5 none blue 5 < I(x,y) < 20 light green 20 <I(x,y) < 30 moderate yellow 30 < I(x,y) < 40 heavy red 40 < I(x,y) intense DANGEROUS ZONES Yellow and red regions are to be avoided Aerospace Engineering

10 DEVELOPM ENT OF ALGORITH M objective : safest and shortest route OTHER CONSTRAINTS Minimum segment length length of any segment in flight path cannot be less than this Maximum turning angle turns of angles greater than this are not allowed Minimum number of turns METHOD USED Modified A * Search Regions with intensity greater than 25 dbz are set as inaccessible End point θ L Starting point L = segment length θ = turning angle Aerospace Engineering

11 A * SEAR C H basics of the search technique INFORMED HEURISTIC SEARCH Aimed at minimizing evaluation function actual cost of reaching a node - g in the algorithm, g = distance traveled in reaching the node estimated cost of reaching the endpoint from this node - h in the algorithm, h = straight line distance to the end point + a deviation, if a thunderstorm lies on this straight line evaluation function - f and f(n) = g(n) + h(n) Complete and Optimal Search Time and memory intensive h = 0 g = 0 f =0 g=4 h=7 f = 3 g= h=0 h=5 f = f = 4 goal node starting node Aerospace Engineering

12 MODIFIED A * SEAR C H simplified memory bounded A*search MODIFICATIONS IN A * SEARCH Specified amount of memory is allocated to store the nodes Nodes with higher f values are dropped from the memory to make space for the new nodes Memory of best forgotten path is retained Search may not be optimal ADVANTAGES Reduces the amount of space used and time consumed By proper choice of the minimum segment length and the memory allocated, the best solution can be ensured number of nodes in the search tree in the algorithm are fixed by minimum segment length Aerospace Engineering

13 RESULTS Case - I SINGLE STATIONARY THUNDERSTORM 2 Original flight path Computed flight path PII 400 CPU time: 0.9 sec Resolution : mile * mile 2 initial point end point Radar Image With Original And New Flight Path Aerospace Engineering

14 RESULTS Case - II A LINE OF THREE STATIONARY THUNDERSTORMS 2 Original flight path Computed flight path PII 400 CPU time: 5.25 sec Resolution : mile * mile 2 initial point end point Radar Image With Original And New Flight Path Aerospace Engineering

15 RESULTS Case - III THREE THUNDERSTORMS MOVING ALONG +x AXIS y (miles) Speed of thunderstorm : 40 mph Speed of aircraft : 50 KTAS Dotted: intensity at point Solid: intensity at point Resolution : mile * mile x (miles) Final Flight Path With Contour Plot of Radar Image 2 initial point end point Aerospace Engineering

16 RESULTS Case - IV A LINE OF THUNDERSTORMS MOVING ALONG -x AXIS Speed of thunderstorm : 50 mph Speed of aircraft : 50 KTAS y (miles) Dotted: intensity at point Solid: intensity at point 2 Resolution : mile * mile x (miles) Final Flight Path With Contour Plot of Radar Image 2 initial point end point Aerospace Engineering

17 ALGORITH M S T A B IL IT Y pitfalls NO SOLUTION Starting point lies inside the region of intense thunderstorm activity Starting point is too close to the thunderstorm 2 Original flight path Line along which level nodes are chosen A case where the algorithm does not give a solution Resolution : mile * mile 2 initial point end point Aerospace Engineering

18 ALGORITH M S T A B IL IT Y pitfalls INADMISSABLE SOLUTION In some cases, computed path comes very close to the avoidable regions of thunderstorm set the lower intensity limit of inaccessible region as 20dBZ that would give larger deviations In cases of moving thunderstorms, algorithm sometimes generates sharp turns algorithm should have capability to generate smooth and feasible turns algorithm should take into account the direction in which thunderstorm is moving Aerospace Engineering

19 IM PLEM EN TATIO N requirements INPUTS TO THE ALGORITHM Onboard weather Doppler radar Weather information transmitted from ground IMPLEMENTING THE OUTPUT OF THE ALGORITHM Lateral and longitudinal autopilot Flight Management System Aerospace Engineering

20 CONCLUSIONS PRESENT ALGORITHM Computes safest and shortest route in most of the cases Computation time is within acceptable limits Finer grid sizes will give shorter routes, but can make the algorithm computationally too expensive Grid Size (miles) CPU Time (sec) no solution Aerospace Engineering

21 RECOM M ENDATIONS FUTURE WORK Functionality of the algorithm in a large sample area needs to be established. Algorithm should be capable of changing minimum segment length depending upon thunderstorm size. Algorithm is currently being implemented in real-time flight simulator Aerospace Engineering

22 RELATED TEXAS A& M PAPERS AIAA (GNC-6) Monday :00 AM Intelligent Agent for Aircraft Collision Avoidance S. Shandy and J. Valasek AIAA (GNC-8) Tuesday 9:30 AM Integrating the Evolving Modern Cockpit J. Painter, J. Valasek, D.T. Ward AIAA (GNC-25) Tuesday 2:00 PM Severe Weather Avoidance Using Informed Heuristic Search S. Bokadia and J. Valasek AIAA (Aero. Sciences, Reno NV) 4-7 January 02 Intelligent Executive Guidance Agent for Free Flight J. Rong Aerospace Engineering

Primus 880 Weather Radar. Reliable Weather Avoidance Radar

Primus 880 Weather Radar. Reliable Weather Avoidance Radar Primus 880 Weather Radar Reliable Weather Avoidance Radar Honeywell, the world s leader in avionics continues the development of weather radar systems with the Primus 880 featuring 10 kilowatts of transmitter

More information

Weather Help - NEXRAD Radar Maps. Base Reflectivity

Weather Help - NEXRAD Radar Maps. Base Reflectivity Weather Help - NEXRAD Radar Maps Base Reflectivity Base Reflectivity Severe Thunderstorm/Torna do Watch Areas 16 levels depicted with colors from dark green (very light) to red (extreme) that indicate

More information

Weather Radar Basics

Weather Radar Basics Weather Radar Basics RADAR: Radio Detection And Ranging Developed during World War II as a method to detect the presence of ships and aircraft (the military considered weather targets as noise) Since WW

More information

Wind shear - poses challenges and dangers at the most critical stages of flight

Wind shear - poses challenges and dangers at the most critical stages of flight Wind shear - poses challenges and dangers at the most critical stages of flight Authored and illustrated by Sari Jay June 2009 Introduction Over 40 years ago, in the 1960s, low level wind shear was just

More information

Making Aviation Safer: Results of the National Aviation Weather Program s 10-Year Goal to Reduce Weather- Related Accidents by 80 Percent

Making Aviation Safer: Results of the National Aviation Weather Program s 10-Year Goal to Reduce Weather- Related Accidents by 80 Percent 1 Making Aviation Safer: Results of the National Aviation Weather Program s 10-Year Goal to Reduce Weather- Related Accidents by 80 Percent Friends/Partners of Aviation Weather October 9, 2008 Jud Stailey,

More information

In a majority of ice-crystal icing engine events, convective weather occurs in a very warm, moist, tropical-like environment. aero quarterly qtr_01 10

In a majority of ice-crystal icing engine events, convective weather occurs in a very warm, moist, tropical-like environment. aero quarterly qtr_01 10 In a majority of ice-crystal icing engine events, convective weather occurs in a very warm, moist, tropical-like environment. 22 avoiding convective Weather linked to Ice-crystal Icing engine events understanding

More information

A. Hyll and V. Horák * Department of Mechanical Engineering, Faculty of Military Technology, University of Defence, Brno, Czech Republic

A. Hyll and V. Horák * Department of Mechanical Engineering, Faculty of Military Technology, University of Defence, Brno, Czech Republic AiMT Advances in Military Technology Vol. 8, No. 1, June 2013 Aerodynamic Characteristics of Multi-Element Iced Airfoil CFD Simulation A. Hyll and V. Horák * Department of Mechanical Engineering, Faculty

More information

Thunderstorm Basics. Updraft Characteristics (Rising Air) Downdraft Characteristics (Air Descends to the Ground)

Thunderstorm Basics. Updraft Characteristics (Rising Air) Downdraft Characteristics (Air Descends to the Ground) Thunderstorm Basics Updraft Characteristics (Rising Air) Cumulus Tower Upward Cloud Motion Updraft Dominant Downdraft/Updraft Downdraft Dominant Rain-Free Base Downdraft Characteristics (Air Descends to

More information

FORENSIC WEATHER CONSULTANTS, LLC

FORENSIC WEATHER CONSULTANTS, LLC SAMPLE, CONDENSED REPORT DATES AND LOCATIONS HAVE BEEN CHANGED FORENSIC WEATHER CONSULTANTS, LLC Howard Altschule Certified Consulting Meteorologist 1971 Western Avenue, #200 Albany, New York 12203 518-862-1800

More information

Flight information that keeps pilots a step ahead.

Flight information that keeps pilots a step ahead. Integrated Flight Information system Flight information that keeps pilots a step ahead. At Rockwell Collins, we re ushering in the era of the truly paperless flight deck while providing a higher level

More information

Basics of weather interpretation

Basics of weather interpretation Basics of weather interpretation Safety at Sea Seminar, April 2 nd 2016 Dr. Gina Henderson Oceanography Dept., USNA ghenders@usna.edu Image source: http://earthobservatory.nasa.gov/naturalhazards/view.php?id=80399,

More information

A.4 SEVERE WEATHER PLAN

A.4 SEVERE WEATHER PLAN Page 1 of 5 A.4 SEVERE WEATHER PLAN 1.0 Purpose 1.1 The purpose of this Severe Weather Response Plan is to minimize the impact on the University from a severe weather incident 2.0 Applicability 2.1 This

More information

Data Review and Analysis Program (DRAP) Flight Data Visualization Program for Enhancement of FOQA

Data Review and Analysis Program (DRAP) Flight Data Visualization Program for Enhancement of FOQA 86 Data Review and Analysis Program (DRAP) Flight Data Visualization Program for Enhancement of FOQA Koji MURAOKA and Noriaki OKADA, Flight Systems Research Center, E-mail: muraoka@nal.go.jp Keywords:

More information

1861-35. European Conference on Severe Storms (ECSS 2007) 10-14 September 2007

1861-35. European Conference on Severe Storms (ECSS 2007) 10-14 September 2007 1861-35 European Conference on Severe Storms (ECSS 2007) 10-14 September 2007 Development of an operational thunderstorm forecast system for air traffic FORSTER Caroline Institut fuer Physik der Atmosphere,

More information

Regional Forecast Center Timişoara 15. Gh. Adam St., Timişoara, Romania, e-mail: cristi_nichita2004@yahoo.com

Regional Forecast Center Timişoara 15. Gh. Adam St., Timişoara, Romania, e-mail: cristi_nichita2004@yahoo.com Analele UniversităŃii din Oradea Seria Geografie Tom XX, no. 2/2010 (December), pp 197-203 ISSN 1221-1273, E-ISSN 2065-3409 Article no. 202106-492 SOME DOPPLER RADAR FEATURES OF SEVERE WEATHER IN SUPERCELLS

More information

WEATHER THEORY Temperature, Pressure And Moisture

WEATHER THEORY Temperature, Pressure And Moisture WEATHER THEORY Temperature, Pressure And Moisture Air Masses And Fronts Weather Theory- Page 77 Every physical process of weather is a result of a heat exchange. The standard sea level temperature is 59

More information

SIXTH GRADE WEATHER 1 WEEK LESSON PLANS AND ACTIVITIES

SIXTH GRADE WEATHER 1 WEEK LESSON PLANS AND ACTIVITIES SIXTH GRADE WEATHER 1 WEEK LESSON PLANS AND ACTIVITIES WATER CYCLE OVERVIEW OF SIXTH GRADE WATER WEEK 1. PRE: Evaluating components of the water cycle. LAB: Experimenting with porosity and permeability.

More information

Robb Kaczmarek NWS FAA Chicago Air Route ATC (Aurora)

Robb Kaczmarek NWS FAA Chicago Air Route ATC (Aurora) Mike Bardou NWS WFO Chicago (Romeoville) Robb Kaczmarek NWS FAA Chicago Air Route ATC (Aurora) Chicago Aviation Support National Weather Service 1 Chicago Aviation Support National Weather Service 2 Center

More information

Storms Short Study Guide

Storms Short Study Guide Name: Class: Date: Storms Short Study Guide Multiple Choice Identify the letter of the choice that best completes the statement or answers the question. 1. A(n) thunderstorm forms because of unequal heating

More information

National Aviation Weather Program Mid-Course Assessment

National Aviation Weather Program Mid-Course Assessment National Aviation Weather Program Mid-Course Assessment Accident Reduction Trends Confirm Value of Coordinated R&D Programs Prepared by the Office of the Federal Coordinator for Meteorological Services

More information

INITIAL TEST RESULTS OF PATHPROX A RUNWAY INCURSION ALERTING SYSTEM

INITIAL TEST RESULTS OF PATHPROX A RUNWAY INCURSION ALERTING SYSTEM INITIAL TEST RESULTS OF PATHPROX A RUNWAY INCURSION ALERTING SYSTEM Rick Cassell, Carl Evers, Ben Sleep and Jeff Esche Rannoch Corporation, 1800 Diagonal Rd. Suite 430, Alexandria, VA 22314 Abstract This

More information

WxFUSION. A. Tafferner. Folie 1. iport Meeting 13.10.2010 @ DLR OP

WxFUSION. A. Tafferner. Folie 1. iport Meeting 13.10.2010 @ DLR OP WxFUSION A. Tafferner iport Meeting 13.10.2010 @ DLR OP Folie 1 Upper Danube Catchment MUC DLR Andechs Munich Vienna Folie 2 Local and propagating thunderstorms in the Upper Danube Catchment B. Barternschlager,

More information

Warszawy 8, 35-959 Rzeszów, Poland

Warszawy 8, 35-959 Rzeszów, Poland Solid State Phenomena Vols. 147-149 (2009) pp 231-236 Online available since 2009/Jan/06 at www.scientific.net (2009) Trans Tech Publications, Switzerland doi:10.4028/www.scientific.net/ssp.147-149.231

More information

Pilot Professionalism It Isn t Just For The Big Guys

Pilot Professionalism It Isn t Just For The Big Guys Pilot Professionalism It Isn t Just For The Big Guys Earl F Weener Board Member American Bonanza Society Convention & Trade Show Buffalo, NY September 25, 2010 Pilot Professionalism - NTSB Interest Lack

More information

ADS-B is intended to transform air traffic control by providing more accurate and reliable tracking of airplanes in flight and on the ground.

ADS-B is intended to transform air traffic control by providing more accurate and reliable tracking of airplanes in flight and on the ground. ADS-B is intended to transform air traffic control by providing more accurate and reliable tracking of airplanes in flight and on the ground. New Air Traffic Surveillance Technology Air traffic service

More information

Background on Airspace

Background on Airspace Background on Airspace There are six classifications of airspace in the United States; A, B, C, D, E, and G. Class A is the most restrictive and Class G the least restrictive. They can be categorized as:

More information

Safety Verification of the Small Aircraft Transportation System Concept of Operations

Safety Verification of the Small Aircraft Transportation System Concept of Operations Safety Verification of the Small Aircraft Transportation System Concept of Operations Victor Carreño 1 NASA Langley Research Center, Hampton, Virginia, 23681 César Muñoz 2 National Institute of Aerospace,

More information

Flight Operations Briefing Notes

Flight Operations Briefing Notes Flight Operations Briefing Notes I Introduction Flight crew awareness and alertness are key factors in the successful application of windshear avoidance and escape / recovery techniques. This Flight Operations

More information

AVIATION INVESTIGATION REPORT A07A0025 LOSS OF SEPARATION

AVIATION INVESTIGATION REPORT A07A0025 LOSS OF SEPARATION AVIATION INVESTIGATION REPORT A07A0025 LOSS OF SEPARATION SERCO FACILITIES MANAGEMENT INC. GOOSE BAY, NEWFOUNDLAND AND LABRADOR 13 MARCH 2007 The Transportation Safety Board of Canada (TSB) investigated

More information

Airborne-Weather-Radar Interpretation Ian Gilbert

Airborne-Weather-Radar Interpretation Ian Gilbert Ian Gilbert This familiarisation is targeted for aircraft equipped with Honeywell weather radar. The fundamental principles are, however, applicable to all weather radars in all aircraft. Weather-Radar

More information

Air Coverage Test with SCANTER 4002 at Horns Rev Wind Farm I and II

Air Coverage Test with SCANTER 4002 at Horns Rev Wind Farm I and II Air Coverage Test with SCANTER 4002 at Horns Rev Wind Farm I and II Abstract The challenges of aircraft detection in the area of wind farms are addressed. Detection and tracking capabilities of the SCANTER

More information

Name Period 4 th Six Weeks Notes 2015 Weather

Name Period 4 th Six Weeks Notes 2015 Weather Name Period 4 th Six Weeks Notes 2015 Weather Radiation Convection Currents Winds Jet Streams Energy from the Sun reaches Earth as electromagnetic waves This energy fuels all life on Earth including the

More information

Nov 01 Jan 02. Sep 01

Nov 01 Jan 02. Sep 01 Kulesa 1 Weather and Aviation: How Does Weather Affect the Safety and Operations of Airports and Aviation, and How Does FAA Work to Manage Weather-related Effects? By Gloria Kulesa Weather Impacts On Aviation

More information

Enabling GPU-accelerated High Performance Geospatial Line-of-Sight Calculations

Enabling GPU-accelerated High Performance Geospatial Line-of-Sight Calculations Enabling GPU-accelerated High Performance Geospatial Line-of-Sight Calculations Bart Adams, Ph.D. Frank Suykens, Ph.D. Intro text for this chapter Intro text for this chapter Luciad Confidential - do not

More information

2. G-IV Tail Doppler Radar Experiment

2. G-IV Tail Doppler Radar Experiment 2. G-IV Tail Doppler Radar Experiment Principal Investigator(s): John Gamache, Peter Dodge, Paul Reasor, Altug Aksoy, and Vijay Tallapragada Primary IFEX Goal: 1 - Collect observations that span the TC

More information

Low Level Windshear Alert System (LLWAS) An integral part of the U.S. FAA Wind-shear safety program

Low Level Windshear Alert System (LLWAS) An integral part of the U.S. FAA Wind-shear safety program Low Level Windshear Alert System (LLWAS) An integral part of the U.S. FAA Wind-shear safety program Low-level windshear is a hazard to aircraft in the airport runway corridors. With Climatronics LLWAS,

More information

Reprint 934. LIDAR Windshear Alerting System. at the Hong Kong International Airport. An Application of Information and Communication Technologies

Reprint 934. LIDAR Windshear Alerting System. at the Hong Kong International Airport. An Application of Information and Communication Technologies Reprint 934 LIDAR Windshear Alerting System at the Hong Kong International Airport An Application of Information and Communication Technologies P.W. Chan ICT Conference: The Way to Digital City Sustainable

More information

SYSTEM GLOBAL NAVIGATION SATELLITE SYSTEM LANDING TECHNOLOGY/PRODUCT DEVELOPMENT

SYSTEM GLOBAL NAVIGATION SATELLITE SYSTEM LANDING TECHNOLOGY/PRODUCT DEVELOPMENT GLOBAL NAVIGATION SATELLITE SYSTEM LANDING SYSTEM The aviation industry is developing a new positioning and landing system based on the Global Navigation Satellite System (GNSS). The GNSS landing system

More information

LONDON SOUTHEND AIRPORT CLASS D CONTROLLED AIRSPACE GUIDE

LONDON SOUTHEND AIRPORT CLASS D CONTROLLED AIRSPACE GUIDE CLASS D CONTROLLED AIRSPACE GUIDE Introduction From the 2 nd of April 2015 London Southend Airport (LSA) will be implementing Class D (CAS). This airspace is made up of a Control Zone (CTR) and Control

More information

CHAPTER 7. AIRSPACE 7.1 AFFECTED ENVIRONMENT

CHAPTER 7. AIRSPACE 7.1 AFFECTED ENVIRONMENT CHAPTER 7. AIRSPACE 7.1 AFFECTED ENVIRONMENT 7.1.1 Definition of Resource Airspace management is defined as directing, controlling, and handling flight operations in the volume of air that overlies the

More information

Severe Weather Information

Severe Weather Information Severe Weather Information TORNADO FACTS Canada gets more tornadoes than any other country with the exception of the United States. Tornadoes are rotating columns of high winds. Sometimes they move quickly

More information

WeatherBug Vocabulary Bingo

WeatherBug Vocabulary Bingo Type of Activity: Game: Interactive activity that is competitive, and allows students to learn at the same time. Activity Overview: WeatherBug Bingo is a fun and engaging game for you to play with students!

More information

If wispy, no significant icing or turbulence. If dense or in bands turbulence is likely. Nil icing risk. Cirrocumulus (CC)

If wispy, no significant icing or turbulence. If dense or in bands turbulence is likely. Nil icing risk. Cirrocumulus (CC) Cirrus (CI) Detached clouds in the form of delicate white filaments or white patches or narrow bands. These clouds have a fibrous or hair like appearance, or a silky sheen or both. with frontal lifting

More information

Nowcasting of significant convection by application of cloud tracking algorithm to satellite and radar images

Nowcasting of significant convection by application of cloud tracking algorithm to satellite and radar images Nowcasting of significant convection by application of cloud tracking algorithm to satellite and radar images Ng Ka Ho, Hong Kong Observatory, Hong Kong Abstract Automated forecast of significant convection

More information

ACCELERATION OF HEAVY TRUCKS Woodrow M. Poplin, P.E.

ACCELERATION OF HEAVY TRUCKS Woodrow M. Poplin, P.E. ACCELERATION OF HEAVY TRUCKS Woodrow M. Poplin, P.E. Woodrow M. Poplin, P.E. is a consulting engineer specializing in the evaluation of vehicle and transportation accidents. Over the past 23 years he has

More information

Requirements of Aircraft Observations data and Data Management Framework for Services and Other Data Users. (Submitted bymichael Berechree)

Requirements of Aircraft Observations data and Data Management Framework for Services and Other Data Users. (Submitted bymichael Berechree) WORLD METEOROLOGICAL ORGANIZATION WMO AMDAR PANEL WORKSHOP ON AIRCRAFT OBSERVING SYSTEM DATA MANAGEMENT Workshop on Aircraft Observing System Data Management/Doc.3.2 (31.V.2012) (GENEVA, SWITZERLAND, 5

More information

Roelof Bruintjes, Sarah Tessendorf, Jim Wilson, Rita Roberts, Courtney Weeks and Duncan Axisa WMA Annual meeting 26 April 2012

Roelof Bruintjes, Sarah Tessendorf, Jim Wilson, Rita Roberts, Courtney Weeks and Duncan Axisa WMA Annual meeting 26 April 2012 Aerosol affects on the microphysics of precipitation development in tropical and sub-tropical convective clouds using dual-polarization radar and airborne measurements. Roelof Bruintjes, Sarah Tessendorf,

More information

Motion & The Global Positioning System (GPS)

Motion & The Global Positioning System (GPS) Grade Level: K - 8 Subject: Motion Prep Time: < 10 minutes Duration: 30 minutes Objective: To learn how to analyze GPS data in order to track an object and derive its velocity from positions and times.

More information

A Dynamic Programming Approach for 4D Flight Route Optimization

A Dynamic Programming Approach for 4D Flight Route Optimization A Dynamic Programming Approach for 4D Flight Route Optimization Christian Kiss-Tóth, Gábor Takács Széchenyi István University, Győr, Hungary IEEE International Conference on Big Data Oct 27-30, 2014 Washington

More information

Benefits of Highly Predictable Flight Trajectories in Performing Routine Optimized Profile Descents: Current and Recommended Research

Benefits of Highly Predictable Flight Trajectories in Performing Routine Optimized Profile Descents: Current and Recommended Research Benefits of Highly Predictable Flight Trajectories in Performing Routine Optimized Profile Descents: Current and Recommended Research Environmental Working Group Operations Standing Committee 2009 Annual

More information

Wildlife Hazard Mitigation Strategies for Pilots

Wildlife Hazard Mitigation Strategies for Pilots Executive Summary From the very beginning of powered flight, pilots have competed with birds for airspace, sometimes with disastrous results. Over the years, there have been many efforts to create a better

More information

A Microwave Retrieval Algorithm of Above-Cloud Electric Fields

A Microwave Retrieval Algorithm of Above-Cloud Electric Fields A Microwave Retrieval Algorithm of Above-Cloud Electric Fields Michael J. Peterson The University of Utah Chuntao Liu Texas A & M University Corpus Christi Douglas Mach Global Hydrology and Climate Center

More information

CENTRAL TEXAS COLLEGE SYLLABUS FOR AIRP 1307 AVIATION METEOROLOGY Semester Hours Credit: 3

CENTRAL TEXAS COLLEGE SYLLABUS FOR AIRP 1307 AVIATION METEOROLOGY Semester Hours Credit: 3 CENTRAL TEXAS COLLEGE SYLLABUS FOR AIRP 1307 AVIATION METEOROLOGY Semester Hours Credit: 3 INSTRUCTOR: OFFICE HOURS: I. INTRODUCTION A. The purpose of this course is to study Meteorology as it applies

More information

Policy Regarding Datalink Communications Recording Requirements. AGENCY: Federal Aviation Administration (FAA), Department of Transportation (DOT).

Policy Regarding Datalink Communications Recording Requirements. AGENCY: Federal Aviation Administration (FAA), Department of Transportation (DOT). [4910-13] DEPARTMENT OF TRANSPORTATION Federal Aviation Administration 14 CFR Parts 91, 121, 125, and 135 [Docket No. FAA 2015-0289] Policy Regarding Datalink Communications Recording Requirements AGENCY:

More information

Trends in Aeronautical Information Management

Trends in Aeronautical Information Management Trends in Aeronautical Information Management AIXM 5 Public Design Review February 7-8, 2006 Washington DC 1 Our objective in this briefing is to tell you about an emerging standard for aeronautical data

More information

WEATHER AND CLIMATE practice test

WEATHER AND CLIMATE practice test WEATHER AND CLIMATE practice test Multiple Choice Identify the choice that best completes the statement or answers the question. 1. What role does runoff play in the water cycle? a. It is the process in

More information

Using Big Data and GIS to Model Aviation Fuel Burn

Using Big Data and GIS to Model Aviation Fuel Burn Using Big Data and GIS to Model Aviation Fuel Burn Gary M. Baker USDOT Volpe Center 2015 Transportation DataPalooza June 17, 2015 The National Transportation Systems Center Advancing transportation innovation

More information

FAA/Industry Training Standards Personal and Weather Risk Assessment Guide Version 1.0, October 2003

FAA/Industry Training Standards Personal and Weather Risk Assessment Guide Version 1.0, October 2003 1 FAA/Industry Training Standards Personal and Weather Risk Assessment Guide Version 1.0, October 2003 INTRODUCTION As a general aviation (GA) pilot, you are the head of your flight department, and as

More information

APPENDIX 3-B Airplane Upset Recovery Briefing. Briefing. Figure 3-B.1

APPENDIX 3-B Airplane Upset Recovery Briefing. Briefing. Figure 3-B.1 APPENDIX 3-B Airplane Upset Recovery Briefing Industry Solutions for Large Swept-Wing Turbofan Airplanes Typically Seating More Than 100 Passengers Briefing Figure 3-B.1 Revision 1_August 2004 Airplane

More information

A101 SAFETY/ADM/ORM/CRM

A101 SAFETY/ADM/ORM/CRM A101 SAFETY/ADM/ORM/CRM References: Air Force Regulations Federal Aviation Regulations FAA-H-8083-25A, Pilot s Handbook of Aeronautical Knowledge, Chapter 17 (pgs 17-1 to 17-6) IFS Local Flying Procedures,

More information

Title: Trigonometric Solutions to a Dead Reckoning Air Navigation Problem Using Vector Analysis and Advanced Organizers

Title: Trigonometric Solutions to a Dead Reckoning Air Navigation Problem Using Vector Analysis and Advanced Organizers Title: Trigonometric Solutions to a Dead Reckoning Air Navigation Problem Using Vector Analysis and Advanced Organizers Brief Overview: We will complete a dead reckoning navigation problem following certain

More information

SIXTH MEETING SUMMARY

SIXTH MEETING SUMMARY WAFSOPSG/6-IP/13 3/3/ /11 WORLD AREAA FORECAST SYSTEM OPERATIONS GROUP (WAFSOPSG) SIXTH MEETING Dakar, Senegal, 21 to 24 March 2011 Agenda Item 6: Development of the WAFS 6.1: Improved GRIB 2 forecasts

More information

Supercell Thunderstorm Structure and Evolution

Supercell Thunderstorm Structure and Evolution Supercell Thunderstorm Structure and Evolution Supercellular Convection Most uncommon, but most dangerous storm type Produces almost all instances of very large hail and violent (EF4-EF5) tornadoes Highly

More information

Aerospace Engineering & Aviation Technology

Aerospace Engineering & Aviation Technology Aerospace Engineering & Aviation Technology @ Duval High School Imagine, Create, Design Aerospace Engineering & Aviation Technology @ Duval High School What is the Aerospace & Engineering? The Aerospace

More information

Aircraft Icing. FAR 25, Appendix C charts. Prof. Dr. Serkan ÖZGEN. Dept. Aerospace Engineering, METU Spring 2014

Aircraft Icing. FAR 25, Appendix C charts. Prof. Dr. Serkan ÖZGEN. Dept. Aerospace Engineering, METU Spring 2014 Aircraft Icing FAR 25, Appendix C charts Prof. Dr. Serkan ÖZGEN Dept. Aerospace Engineering, METU Spring 2014 Outline FAR 25 and FAR 29 Appendix C charts Using FAR 25 Appendix C charts Liquid water content

More information

Providing Safety and Reliability with PBN Guy Greider HUGHES PROPRIETARY

Providing Safety and Reliability with PBN Guy Greider HUGHES PROPRIETARY Providing Safety and Reliability with PBN Guy Greider Layout plan for integrated fully supported low level PBN airspace Providing Safety and Reliability with PBN Helicopter Accident Rate Vertical Flight

More information

2014 NIFA CRM Contestant Briefing Guide San Diego, California

2014 NIFA CRM Contestant Briefing Guide San Diego, California 2014 NIFA CRM Contestant Briefing Guide San Diego, California Region 2 SAFECON 2014 November 12 15 This document supports the 2014 NIFA Collegiate Cockpit Resource Management Simulation and is not for

More information

The 7 th International Scientific Conference DEFENSE RESOURCES MANAGEMENT IN THE 21st CENTURY Braşov, November 15 th 2012

The 7 th International Scientific Conference DEFENSE RESOURCES MANAGEMENT IN THE 21st CENTURY Braşov, November 15 th 2012 The 7 th International Scientific Conference DEFENSE RESOURCES MANAGEMENT IN THE 21st CENTURY Braşov, November 15 th 2012 COMMUNICATION ISSUES OF UAV 1 INTEGRATION INTO NON 1 st. Lt. Gábor Pongrácz, ATM

More information

InFO Information for Operators

InFO Information for Operators InFO Information for Operators U.S. Department InFO 07015 of Transportation DATE: 7/3/2007 Federal Aviation Administration Flight Standards Service Washington, DC http://www.faa.gov/other_visit/aviation_industry/airline_operators/airline_safety/info

More information

Activity 1 Reading Universal Time Level 2 http://www.uni.edu/storm/activities/level2/index.shtml

Activity 1 Reading Universal Time Level 2 http://www.uni.edu/storm/activities/level2/index.shtml Activity 1 Reading Universal Time Level 2 http://www.uni.edu/storm/activities/level2/index.shtml National Science Education Standards: As a result of activities in grades 5-8, all students should develop

More information

Clouds for pilots. Ed Williams. http://williams.best.vwh.net/

Clouds for pilots. Ed Williams. http://williams.best.vwh.net/ Clouds for pilots Ed Williams http://williams.best.vwh.net/ Clouds are important to pilots! Many of our weather problems are associated with clouds: Fog Thunderstorms Cloud In flight icing Cloud physics

More information

Curriculum Map 2008-2009 Bismarck Public Schools Aviation / High School (Bismarck Technical Center)

Curriculum Map 2008-2009 Bismarck Public Schools Aviation / High School (Bismarck Technical Center) Curriculum Map 2008-2009 Bismarck Public Schools Aviation / High School (Bismarck Technical Center) Essential Stard Airports Airport lights, markings, signs, People at an airport (FBO, ATC, Security, Terminal)

More information

International Specification for Ski Orienteering Maps ISSkiOM

International Specification for Ski Orienteering Maps ISSkiOM International Specification for Ski Orienteering Maps ISSkiOM Rev 12 February 2015 corrected mistake (PMS 345-> PMS 354), page 3 2014 Approved by IOF Ski Orienteering Commission, October 2014 Approved

More information

Understanding the altimeter

Understanding the altimeter Understanding the altimeter What you see isn't always what you have by Jack Willams Flying is an adventure for most pilots--sometimes more adventure than they really want. A pilot's report to Canada's

More information

Helicopter Association International Pre-Flight Risk Assessment Tool User s Guide BETA

Helicopter Association International Pre-Flight Risk Assessment Tool User s Guide BETA Helicopter Association International Pre-Flight Risk Assessment Tool User s Guide BETA http://www.rotor.com/fra TABLE OF CONTENTS Overview... 2 Quick Guide... 7 How to Register and setup the system...

More information

Precipitation forms from water droplets or ice crystals.

Precipitation forms from water droplets or ice crystals. KEY CONCEPT Water falls to Earth s surface as precipitation. BEFORE, you learned Water moves between Earth's surface and the atmosphere Water vapor condenses into clouds NOW, you will learn How precipitation

More information

Chapter 3: Weather Map. Weather Maps. The Station Model. Weather Map on 7/7/2005 4/29/2011

Chapter 3: Weather Map. Weather Maps. The Station Model. Weather Map on 7/7/2005 4/29/2011 Chapter 3: Weather Map Weather Maps Many variables are needed to described weather conditions. Local weathers are affected by weather pattern. We need to see all the numbers describing weathers at many

More information

WSR - Weather Surveillance Radar

WSR - Weather Surveillance Radar 1 of 7 Radar by Paul Sirvatka College of DuPage Meteorology WSR - Weather Surveillance Radar It was learned during World War II that electromagnetic radiation could be sent out, bounced off an object and

More information

Turbulence: The Invisible Hazard presented by Scott Miller PIA Symposium 2005 Jacksonville, Florida, USA

Turbulence: The Invisible Hazard presented by Scott Miller PIA Symposium 2005 Jacksonville, Florida, USA 1300 E. International Speedway Blvd DeLand, FL 32724 USA Tel: +1.386.738.2224 Fax: +1.734.8297 www.performancedesigns.com Turbulence: The Invisible Hazard presented by Scott Miller PIA Symposium 2005 Jacksonville,

More information

With all of the new hype the

With all of the new hype the T E C H N O L O G Y All About MODE S TRANSPONDERS B Y T O N Y B A I L E Y Air Traffic Control Radio Beacon System (ATCRBS) With all of the new hype the past few months concerning Elementary Surveillance

More information

Flight crew awareness and alertness are key factors in the

Flight crew awareness and alertness are key factors in the APPROACH-AND-LANDING ACCIDENT REDUCTION TOOL KIT fsf alar briefing note 5.4 Wind Shear Flight crew awareness and alertness are key factors in the successful application of wind shear avoidance techniques

More information

HAZARD DEFINITIONS AND USAGE NOTES. March 2014 (1.0)

HAZARD DEFINITIONS AND USAGE NOTES. March 2014 (1.0) HAZARD DEFINITIONS AND USAGE NOTES March 2014 (1.0) Hazard categories are used to identify and classify objects or conditions that cause or have the potential to cause aviation accidents or incidents.

More information

The Service Optimization Challenge Business Paper

The Service Optimization Challenge Business Paper The Service Optimization Challenge Business Paper Table of Contents Introduction............................................2 The Service Optimization Challenge.......................... 3 Avoiding Losses

More information

Two primary advantages of radars: all-weather and day /night imaging

Two primary advantages of radars: all-weather and day /night imaging Lecture 0 Principles of active remote sensing: Radars. Objectives: 1. Radar basics. Main types of radars.. Basic antenna parameters. Required reading: G: 8.1, p.401-40 dditional/advanced reading: Online

More information

Active and Passive Microwave Remote Sensing

Active and Passive Microwave Remote Sensing Active and Passive Microwave Remote Sensing Passive remote sensing system record EMR that was reflected (e.g., blue, green, red, and near IR) or emitted (e.g., thermal IR) from the surface of the Earth.

More information

A MODEL TO SOLVE EN ROUTE AIR TRAFFIC FLOW MANAGEMENT PROBLEM:

A MODEL TO SOLVE EN ROUTE AIR TRAFFIC FLOW MANAGEMENT PROBLEM: A MODEL TO SOLVE EN ROUTE AIR TRAFFIC FLOW MANAGEMENT PROBLEM: A TEMPORAL AND SPATIAL CASE V. Tosic, O. Babic, M. Cangalovic and Dj. Hohlacov Faculty of Transport and Traffic Engineering, University of

More information

Modeling and Autonomous Flight Simulation of a Small Unmanned Aerial Vehicle

Modeling and Autonomous Flight Simulation of a Small Unmanned Aerial Vehicle 13 th International Conference on AEROSPACE SCIENCES & AVIATION TECHNOLOGY, ASAT- 13, May 26 28, 2009, E-Mail: asat@mtc.edu.eg Military Technical College, Kobry Elkobbah, Cairo, Egypt Tel : +(202) 24025292

More information

EMERGENCY MANAGEMENT DECISION-MAKING DURING SEVERE WEATHER

EMERGENCY MANAGEMENT DECISION-MAKING DURING SEVERE WEATHER EMERGENCY MANAGEMENT DECISION-MAKING DURING SEVERE WEATHER Leigh A. Baumgart Ellen J. Bass Brenda Philips Kevin Kloesel University of Virginia University of Virginia University of Massachusetts University

More information

Weather Briefing for Southeast Texas October 24 th, 2015

Weather Briefing for Southeast Texas October 24 th, 2015 Weather Briefing for Southeast Texas October 24 th, 2015 Dangerous Flash Flood Event Saturday through Sunday 8:16 AM Overview Ongoing: record deep moisture in place, elevated seas, rip currents, high surf,

More information

Providing drivers with actionable intelligence can minimize accidents, reduce driver claims and increase your bottom line. Equip motorists with the

Providing drivers with actionable intelligence can minimize accidents, reduce driver claims and increase your bottom line. Equip motorists with the Providing drivers with actionable intelligence can minimize accidents, reduce driver claims and increase your bottom line. Equip motorists with the ability to make informed decisions based on reliable,

More information

Continuous Fastest Path Planning in Road Networks by Mining Real-Time Traffic Event Information

Continuous Fastest Path Planning in Road Networks by Mining Real-Time Traffic Event Information Continuous Fastest Path Planning in Road Networks by Mining Real-Time Traffic Event Information Eric Hsueh-Chan Lu Chi-Wei Huang Vincent S. Tseng Institute of Computer Science and Information Engineering

More information

RS platforms. Fabio Dell Acqua - Gruppo di Telerilevamento

RS platforms. Fabio Dell Acqua - Gruppo di Telerilevamento RS platforms Platform vs. instrument Sensor Platform Instrument The remote sensor can be ideally represented as an instrument carried by a platform Platforms Remote Sensing: Ground-based air-borne space-borne

More information

Technical Attachment. The National Weather Service Estimated Actual Velocity Radar Tool. Ken Falk WFO Shreveport, Louisiana

Technical Attachment. The National Weather Service Estimated Actual Velocity Radar Tool. Ken Falk WFO Shreveport, Louisiana SRH STSD 2007-03 October 2007 Technical Attachment The National Weather Service Estimated Actual Velocity Radar Tool 1. Introduction Ken Falk WFO Shreveport, Louisiana A radar analysis tool has been introduced

More information

AVIATION INVESTIGATION REPORT A02P0004 OPERATING IRREGULARITY

AVIATION INVESTIGATION REPORT A02P0004 OPERATING IRREGULARITY AVIATION INVESTIGATION REPORT A02P0004 OPERATING IRREGULARITY NAV CANADA COMMUNICATIONS EQUIPMENT FAILURE VANCOUVER AREA CONTROL CENTRE 04 JANUARY 2002 The Transportation Safety Board of Canada (TSB) investigated

More information

INSTRUCTOR WORKBOOK Quanser Robotics Package for Education for MATLAB /Simulink Users

INSTRUCTOR WORKBOOK Quanser Robotics Package for Education for MATLAB /Simulink Users INSTRUCTOR WORKBOOK for MATLAB /Simulink Users Developed by: Amir Haddadi, Ph.D., Quanser Peter Martin, M.A.SC., Quanser Quanser educational solutions are powered by: CAPTIVATE. MOTIVATE. GRADUATE. PREFACE

More information

Airspace. Chapter 14. Introduction

Airspace. Chapter 14. Introduction Chapter 14 Airspace Introduction The two categories of airspace are: regulatory and nonregulatory. Within these two categories there are four types: controlled, uncontrolled, special use, and other airspace.

More information

Service, Security, Solutions Since 1924. Insurance and Risk Management Considerations for UAS RPAS Symposium, Montreal. March 2015

Service, Security, Solutions Since 1924. Insurance and Risk Management Considerations for UAS RPAS Symposium, Montreal. March 2015 Service, Security, Solutions Since 1924 Insurance and Risk Management Considerations for UAS RPAS Symposium, Montreal Global Aerospace Begins Spirit of St. Louis First Transatlantic flight by unmanned

More information

Contouring and Advanced Visualization

Contouring and Advanced Visualization Contouring and Advanced Visualization Contouring Underlay your oneline with an image Geographic Data Views Auto-created geographic data visualization Emphasis of Display Objects Make specific objects standout

More information

AN AIR TRAFFIC MANAGEMENT (ATM) SYSTEM PERFORMANCE MODEL ETMS

AN AIR TRAFFIC MANAGEMENT (ATM) SYSTEM PERFORMANCE MODEL ETMS AN AIR TRAFFIC NAGEMENT (ATM) SYSTEM PERFORNCE MODEL Edward J. Modzelesky, Tejal Topiwala, Sarah E. Stalnaker, Michael A. Hermes, The MITRE Corporation, McLean, VA Abstract In this paper, we discuss our

More information

Virginia Office of Emergency Medical Services Medevac Best Practice 2.2.2 Risk Assessment. Proposed April 24, 2008

Virginia Office of Emergency Medical Services Medevac Best Practice 2.2.2 Risk Assessment. Proposed April 24, 2008 Medevac Best Practice 2.2.2 Risk Assessment Proposed April 24, 2008 Office of Emergency Medical Services P.O. Box 2448 Richmond, Virginia 23218 (804)864-7600 www.vdh.virginia.gov/oems Virginia Medevac

More information