Optimal Inference of Velocity Fields

Size: px
Start display at page:

Download "Optimal Inference of Velocity Fields"

Transcription

1 Optimal Inference of Velocity Fields NJIT EXTREEMS- Mentor: Richard Moore January 30, 2014

2 What is data assimilation? Data assimilation: The incorporation of observational data into a physical model of a system to provide optimal estimates of the system s state and uncertainty. MERRA reanalysis, NASA GMAO

3 Why is necessary? We blend models with data to filter, smooth, or predict the state of a system that is too complex to get a handle on using just the data or just the model, because Model runs at required resolution/timescales too expensive Model parameters only known in sense of distribution Observational measurements have error and are not at locations/times needed Observational measurements may not be of QOIs Examples of : Numerical weather prediction Climate models (e.g., NASA GISS ModelE, NCAR CESM) Management of species and natural resources Navigation/control (e.g., pursuit) Economic models

4 Techniques for Variational methods Minimize an objective (cost) function (e.g., least squares) Hard or soft constraints reflect assumptions about statistical distributions, model behavior, etc. Probabilistic methods Bayes rule Maximum (a posteriori) likelihood estimator Ensemble methods Several random realizations of state generated to compute mean/variance of Gaussian distribution Particle filters to compute moments of nonparametric distribution

5 Using gliders to infer ocean state Underwater autonomous vehicles (gliders) are being used to measure various ocean parameters, including: temperature, pressure, salinity biological species markers (e.g., chlorophyll fluorescence) flow velocity (directly or indirectly) The Economist, 2012

6 How gliders work These gliders can: communicate with shore station when at surface steer (by banking or using rudder) propel forward (0.5 m/s) using buoyancy-driven locomotion NOAA IOOS

7 (a) Spray gliders (b) Slocum gliders Figure ASAP Experiment, Monterey Bay, CA Location of glider profiles collected during the 2006 ASAP field experiment. (a) Spray gliders collected profiles primarily on the boundary of the ASAP domain. Profiles north or west of the domain were collected during large, current-induced deviations from the desired track. Profiles collected along the modified domain boundary are contained in a gray ellipse marked with an arrow. (b) Slocum gliders collected profiles inside the mapping domain and on its boundary. Profiles collected over the canyon head are contained in a gray ellipse marked with an arrow m/s m/s Lat (deg) Lat (deg) Lon (deg) Lon (deg) (a) 17:00 GMT August 8 (b) 00:00 GMT August 11 Figure6 9. Slocum Snapshots of ocean gliders, flow as computed 4 Spray from glider depth-averaged gliders flow estimates using OA. (a) Flow transition from relaxation to upwelling advected gliders out of the mapping domain; (b) equatorward flow indicative of an upwelling. (Mostly) autonomously coordinated for 24 days in the western corner, or how to direct the gliders around the offending current, was the subject of discussions among all the team members, but no solution was found until the current weakened Results of Slocum Glider Operations Strong and highly variable flow conditions such as the ones shown in Figure 9 presented a major challenge to steering the gliders along their assigned tracks with the Control formulated to minimize objective function Journal of Field Robotics DOI /rob Leonard et al., J. Field Robot. 2010

8 2006 ASAP Experiment, Monterey Bay, CA 726 Journal of Field Robotics 2010 (a) GCT 2 (b) GCCS planner panel, July 30, 2006, at 23:10 GMT Used Figure objective 5. (a) GCT 2 defines analysis a coordinated pattern for for. the four Slocum Global gliders, withoptimization the pair we08 and we10 to move over on opposites of the north track, the pair we09 and we12 on opposites of the middle track, and the two pairs synchronized on their respective tracks. Glider we07 should move independently around the south track (the sixth glider had not yet been deployed). The dashed lines show the superelliptical tracks, the circles show a snapshot of the glider positions, and the color coding defines each glider s track assignment. The thin gray lines show the feedback interconnection topology for coordination (all but we07 respond to each other), and the arrows show the prescribed direction of rotation for the gliders. (b) Several real-time status and assessment figures, for scalar field f (x, t): movies, and logs were updated regularly on the Glider Planner and Status page (Princeton University, 2006a). Shown here is a snapshot of one of the panels, which was updated every minute. It presents, for each glider, surfacings over the previous 12 h (squares), waypoints expected to be reached before the next surfacing (gray triangle), next predicted surfacing (gray circle with red fill), new waypoints over the next 6 h (blue tj+1 triangles), and planned position in 24 h (hollow red circle). Each glider is identified with a label at the planned position in 24 h. restricted set of trajectories to minimize forecast mapping error 1 B Design and Local Optimization of GCTs A desired motion pattern for the fleet of gliders under GCCS control is specified as a set of glider coordinated trajectories (GCT). A GCT has three main components, all contained in an XML file and used as input to the GCCS (Princeton University, 2006c). The first component is the operatinget domain, al., J. which Fieldspecifies Robot. the shape, 2010 location, size, Leonard and orientation of the region where the gliders operate. B dx t j dt E[(f (x, t) ˆf (x, t)) 2 ] Adaptations to sampling plans were implemented by switching to a new GCT. In the case of a switch of GCT, the GCCS would be manually interrupted, the new GCT file swapped for the old one, and then the GCCS restarted. The Princeton Glider Planner and Status page (Princeton University, 2006a), linked to the VCR, was consulted for determining adaptations as it maintained up-to-date maps of glider positions and GCCS planning, OA predicted cur-

9 2006 ASAP Experiment, Monterey Bay, CA More details: Used 3d circulation models for and optimization After computing optimal trajectories, gliders were controlled to their trajectories using feedback Additional feedback terms were used to keep gliders from bunching together Optimal trajectories switched manually every 2 days, gliders communicated (i.e., feedback applied) upon surfacing every 3 hours Spray gliders measured velocity field directly using acoustic Doppler profilers Slocum gliders provided velocity estimates indirectly by comparing measured displacement to dead reckoning estimate

10 Alternative approach Rather than globally optimizing the mapping error over a limited set of trajectories, we can consider locally optimal minimizers obtained using the calculus of variations. This might be: quicker less restrictive (i.e., more optimal) less prone to getting stuck in regions where the flow is stronger than the propulsion We will explore simple inference problems (of my choosing) using an unknown scalar field and a known velocity field, to develop heuristics for controlling autonomous observers toward regions of high uncertainty. For simplicity, we will use the Kalman filter as a basis for.

11 Setup Goal: to infer unknown scalar field f (x) on periodic domain. Observations: K gliders, each taking observations at times t j, j = 1,..., J: y k j = f (x k (t j )) + η k j, k = 1,..., K where gliders evolve between observations according to dx k dt = v(x k ) + u k (t) and η is uncorrelated Gaussian noise, with E[η k j ηm l ] = σ 2 δ jl δ km. have maximum relative speed, u k (t) u max. How to choose u k to learn f quickly?

12 1d Example: v(x) = sin 2x, f (x) = x sin 2 3x

13 Objectives of this project We will learn about: 1 The Kalman filter 2 The calculus of variations and optimal control 3 Monte Carlo simulations (maybe) And we will use these to: 1 Formulate the inference problem for simple 1d flows 2 Formulate the optimal control problem for inferring scalar fields with minimal variance 3 Solve or approximate the controlled problem 4 Test our ideas in MATLAB And if we re lucky/good we will also: 1 Incorporate time-evolution in the flow model 2 Parallelize our code using MATLAB

14 Useful resources (will be posted on dropbox) A. E. Bryson, Applied Optimal Control: Optimization, Estimation and Control (CRC Press, 1975). W. CHEN, E. LUNASIN, REU report, U. Michigan (2013). A. H. Jazwinski, Stochastic Processes and Filtering Theory (Courier Dover Publications, 2007). N. E. Leonard, et al., Proceedings of the IEEE 95, 48 (2007). P. F. Lermusiaux, Physica D: Nonlinear Phenomena 230, 172 (2007). S. K. Park, L. Xu, Data Assimilation for Atmospheric, Oceanic and Hydrological Applications (Vol. II) (Springer, Dordrecht, 2013), first edn. Glider observing assets map. URL asset_map.html. SCCOOS spray gliders. URL J. Anderson, et al., Bulletin of the American Meteorological Society 90, 1283 (2009).

Coordinated Control of an Underwater Glider Fleet in an Adaptive Ocean Sampling Field Experiment in Monterey Bay

Coordinated Control of an Underwater Glider Fleet in an Adaptive Ocean Sampling Field Experiment in Monterey Bay Coordinated Control of an Underwater Glider Fleet in an Adaptive Ocean Sampling Field Experiment in Monterey Bay Naomi E. Leonard Mechanical and Aerospace Engineering Princeton University Princeton, NJ

More information

The Past, Present, and Future of Nortek and Glider Measurements

The Past, Present, and Future of Nortek and Glider Measurements The Past, Present, and Future of Nortek and Glider Measurements Peter J. Rusello Scientist Nortek Since 2005, Nortek has collaborated with leading researchers to develop specialized acoustic Doppler current

More information

Multi-AUV Control and Adaptive Sampling in Monterey Bay

Multi-AUV Control and Adaptive Sampling in Monterey Bay 1 Multi-AUV Control and Adaptive Sampling in Monterey Bay Edward Fiorelli, Naomi Ehrich Leonard, Pradeep Bhatta, Derek A. Paley Mechanical and Aerospace Engineering Princeton University Princeton, NJ 8544,

More information

A Study on Berth Maneuvering Using Ship Handling Simulator

A Study on Berth Maneuvering Using Ship Handling Simulator Proceedings of the 29 IEEE International Conference on Systems, Man, and Cybernetics San Antonio, TX, USA - October 29 A Study on Berth Maneuvering Using Ship Handling Simulator Tadatsugi OKAZAKI Research

More information

Cooperative Control for Ocean Sampling: The Glider Coordinated Control System

Cooperative Control for Ocean Sampling: The Glider Coordinated Control System IEEE TRANSACTIONS ON CONTROL SYSTEMS TECHNOLOGY 1 Cooperative Control for Ocean Sampling: The Glider Coordinated Control System Dere A. Paley, Student Member, IEEE, Fumin Zhang, Member, IEEE, Naomi Ehrich

More information

QUEUEING MODELS FOR 4D AIRCRAFT OPERATIONS. Tasos Nikoleris and Mark Hansen EIWAC 2010

QUEUEING MODELS FOR 4D AIRCRAFT OPERATIONS. Tasos Nikoleris and Mark Hansen EIWAC 2010 QUEUEING MODELS FOR 4D AIRCRAFT OPERATIONS Tasos Nikoleris and Mark Hansen EIWAC 2010 Outline Introduction Model Formulation Metering Case Ongoing Research Time-based Operations Time-based Operations Time-based

More information

Mechanics of Frisbee Throwing

Mechanics of Frisbee Throwing 16-741 Mechanics of Manipulation Project Report Mechanics of Frisbee Throwing Debidatta Dwibedi (debidatd) Senthil Purushwalkam (spurushw) Introduction Frisbee is a popular recreational and professional

More information

Cooperative Control for Ocean Sampling: The Glider Coordinated Control System

Cooperative Control for Ocean Sampling: The Glider Coordinated Control System IEEE TRANSACTIONS ON CONTROL SYSTEMS TECHNOLOGY 1 Cooperative Control for Ocean Sampling: The Glider Coordinated Control System Dere A. Paley, Student Member, IEEE, Fumin Zhang, Member, IEEE, Naomi Ehrich

More information

Capabilities for Gliders

Capabilities for Gliders A New World of Velocity Profile Capabilities for Gliders by Eric Siegel, General Manager, Nortek USA Ocean gliders are autonomous underwater vehicles that profile the water column vertically by controlling

More information

Gliders and Autonomous Underwater and Surface Vehicles

Gliders and Autonomous Underwater and Surface Vehicles Gliders and Autonomous Underwater and Surface Vehicles There are many different types of autonomous vehicles available commercially as monitoring platforms in the marine environment. For a sustained monitoring

More information

Ocean Gliders and the Argo float program Breck Owens WHOI. for INMARTECH Conference, Oct 06

Ocean Gliders and the Argo float program Breck Owens WHOI. for INMARTECH Conference, Oct 06 Ocean Gliders and the Argo float program Breck Owens WHOI for INMARTECH Conference, Oct 06 A brief history The Argo float program Gliders - how they work Some results from gliders The Future Glider Lineage

More information

ATM Seminar 2015 OPTIMIZING INTEGRATED ARRIVAL, DEPARTURE AND SURFACE OPERATIONS UNDER UNCERTAINTY. Wednesday, June 24 nd 2015

ATM Seminar 2015 OPTIMIZING INTEGRATED ARRIVAL, DEPARTURE AND SURFACE OPERATIONS UNDER UNCERTAINTY. Wednesday, June 24 nd 2015 OPTIMIZING INTEGRATED ARRIVAL, DEPARTURE AND SURFACE OPERATIONS UNDER UNCERTAINTY Christabelle Bosson PhD Candidate Purdue AAE Min Xue University Affiliated Research Center Shannon Zelinski NASA Ames Research

More information

ANALYSIS OF THE CONTRIUBTION OF FLIGHTPLAN ROUTE SELECTION ON ENROUTE DELAYS USING RAMS

ANALYSIS OF THE CONTRIUBTION OF FLIGHTPLAN ROUTE SELECTION ON ENROUTE DELAYS USING RAMS ANALYSIS OF THE CONTRIUBTION OF FLIGHTPLAN ROUTE SELECTION ON ENROUTE DELAYS USING RAMS Akshay Belle, Lance Sherry, Ph.D, Center for Air Transportation Systems Research, Fairfax, VA Abstract The absence

More information

American Airlines Next Top Model

American Airlines Next Top Model Page 1 of 12 American Airlines Next Top Model Introduction Airlines employ several distinct strategies for the boarding and deboarding of airplanes in an attempt to minimize the time each plane spends

More information

Time Benefits of Free-Flight for a Commercial Aircraft

Time Benefits of Free-Flight for a Commercial Aircraft Time Benefits of Free-Flight for a Commercial Aircraft James A. McDonald and Yiyuan Zhao University of Minnesota, Minneapolis, Minnesota 55455 Introduction The nationwide increase in air traffic has severely

More information

A Coevolutionary Simulation of Real-Time Airport Gate Scheduling

A Coevolutionary Simulation of Real-Time Airport Gate Scheduling A Coevolutionary Simulation of Real-Time Airport Scheduling Andrés Gómez de Silva Garza Instituto Tecnológico Autónomo de México (IT) Río Hondo #1, Colonia Tizapán-San Ángel 01000 México, D.F., México

More information

Analysis of Air Transportation Systems. Airport Capacity

Analysis of Air Transportation Systems. Airport Capacity Analysis of Air Transportation Systems Airport Capacity Dr. Antonio A. Trani Associate Professor of Civil and Environmental Engineering Virginia Polytechnic Institute and State University Fall 2002 Virginia

More information

Written by: Kate Florio, Liberty Science Center. Grade Level: change when the mass of an object changes. 20 mins. Lesson Time: 45 min.

Written by: Kate Florio, Liberty Science Center. Grade Level: change when the mass of an object changes. 20 mins. Lesson Time: 45 min. A Classroom Activity for Ocean Gazing Episodes 13, 15, 24 & 49: Autonomous, enormous, ingenious; Gliding on Earth; The little sub that could; Slick of oil Written by: Kate Florio, Liberty Science Center

More information

Cooperative Control for Ocean Sampling: The Glider Coordinated Control System

Cooperative Control for Ocean Sampling: The Glider Coordinated Control System IEEE TRANSACTIONS ON CONTROL SYSTEMS TECHNOLOGY 1 Cooperative Control for Ocean Sampling: The Glider Coordinated Control System Dere A. Paley, Student Member, IEEE, Fumin Zhang, Member, IEEE, Naomi Ehrich

More information

Unit 4: Location-Scale-Based Parametric Distributions

Unit 4: Location-Scale-Based Parametric Distributions Unit 4: Location-Scale-Based Parametric Distributions Ramón V. León Notes largely based on Statistical Methods for Reliability Data by W.Q. Meeker and L. A. Escobar, Wiley, 1998 and on their class notes.

More information

Underwater Glider Dynamics and Control

Underwater Glider Dynamics and Control Underwater Glider Dynamics and Control Naomi Leonard Department of Mechanical & Aerospace Engineering Princeton University Princeton, NJ 08544 phone: (609) 258-5129 fax: (609) 258-6109 email: naomi@princeton.edu

More information

Research on Pilots Development Planning

Research on Pilots Development Planning Journal of Software Engineering and Applications 2012 5 1016-1022 http://dx.doi.org/10.4236/sea.2012.512118 Published Online December 2012 (http://www.scirp.org/ournal/sea) Ruo Ding Mingang Gao * Institute

More information

Traffic Forecasts. CHAOUKI MUSTAPHA, Economist, International Civil Aviation Organization

Traffic Forecasts. CHAOUKI MUSTAPHA, Economist, International Civil Aviation Organization SIP/2009-WP/11 Business case Traffic Forecasts CHAOUKI MUSTAPHA, Economist, International Civil Aviation Organization Workshop on the Development of Business Case for the Implementation of CNS/ATM Systems

More information

Airline Boarding Schemes for Airbus A-380. Graduate Student Mathematical Modeling Camp RPI June 8, 2007

Airline Boarding Schemes for Airbus A-380. Graduate Student Mathematical Modeling Camp RPI June 8, 2007 Airline Boarding Schemes for Airbus A-380 Anthony, Baik, Law, Martinez, Moore, Rife, Wu, Zhu, Zink Graduate Student Mathematical Modeling Camp RPI June 8, 2007 An airline s main investment is its aircraft.

More information

Fig. 1. A Webb glider at the surface offshore Hawaii attracting fish.

Fig. 1. A Webb glider at the surface offshore Hawaii attracting fish. Using Webb gliders to maintain a sustained ocean presence O. Schofield, J. Kohut, S. Glenn COOL, Institute of Marine and Coastal Sciences, School of Environmental and Biological Sciences, Rutgers University

More information

Janice Sendt Thales Underwater Systems, Thales Australia, 274 Victoria Road, Rydalmere nsw 2116 Australia

Janice Sendt Thales Underwater Systems, Thales Australia, 274 Victoria Road, Rydalmere nsw 2116 Australia AN ANALYSIS OF GLIDER data AS AN INPUT to A SONAR RANGE DEPENDENT ACOUSTIC PERFORMANCE PREDICTION MODEL Janice Sendt Thales Underwater Systems, Thales Australia, 274 Victoria Road, Rydalmere nsw 2116 Australia

More information

system: with specific focus to the Mediterranean, the Black Sea and the Southern Seas (Antarctic) sponsored by MUIR since 2011 (0.

system: with specific focus to the Mediterranean, the Black Sea and the Southern Seas (Antarctic) sponsored by MUIR since 2011 (0. The results of Argo-Italy: floats, drifters and gliders in the Mediterranean Pierre-Marie Poulain OGS, Trieste, Italy Argo-Italy Program Outline Observations collected in the Mediterranean in 2012-2013

More information

Flight Arrival Simulation

Flight Arrival Simulation Flight Arrival Simulation Ali Reza Afshari Buein Zahra Technical University, Department of Industrial Engineering, Iran, afshari@bzte.ac.ir Mohammad Anisseh Imam Khomeini International University, Department

More information

PRESENTATION OVERVIEW

PRESENTATION OVERVIEW ATFM PRE-TACTICAL PLANNING Nabil Belouardy PhD student Presentation for Innovative Research Workshop Thursday, December 8th, 2005 Supervised by Prof. Dr. Patrick Bellot ENST Prof. Dr. Vu Duong EEC European

More information

A Statistical Method for Eliminating False Counts Due to Debris, Using Automated Visual Inspection for Probe Marks

A Statistical Method for Eliminating False Counts Due to Debris, Using Automated Visual Inspection for Probe Marks A Statistical Method for Eliminating False Counts Due to Debris, Using Automated Visual Inspection for Probe Marks SWTW 2003 Max Guest & Mike Clay August Technology, Plano, TX Probe Debris & Challenges

More information

A RECURSION EVENT-DRIVEN MODEL TO SOLVE THE SINGLE AIRPORT GROUND-HOLDING PROBLEM

A RECURSION EVENT-DRIVEN MODEL TO SOLVE THE SINGLE AIRPORT GROUND-HOLDING PROBLEM RECURSION EVENT-DRIVEN MODEL TO SOLVE THE SINGLE IRPORT GROUND-HOLDING PROBLEM Lili WNG Doctor ir Traffic Management College Civil viation University of China 00 Xunhai Road, Dongli District, Tianjin P.R.

More information

Noise Abatement Arrival Procedures at Louisville International Airport. Prof. John-Paul Clarke Georgia Institute of Technology

Noise Abatement Arrival Procedures at Louisville International Airport. Prof. John-Paul Clarke Georgia Institute of Technology Noise Abatement Arrival Procedures at Louisville International Airport Prof. John-Paul Clarke Georgia Institute of Technology The Team Noise Abatement Procedures Working Group (NAPWG) has the following

More information

Motion 2. 1 Purpose. 2 Theory

Motion 2. 1 Purpose. 2 Theory Motion 2 Equipment Capstone, motion sensor, meter stick, air track+ 2 gliders, 2 blocks, and index cards. Air Tracks In this experiment you will be using an air track. This is a long straight triangular

More information

An Analytical Approach to the BFS vs. DFS Algorithm Selection Problem 1

An Analytical Approach to the BFS vs. DFS Algorithm Selection Problem 1 An Analytical Approach to the BFS vs. DFS Algorithm Selection Problem 1 Tom Everitt Marcus Hutter Australian National University September 3, 2015 Everitt, T. and Hutter, M. (2015a). Analytical Results

More information

Deutscher Wetterdienst

Deutscher Wetterdienst Source Code Management, GRIB2 and the COSMO Spirit Ulrich Schättler Source Code Administrator COSMO-Model Source Code Management 23.09.2014 COSMO General Meeting 2014, Eretria, Greece 2 Last Developments

More information

Analysis of Operational Impacts of Continuous Descent Arrivals (CDA) using runwaysimulator

Analysis of Operational Impacts of Continuous Descent Arrivals (CDA) using runwaysimulator Analysis of Operational Impacts of Continuous Descent Arrivals (CDA) using runwaysimulator Camille Shiotsuki Dr. Gene C. Lin Ed Hahn December 5, 2007 Outline Background Objective and Scope Study Approach

More information

Unmanned Aircraft System Loss of Link Procedure Evaluation Methodology

Unmanned Aircraft System Loss of Link Procedure Evaluation Methodology Unmanned Aircraft System Loss of Link Procedure Evaluation Methodology Sponsor: Andy Lacher (MITRE Corporation) May 11, 2011 UL2 Team Rob Dean Steve Lubkowski Rohit Paul Sahar Sadeghian Approved for Public

More information

Including Linear Holding in Air Traffic Flow Management for Flexible Delay Handling

Including Linear Holding in Air Traffic Flow Management for Flexible Delay Handling Including Linear Holding in Air Traffic Flow Management for Flexible Delay Handling Yan Xu and Xavier Prats Technical University of Catalonia (UPC) Outline Motivation & Background Trajectory optimization

More information

PERFORMANCE MEASURE INFORMATION SHEET #16

PERFORMANCE MEASURE INFORMATION SHEET #16 PERFORMANCE MEASURE INFORMATION SHEET #16 ARROW LAKES RESERVOIR: RECREATION Objective / Location Recreation/Arrow Lakes Reservoir Performance Measure Access Days Units Description MSIC 1) # Access Days

More information

REPORT IN-038/2010 DATA SUMMARY

REPORT IN-038/2010 DATA SUMMARY REPORT IN-038/2010 DATA SUMMARY LOCATION Date and time Friday, 3 December 2010; 09:46 h UTC 1 Site Sabadell Airport (LELL) (Barcelona) AIRCRAFT Registration Type and model Operator EC-KJN TECNAM P2002-JF

More information

ATC Simulators. The manufacturer of

ATC Simulators. The manufacturer of ATC Simulators The manufacturer of Edda Systems AS Established in 2005, by 5 experienced ATM engineers (ex Avinor) 100% owned by the employees/founders Edda Systems AS is specialized in CNS/ATM systems,

More information

Aircraft Arrival Sequencing: Creating order from disorder

Aircraft Arrival Sequencing: Creating order from disorder Aircraft Arrival Sequencing: Creating order from disorder Sponsor Dr. John Shortle Assistant Professor SEOR Dept, GMU Mentor Dr. Lance Sherry Executive Director CATSR, GMU Group members Vivek Kumar David

More information

Design of a Control Law for an Autonomous Approach and Landing Spacing System

Design of a Control Law for an Autonomous Approach and Landing Spacing System Design of a Control Law for an Autonomous Approach and Landing Spacing System Lance Sherry, 1 Oleksandra Snisarevska, 2 and John Shortle. 3 Center for Air Transportation Systems Research at George Mason

More information

ADVANTAGES OF SIMULATION

ADVANTAGES OF SIMULATION ADVANTAGES OF SIMULATION Most complex, real-world systems with stochastic elements cannot be accurately described by a mathematical model that can be evaluated analytically. Thus, a simulation is often

More information

Wake Turbulence Research Modeling

Wake Turbulence Research Modeling Wake Turbulence Research Modeling John Shortle, Lance Sherry Jianfeng Wang, Yimin Zhang George Mason University C. Doug Swol and Antonio Trani Virginia Tech Introduction This presentation and a companion

More information

AUTONOMOUS FLIGHT CONTROL AND GUIDANCE SYSTEM OF ACCIDENT AIRCRAFT

AUTONOMOUS FLIGHT CONTROL AND GUIDANCE SYSTEM OF ACCIDENT AIRCRAFT 24 TH INTERNATIONAL CONGRESS OF THE AERONAUTICAL SCIENCES AUTONOMOUS FLIGHT CONTROL AND GUIDANCE SYSTEM OF ACCIDENT AIRCRAFT Shinji Suzuki*, Fumihiro Kawamura**, Kazuya Masui** *The University of Tokyo,

More information

PRAJWAL KHADGI Department of Industrial and Systems Engineering Northern Illinois University DeKalb, Illinois, USA

PRAJWAL KHADGI Department of Industrial and Systems Engineering Northern Illinois University DeKalb, Illinois, USA SIMULATION ANALYSIS OF PASSENGER CHECK IN AND BAGGAGE SCREENING AREA AT CHICAGO-ROCKFORD INTERNATIONAL AIRPORT PRAJWAL KHADGI Department of Industrial and Systems Engineering Northern Illinois University

More information

Developing a Functional Roller Coaster Optimizer. Ernest Lee. April 20, Abstract

Developing a Functional Roller Coaster Optimizer. Ernest Lee. April 20, Abstract Developing a Functional Roller Coaster Optimizer Josh Tsai Brigham Young University joshjtsai@gmail.com Ernest Lee Brigham Young University ernest.tylee@gmail.com April 20, 2017 Abstract Roller coasters

More information

Glacial lakes as sentinels of climate change in Central Himalaya, Nepal

Glacial lakes as sentinels of climate change in Central Himalaya, Nepal Glacial lakes as sentinels of climate change in Central Himalaya, Nepal Sudeep Thakuri 1,2,3, Franco Salerno 1,3, Claudio Smiraglia 2,3, Carlo D Agata 2,3, Gaetano Viviano 1,3, Emanuela C. Manfredi 1,3,

More information

Enabling Civilian Low-Altitude Airspace and Unmanned Aerial System (UAS) Operations. Unmanned Aerial System Traffic Management (UTM)

Enabling Civilian Low-Altitude Airspace and Unmanned Aerial System (UAS) Operations. Unmanned Aerial System Traffic Management (UTM) Enabling Civilian Low-Altitude Airspace and Unmanned Aerial System (UAS) Operations By Unmanned Aerial System Traffic Management (UTM) Parimal Kopardekar, Ph.D. UTM Principal Investigator and Manager,

More information

Impact of Landing Fee Policy on Airlines Service Decisions, Financial Performance and Airport Congestion

Impact of Landing Fee Policy on Airlines Service Decisions, Financial Performance and Airport Congestion Wenbin Wei Impact of Landing Fee Policy on Airlines Service Decisions, Financial Performance and Airport Congestion Wenbin Wei Department of Aviation and Technology San Jose State University One Washington

More information

CHAPTER 5 SIMULATION MODEL TO DETERMINE FREQUENCY OF A SINGLE BUS ROUTE WITH SINGLE AND MULTIPLE HEADWAYS

CHAPTER 5 SIMULATION MODEL TO DETERMINE FREQUENCY OF A SINGLE BUS ROUTE WITH SINGLE AND MULTIPLE HEADWAYS 91 CHAPTER 5 SIMULATION MODEL TO DETERMINE FREQUENCY OF A SINGLE BUS ROUTE WITH SINGLE AND MULTIPLE HEADWAYS 5.1 INTRODUCTION In chapter 4, from the evaluation of routes and the sensitive analysis, it

More information

Enabling Civilian Low-Altitude Airspace and Unmanned Aerial System (UAS) Operations. Unmanned Aerial System Traffic Management (UTM)

Enabling Civilian Low-Altitude Airspace and Unmanned Aerial System (UAS) Operations. Unmanned Aerial System Traffic Management (UTM) Enabling Civilian Low-Altitude Airspace and Unmanned Aerial System (UAS) Operations By Unmanned Aerial System Traffic Management (UTM) Parimal Kopardekar, Ph.D. UTM Principal Investigator and Manager,

More information

Transfer Scheduling and Control to Reduce Passenger Waiting Time

Transfer Scheduling and Control to Reduce Passenger Waiting Time Transfer Scheduling and Control to Reduce Passenger Waiting Time Theo H. J. Muller and Peter G. Furth Transfers cost effort and take time. They reduce the attractiveness and the competitiveness of public

More information

NextGen AeroSciences, LLC Seattle, Washington Williamsburg, Virginia Palo Alto, Santa Cruz, California

NextGen AeroSciences, LLC Seattle, Washington Williamsburg, Virginia Palo Alto, Santa Cruz, California NextGen AeroSciences, LLC Seattle, Washington Williamsburg, Virginia Palo Alto, Santa Cruz, California All Rights Reserved 1 Topics Innovation Objective Scientific & Mathematical Framework Distinctions

More information

PHY 133 Lab 6 - Conservation of Momentum

PHY 133 Lab 6 - Conservation of Momentum Stony Brook Physics Laboratory Manuals PHY 133 Lab 6 - Conservation of Momentum The purpose of this lab is to demonstrate conservation of linear momentum in one-dimensional collisions of objects, and to

More information

Evaluation of Alternative Aircraft Types Dr. Peter Belobaba

Evaluation of Alternative Aircraft Types Dr. Peter Belobaba Evaluation of Alternative Aircraft Types Dr. Peter Belobaba Istanbul Technical University Air Transportation Management M.Sc. Program Network, Fleet and Schedule Strategic Planning Module 5: 10 March 2014

More information

UC Berkeley Working Papers

UC Berkeley Working Papers UC Berkeley Working Papers Title The Value Of Runway Time Slots For Airlines Permalink https://escholarship.org/uc/item/69t9v6qb Authors Cao, Jia-ming Kanafani, Adib Publication Date 1997-05-01 escholarship.org

More information

Advisory Circular AC61-3 Revision 11 SUPERSEDED Define and identify, on a diagram of the earth, and explain the meaning of the following:

Advisory Circular AC61-3 Revision 11 SUPERSEDED Define and identify, on a diagram of the earth, and explain the meaning of the following: Subject No 6 Air Navigation and Flight Planning Each subject has been given a subject number and each topic within that subject a topic number. These reference numbers will be used on knowledge deficiency

More information

SIMAIR: A STOCHASTIC MODEL OF AIRLINE OPERATIONS

SIMAIR: A STOCHASTIC MODEL OF AIRLINE OPERATIONS SIMAIR: A STOCHASTIC MODEL OF AIRLINE OPERATIONS Jay M. Rosenberger Andrew J. Schaefer David Goldsman Ellis L. Johnson Anton J. Kleywegt George L. Nemhauser School of Industrial and Systems Engineering

More information

Trajectory Optimization for Safe, Clean and Quiet Flight

Trajectory Optimization for Safe, Clean and Quiet Flight ENRI International Workshop on ATM/CNS. Tokyo, Japan. (EIWAC 29) Trajectory Optimization for Safe, Clean and Quiet Flight Shinji Suzuki, Takeshi Tsuchiya and Adriana Andreeva Dept. of Aeronautics and Astronautics

More information

Lateral Coherence and Mixing in the Coastal Ocean: Adaptive Sampling using Gliders

Lateral Coherence and Mixing in the Coastal Ocean: Adaptive Sampling using Gliders DISTRIBUTION STATEMENT A. Approved for public release; distribution is unlimited. Lateral Coherence and Mixing in the Coastal Ocean: Adaptive Sampling using Gliders R. Kipp Shearman Jonathan D. Nash James

More information

Airline Schedule Development Overview Dr. Peter Belobaba

Airline Schedule Development Overview Dr. Peter Belobaba Airline Schedule Development Overview Dr. Peter Belobaba Istanbul Technical University Air Transportation Management M.Sc. Program Network, Fleet and Schedule Strategic Planning Module 18 : 1 April 2016

More information

THE PROBABILICTIC APPROACH TO MODELLING OF AN OPTIMAL UNDERWATER PIPELINE ROUT UNDER IMPACT OF HUMMOCKS

THE PROBABILICTIC APPROACH TO MODELLING OF AN OPTIMAL UNDERWATER PIPELINE ROUT UNDER IMPACT OF HUMMOCKS THE PROBABILICTIC APPROACH TO MODELLING OF AN OPTIMAL UNDERWATER PIPELINE ROUT UNDER IMPACT OF HUMMOCKS Alexander T. Bekker 1 and Olga A.Sabodash 1 1 Far-Eastern State National University, Vladivostok,

More information

Discrete-Event Simulation of Air Traffic Flow

Discrete-Event Simulation of Air Traffic Flow See discussions, stats, and author profiles for this publication at: https://www.researchgate.net/publication/269217652 Discrete-Event Simulation of Air Traffic Flow Conference Paper August 2010 DOI: 10.2514/6.2010-7853

More information

Integrated Optimization of Arrival, Departure, and Surface Operations

Integrated Optimization of Arrival, Departure, and Surface Operations Integrated Optimization of Arrival, Departure, and Surface Operations Ji MA, Daniel DELAHAYE, Mohammed SBIHI ENAC École Nationale de l Aviation Civile, Toulouse, France Paolo SCALA Amsterdam University

More information

Flying with L-NAV Version 5.7 and S-NAV Version 7.6 & 8.6 Dave Ellis, February 1999

Flying with L-NAV Version 5.7 and S-NAV Version 7.6 & 8.6 Dave Ellis, February 1999 Flying with L-NAV Version 5.7 and S-NAV Version 7.6 & 8.6 Dave Ellis, February 1999 Table of Contents A. Introduction B. Cruise/Climb Switching C. The Smart Averager D. Audio Tone Patterns E. The Slow

More information

Competence Requirements for eronautical eteorological ersonnel

Competence Requirements for eronautical eteorological ersonnel WMO-CGMS Virtual Laboratory For Education and Training in Satellite Meteorology Competence Requirements for eronautical eteorological ersonnel 2013 and beyond Overview Part One Background and Terminology

More information

= Coordination with Direct Communication

= Coordination with Direct Communication Particle Swarm Optimization Mohamed A. El-Sharkawi Computational Intelligence Applications (CIA) Lab. Department of EE, Box 352500 University of Washington Seattle, WA 98195-2500 elsharkawi@ee.washington.edu

More information

Chapter 2 A minimal model of a tidewater glacier

Chapter 2 A minimal model of a tidewater glacier Chapter 2 A minimal model of a tidewater glacier We propose a simple, highly parameterized model of a tidewater glacier. The mean ice thickness and the ice thickness at the glacier front are parameterized

More information

Transit Vehicle Scheduling: Problem Description

Transit Vehicle Scheduling: Problem Description Transit Vehicle Scheduling: Problem Description Outline Problem Characteristics Service Planning Hierarchy (revisited) Vehicle Scheduling /24/03.224J/ESD.204J Problem Characteristics Consolidated Operations

More information

Runway Length Analysis Prescott Municipal Airport

Runway Length Analysis Prescott Municipal Airport APPENDIX 2 Runway Length Analysis Prescott Municipal Airport May 11, 2009 Version 2 (draft) Table of Contents Introduction... 1-1 Section 1 Purpose & Need... 1-2 Section 2 Design Standards...1-3 Section

More information

Air Traffic Complexity: An Input-Output Approach. Amy R Pritchett, Keumjin Lee and Eric JM Feron School of Aerospace Engineering Georgia Tech

Air Traffic Complexity: An Input-Output Approach. Amy R Pritchett, Keumjin Lee and Eric JM Feron School of Aerospace Engineering Georgia Tech Air Traffic Complexity: An Input-Output Approach Amy R Pritchett, Keumjin Lee and Eric JM Feron School of Aerospace Engineering Georgia Tech Motivation Efforts to balance air traffic demand and airspace

More information

Authentic Assessment in Algebra NCCTM Undersea Treasure. Jeffrey Williams. Wake Forest University.

Authentic Assessment in Algebra NCCTM Undersea Treasure. Jeffrey Williams. Wake Forest University. Undersea Treasure Jeffrey Williams Wake Forest University Willjd9@wfu.edu INTRODUCTION: Everyone wants to find a treasure in their life, especially when it deals with money. Many movies come out each year

More information

i4d A MANUFACTURING INDUSTRY PERSPECTIVE GROUND AND AIRBORNE ASPECTS Michel Procoudine Lionel Rouchouse Thales

i4d A MANUFACTURING INDUSTRY PERSPECTIVE GROUND AND AIRBORNE ASPECTS Michel Procoudine Lionel Rouchouse Thales i4d A MANUFACTURING INDUSTRY PERSPECTIVE GROUND AND AIRBORNE ASPECTS Michel Procoudine Lionel Rouchouse Thales 1 Single European Sky ATM Research (SESAR) - Objectives Enabling EU skies to handle 3 times

More information

PBN Airspace Design Workshop. Area Navigation. Asia and Pacific Regional Sub-Office Beijing, China. 5 May 2016 Page 1 APAC RSO BEIJING

PBN Airspace Design Workshop. Area Navigation. Asia and Pacific Regional Sub-Office Beijing, China. 5 May 2016 Page 1 APAC RSO BEIJING PBN Airspace Design Workshop Area Navigation Asia and Pacific Regional Sub-Office Beijing, China 5 May 2016 Page 1 APAC RSO BEIJING Learning Objectives By the end of this presentation, you will be: Aware

More information

Simulation of disturbances and modelling of expected train passenger delays

Simulation of disturbances and modelling of expected train passenger delays Computers in Railways X 521 Simulation of disturbances and modelling of expected train passenger delays A. Landex & O. A. Nielsen Centre for Traffic and Transport, Technical University of Denmark, Denmark

More information

Weather Integrated into 4D Trajectory Tools

Weather Integrated into 4D Trajectory Tools Weather Integrated into 4D Trajectory Tools FAA NextGen Plans Presented to: By: Steve Bradford, Chief Scientist Architecture and NextGen Development Date: Agenda Provide a look at NextGen with respect

More information

Helicopter Vector IFR

Helicopter Vector IFR Helicopter Vector IFR Gerry Wiseman IFR Survey Manager Contents What is IFR? Land IFR Method Dynamic IFR Survey Helicopter IFR Survey Northern Alberta Project MWD Relies on the Earth s Magnetic Field MWD

More information

Introduction Runways delay analysis Runways scheduling integration Results Conclusion. Raphaël Deau, Jean-Baptiste Gotteland, Nicolas Durand

Introduction Runways delay analysis Runways scheduling integration Results Conclusion. Raphaël Deau, Jean-Baptiste Gotteland, Nicolas Durand Midival Airport surface management and runways scheduling ATM 2009 Raphaël Deau, Jean-Baptiste Gotteland, Nicolas Durand July 1 st, 2009 R. Deau, J-B. Gotteland, N. Durand ()Airport SMAN and runways scheduling

More information

ATTEND Analytical Tools To Evaluate Negotiation Difficulty

ATTEND Analytical Tools To Evaluate Negotiation Difficulty ATTEND Analytical Tools To Evaluate Negotiation Difficulty Alejandro Bugacov Robert Neches University of Southern California Information Sciences Institute ANTs PI Meeting, November, 2000 Outline 1. Goals

More information

Proceedings of the 2014 Winter Simulation Conference A. Tolk, S. Y. Diallo, I. O. Ryzhov, L. Yilmaz, S. Buckley, and J. A. Miller, eds.

Proceedings of the 2014 Winter Simulation Conference A. Tolk, S. Y. Diallo, I. O. Ryzhov, L. Yilmaz, S. Buckley, and J. A. Miller, eds. Proceedings of the 2014 Winter Simulation Conference A. Tolk, S. Y. Diallo, I. O. Ryzhov, L. Yilmaz, S. Buckley, and J. A. Miller, eds. A HYBRID OPTIMIZATION-SIMULATION APPROACH FOR ITINERARY GENERATION

More information

Design of a Low-Cost Flight Parameterization System for use by General Aviation

Design of a Low-Cost Flight Parameterization System for use by General Aviation A Regional Conference of the Society for Industrial and Systems Engineering Design of a Low-Cost Flight Parameterization System for use by General Aviation Chad Bonadonna, Donald Brody, and Alejandro Lopez

More information

New Approach to Search for Gliders in Cellular Automata

New Approach to Search for Gliders in Cellular Automata New Approach to Search for Gliders in Cellular Automata E. Sapin Faculty of Computing, Engineering and Mathematical Sciences, University of the West of England, Bristol BS16 1QY, UK emmanuelsapin@hotmail.com

More information

Text Encryption Based on Glider in the Game of Life

Text Encryption Based on Glider in the Game of Life International Journal of Information Science 26, 6(): 2-27 DOI:.5923/j.ijis.266.2 Text Encryption Based on Glider in the Game of Life Majid Vafaei Jahan *, Faezeh Khosrojerdi Mashhad Branch, Islamic Azad

More information

Analysis of Aircraft Separations and Collision Risk Modeling

Analysis of Aircraft Separations and Collision Risk Modeling Analysis of Aircraft Separations and Collision Risk Modeling Module s 1 Module s 2 Dr. H. D. Sherali C. Smith Dept. of Industrial and Systems Engineering Virginia Polytechnic Institute and State University

More information

Air Traffic Flow Management (ATFM) in the SAM Region METHODOLOGY ADOPTED BY BRAZIL TO CALCULATE THE CONTROL CAPACITY OF ACC OF BRAZILIAN FIR

Air Traffic Flow Management (ATFM) in the SAM Region METHODOLOGY ADOPTED BY BRAZIL TO CALCULATE THE CONTROL CAPACITY OF ACC OF BRAZILIAN FIR International Civil Aviation Organization SAM/IG/6-IP/03 South American Regional Office 21/09/10 Sixth Workshop/Meeting of the SAM Implementation Group (SAM/IG/6) - Regional Project RLA/06/901 Lima, Peru,

More information

A Method for Universal Beacon Code Allocation

A Method for Universal Beacon Code Allocation A Method for Universal Beacon Code Allocation Vivek Kumar, Lance Sherry, George Mason University, Fairfax, Virginia, USA Richard Jehlen, Federal Aviation Administration, District of Columbia, USA Abstract

More information

In-Service Data Program Helps Boeing Design, Build, and Support Airplanes

In-Service Data Program Helps Boeing Design, Build, and Support Airplanes In-Service Data Program Helps Boeing Design, Build, and Support Airplanes By John Kneuer Team Leader, In-Service Data Program The Boeing In-Service Data Program (ISDP) allows airlines and suppliers to

More information

Operational Evaluation of a Flight-deck Software Application

Operational Evaluation of a Flight-deck Software Application Operational Evaluation of a Flight-deck Software Application Sara R. Wilson National Aeronautics and Space Administration Langley Research Center DATAWorks March 21-22, 2018 Traffic Aware Strategic Aircrew

More information

Research Article Study on Fleet Assignment Problem Model and Algorithm

Research Article Study on Fleet Assignment Problem Model and Algorithm Mathematical Problems in Engineering Volume 2013, Article ID 581586, 5 pages http://dxdoiorg/101155/2013/581586 Research Article Study on Fleet Assignment Problem Model and Algorithm Yaohua Li and Na Tan

More information

Demand Forecast Uncertainty

Demand Forecast Uncertainty Demand Forecast Uncertainty Dr. Antonio Trani (Virginia Tech) CEE 4674 Airport Planning and Design April 20, 2015 Introduction to Airport Demand Uncertainty Airport demand cannot be predicted with accuracy

More information

Important! You need to print out the 2 page worksheet you find by clicking on this link and take it with you to your lab session.

Important! You need to print out the 2 page worksheet you find by clicking on this link and take it with you to your lab session. 1 PHY 123 Lab 5 - Linear Momentum (updated 10/9/13) In this lab you will investigate the conservation of momentum in one-dimensional collisions of objects. You will do this for both elastic and inelastic

More information

Underwater Acoustic Monitoring in US National Parks

Underwater Acoustic Monitoring in US National Parks Underwater Acoustic Monitoring in US National Parks Megan F McKenna 1, Christopher Garsha 2, Erik Stabenau 1, Christine Gabriele 1, Timothy Clark 1, Clayton Pollock 1, Brinnen Carter 1, Samantha Bietsch

More information

Risk-capacity Tradeoff Analysis of an En-route Corridor Model

Risk-capacity Tradeoff Analysis of an En-route Corridor Model Risk-capacity Tradeoff Analysis of an En-route Corridor Model Bojia Ye, Minghua Hu College of Civil Aviation, Nanjing University of Aeronautics and Astronautics Nanjing, China yebojia2010@gmail.com Abstract

More information

Prévision opérationnelle de trajectoires de gliders en mission

Prévision opérationnelle de trajectoires de gliders en mission Prévision opérationnelle de trajectoires de gliders en mission P. Testor et al. CNRS/LOCEAN, Paris, France Colloque LEFE, 30 mars 2017, Clermont-Ferrand Gliders: steered profiling floats Data centers users

More information

Predicting Flight Delays Using Data Mining Techniques

Predicting Flight Delays Using Data Mining Techniques Todd Keech CSC 600 Project Report Background Predicting Flight Delays Using Data Mining Techniques According to the FAA, air carriers operating in the US in 2012 carried 837.2 million passengers and the

More information

Interval Management A Brief Overview of the Concept, Benefits, and Spacing Algorithms

Interval Management A Brief Overview of the Concept, Benefits, and Spacing Algorithms Center for Advanced Aviation System Development Interval Management A Brief Overview of the Concept, Benefits, and Spacing Algorithms Dr. Lesley A. Weitz Principal Systems Engineer The MITRE Corporation,

More information

Mathematical modeling in the airline industry: optimizing aircraft assignment for on-demand air transport

Mathematical modeling in the airline industry: optimizing aircraft assignment for on-demand air transport Trabalho apresentado no CNMAC, Gramado - RS, 2016. Proceeding Series of the Brazilian Society of Computational and Applied Mathematics Mathematical modeling in the airline industry: optimizing aircraft

More information

B.S. PROGRAM IN AVIATION TECHNOLOGY MANAGEMENT Course Descriptions

B.S. PROGRAM IN AVIATION TECHNOLOGY MANAGEMENT Course Descriptions Course Descriptions 01225111 Basic Mathematics in Aviation 3(3-0-6) Algebra. Functions and graphs. Limit and continuity. Derivatives. Integration. Applications in aviation technology management. 01225121

More information