Hurricane Forecasting Using Regression Modeling

Size: px
Start display at page:

Download "Hurricane Forecasting Using Regression Modeling"

Transcription

1 Hurricane Forecasting Using Regression Modeling Yue Liu, Ashley Corkill, Roger Estep Group 10

2 Overview v Introduction v Choosing Predictors v Modeling The Hurricane Data v Conclusion and Results Images Courtesy of NASA

3 Why Do We Forecast Hurricanes?

4 Photograph Courtesy of Vincent Laforet/The New York Times

5 Photograph Courtesy of NOAA

6 v Hurricanes are one of nature s most powerful forces. Powerful winds and storm surge can put millions at risk. v Even after landfall, hurricanes and tropical storms can produce tornadoes and deadly inland flooding. v Forecasting potentially deadly storms help protect lives and livelihoods. Photograph Courtesy of Jason Cohen

7 v Over the past two centuries, tropical cyclones have been responsible for the deaths of about 1.9 million people worldwide. v Large areas of standing water caused by flooding lead to infection, as well as contributing to mosquito-borne illnesses. v Crowded evacuees in shelters increase the risk of disease propagation. v Tropical cyclones significantly interrupt infrastructure, leading to power outages, bridge destruction, and the hampering of reconstruction efforts. v On average, the Gulf and east coasts of the United States suffer approximately US $5 billion in cyclone damage every year. Majority (83%) of tropical cyclone damage is caused by severe hurricanes, category 3 or greater.

8 How Do We Tackle This Problem? The best solution is to be prepared for a hurricane. This means anticipating tropical storms. We have historical data, and a number of suspected predictors. The first step is to determine which of these predictors are most important. From there, we can estimate the hurricane count. Our priority is the hurricanes that make landfall on the eastern coast of the United States.

9 Our Region of Interest Note that this does not include any of the Caribbean Islands, Central America, or South America. Image Courtesy of RPI

10 Regression Analysis and Linear Modeling Poisson Distribution Hurricane count is always a positive integer, whose values are independent of each other. This lends itself well to the Poisson distribution. So the general form for this model will be Ln(μ) = X1B1+X2B2+ +XnBn+X0 Where Xi is a predictor of the hurricane count and Bi is a real coefficient.

11 Choosing Our Variables v We used a combination of intuition and previously discussed methods to choose the variables of our model out of the 32 possible predictors. v Data was organized by on-season (June1 November 30) and off-season (December 1 May 30). v To produce a more simplified model and still take in sufficient information, data was averaged over the 5 month period from November March. v Step AIC was used to get a rough case of our variables in R, using the seasonal division we had set up.

12 ##Step AIC using 5 month average## setwd("c:/users/ashley/dropbox/yeah HURRICANE PROJECT!!") covariates.avg=read.csv(file.choose()) library(mass) temp.glm = glm(count~.,data=covariates.avg, family=poisson) AIC.yeah = stepaic(temp.glm,k=log(nrow(covariates.avg)),directon="both") This gave us the predictor set ammst.csv, dm.csv, limsta.csv, nino12a.csv, sri.csv

13 Testing and Trials v From here, we did a calculation using the five months evaluated separately, which gave the same predictor set. v However, an evaluation of all months gave the predictor set amon.csv, ggst.csv, nino3a.csv, qbo.csv, tna.csv, whwp.csv v Here, we decided to apply the Cross-Validation method in order to compare these models, and to derive other potential models.

14 Our general form for CV is: temp.glm1 = glm(count~cov1.csv + + covn.csv,data=covariates.avg, family=poisson) temp.glm2 = library(boot) set.seed(400) cost <- functon(y,yhat,eps=0.0001) mean((log(y+eps) - log(yhat+eps))^2) cv.out1 = cv.glm(covariates.avg, temp.glm1, cost, K=10)$delta[1] cv.out2 = print(c(cv.out1,,cs.outn))

15 Putting Data into GLM > glm(formula = count ~ ammsst.csv + dm.csv + limsta.csv + nino12a.csv, family = poisson, data = covariates.avg) Call: glm(formula = count ~ ammsst.csv + dm.csv + limsta.csv + nino12a.csv, family = poisson, data = covariates.avg) Coefficients: (Intercept) ammsst.csv dm.csv limsta.csv nino12a.csv Degrees of Freedom: 755 Total (i.e. Null); 751 Residual Null Deviance: 1581 Residual Deviance: 1521 AIC: 3772 Just one example of our results using GLM. Unfortunately, plugging in the data from 2011 gave us an incorrect prediction each time.

16 Something Works! v Errors: It was at this point that we realized that we were using 2011 data to predict 2011 hurricanes, which will obviously lead to skewed data. v We removed 2011 data and ran a new step AIC on the adjusted dataset. Correlation analysis from the pairs() function helped to confirm our results. v The best covariate set was determined to be amon.csv, dm.csv, limhaw.csv, mei.csv, ngst.csv, nino34a.csv, nino4a.csv v These covariates were able to predict a reasonable number of hurricanes for 2013 and predicted the correct number of hurricanes making landfall in 2011.

17 glm(formula = count ~ amon.csv + dm.csv + limhaw.csv + mei.csv + ngst.csv + nino34a.csv + nino4a.csv, family = poisson, data = covariates.avg) Deviance Residuals: Min 1Q Median 3Q Max Coefficients: Estimate Std. Error z value Pr(> z ) (Intercept) < 2e-16 *** amon.csv e-07 *** dm.csv ** limhaw.csv ** mei.csv ** ngst.csv * nino34a.csv e-05 *** nino4a.csv ** Null deviance: on 60 degrees of freedom Residual deviance: on 53 degrees of freedom AIC:

18

19 Conclusion and Results Yi~Possion(μi) The final model is: Yi= X X X X X X X7 Variable Number X 1 X 2 X 3 X 4 X 5 X 6 X 7 Variable Name Atlantic multidecadal Oscillation Atlantic Dipole Mode LIMHAW Multivariate ENSO Index North-hemisphere monthly Land-Surface Air and Sea- Surface Water Temperature Anomalies East Central Tropical Pacific SST Central Tropical Pacific SST

20 Prediction Based on our model, we predict that eight or nine tropical storms will make landfall on the east coast in Image Courtesy of NOAA However, we only consider the linear regression model. Further regression diagnostics and remedies might be helpful in getting a more accurate answer.

Research on Climate of Typhoons Affecting China

Research on Climate of Typhoons Affecting China Research on Climate of Typhoons Affecting China Xu Ming Shanghai Typhoon Institute November,25 Outline 1. Introduction 2. Typhoon disasters in China 3. Climatology and climate change of typhoon affecting

More information

August Forecast Update for Atlantic Hurricane Activity in 2012

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

More information

2013 ATLANTIC HURRICANE SEASON OUTLOOK. June RMS Cat Response

2013 ATLANTIC HURRICANE SEASON OUTLOOK. June RMS Cat Response 2013 ATLANTIC HURRICANE SEASON OUTLOOK June 2013 - RMS Cat Response Season Outlook At the start of the 2013 Atlantic hurricane season, which officially runs from June 1 to November 30, seasonal forecasts

More information

Are You Ready For Hurricane Season? 2018 Hurricane Talk B Y : S T O R M T E A M 8 M E T E O R O L O G I S T J U L I E P H I L L I P S

Are You Ready For Hurricane Season? 2018 Hurricane Talk B Y : S T O R M T E A M 8 M E T E O R O L O G I S T J U L I E P H I L L I P S Are You Ready For Hurricane Season? 2018 Hurricane Talk B Y : S T O R M T E A M 8 M E T E O R O L O G I S T J U L I E P H I L L I P S About Me I am Currently a Weekday Meteorologist at WFLA Channel 8.

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

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

PRMS WHITE PAPER 2014 NORTH ATLANTIC HURRICANE SEASON OUTLOOK. June RMS Event Response

PRMS WHITE PAPER 2014 NORTH ATLANTIC HURRICANE SEASON OUTLOOK. June RMS Event Response PRMS WHITE PAPER 2014 NORTH ATLANTIC HURRICANE SEASON OUTLOOK June 2014 - RMS Event Response 2014 SEASON OUTLOOK The 2013 North Atlantic hurricane season saw the fewest hurricanes in the Atlantic Basin

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

TROPICAL CYCLONES IN A WARMER WORLD

TROPICAL CYCLONES IN A WARMER WORLD TROPICAL CYCLONES IN A WARMER WORLD Dr Mark Saunders Benfield Hazard Research Centre Department of Space and Climate Physics University College London Workshop for Under 35s Reinsurance Group 14th October

More information

Global Climate Change and Human Health Cycloning out of Control: Climate Change Impacts on Natural Disasters; Cyclones

Global Climate Change and Human Health Cycloning out of Control: Climate Change Impacts on Natural Disasters; Cyclones INSTRUCTOR BACKGROUND Cyclones are one of the world s most devastating natural disasters causing billions of dollars in damages to homes, building and infrastructure annually. The United Nations estimates

More information

RMS Medium Term Perspective on Hurricane Activity

RMS Medium Term Perspective on Hurricane Activity RMS Medium Term Perspective on Hurricane Activity Dr. Manuel Lonfat Florida Commission on Hurricane Loss Projection Methodology Workshop Tallahassee, July 27 2006 Agenda Multiyear autocorrelation of Atlantic,

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

At the Midpoint of the 2008

At the Midpoint of the 2008 At the Midpoint of the 2008 Atlantic Hurricane Season Editor s note: It has been an anxious couple of weeks for those with financial interests in either on- or offshore assets in the Gulf of Mexico and

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

ALLEY CATS: HOW EL NIÑO INFLUENCES TORNADO ALLEY AND THE THREAT OF CATASTROPHES

ALLEY CATS: HOW EL NIÑO INFLUENCES TORNADO ALLEY AND THE THREAT OF CATASTROPHES ALLEY CATS: HOW EL NIÑO INFLUENCES TORNADO ALLEY AND THE THREAT OF CATASTROPHES Kevin Van Leer - Sr. Product Manager, Model Product Management National Tornado Summit - Tuesday, March 1 st, 2016 1 EL NIÑO/SOUTHERN

More information

Outlook 2008 Atlantic Hurricane Season. Kevin Lipton, Ingrid Amberger National Weather Service Albany, New York

Outlook 2008 Atlantic Hurricane Season. Kevin Lipton, Ingrid Amberger National Weather Service Albany, New York Outlook 2008 Atlantic Hurricane Season Kevin Lipton, Ingrid Amberger National Weather Service Albany, New York Summary 2007 Hurricane Season Two hurricanes made landfall in the Atlantic Basin at category-5

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

Agricultural Outlook Forum Presented: February 17, 2006 THE SCIENCE BEHIND THE ATLANTIC HURRICANES AND SEASONAL PREDICTIONS

Agricultural Outlook Forum Presented: February 17, 2006 THE SCIENCE BEHIND THE ATLANTIC HURRICANES AND SEASONAL PREDICTIONS Agricultural Outlook Forum Presented: February 17, 2006 THE SCIENCE BEHIND THE ATLANTIC HURRICANES AND SEASONAL PREDICTIONS Gerald Bell Meteorologist, National Centers for Environmental Prediction NOAA,

More information

Coastal Storms of the New Jersey Shore

Coastal Storms of the New Jersey Shore Coastal Storms of the New Jersey Shore Dr. Steven G. Decker Dept. of Environmental Sciences School of Environmental and Biological Sciences Rutgers University May 25, 2011 Overview Threats Historical Examples

More information

2004 Hurricane Season: Climate Overview and Lessons Learned

2004 Hurricane Season: Climate Overview and Lessons Learned 2004 Hurricane Season: Climate Overview and Lessons Learned Mark Saunders, PhD (Presenter: Milan Simic,, PhD, Benfield) Lead Scientist, Tropical Storm Risk Benfield Hazard Research Centre University College

More information

El Niño Update Impacts on Florida

El Niño Update Impacts on Florida Current Issues in Emergency Management (CIEM) Sessions 1 &2 October 12 th and 26 th, 2006 Florida Division of Emergency Management Tallahassee, Florida El Niño Update Impacts on Florida Bart Hagemeyer

More information

Colorado State University (CSU) Atlantic Hurricane Season Forecast

Colorado State University (CSU) Atlantic Hurricane Season Forecast Colorado State University (CSU) Atlantic Hurricane Season Forecast Dr. Philip Klotzbach of Colorado State University (CSU) has issued his April forecast for the 2018 Atlantic Hurricane Season. The forecast

More information

A Statistical-Dynamical Seasonal Forecast of US Landfalling TC Activity

A Statistical-Dynamical Seasonal Forecast of US Landfalling TC Activity A Statistical-Dynamical Seasonal Forecast of US Landfalling TC Activity Johnny Chan and Samson K S Chiu Guy Carpenter Asia-Pacific Climate Impact Centre City University of Hong Kong Research sponsored

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

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

Weather Outlook for Spring and Summer in Central TX. Aaron Treadway Meteorologist National Weather Service Austin/San Antonio

Weather Outlook for Spring and Summer in Central TX. Aaron Treadway Meteorologist National Weather Service Austin/San Antonio Weather Outlook for Spring and Summer in Central TX Aaron Treadway Meteorologist National Weather Service Austin/San Antonio Outline A Look Back At 2014 Spring 2015 So Far El Niño Update Climate Prediction

More information

The 2009 Hurricane Season Overview

The 2009 Hurricane Season Overview The 2009 Hurricane Season Overview Jae-Kyung Schemm Gerry Bell Climate Prediction Center NOAA/ NWS/ NCEP 1 Overview outline 1. Current status for the Atlantic, Eastern Pacific and Western Pacific basins

More information

Hurricanes. Environmental Geology Mr. Paul Lowrey. Stacey Singleton, Cassandra Combs, Dwight Stephenson, Matt Smithyman

Hurricanes. Environmental Geology Mr. Paul Lowrey. Stacey Singleton, Cassandra Combs, Dwight Stephenson, Matt Smithyman Environmental Geology Mr. Paul Lowrey Stacey Singleton, Cassandra Combs, Dwight Stephenson, Matt Smithyman Hurricanes EMPACTS Project, Spring 2017 Northwest Arkansas Community College, Bentonville, AR

More information

FORECAST OF ATLANTIC SEASONAL HURRICANE ACTIVITY AND LANDFALL STRIKE PROBABILITY FOR 2018

FORECAST OF ATLANTIC SEASONAL HURRICANE ACTIVITY AND LANDFALL STRIKE PROBABILITY FOR 2018 FORECAST OF ATLANTIC SEASONAL HURRICANE ACTIVITY AND LANDFALL STRIKE PROBABILITY FOR 2018 We have decreased our forecast and now believe that 2018 will have below-average activity. The tropical and subtropical

More information

2016 Hurricane Season Preview

2016 Hurricane Season Preview 2016 Hurricane Season Preview Eric Uhlhorn, Ph.D. 1 2 Recap of 2015 Hurricane Season - El Niño played a significant role in activity - Atlantic activity was slightly below normal 11 named storms, 4 hurricanes,

More information

Colorado State University (CSU) Atlantic Hurricane Season Forecast

Colorado State University (CSU) Atlantic Hurricane Season Forecast Colorado State University (CSU) Atlantic Hurricane Season Forecast Dr. Philip Klotzbach of Colorado State University (CSU) has issued his latest forecast for the Atlantic Hurricane Season. The forecast

More information

Hazardous Weather and Flooding Preparedness. Hazardous Weather and Flooding Preparedness

Hazardous Weather and Flooding Preparedness. Hazardous Weather and Flooding Preparedness Hazardous Weather and Flooding Preparedness 1 A Cooperative Effort 2 Administrative Information Emergency exits and procedures Location of restrooms Mobile devices Procedure for questions Course materials

More information

July Forecast Update for Atlantic Hurricane Activity in 2017

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

More information

Examples of extreme event modeling in tornado and hurricane research

Examples of extreme event modeling in tornado and hurricane research Examples of extreme event modeling in tornado and hurricane research James B. Elsner Twitter: @JBElsner Florida State University, Tallahassee, FL June 15, 2015 Help: Thomas H. Jagger Are Tornadoes More

More information

Earth Science Hurricanes

Earth Science Hurricanes Earth Science - Hurricanes Earth Science Hurricanes A tropical cyclone is a very strong tropical 1 storm that starts in the ocean waters near the equator. 2 The storm moves its way toward where the air

More information

3/5/2013 UNCERTAINTY IN HURRICANE FREQUENCY: HOW MODELERS APPROACH THE PROBLEM PROBLEM STATEMENT

3/5/2013 UNCERTAINTY IN HURRICANE FREQUENCY: HOW MODELERS APPROACH THE PROBLEM PROBLEM STATEMENT UNCERTAINTY IN HURRICANE FREQUENCY: HOW MODELERS APPROACH THE PROBLEM Matthew Nielsen Director, Product Management PROBLEM STATEMENT Hurricane Frequency Isn t Stable Over Time Are historical average frequencies

More information

NOAA 2015 Updated Atlantic Hurricane Season Outlook

NOAA 2015 Updated Atlantic Hurricane Season Outlook NOAA 2015 Updated Atlantic Hurricane Season Outlook Dr. Gerry Bell Lead Seasonal Forecaster Climate Prediction Center/ NOAA/ NWS Collaboration With National Hurricane Center/ NOAA/ NWS Hurricane Research

More information

LECTURE #17: Severe Weather: Introduction to Hurricanes

LECTURE #17: Severe Weather: Introduction to Hurricanes GEOL 0820 Ramsey Natural Disasters Spring, 2018 LECTURE #17: Severe Weather: Introduction to Hurricanes Date: 15 March 2018 I. Hurricane Overview hurricanes o what they are? o how they form? storm stages:

More information

Compare and Contrast

Compare and Contrast Read the two passages about hurricanes. Think about similarities and differences between the two passages. How and Where Hurricanes Form Hurricanes are very powerful storms that are capable of causing

More information

Issue Overview: El Nino and La Nina

Issue Overview: El Nino and La Nina Issue Overview: El Nino and La Nina By Bloomberg, adapted by Newsela staff on 09.28.16 Word Count 748 TOP: A Category 5 typhoon in the Pacific Ocean. BOTTOM: Graphics courtesy of the U.S. National Oceanic

More information

and Weather extremes Tropical cyclones Today and in the Future Greg Holland c3we.ucar.edu

and Weather extremes Tropical cyclones Today and in the Future Greg Holland c3we.ucar.edu Tropical cyclones and Weather extremes Today and in the Future c3we.ucar.edu Greg Holland (gholland@ucar.edu) Supported by NSF, Willis Re, IAG, and Zurich Insurance 1 Topics State of the Climate and its

More information

WMO Statement on the State of the Global Climate Preliminary conclusions for 2018 and WMO Greenhouse Bulletin

WMO Statement on the State of the Global Climate Preliminary conclusions for 2018 and WMO Greenhouse Bulletin WMO Statement on the State of the Global Climate Preliminary conclusions for 2018 and WMO Greenhouse Bulletin Dr Elena Manaenkova Deputy Secretary General World Meteorological Organisation Statement on

More information

Careful, Cyclones Can Blow You Away!

Careful, Cyclones Can Blow You Away! Title: Careful, Cyclones Can Blow You Away! (Meteorology) Grade(s): 6-8 Introduction: Most people associate twisters with tornadoes, but in fact tropical twisters come from hurricanes. Hurricanes are what

More information

By: Jill F. Hasling, Certified Consulting. Houston, Texas. November 2016

By: Jill F. Hasling, Certified Consulting. Houston, Texas.   November 2016 Thirty-three Years of Annual Atlantic Hurricane Season Outlooks Comparison of Weather Research Center Cyclone Strike Index with Colorado State s Hurricane Outlook By: Jill F. Hasling, Certified Consulting

More information

Lecture #18 (April 12, 2010, Monday) Tropical Storms & Hurricanes Part 3. Hurricane Floyd September 15, 1999

Lecture #18 (April 12, 2010, Monday) Tropical Storms & Hurricanes Part 3. Hurricane Floyd September 15, 1999 Lecture #18 (April 12, 2010, Monday) Tropical Storms & Hurricanes Part 3 Hurricane Floyd September 15, 1999 Tropical Cyclone Names Names are given to distinguish storms and for ease of communication. Names

More information

2017 Hurricane Season and Beyond

2017 Hurricane Season and Beyond 2017 Hurricane Season and Beyond Ken Graham National Hurricane Center Building a Weather-Ready Nation Much of U.S. Coast Saw Tropical Wind Watches or Warnings 2017 Hurricane Season Facts and Figures 7th

More information

NWS HURRICANES June 3, 2015

NWS HURRICANES June 3, 2015 NWS HURRICANES June 3, 2015 Hurricane Season June 1 November 30 2 What s the concern? All tropical systems passing within 125nm of central Maryland since 1950 Mid-Atlantic Hurricanes Greatest Risk: August

More information

Fire Weather Drivers, Seasonal Outlook and Climate Change. Steven McGibbony, Severe Weather Manager Victoria Region Friday 9 October 2015

Fire Weather Drivers, Seasonal Outlook and Climate Change. Steven McGibbony, Severe Weather Manager Victoria Region Friday 9 October 2015 Fire Weather Drivers, Seasonal Outlook and Climate Change Steven McGibbony, Severe Weather Manager Victoria Region Friday 9 October 2015 Outline Weather and Fire Risk Environmental conditions leading to

More information

MODELLING CATASTROPHIC COASTAL FLOOD RISKS AROUND THE WORLD

MODELLING CATASTROPHIC COASTAL FLOOD RISKS AROUND THE WORLD MODELLING CATASTROPHIC COASTAL FLOOD RISKS AROUND THE WORLD Nicola Howe Christopher Thomas Copyright 2016 Risk Management Solutions, Inc. All Rights Reserved. June 27, 2016 1 OUTLINE MOTIVATION What we

More information

Chapter 24 Tropical Cyclones

Chapter 24 Tropical Cyclones Chapter 24 Tropical Cyclones Tropical Weather Systems Tropical disturbance a cluster of thunderstorms about 250 to 600 km in diameter, originating in the tropics or sub-tropics Tropical depression a cluster

More information

Chapter 16, Part Hurricane Paths. 2. Hurricane Paths. Hurricane Paths and Damage

Chapter 16, Part Hurricane Paths. 2. Hurricane Paths. Hurricane Paths and Damage Chapter 16, Part 2 Hurricane Paths and Damage 1. Hurricane Paths Start over tropical water except South Atlantic and eastern South Atlantic, where water is too cold. Initially steered by easterly winds

More information

Page 1 of 5 Home research global climate enso effects Research Effects of El Niño on world weather Precipitation Temperature Tropical Cyclones El Niño affects the weather in large parts of the world. The

More information

Observed Climate Variability and Change: Evidence and Issues Related to Uncertainty

Observed Climate Variability and Change: Evidence and Issues Related to Uncertainty Observed Climate Variability and Change: Evidence and Issues Related to Uncertainty David R. Easterling National Climatic Data Center Asheville, North Carolina Overview Some examples of observed climate

More information

Eastern Shore Weather and Climate. Bill Sammler Warning Coordination Meteorologist National Weather Service Wakefield, VA

Eastern Shore Weather and Climate. Bill Sammler Warning Coordination Meteorologist National Weather Service Wakefield, VA Eastern Shore Weather and Climate Bill Sammler Warning Coordination Meteorologist National Weather Service Wakefield, VA About The NWS The National Weather Service is: A Federal Government Agency Part

More information

Untitled.notebook May 12, Thunderstorms. Moisture is needed to form clouds and precipitation the lifting of air, or uplift, must be very strong

Untitled.notebook May 12, Thunderstorms. Moisture is needed to form clouds and precipitation the lifting of air, or uplift, must be very strong Thunderstorms Moisture is needed to form clouds and precipitation the lifting of air, or uplift, must be very strong cold air and warm air must mix; creating an active circulation system that has both

More information

Homework 8: Hurricane Damage (adapted from Pipkin et al.)

Homework 8: Hurricane Damage (adapted from Pipkin et al.) 1 Homework 8: Hurricane Damage (adapted from Pipkin et al.) Tropical cyclones have a significant impact on coastal areas of the world. In the Atlantic and Eastern Pacific Oceans they are called hurricanes

More information

The Climate of the Carolinas: Past, Present, and Future - Results from the National Climate Assessment

The Climate of the Carolinas: Past, Present, and Future - Results from the National Climate Assessment The Climate of the Carolinas: Past, Present, and Future - Results from the National Climate Assessment Chip Konrad Chris Fuhrmann Director of the The Southeast Regional Climate Center Associate Professor

More information

Climate Forecast Applications Network (CFAN)

Climate Forecast Applications Network (CFAN) Forecast of 2018 Atlantic Hurricane Activity April 5, 2018 Summary CFAN s inaugural April seasonal forecast for Atlantic tropical cyclone activity is based on systematic interactions among ENSO, stratospheric

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

New Zealand Climate Update No 223, January 2018 Current climate December 2017

New Zealand Climate Update No 223, January 2018 Current climate December 2017 New Zealand Climate Update No 223, January 2018 Current climate December 2017 December 2017 was characterised by higher than normal sea level pressure over New Zealand and the surrounding seas. This pressure

More information

Fatal Tradeoff? Toward A Better Understanding of the Costs of Not Evacuating from a Hurricane in Landfall Counties. Jeffrey Czajkowski

Fatal Tradeoff? Toward A Better Understanding of the Costs of Not Evacuating from a Hurricane in Landfall Counties. Jeffrey Czajkowski Fatal Tradeoff? Toward A Better Understanding of the Costs of Not Evacuating from a Hurricane in Landfall Counties Jeffrey Czajkowski Austin College: Department of Economics Florida International University:

More information

The Effect of the North Atlantic Oscillation On Atlantic Hurricanes Michael Barak-NYAS-Mentors: Dr. Yochanan Kushnir, Jennifer Miller

The Effect of the North Atlantic Oscillation On Atlantic Hurricanes Michael Barak-NYAS-Mentors: Dr. Yochanan Kushnir, Jennifer Miller The Effect of the North Atlantic Oscillation On Atlantic Hurricanes Michael Barak-NYAS-Mentors: Dr. Yochanan Kushnir, Jennifer Miller Abstract Tropical cyclone behavior in the Gulf of Mexico (GM) and East

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

The 2014 Atlantic Hurricane Season. What is New and What to Expect. Mark Chambers President & CEO ImpactWeather, Inc.

The 2014 Atlantic Hurricane Season. What is New and What to Expect. Mark Chambers President & CEO ImpactWeather, Inc. The 2014 Atlantic Hurricane Season What is New and What to Expect Mark Chambers President & CEO ImpactWeather, Inc. Hurricane Climatology for the Gulf of Mexico A Look back at 2013 The outlook for this

More information

FORECAST OF ATLANTIC SEASONAL HURRICANE ACTIVITY AND LANDFALL STRIKE PROBABILITY FOR 2015

FORECAST OF ATLANTIC SEASONAL HURRICANE ACTIVITY AND LANDFALL STRIKE PROBABILITY FOR 2015 FORECAST OF ATLANTIC SEASONAL HURRICANE ACTIVITY AND LANDFALL STRIKE PROBABILITY FOR 2015 We continue to foresee a below-average 2015 Atlantic hurricane season. A moderate to strong El Niño is underway,

More information

Weathernews Looks Back at 2015: A Year of Storms. Powerful Typhoons Occurred with Changing Patterns in El Niño Years

Weathernews Looks Back at 2015: A Year of Storms. Powerful Typhoons Occurred with Changing Patterns in El Niño Years NEWS RELEASE January 27th, 2016 Weathernews Looks Back at 2015: A Year of Storms Powerful Typhoons Occurred with Changing Patterns in El Niño Years Weathernews Inc. (Chiba, Japan; Chihito Kusabiraki/CEO)

More information

11/17/2017. Memorable Hurricanes of 2004 MET 4532

11/17/2017. Memorable Hurricanes of 2004 MET 4532 MET 4532 2004 Hurricane Season Lecture 31 & 32 2004, 2005, and After 17-20 November 2017 1 2 Memorable Hurricanes of 2004 Hurricane Dates Damage (US) Deaths (US) Charlie (4) 9-14 AUG $14B 10 Ivan (4) 2-24

More information

Percentage of normal rainfall for August 2017 Departure from average air temperature for August 2017

Percentage of normal rainfall for August 2017 Departure from average air temperature for August 2017 New Zealand Climate Update No 219, August 2017 Current climate August 2017 Overall, mean sea level pressure was lower than normal over and to the west of New Zealand during August while higher than normal

More information

WINTER FORECAST NY Metro

WINTER FORECAST NY Metro 2015-2016 WINTER FORECAST NY Metro Weather @NY_WX DISCLAIMER: Seasonal forecasting is difficult and this is my first attempt at a Winter Forecast. I ve looked at all factors and put them together to create

More information

Checking the Poisson assumption in the Poisson generalized linear model

Checking the Poisson assumption in the Poisson generalized linear model Checking the Poisson assumption in the Poisson generalized linear model The Poisson regression model is a generalized linear model (glm) satisfying the following assumptions: The responses y i are independent

More information

Thai Meteorological Department, Ministry of Digital Economy and Society

Thai Meteorological Department, Ministry of Digital Economy and Society Thai Meteorological Department, Ministry of Digital Economy and Society Three-month Climate Outlook For November 2017 January 2018 Issued on 31 October 2017 -----------------------------------------------------------------------------------------------------------------------------

More information

Climate Outlook and Review Focus on sugar industry requirements. Issued 1 October Roger C Stone

Climate Outlook and Review Focus on sugar industry requirements. Issued 1 October Roger C Stone Climate Outlook and Review Focus on sugar industry requirements Issued 1 October 2017 Roger C Stone University of Southern Queensland Document title 1 Overview A short La Nina-type pattern trying to develop

More information

El Niño 2015/2016 Impact Analysis

El Niño 2015/2016 Impact Analysis El Niño 2015/2016 Impact Analysis Dr Linda Hirons and Dr Nicolas Klingaman August 2015 This report has been produced by University of Reading and National Centre for Atmospheric Science for Evidence on

More information

NW Pacific and Japan Landfalling Typhoons in 2000

NW Pacific and Japan Landfalling Typhoons in 2000 NW Pacific and Japan Landfalling Typhoons in 2000 Pre-Season Forecast Issued 26th May, 2000 Produced under contract for TSUNAMI in collaboration with the UK Met. Office by Drs Paul Rockett, Mark Saunders

More information

Ch. 11: Hurricanes. Be able to. Define what hurricane is. Identify the life and death of a hurricane. Identify the ways we track hurricanes.

Ch. 11: Hurricanes. Be able to. Define what hurricane is. Identify the life and death of a hurricane. Identify the ways we track hurricanes. Ch. 11: Hurricanes Be able to Define what hurricane is. Identify the life and death of a hurricane. Identify the ways we track hurricanes. What are Hurricanes? Smaller than mid-latitude cyclones. Don t

More information

Natural Disasters. in Florida. Severe Thunderstorms

Natural Disasters. in Florida. Severe Thunderstorms Natural Disasters in Florida SC.6.E.7.7 Investigate how natural disasters have affected human life in Florida. Severe Thunderstorms While the typical afternoon thunderstorm in Florida may not appear to

More information

Table 1. August average temperatures and departures from normal ( F) for selected cities.

Table 1. August average temperatures and departures from normal ( F) for selected cities. Climate Summary for Florida August 2016 Prepared by Lydia Stefanova and David Zierden Florida Climate Center, The Florida State University, Tallahassee, Florida Online at: http://climatecenter.fsu.edu/products-services/summaries

More information

2015 Hurricane Season BY: STORM TEAM 8 METEOROLOGIST JULIE PHILLIPS

2015 Hurricane Season BY: STORM TEAM 8 METEOROLOGIST JULIE PHILLIPS 2015 Hurricane Season BY: STORM TEAM 8 METEOROLOGIST JULIE PHILLIPS FORECAST COLORADO STATE UNIVERSITY FORECAST IS CALLING FOR ONE OF THE LEAST ACTIVE SEASONS SINCE THE MID 20 TH CENTURY! THE OFFICIAL

More information

New Zealand Climate Update No 222, November 2017 Current climate November 2017

New Zealand Climate Update No 222, November 2017 Current climate November 2017 New Zealand Climate Update No 222, November 2017 Current climate November 2017 November 2017 was characterised by higher than normal sea level pressure over New Zealand and the surrounding seas, particularly

More information

TSR TROPICAL STORM TRACKER LAUNCH

TSR TROPICAL STORM TRACKER LAUNCH TSR TROPICAL STORM TRACKER LAUNCH The Old Library, Lloyd s s of London Friday 30th May 2003 10.30am - 11.30am Tropical Storm Risk (TSR) Founded in 2000, Tropical Storm Risk (TSR) offers a leading resource

More information

IGAD Climate Prediction and Applications Centre Monthly Bulletin, August 2014

IGAD Climate Prediction and Applications Centre Monthly Bulletin, August 2014 IGAD Climate Prediction and Applications Centre Monthly Bulletin, 1. HIGHLIGHTS/ ACTUALITES Rainfall activities were mainly observed over the central parts of the northern sector and western parts of equatorial

More information

The Outlook for the 2016 North Atlantic Hurricane Season Hurricane Genesis & Outlook (HUGO) Project (April 15, 2016)

The Outlook for the 2016 North Atlantic Hurricane Season Hurricane Genesis & Outlook (HUGO) Project (April 15, 2016) Tingzhuang Yan, Len Pietrafesa, Shaowu Bao and Paul Gayes School of Coastal & Marine Systems Science Coastal Carolina University (CCU) Conway, SC 29528-6054 Summary The 2015 Hurricane Season ended with

More information

AnuMS 2018 Atlantic Hurricane Season Forecast

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

More information

Climate Prediction Center Research Interests/Needs

Climate Prediction Center Research Interests/Needs Climate Prediction Center Research Interests/Needs 1 Outline Operational Prediction Branch research needs Operational Monitoring Branch research needs New experimental products at CPC Background on CPC

More information

Hurricane Katrina Tracking Lab

Hurricane Katrina Tracking Lab Hurricane Katrina Tracking Lab Introduction: The 2005 hurricane season was the most active season on record resulting in 28 named storms. Hurricane Katrina was the eleventh named storm and would end up

More information

ovember 2008 Antigua and Barbuda Meteorological Service

ovember 2008 Antigua and Barbuda Meteorological Service ovember 2008 Antigua and Barbuda Meteorological Service The Atlantic Hurricane Season Summary 2008 Special Focus on Antigua and Barbuda The Season in Brief Sixteen (16) named storms formed in the Atlantic

More information

Hurricanes. Hurricanes are large, tropical storm systems that form and develop over the warm waters near the equator.

Hurricanes. Hurricanes are large, tropical storm systems that form and develop over the warm waters near the equator. Hurricanes Hurricanes are large, tropical storm systems that form and develop over the warm waters near the equator. They are responsible for weather that can devastate entire communities: Heavy rain --

More information

ENSO Cycle: Recent Evolution, Current Status and Predictions. Update prepared by Climate Prediction Center / NCEP 25 February 2013

ENSO Cycle: Recent Evolution, Current Status and Predictions. Update prepared by Climate Prediction Center / NCEP 25 February 2013 ENSO Cycle: Recent Evolution, Current Status and Predictions Update prepared by Climate Prediction Center / NCEP 25 February 2013 Outline Overview Recent Evolution and Current Conditions Oceanic Niño Index

More information

The Saffir-Simpson Hurricane Wind Scale

The Saffir-Simpson Hurricane Wind Scale The Saffir-Simpson Hurricane Wind Scale The Saffir-Simpson Hurricane Wind Scale is a one to five categorization based on the hurricane's intensity at the indicated time. The scale provides examples of

More information

Topic 5.2: Seasonal Forecasts

Topic 5.2: Seasonal Forecasts Topic 5.2: Seasonal Forecasts Contributions from: Maritza Ballester, Eric Blake, Suzanna Camargo, Joanne Camp, Johnny Chan, Phil Klotzbach, Yuriy Kuleshov, Mark Saunders, O. P. Singh, Gabriel Vecchi and

More information

July Forecast Update for Atlantic, USA and Caribbean Landfalling Hurricanes in 2001

July Forecast Update for Atlantic, USA and Caribbean Landfalling Hurricanes in 2001 July Forecast Update for Atlantic, USA and Caribbean Landfalling Hurricanes in 21 Issued: 6th July 21 roduced in collaboration with the Met. Office by Drs Mark Saunders and aul Rockett Benfield Greig Hazard

More information

Generalized Linear Models in R

Generalized Linear Models in R Generalized Linear Models in R NO ORDER Kenneth K. Lopiano, Garvesh Raskutti, Dan Yang last modified 28 4 2013 1 Outline 1. Background and preliminaries 2. Data manipulation and exercises 3. Data structures

More information

SEASONAL CLIMATE FORECASTING TO BENEFIT BUSINESS AND SOCIETY

SEASONAL CLIMATE FORECASTING TO BENEFIT BUSINESS AND SOCIETY SEASONAL CLIMATE FORECASTING TO BENEFIT BUSINESS AND SOCIETY Dr Mark Saunders Head of Seasonal Forecasting Department of Space and Climate Physics University College London UCL Lunch Hour Lecture 13th

More information

Assessment of strategies to project U.S. landfalling hurricanes. Judith Curry

Assessment of strategies to project U.S. landfalling hurricanes. Judith Curry Assessment of strategies to project U.S. landfalling hurricanes Judith Curry Overview Uncertainties in historical landfall data base Impact of modes of natural climate variability Impact of global warming

More information

Tropical Cyclone Hazards. Presentation

Tropical Cyclone Hazards. Presentation Tropical Cyclone Hazards Presentation Kerry N Mallory AE5JY September 7, 2011 Tropical Cyclone Hazards The Four Primary Weapons of a Tropical Cyclone are: 1. Wind 2. Storm Surge 3. Rain/Freshwater Flooding

More information

KUALA LUMPUR MONSOON ACTIVITY CENT

KUALA LUMPUR MONSOON ACTIVITY CENT T KUALA LUMPUR MONSOON ACTIVITY CENT 2 ALAYSIAN METEOROLOGICAL http://www.met.gov.my DEPARTMENT MINISTRY OF SCIENCE. TECHNOLOGY AND INNOVATIO Introduction Atmospheric and oceanic conditions over the tropical

More information

Monthly Long Range Weather Commentary Issued: SEPTEMBER 19, 2016 Steven A. Root, CCM, Chief Analytics Officer, Sr. VP,

Monthly Long Range Weather Commentary Issued: SEPTEMBER 19, 2016 Steven A. Root, CCM, Chief Analytics Officer, Sr. VP, Monthly Long Range Weather Commentary Issued: SEPTEMBER 19, 2016 Steven A. Root, CCM, Chief Analytics Officer, Sr. VP, sroot@weatherbank.com SEPTEMBER 2016 Climate Highlights The Month in Review The contiguous

More information

2013 Summer Weather Outlook. Temperatures, Precipitation, Drought, Hurricanes and why we care

2013 Summer Weather Outlook. Temperatures, Precipitation, Drought, Hurricanes and why we care 2013 Summer Weather Outlook Temperatures, Precipitation, Drought, Hurricanes and why we care Role of the ERCOT Meteorologist Forecasts Develop temperature input for hourly load forecasts (next day, days

More information

11/19/14. Chapter 11: Hurricanes. The Atmosphere: An Introduction to Meteorology, 12 th. Lutgens Tarbuck

11/19/14. Chapter 11: Hurricanes. The Atmosphere: An Introduction to Meteorology, 12 th. Lutgens Tarbuck Chapter 11: Hurricanes The Atmosphere: An Introduction to Meteorology, 12 th Lutgens Tarbuck Lectures by: Heather Gallacher, Cleveland State University! Hurricanes: " Hurricanes are intense centers of

More information

Climate Outlook for March August 2018

Climate Outlook for March August 2018 The APEC CLIMATE CENTER Climate Outlook for March August 2018 BUSAN, 26 February 2018 The synthesis of the latest model forecasts for March to August 2018 (MAMJJA) from the APEC Climate Center (APCC),

More information