Using Reforecasts to Improve Forecasting of Fog and Visibility for Aviation Greg Herman

Size: px
Start display at page:

Download "Using Reforecasts to Improve Forecasting of Fog and Visibility for Aviation Greg Herman"

Transcription

1 Using Reforecasts to Improve Forecasting of Fog and Visibility for Aviation Greg Herman

2 Introduction Cloud ceiling and visibility have a very substantial impact on the aviation industry Federal Aviation Administration (FAA) regulations determined by Flight Rules (FRs) and Meteorological Conditions (MCs) in effect Some airports must reduce operations (stop operating on certain runways) during reduced visibility Good reason- low visibility has been attributed as the primary cause (in conjunction with pilot error) of numerous accidents and crashes throughout aviation history in both general and commercial aviation

3 Motivation Great value to having skillful Flight Rule Category (FRC) forecasts Fog and other processes affecting FRCs are often small-scale, very sensitive to small changes in wind or other fields, and require very high resolution in the vertical (near-surface grid spacing O(meters) or less) Very difficult to accurately model dynamically, especially in an operational setting Clear and relatively well understood physical relationships between fog/low clouds and other atmospheric proxy variables Statistical modeling/post-processing may yield best results for this forecast problem

4 Goal(s) Use statistical post-processing techniques to generate skillful, calibrated probabilistic FRC forecasts at several different major airports across CONUS Explore several different aspects of statistical model formulation and configuration Best algorithm(s) Most useful model predictor(s) How to best post-process an NWP ensemble Etc. Produce end products/models that could be readily expanded to more widespread use and application

5 Flight Rule Conditions (FRCs) FAA defines flight rule categories: 1. Visual Flight Rules (VFR) Ceiling above 3,000 feet AGL Visibility above 5 miles 2. Marginal Visual Flight Rules (MVFR) Ceiling between 1,000 and 3,000 feet AGL, or Visibility between 3 and 5 miles 3. Instrument Flight Rules (IFR) Ceiling between 500 and <1,000 feet AGL, or Visibility between 1 and <3 miles 4. Low Instrument Flight Rules (LIFR) Ceiling less than 500 feet AGL or Visibility less than 1 mile

6 Seattle-Tacoma International (KSEA) Stations Studied Denver International (KDEN) San Francisco International (KSFO) George Bush Intercontinental (KIAH)

7 FRC Climatologies Use archive of (human-augmented) METARs to create time series of cloud ceiling height, visibility, and FRCs for each station of study Examine as a function of month-of-year and hour-of-day

8 Station Seasonal Cycles

9 KDEN: Diurnal Cycle

10 KSEA: Diurnal Cycle

11 KSFO: Diurnal Cycle

12 KIAH: Diurnal Cycle

13 Methods: Model Data NOAA s Second-Generation Global Medium-Range Ensemble Reforecast Dataset (GEFS/R; Hamill et al. 2013) 00Z initialization; forecasts out to 384h 11 ensemble members Operational version of GEFS on 2/14/2012 T254L42 resolution (~40 km) Data from Dec Present Same model configuration throughout Updates to data assimilation over the period (CSFR 12/84-2/11; GSI 2/11-5/12; hybrid ENkF 5/12-Present)

14 Methods Use GEFS/R data from to train and configure many different statistical models Test different algorithmic configurations Test different input predictors/features Use statistical models to post-process GEFS/R forecasts and create FRC forecasts at different stations across CONUS for hour lead times Long enough that current observations of less utility, short enough that some predictability/utility Algorithms Tested: Logistic Regression (LOG_REG) Random Forest Classification (RAND_FOR) Gradient Boosting Classification (GRAD_BOOST) Support Vector Classification (SVC) K-Nearest Neighbors (KNN) Weighted Average of all Retained Classifiers (WAVG_ALL) Algorithms implemented based on Python s Scikit-Learn Package (Pedregosa et al. 2011)

15 Methods: Evaluation Four FRCs; Ordinal, not nominal (IFR closer to LIFR than VFR) Use Rank Probability Score (RPS) Where K is the number of forecast categories, P j is the forecast probability for each category, and O j denotes whether category j was observed For reference, can convert to a skill score (RPSS or ARPSS) using an informed climatology reference with forecast probabilities based on the climatological FRC frequencies for the given forecast month and hour in a 24x12(x4) climatology table

16 Sensitivity Tests 12 years of data ( ) used to train the statistical model(s) and determine best configuration Evaluated using cross validation with four chunks Pick an algorithmic configuration (set of parameters) Train model four times on 9 years of data ( ; & ; & ; ) Evaluate each trained model on the three years of held out data, for a total of twelve years of verification Use Rank Probability Skill Score (RPSS) for verification to determine optimal configuration Due to the large dimensionality of the parameter space, experiments are largely performed greedily, rather than exhaustively

17 Sensitivity Tests: Atmospheric Field Selection Somewhat primitive method of feature selection Test a set of atmospheric proxy variables believed a priori to conceivably have a physical relationship with FRCs Retain those variables whose inclusion as features of the statistical models improves RPSS

18 Sensitivity Tests: Ensemble Information Five configurations explored: 1. Control (CTRL): Use only forecast information from the GEFS/R control member 2. Mean & Spread (MNSPRD): For any given atmospheric field and location, use the ensemble mean & spread as candidate predictors/features 3. Confidence Bounds (CNFDB): For any given atmospheric field and location, use the median, 2 nd -from-lowest, and 2 nd -from-highest ranking values from the ensemble as input features 4. All Members (MEMS): Use the control member s forecast values, perturbation 1 s forecast values, perturbation 2 s forecast values, etc. as input features 5. Ranked Members (RMEMS): For a given field and location, use the ensemble minimum, 2 nd -from-lowest, 3 rd -from-lowest,,ensemble median,,ensemble maximum as input features

19 Sensitivity Tests: Predictor Radius By default, use forecast values from nearest outputted grid point from GEFS/R to the forecast station as input features No additional interpolation of GEFS/R data to forecast station, etc. Can also use forecast values from surrounding points- does one gain much from doing so?

20 Sensitivity Tests: Predictor Radius and Ensemble Information

21 Sensitivity Tests: Parameter Tuning Random Forests Forest Size (B) Findings support previous literature: bigger is better, diminishing returns Splitting Criterion (H) Gradient Boosting Gini Impurity vs. Entropy; didn t really matter, entropy slightly better Ensemble Size (B) Same as for Forest Size Maximum Tree Depth (D MAX ) 1 (stumps) best; deeper trees performed moderately worse Fraction of Features Considered per Estimator (α features ) 0.5 best; little difference Fraction of Training Examples to Sample per Estimator (α subsamp ) 1 best; little difference KNN Number of Nearest Neighbors (K) SVC Same as for B above Distance Metric (D) Euclidean or Mahalonobis; Euclidean was better, but didn t spend too much time on tuning Mahalonobis Neighbor Weighting (W) Uniform vs. Inversely proportional to distance; uniform was better Choice of kernel function (k) Linear vs. Quadratic vs. Cubic vs. Radial Basis Function (RBF) vs. Sigmoid; RBF best, moderately sensitive Kernel Coefficient (γ) 1/N best; fairly insensitive Regularization Coefficient (C) 1 best; fairly insensitive

22 Sensitivity Tests: Training Data Length

23 Results: Cross-Validation

24 Results: Test After optimal configurations determined, re-train models using all 12 years of training data Evaluate over to make final determination of statistical model performance in an operational setting (Weights for WAVG_ALL based on cross-validation results)

25 KDEN Feature Importances

26 KSEA Feature Importances

27 KSFO Feature Importances

28 KIAH Feature Importances

29 Results: Test

30 Real Time Forecasts Now creating forecasts in real-time for the four stations examined in the study Available at: colostate.edu/gherman/aviation.php

31 Conclusions Statistical post-processing of long record of reforecasts yielded significant improvement in FRC forecast skill relative to both climatology and operational forecast guidance at all stations studied. Probabilistic forecasts add substantial value over deterministic ones Often far-field values, especially immediately offshore where applicable, have stronger correspondence to the FRC values than more local forecast values Dew point depression, cloud cover, and to a lesser extent latent heat fluxes, low level lapse rates, and surface winds are most important predictors (among those examined) of fog and degraded FRCs

32 Future Work Expand to more stations Explore application to other forecast lead times Explore using more physically relevant derived variables, particularly those based on local relationships (e.g. pressure gradients) Explore training based on season (increase relevance of training examples) Explore training based on meteorological context Both improving forecast skill and diagnosing physical relationships in specific meteorological situations Apply these methods to other relevant forecasting problems

33 Backup

34 Notable Examples Tenerife Disaster 3/27/77 Explosion at nearby Gran Canaria Airport diverted many planes to small Los Rodeos airport Insufficient capacity at Los Rodeos forced many planes to park on taxiway Taxiing had to be done on runway Dense fog formed reducing visibility to near zero Miscommunication resulted in KLM pilot taking off without clearance Pan-Am flight still on runway, neither could see the other 583 killed- deadliest non-terrorist aviation accident in history

35 Notable Examples Madrid disaster 12/7/83; 93 killed Similar circumstances to Tenerife Linate disaster 10/8/01; 118 killed Similar circumstances to Tenerife Air China 129 and China Air 676 4/15/02; 2/16/98 129; 203 killed Poor visibility due to fog, pilot mis-navigated on landing JFK Jr. Crash 7/16/99; 3 killed Reduced visibility due to late evening haze Many more

36 Complexity: Number of Features N = #Features = (2r + 1) 2 EF r: Predictor radius E: Ensemble multiplier factor 1 CTRL E = 2 MNSPRD 3 CNFDB 11 MEMS 11 RMEMS F: Number of atmospheric fields

An Investigation of Reforecasting Applications for NGGPS Aviation Weather Prediction: An Initial Study of Ceiling and Visibility Prediction

An Investigation of Reforecasting Applications for NGGPS Aviation Weather Prediction: An Initial Study of Ceiling and Visibility Prediction An Investigation of Reforecasting Applications for NGGPS Aviation Weather Prediction: An Initial Study of Ceiling and Visibility Prediction Kathryn L. Verlinden, Oregon State University David Bright, WFO

More information

2.4 Selecting METARs to Verify Ceiling and Visibility Forecasts

2.4 Selecting METARs to Verify Ceiling and Visibility Forecasts 2.4 Selecting METARs to Verify Ceiling and Visibility Forecasts Tressa L. Fowler*, Jamie T. Braid, and Anne Holmes National Center for Atmospheric Research, Boulder, Colorado 1 INTRODUCTION METAR station

More information

6.3 A REAL-TIME AUTOMATED CEILING AND VISIBILITY ANALYSIS SYSTEM

6.3 A REAL-TIME AUTOMATED CEILING AND VISIBILITY ANALYSIS SYSTEM 6.3 A REAL-TIME AUTOMATED CEILING AND VISIBILITY ANALYSIS SYSTEM Richard Bateman, Paul Herzegh, Gerry Wiener, and Jim Cowie NCAR Research Applications Laboratory (RAL), Boulder, CO 1. INTRODUCTION From

More information

Motivation & Goal. We investigate a way to generate PDFs from a single deterministic run

Motivation & Goal. We investigate a way to generate PDFs from a single deterministic run Motivation & Goal Numerical weather prediction is limited by errors in initial conditions, model imperfections, and nonlinearity. Ensembles of an NWP model provide forecast probability density functions

More information

DICast : A Dynamic Integrated ForeCast System NCAR/RAL 10/10/2014

DICast : A Dynamic Integrated ForeCast System NCAR/RAL 10/10/2014 DICast : A Dynamic Integrated ForeCast System NCAR/RAL 10/10/2014 The DICast System n An automated point weather forecast system n Provides timely, tuned, worldwide forecasts n Designed to emulate the

More information

A Community Gridded Atmospheric Forecast System for Calibrated Solar Irradiance

A Community Gridded Atmospheric Forecast System for Calibrated Solar Irradiance A Community Gridded Atmospheric Forecast System for Calibrated Solar Irradiance David John Gagne 1,2 Sue E. Haupt 1,3 Seth Linden 1 Gerry Wiener 1 1. NCAR RAL 2. University of Oklahoma 3. Penn State University

More information

Remote Ground based observations Merging Method For Visibility and Cloud Ceiling Assessment During the Night Using Data Mining Algorithms

Remote Ground based observations Merging Method For Visibility and Cloud Ceiling Assessment During the Night Using Data Mining Algorithms Remote Ground based observations Merging Method For Visibility and Cloud Ceiling Assessment During the Night Using Data Mining Algorithms Driss BARI Direction de la Météorologie Nationale Casablanca, Morocco

More information

A Performance Assessment of the National Ceiling and Visibility Analysis Product

A Performance Assessment of the National Ceiling and Visibility Analysis Product 10.3 A Performance Assessment of the National Ceiling and Visibility Analysis Product Andrew F. Loughe, 1,3* Brian P. Pettegrew, 1,3 Judy K. Henderson, 3 Joan E. Hart, 1,3 Sean Madine, 2,3 Jennifer Mahoney

More information

Exploring ensemble forecast calibration issues using reforecast data sets

Exploring ensemble forecast calibration issues using reforecast data sets NOAA Earth System Research Laboratory Exploring ensemble forecast calibration issues using reforecast data sets Tom Hamill and Jeff Whitaker NOAA Earth System Research Lab, Boulder, CO tom.hamill@noaa.gov

More information

Symbology Modification for Climate Studies. Rich Baldwin (NCDC/NOAA) Glen Reid (IMSG)

Symbology Modification for Climate Studies. Rich Baldwin (NCDC/NOAA) Glen Reid (IMSG) Symbology Modification for Climate Studies Rich Baldwin (NCDC/NOAA) Glen Reid (IMSG) June 3, 2005 Abstract The National Climatic Data Center archives worldwide weather data from the present date back to

More information

Airport Meteorology Analysis

Airport Meteorology Analysis Airport Meteorology Analysis Alex Alshtein Kurt Etterer October 2014 Presented at ICAO Business Class 2014 ICAO, Montreal, Canada Approved for Public Release: 14-3466. Distribution Unlimited. October 2014

More information

CSE 417T: Introduction to Machine Learning. Final Review. Henry Chai 12/4/18

CSE 417T: Introduction to Machine Learning. Final Review. Henry Chai 12/4/18 CSE 417T: Introduction to Machine Learning Final Review Henry Chai 12/4/18 Overfitting Overfitting is fitting the training data more than is warranted Fitting noise rather than signal 2 Estimating! "#$

More information

Transitioning NCAR s Aviation Algorithms into NCEP s Operations

Transitioning NCAR s Aviation Algorithms into NCEP s Operations Transitioning NCAR s Aviation Algorithms into NCEP s Operations Hui-Ya Chuang 1, Yali Mao 1,2, and Binbin Zhou 1,2 1. EMC/NCEP/NOAA, College Park MD 2. I.M. System Group, Inc. AMS 18th Conference on Aviation,

More information

Predicting flight on-time performance

Predicting flight on-time performance 1 Predicting flight on-time performance Arjun Mathur, Aaron Nagao, Kenny Ng I. INTRODUCTION Time is money, and delayed flights are a frequent cause of frustration for both travellers and airline companies.

More information

Calibration of ECMWF forecasts

Calibration of ECMWF forecasts from Newsletter Number 142 Winter 214/15 METEOROLOGY Calibration of ECMWF forecasts Based on an image from mrgao/istock/thinkstock doi:1.21957/45t3o8fj This article appeared in the Meteorology section

More information

WMO Aeronautical Meteorology Scientific Conference 2017

WMO Aeronautical Meteorology Scientific Conference 2017 Session 1 Science underpinning meteorological observations, forecasts, advisories and warnings 1.6 Observation, nowcast and forecast of future needs 1.6.1 Advances in observing methods and use of observations

More information

12.2 PROBABILISTIC GUIDANCE OF AVIATION HAZARDS FOR TRANSOCEANIC FLIGHTS

12.2 PROBABILISTIC GUIDANCE OF AVIATION HAZARDS FOR TRANSOCEANIC FLIGHTS 12.2 PROBABILISTIC GUIDANCE OF AVIATION HAZARDS FOR TRANSOCEANIC FLIGHTS K. A. Stone, M. Steiner, J. O. Pinto, C. P. Kalb, C. J. Kessinger NCAR, Boulder, CO M. Strahan Aviation Weather Center, Kansas City,

More information

Denver International Airport MDSS Demonstration Verification Report for the Season

Denver International Airport MDSS Demonstration Verification Report for the Season Denver International Airport MDSS Demonstration Verification Report for the 2015-2016 Season Prepared by the University Corporation for Atmospheric Research Research Applications Division (RAL) Seth Linden

More information

FORECASTING: A REVIEW OF STATUS AND CHALLENGES. Eric Grimit and Kristin Larson 3TIER, Inc. Pacific Northwest Weather Workshop March 5-6, 2010

FORECASTING: A REVIEW OF STATUS AND CHALLENGES. Eric Grimit and Kristin Larson 3TIER, Inc. Pacific Northwest Weather Workshop March 5-6, 2010 SHORT-TERM TERM WIND POWER FORECASTING: A REVIEW OF STATUS AND CHALLENGES Eric Grimit and Kristin Larson 3TIER, Inc. Pacific Northwest Weather Workshop March 5-6, 2010 Integrating Renewable Energy» Variable

More information

Methodology for the creation of meteorological datasets for Local Air Quality modelling at airports

Methodology for the creation of meteorological datasets for Local Air Quality modelling at airports Methodology for the creation of meteorological datasets for Local Air Quality modelling at airports Nicolas DUCHENE, James SMITH (ENVISA) Ian FULLER (EUROCONTROL Experimental Centre) About ENVISA Noise

More information

4.3. David E. Rudack*, Meteorological Development Laboratory Office of Science and Technology National Weather Service, NOAA 1.

4.3. David E. Rudack*, Meteorological Development Laboratory Office of Science and Technology National Weather Service, NOAA 1. 43 RESULTS OF SENSITIVITY TESTING OF MOS WIND SPEED AND DIRECTION GUIDANCE USING VARIOUS SAMPLE SIZES FROM THE GLOBAL ENSEMBLE FORECAST SYSTEM (GEFS) RE- FORECASTS David E Rudack*, Meteorological Development

More information

Summary of Fog Occurrence at Tampico and Veracruz, Mexico Jerome Fast, PNNL August 29, 2005

Summary of Fog Occurrence at Tampico and Veracruz, Mexico Jerome Fast, PNNL August 29, 2005 Summary of Fog Occurrence at Tampico and Veracruz, Mexico Jerome Fast, PNNL August 29, Motivation Surface observations from Tampico and Veracruz were analyzed to determine how frequently fog occurs along

More information

AMPS Update June 2016

AMPS Update June 2016 AMPS Update June 2016 Kevin W. Manning Jordan G. Powers Mesoscale and Microscale Meteorology Laboratory National Center for Atmospheric Research Boulder, CO 11 th Antarctic Meteorological Observation,

More information

NOTES AND CORRESPONDENCE. Improving Week-2 Forecasts with Multimodel Reforecast Ensembles

NOTES AND CORRESPONDENCE. Improving Week-2 Forecasts with Multimodel Reforecast Ensembles AUGUST 2006 N O T E S A N D C O R R E S P O N D E N C E 2279 NOTES AND CORRESPONDENCE Improving Week-2 Forecasts with Multimodel Reforecast Ensembles JEFFREY S. WHITAKER AND XUE WEI NOAA CIRES Climate

More information

3.6 NCEP s Global Icing Ensemble Prediction and Evaluation

3.6 NCEP s Global Icing Ensemble Prediction and Evaluation 1 3.6 NCEP s Global Icing Ensemble Prediction and Evaluation Binbin Zhou 1,2, Yali Mao 1,2, Hui-ya Chuang 2 and Yuejian Zhu 2 1. I.M. System Group, Inc. 2. EMC/NCEP AMS 18th Conference on Aviation, Range,

More information

Hierarchical models for the rainfall forecast DATA MINING APPROACH

Hierarchical models for the rainfall forecast DATA MINING APPROACH Hierarchical models for the rainfall forecast DATA MINING APPROACH Thanh-Nghi Do dtnghi@cit.ctu.edu.vn June - 2014 Introduction Problem large scale GCM small scale models Aim Statistical downscaling local

More information

Atmospheric Moisture. Atmospheric Moisture:Clouds. Atmospheric Moisture:Clouds. Atmospheric Moisture:Clouds

Atmospheric Moisture. Atmospheric Moisture:Clouds. Atmospheric Moisture:Clouds. Atmospheric Moisture:Clouds Sec A Atmospheric Moisture I. Measuring Relative Humidity A. A Psychrometer is an instrument for measuring relative humidity B. A common psychrometer uses two thermometers with a wet gauze wrapped over

More information

operational status and developments

operational status and developments COSMO-DE DE-EPSEPS operational status and developments Christoph Gebhardt, Susanne Theis, Zied Ben Bouallègue, Michael Buchhold, Andreas Röpnack, Nina Schuhen Deutscher Wetterdienst, DWD COSMO-DE DE-EPSEPS

More information

ECMWF products to represent, quantify and communicate forecast uncertainty

ECMWF products to represent, quantify and communicate forecast uncertainty ECMWF products to represent, quantify and communicate forecast uncertainty Using ECMWF s Forecasts, 2015 David Richardson Head of Evaluation, Forecast Department David.Richardson@ecmwf.int ECMWF June 12,

More information

Bruce L. Rose The Weather Channel Atlanta, GA. and. Peter P. Neilley 1 Weather Services International, Inc. Andover, MA 01810

Bruce L. Rose The Weather Channel Atlanta, GA. and. Peter P. Neilley 1 Weather Services International, Inc. Andover, MA 01810 7.20 A Real-Time System to Estimate Weather Conditions at High Resolution Bruce L. Rose The Weather Channel Atlanta, GA and Peter P. Neilley 1 Weather Services International, Inc. Andover, MA 01810 1.

More information

RISK FACTORS FOR FATAL GENERAL AVIATION ACCIDENTS IN DEGRADED VISUAL CONDITIONS

RISK FACTORS FOR FATAL GENERAL AVIATION ACCIDENTS IN DEGRADED VISUAL CONDITIONS RISK FACTORS FOR FATAL GENERAL AVIATION ACCIDENTS IN DEGRADED VISUAL CONDITIONS Jana M. Price Loren S. Groff National Transportation Safety Board Washington, D.C. The prevalence of weather-related general

More information

Plan for operational nowcasting system implementation in Pulkovo airport (St. Petersburg, Russia)

Plan for operational nowcasting system implementation in Pulkovo airport (St. Petersburg, Russia) Plan for operational nowcasting system implementation in Pulkovo airport (St. Petersburg, Russia) Pulkovo airport (St. Petersburg, Russia) is one of the biggest airports in the Russian Federation (150

More information

Richard L. Bankert* and Michael Hadjimichael Naval Research Laboratory, Monterey, CA

Richard L. Bankert* and Michael Hadjimichael Naval Research Laboratory, Monterey, CA P.34 SATELLITE AND NUMERICAL MODEL DATA-DRIVEN CLOUD CEILING AND VISIBILITY ESTIMATION Richard L. Bankert* and Michael Hadjimichael Naval Research Laboratory, Monterey, CA Paul H. Herzegh, Gerry Wiener,

More information

Combining Deterministic and Probabilistic Methods to Produce Gridded Climatologies

Combining Deterministic and Probabilistic Methods to Produce Gridded Climatologies Combining Deterministic and Probabilistic Methods to Produce Gridded Climatologies Michael Squires Alan McNab National Climatic Data Center (NCDC - NOAA) Asheville, NC Abstract There are nearly 8,000 sites

More information

April Forecast Update for Atlantic Hurricane Activity in 2018

April Forecast Update for Atlantic Hurricane Activity in 2018 April Forecast Update for Atlantic Hurricane Activity in 2018 Issued: 5 th April 2018 by Professor Mark Saunders and Dr Adam Lea Dept. of Space and Climate Physics, UCL (University College London), UK

More information

OBJECTIVE CALIBRATED WIND SPEED AND CROSSWIND PROBABILISTIC FORECASTS FOR THE HONG KONG INTERNATIONAL AIRPORT

OBJECTIVE CALIBRATED WIND SPEED AND CROSSWIND PROBABILISTIC FORECASTS FOR THE HONG KONG INTERNATIONAL AIRPORT P 333 OBJECTIVE CALIBRATED WIND SPEED AND CROSSWIND PROBABILISTIC FORECASTS FOR THE HONG KONG INTERNATIONAL AIRPORT P. Cheung, C. C. Lam* Hong Kong Observatory, Hong Kong, China 1. INTRODUCTION Wind is

More information

April Forecast Update for Atlantic Hurricane Activity in 2016

April Forecast Update for Atlantic Hurricane Activity in 2016 April Forecast Update for Atlantic Hurricane Activity in 2016 Issued: 5 th April 2016 by Professor Mark Saunders and Dr Adam Lea Dept. of Space and Climate Physics, UCL (University College London), UK

More information

Decision Trees: Overfitting

Decision Trees: Overfitting Decision Trees: Overfitting Emily Fox University of Washington January 30, 2017 Decision tree recap Loan status: Root 22 18 poor 4 14 Credit? Income? excellent 9 0 3 years 0 4 Fair 9 4 Term? 5 years 9

More information

August Forecast Update for Atlantic Hurricane Activity in 2015

August Forecast Update for Atlantic Hurricane Activity in 2015 August Forecast Update for Atlantic Hurricane Activity in 2015 Issued: 5 th August 2015 by Professor Mark Saunders and Dr Adam Lea Dept. of Space and Climate Physics, UCL (University College London), UK

More information

statistical methods for tailoring seasonal climate forecasts Andrew W. Robertson, IRI

statistical methods for tailoring seasonal climate forecasts Andrew W. Robertson, IRI statistical methods for tailoring seasonal climate forecasts Andrew W. Robertson, IRI tailored seasonal forecasts why do we make probabilistic forecasts? to reduce our uncertainty about the (unknown) future

More information

EVALUATION OF NDFD AND DOWNSCALED NCEP FORECASTS IN THE INTERMOUNTAIN WEST 2. DATA

EVALUATION OF NDFD AND DOWNSCALED NCEP FORECASTS IN THE INTERMOUNTAIN WEST 2. DATA 2.2 EVALUATION OF NDFD AND DOWNSCALED NCEP FORECASTS IN THE INTERMOUNTAIN WEST Brandon C. Moore 1 *, V.P. Walden 1, T.R. Blandford 1, B. J. Harshburger 1, and K. S. Humes 1 1 University of Idaho, Moscow,

More information

STUDY UNIT SEVENTEEN GRAPHICAL AIRMAN S METEOROLOGICAL ADVISORY (G-AIRMET)

STUDY UNIT SEVENTEEN GRAPHICAL AIRMAN S METEOROLOGICAL ADVISORY (G-AIRMET) STUDY UNIT SEVENTEEN GRAPHICAL AIRMAN S METEOROLOGICAL ADVISORY (G-AIRMET) 341 (10 pages of outline) 17.1 Product Description....................................................... 341 17.2 Issuance...............................................................

More information

GL Garrad Hassan Short term power forecasts for large offshore wind turbine arrays

GL Garrad Hassan Short term power forecasts for large offshore wind turbine arrays GL Garrad Hassan Short term power forecasts for large offshore wind turbine arrays Require accurate wind (and hence power) forecasts for 4, 24 and 48 hours in the future for trading purposes. Receive 4

More information

ASSIMILATION OF METAR CLOUD AND VISIBILITY OBSERVATIONS IN THE RUC

ASSIMILATION OF METAR CLOUD AND VISIBILITY OBSERVATIONS IN THE RUC 9.13 ASSIMILATION OF METAR CLOUD AND VISIBILITY OBSERVATIONS IN THE RUC Stanley G. Benjamin, Stephen S. Weygandt, John M. Brown, Tracy Lorraine Smith 1, Tanya Smirnova 2, William R. Moninger, Barry Schwartz,

More information

Standardized Anomaly Model Output Statistics Over Complex Terrain.

Standardized Anomaly Model Output Statistics Over Complex Terrain. Standardized Anomaly Model Output Statistics Over Complex Terrain Reto.Stauffer@uibk.ac.at Outline statistical ensemble postprocessing introduction to SAMOS new snow amount forecasts in Tyrol sub-seasonal

More information

Allison Monarski, University of Maryland Masters Scholarly Paper, December 6, Department of Atmospheric and Oceanic Science

Allison Monarski, University of Maryland Masters Scholarly Paper, December 6, Department of Atmospheric and Oceanic Science Allison Monarski, University of Maryland Masters Scholarly Paper, December 6, 2011 1 Department of Atmospheric and Oceanic Science Verification of Model Output Statistics forecasts associated with the

More information

Applying Statistical Tool CLIPER in Forecasting Visibility at Airports

Applying Statistical Tool CLIPER in Forecasting Visibility at Airports Applying Statistical Tool CLIPER in Forecasting Visibility at Airports Jadran Jurković 1, Marko Zoldoš 1, Igor Kos 1, Josip Juras 2, Zoran Pasarić 2 1 Croatia Control ltd 2 University of Zagreb, Dept.

More information

Nonlinear Classification

Nonlinear Classification Nonlinear Classification INFO-4604, Applied Machine Learning University of Colorado Boulder October 5-10, 2017 Prof. Michael Paul Linear Classification Most classifiers we ve seen use linear functions

More information

Pre-Season Forecast for North Atlantic Hurricane Activity in 2018

Pre-Season Forecast for North Atlantic Hurricane Activity in 2018 Pre-Season Forecast for North Atlantic Hurricane Activity in 2018 Issued: 30 th May 2018 by Professor Mark Saunders and Dr Adam Lea Dept. of Space and Climate Physics, UCL (University College London),

More information

Generating probabilistic capacity scenarios from weather forecast: A design-of-experiment approach. Gurkaran Singh Buxi Mark Hansen

Generating probabilistic capacity scenarios from weather forecast: A design-of-experiment approach. Gurkaran Singh Buxi Mark Hansen Generating probabilistic capacity scenarios from weather forecast: A design-of-experiment approach Gurkaran Singh Buxi Mark Hansen Overview 1. Introduction & motivation 2. Current practice & literature

More information

Implementation of global surface index at the Met Office. Submitted by Marion Mittermaier. Summary and purpose of document

Implementation of global surface index at the Met Office. Submitted by Marion Mittermaier. Summary and purpose of document WORLD METEOROLOGICAL ORGANIZATION COMMISSION FOR BASIC SYSTEMS OPAG on DPFS MEETING OF THE CBS (DPFS) TASK TEAM ON SURFACE VERIFICATION GENEVA, SWITZERLAND 20-21 OCTOBER 2014 DPFS/TT-SV/Doc. 4.1a (X.IX.2014)

More information

What is one-month forecast guidance?

What is one-month forecast guidance? What is one-month forecast guidance? Kohshiro DEHARA (dehara@met.kishou.go.jp) Forecast Unit Climate Prediction Division Japan Meteorological Agency Outline 1. Introduction 2. Purposes of using guidance

More information

P2.2 REDUCING THE IMPACT OF NOISE ABATEMENT PRACTICES ON AIRPORT CAPACITY BY FORECASTING SITUATIONAL DEPENDENT AIRCRAFT NOISE PROPAGATION

P2.2 REDUCING THE IMPACT OF NOISE ABATEMENT PRACTICES ON AIRPORT CAPACITY BY FORECASTING SITUATIONAL DEPENDENT AIRCRAFT NOISE PROPAGATION P2.2 REDUCING THE IMPACT OF NOISE ABATEMENT PRACTICES ON AIRPORT CAPACITY BY FORECASTING SITUATIONAL DEPENDENT AIRCRAFT NOISE PROPAGATION R. Sharman* and T. Keller Research Applications Program National

More information

EMC Probabilistic Forecast Verification for Sub-season Scales

EMC Probabilistic Forecast Verification for Sub-season Scales EMC Probabilistic Forecast Verification for Sub-season Scales Yuejian Zhu Environmental Modeling Center NCEP/NWS/NOAA Acknowledgement: Wei Li, Hong Guan and Eric Sinsky Present for the DTC Test Plan and

More information

TC/PR/RB Lecture 3 - Simulation of Random Model Errors

TC/PR/RB Lecture 3 - Simulation of Random Model Errors TC/PR/RB Lecture 3 - Simulation of Random Model Errors Roberto Buizza (buizza@ecmwf.int) European Centre for Medium-Range Weather Forecasts http://www.ecmwf.int Roberto Buizza (buizza@ecmwf.int) 1 ECMWF

More information

David John Gagne II, NCAR

David John Gagne II, NCAR The Performance Impacts of Machine Learning Design Choices for Gridded Solar Irradiance Forecasting Features work from Evaluating Statistical Learning Configurations for Gridded Solar Irradiance Forecasting,

More information

VBM683 Machine Learning

VBM683 Machine Learning VBM683 Machine Learning Pinar Duygulu Slides are adapted from Dhruv Batra Bias is the algorithm's tendency to consistently learn the wrong thing by not taking into account all the information in the data

More information

Guidance to Instructors on Subject Delivery PILOT NAVIGATION. This is a suggested programme for the delivery of this subject.

Guidance to Instructors on Subject Delivery PILOT NAVIGATION. This is a suggested programme for the delivery of this subject. Programme of learning: Guidance to Instructors on Subject Delivery This is a suggested programme for the delivery of this subject. The main headings are the Learning Outcomes (LO1, LO2, etc), with sub

More information

ECE 5424: Introduction to Machine Learning

ECE 5424: Introduction to Machine Learning ECE 5424: Introduction to Machine Learning Topics: Ensemble Methods: Bagging, Boosting PAC Learning Readings: Murphy 16.4;; Hastie 16 Stefan Lee Virginia Tech Fighting the bias-variance tradeoff Simple

More information

Peter P. Neilley. And. Kurt A. Hanson. Weather Services International, Inc. 400 Minuteman Road Andover, MA 01810

Peter P. Neilley. And. Kurt A. Hanson. Weather Services International, Inc. 400 Minuteman Road Andover, MA 01810 6.4 ARE MODEL OUTPUT STATISTICS STILL NEEDED? Peter P. Neilley And Kurt A. Hanson Weather Services International, Inc. 400 Minuteman Road Andover, MA 01810 1. Introduction. Model Output Statistics (MOS)

More information

FAA Weather Research Plans

FAA Weather Research Plans FAA Weather Research Plans Presented to: Friends /Partners in Aviation Weather Vision Forum By: Ray Moy FAA Aviation Weather Office Date: Aviation Weather Research Program (AWRP) Purpose: Applied Research

More information

AnuMS 2018 Atlantic Hurricane Season Forecast

AnuMS 2018 Atlantic Hurricane Season Forecast AnuMS 2018 Atlantic Hurricane Season Forecast : June 11, 2018 by Dale C. S. Destin (follow @anumetservice) Director (Ag), Antigua and Barbuda Meteorological Service (ABMS) The *AnuMS (Antigua Met Service)

More information

Ensemble Methods and Random Forests

Ensemble Methods and Random Forests Ensemble Methods and Random Forests Vaishnavi S May 2017 1 Introduction We have seen various analysis for classification and regression in the course. One of the common methods to reduce the generalization

More information

Verification of Continuous Forecasts

Verification of Continuous Forecasts Verification of Continuous Forecasts Presented by Barbara Brown Including contributions by Tressa Fowler, Barbara Casati, Laurence Wilson, and others Exploratory methods Scatter plots Discrimination plots

More information

AnuMS 2018 Atlantic Hurricane Season Forecast

AnuMS 2018 Atlantic Hurricane Season Forecast AnuMS 2018 Atlantic Hurricane Season Forecast Issued: May 10, 2018 by Dale C. S. Destin (follow @anumetservice) Director (Ag), Antigua and Barbuda Meteorological Service (ABMS) The *AnuMS (Antigua Met

More information

July Forecast Update for North Atlantic Hurricane Activity in 2018

July Forecast Update for North Atlantic Hurricane Activity in 2018 July Forecast Update for North Atlantic Hurricane Activity in 2018 Issued: 5 th July 2018 by Professor Mark Saunders and Dr Adam Lea Dept. of Space and Climate Physics, UCL (University College London),

More information

Enhanced Predictability During Extreme Winter Flow Regimes

Enhanced Predictability During Extreme Winter Flow Regimes Enhanced Predictability During Extreme Winter Flow Regimes Ryan N. Maue (WeatherBELL Analytics - Atlanta) maue@weatherbell.com ECMWF UEF 2016 Reading, UK June 6 9, 2016 Where does forecast verification

More information

April Forecast Update for North Atlantic Hurricane Activity in 2019

April Forecast Update for North Atlantic Hurricane Activity in 2019 April Forecast Update for North Atlantic Hurricane Activity in 2019 Issued: 5 th April 2019 by Professor Mark Saunders and Dr Adam Lea Dept. of Space and Climate Physics, UCL (University College London),

More information

Airport Capacity Prediction Considering Weather Forecast Uncertainty. Rafal Kicinger, Jit-Tat Chen, Matthias Steiner, and James Pinto

Airport Capacity Prediction Considering Weather Forecast Uncertainty. Rafal Kicinger, Jit-Tat Chen, Matthias Steiner, and James Pinto Airport Capacity Prediction Considering Weather Forecast Uncertainty Rafal Kicinger, Jit-Tat Chen, Matthias Steiner, and James Pinto FPAW Fall Meeting, 1 October 22, 214 Develop an analytical model that

More information

August Forecast Update for Atlantic Hurricane Activity in 2016

August Forecast Update for Atlantic Hurricane Activity in 2016 August Forecast Update for Atlantic Hurricane Activity in 2016 Issued: 5 th August 2016 by Professor Mark Saunders and Dr Adam Lea Dept. of Space and Climate Physics, UCL (University College London), UK

More information

The Impact of Horizontal Resolution and Ensemble Size on Probabilistic Forecasts of Precipitation by the ECMWF EPS

The Impact of Horizontal Resolution and Ensemble Size on Probabilistic Forecasts of Precipitation by the ECMWF EPS The Impact of Horizontal Resolution and Ensemble Size on Probabilistic Forecasts of Precipitation by the ECMWF EPS S. L. Mullen Univ. of Arizona R. Buizza ECMWF University of Wisconsin Predictability Workshop,

More information

Strategic Radar Enhancement Project (SREP) Forecast Demonstration Project (FDP) The future is here and now

Strategic Radar Enhancement Project (SREP) Forecast Demonstration Project (FDP) The future is here and now Strategic Radar Enhancement Project (SREP) Forecast Demonstration Project (FDP) The future is here and now Michael Berechree National Manager Aviation Weather Services Australian Bureau of Meteorology

More information

Natural Language Processing. Classification. Features. Some Definitions. Classification. Feature Vectors. Classification I. Dan Klein UC Berkeley

Natural Language Processing. Classification. Features. Some Definitions. Classification. Feature Vectors. Classification I. Dan Klein UC Berkeley Natural Language Processing Classification Classification I Dan Klein UC Berkeley Classification Automatically make a decision about inputs Example: document category Example: image of digit digit Example:

More information

METEOROLOGY PANEL (METP) WORKING GROUP- METEOROLOGICAL OPERATION GROUP (MOG) FIRST MEETING

METEOROLOGY PANEL (METP) WORKING GROUP- METEOROLOGICAL OPERATION GROUP (MOG) FIRST MEETING 8 28/7/15 METEOROLOGY PANEL (METP) WORKING GROUP- METEOROLOGICAL OPERATION GROUP (MOG) FIRST MEETING Gatwick, United Kingdom, 08 to 11 September 2015 Agenda Item 3: Matters relating to SADIS 3.3: Operations

More information

Measuring In-cloud Turbulence: The NEXRAD Turbulence Detection Algorithm

Measuring In-cloud Turbulence: The NEXRAD Turbulence Detection Algorithm Measuring In-cloud Turbulence: The NEXRAD Turbulence Detection Algorithm John K. Williams,, Greg Meymaris,, Jason Craig, Gary Blackburn, Wiebke Deierling,, and Frank McDonough AMS 15 th Conference on Aviation,

More information

Products of the JMA Ensemble Prediction System for One-month Forecast

Products of the JMA Ensemble Prediction System for One-month Forecast Products of the JMA Ensemble Prediction System for One-month Forecast Shuhei MAEDA, Akira ITO, and Hitoshi SATO Climate Prediction Division Japan Meteorological Agency smaeda@met.kishou.go.jp Contents

More information

July Forecast Update for Atlantic Hurricane Activity in 2016

July Forecast Update for Atlantic Hurricane Activity in 2016 July Forecast Update for Atlantic Hurricane Activity in 2016 Issued: 5 th July 2016 by Professor Mark Saunders and Dr Adam Lea Dept. of Space and Climate Physics, UCL (University College London), UK Forecast

More information

Introduction to NCEP's time lagged North American Rapid Refresh Ensemble Forecast System (NARRE-TL)

Introduction to NCEP's time lagged North American Rapid Refresh Ensemble Forecast System (NARRE-TL) Introduction to NCEP's time lagged North American Rapid Refresh Ensemble Forecast System (NARRE-TL) Binbin Zhou 1,2, Jun Du 2, Geoff Manikin 2 & Geoff DiMego 2 1. I.M. System Group 2. EMC/NCEP/NWS/NOAA

More information

10.2 RESULTS FROM THE NCAR INTEGRATED TURBULENCE FORECASTING ALGORITHM (ITFA) FOR PREDICTING UPPER-LEVEL CLEAR-AIR TURBULENCE

10.2 RESULTS FROM THE NCAR INTEGRATED TURBULENCE FORECASTING ALGORITHM (ITFA) FOR PREDICTING UPPER-LEVEL CLEAR-AIR TURBULENCE 10.2 RESULTS FROM THE NCAR INTEGRATED TURBULENCE FORECASTING ALGORITHM (ITFA) FOR PREDICTING UPPER-LEVEL CLEAR-AIR TURBULENCE Robert Sharman*, Claudia Tebaldi, Jamie Wolff, and Gerry Wiener National Center

More information

A SOLAR AND WIND INTEGRATED FORECAST TOOL (SWIFT) DESIGNED FOR THE MANAGEMENT OF RENEWABLE ENERGY VARIABILITY ON HAWAIIAN GRID SYSTEMS

A SOLAR AND WIND INTEGRATED FORECAST TOOL (SWIFT) DESIGNED FOR THE MANAGEMENT OF RENEWABLE ENERGY VARIABILITY ON HAWAIIAN GRID SYSTEMS ALBANY BARCELONA BANGALORE ICEM 2015 June 26, 2015 Boulder, CO A SOLAR AND WIND INTEGRATED FORECAST TOOL (SWIFT) DESIGNED FOR THE MANAGEMENT OF RENEWABLE ENERGY VARIABILITY ON HAWAIIAN GRID SYSTEMS JOHN

More information

Machine learning comes from Bayesian decision theory in statistics. There we want to minimize the expected value of the loss function.

Machine learning comes from Bayesian decision theory in statistics. There we want to minimize the expected value of the loss function. Bayesian learning: Machine learning comes from Bayesian decision theory in statistics. There we want to minimize the expected value of the loss function. Let y be the true label and y be the predicted

More information

Advanced Weather Technology

Advanced Weather Technology Advanced Weather Technology Tuesday, October 16, 2018, 1:00 PM 2:00 PM PRESENTED BY: Gary Pokodner, FAA WTIC Program Manager Agenda Overview Augmented reality mobile application Crowd Sourcing Visibility

More information

SUPERVISED LEARNING: INTRODUCTION TO CLASSIFICATION

SUPERVISED LEARNING: INTRODUCTION TO CLASSIFICATION SUPERVISED LEARNING: INTRODUCTION TO CLASSIFICATION 1 Outline Basic terminology Features Training and validation Model selection Error and loss measures Statistical comparison Evaluation measures 2 Terminology

More information

Gridded Localized Aviation MOS Program (LAMP) Guidance for Aviation Forecasting

Gridded Localized Aviation MOS Program (LAMP) Guidance for Aviation Forecasting Gridded Localized Aviation MOS Program (LAMP) Guidance for Aviation Forecasting Judy E. Ghirardelli and Bob Glahn National Weather Service Meteorological Development Laboratory August 2, 2011 15th Conference

More information

Caesar s Taxi Prediction Services

Caesar s Taxi Prediction Services 1 Caesar s Taxi Prediction Services Predicting NYC Taxi Fares, Trip Distance, and Activity Paul Jolly, Boxiao Pan, Varun Nambiar Abstract In this paper, we propose three models each predicting either taxi

More information

AWOS Level Descriptions

AWOS Level Descriptions AWOS Level Descriptions AWOS System Configurations. The AWOS is a modular system utilizing a central processor which may receive input from several sensors. Eight standard groups of sensors are defined

More information

The Plant-Craig stochastic Convection scheme in MOGREPS

The Plant-Craig stochastic Convection scheme in MOGREPS The Plant-Craig stochastic Convection scheme in MOGREPS R. J. Keane R. S. Plant W. J. Tennant Deutscher Wetterdienst University of Reading, UK UK Met Office Keane et. al. (DWD) PC in MOGREPS / 6 Overview

More information

Learning from Examples

Learning from Examples Learning from Examples Data fitting Decision trees Cross validation Computational learning theory Linear classifiers Neural networks Nonparametric methods: nearest neighbor Support vector machines Ensemble

More information

Report on EN6 DTC Ensemble Task 2014: Preliminary Configuration of North American Rapid Refresh Ensemble (NARRE)

Report on EN6 DTC Ensemble Task 2014: Preliminary Configuration of North American Rapid Refresh Ensemble (NARRE) Report on EN6 DTC Ensemble Task 2014: Preliminary Configuration of North American Rapid Refresh Ensemble (NARRE) Motivation As an expansion of computing resources for operations at EMC is becoming available

More information

NCEP Short Range Ensemble Forecast (SREF) System: what we have and what we need? Jun Du. NOAA/NWS/NCEP Environmental Modeling Center

NCEP Short Range Ensemble Forecast (SREF) System: what we have and what we need? Jun Du. NOAA/NWS/NCEP Environmental Modeling Center N C E P NCEP Short Range Ensemble Forecast (SREF) System: what we have and what we need? Jun Du NOAA/NWS/NCEP Environmental Modeling Center (for NSF EarthCube Workshop, NCAR, Dec. 17-18, 2012) 1 An evolving

More information

Application and verification of ECMWF products in Austria

Application and verification of ECMWF products in Austria Application and verification of ECMWF products in Austria Central Institute for Meteorology and Geodynamics (ZAMG), Vienna Alexander Kann, Klaus Stadlbacher 1. Summary of major highlights Medium range

More information

Forecasting of Optical Turbulence in Support of Realtime Optical Imaging and Communication Systems

Forecasting of Optical Turbulence in Support of Realtime Optical Imaging and Communication Systems Forecasting of Optical Turbulence in Support of Realtime Optical Imaging and Communication Systems Randall J. Alliss and Billy Felton Northrop Grumman Corporation, 15010 Conference Center Drive, Chantilly,

More information

P2.9 Use of the NOAA ARL HYSPLIT Trajectory Model For the Short Range Prediction of Stratus and Fog

P2.9 Use of the NOAA ARL HYSPLIT Trajectory Model For the Short Range Prediction of Stratus and Fog Ellrod, G. P., 2013: Use of the NOAA ARL HYSPLIT Trajectory Model for the Short Range Prediction of Stratus and Fog. Extended Abstract, 38 th National Weather Association Annual Meeting, Charleston, SC,

More information

Weather Forecasting: Lecture 2

Weather Forecasting: Lecture 2 Weather Forecasting: Lecture 2 Dr. Jeremy A. Gibbs Department of Atmospheric Sciences University of Utah Spring 2017 1 / 40 Overview 1 Forecasting Techniques 2 Forecast Tools 2 / 40 Forecasting Techniques

More information

Using a high-resolution ensemble modeling method to inform risk-based decision-making at Taylor Park Dam, Colorado

Using a high-resolution ensemble modeling method to inform risk-based decision-making at Taylor Park Dam, Colorado Using a high-resolution ensemble modeling method to inform risk-based decision-making at Taylor Park Dam, Colorado Michael J. Mueller 1, Kelly Mahoney 2, Kathleen Holman 3, David Gochis 4 1 Cooperative

More information

The document was not produced by the CAISO and therefore does not necessarily reflect its views or opinion.

The document was not produced by the CAISO and therefore does not necessarily reflect its views or opinion. Version No. 1.0 Version Date 2/25/2008 Externally-authored document cover sheet Effective Date: 4/03/2008 The purpose of this cover sheet is to provide attribution and background information for documents

More information

(a) (b) (c) Corresponding author address: Paul H. Herzegh, NCAR, P.O. Box 3000, Boulder, CO 80307;

(a) (b) (c) Corresponding author address: Paul H. Herzegh, NCAR, P.O. Box 3000, Boulder, CO 80307; 3.3 RECENT PROGRESS IN THE DEVELOPMENT OF AUTOMATED ANALYSIS AND FORECAST PRODUCTS FOR CEILING AND VISIBILITY CONDITIONS Paul H. Herzegh* 1, Richard L. Bankert 2, Bjarne K. Hansen 3, Matthew Tryhane 1,

More information

Traffic and Weather. Soaring Safety Foundation. Tom Johnson CFIG

Traffic and Weather. Soaring Safety Foundation. Tom Johnson CFIG Traffic and Weather Soaring Safety Foundation Tom Johnson CFIG Weather Contents Weather Gathering Sources Weather Acquisition Enroute Weather Analysis Weather Hazards Weather in the Landing Pattern Basic

More information

P10.3 HOMOGENEITY PROPERTIES OF RUNWAY VISIBILITY IN FOG AT CHICAGO O HARE INTERNATIONAL AIRPORT (ORD)

P10.3 HOMOGENEITY PROPERTIES OF RUNWAY VISIBILITY IN FOG AT CHICAGO O HARE INTERNATIONAL AIRPORT (ORD) P10.3 HOMOGENEITY PROPERTIES OF RUNWAY VISIBILITY IN FOG AT CHICAGO O HARE INTERNATIONAL AIRPORT (ORD) Thomas A. Seliga 1, David A. Hazen 2 and Stephen Burnley 3 1. Volpe National Transportation Systems

More information