GENERALIZED LINEAR MODELING APPROACH TO STOCHASTIC WEATHER GENERATORS

Size: px
Start display at page:

Download "GENERALIZED LINEAR MODELING APPROACH TO STOCHASTIC WEATHER GENERATORS"

Transcription

1 GENERALIZED LINEAR MODELING APPROACH TO STOCHASTIC WEATHER GENERATORS Rick Katz Institute for Study of Society and Environment National Center for Atmospheric Research Boulder, CO USA Joint work with Eva Furrer (NCAR/IMAGE) Home page: Talk:

2 QUOTE Jean-Baptiste Lamarck (French biologist, ~ 1800)... l efficacité de toute influence que l atmosphère reçoit, est constamment en raison de l état préexistant des choses dans cette atmosphère...

3 OUTLINE (1) Stochastic Weather Generators (2) Generalized Linear Models (GLMs) (3) GLM Weather Generator (4) Application to Daily Weather at Pergamino (5) Extensions (6) Resources

4 (1) Stochastic Weather Generators Historical Perspective -- Precipitation occurrence (Quetelet 1850s; Gabriel & Neumann 1962) Markov chain model (Two-state, First-order) -- Chain-dependent process (Todorovic & Woolhiser 1975; Katz 1977) Retain Markov chain model for precipitation occurrence Precipitation intensity : Conditionally independent & identically distributed (e. g., Gamma distribution)

5 Richardson Model (e. g., Richardson 1981; WGEN) -- Precipitation as chain-dependent process -- Minimum & maximum temperature Bivariate first-order autoregressive [AR(1)] process -- Dependence between precipitation & temperatures Normal distributions for minimum and maximum temperature: Conditional means (and possibly standard deviations) depend on whether or not precipitation occurs

6

7 Current Issues -- Parameter estimation (Software) -- Covariates (Downscaling) -- Extremes (Improved treatment) -- Uncertainty analysis -- Multiple sites

8 Alternative Approach (Resampling) -- Use resampling scheme (such as bootstrap ) to draw new weather data from observations -- Advantages Nonparametric (Capable of reproducing any desired statistic) -- Disadvantages Synthetic weather looks too much like observations Unrealistic properties for extremes Difficult to incorporate predictors ( Covariates ) Not amenable to uncertainty analysis

9

10

11 (2) Generalized Linear Models Statistical Framework -- Multiple Regression Analysis (Linear model or LM) Response Y has normal distribution with conditional mean expressed as linear function of covariates X 1, X 2,..., X p E(Y X 1, X 2,..., X p ) = β 0 + β 1 X β p X p Var(Y X 1, X 2,..., X p ) constant Parameter estimation by ordinary least squares (Equivalent to maximum likelihood estimation)

12 -- GLMs Response Y can have non-normal distribution Skewed distributions (e. g., Gamma) Discrete distributions (e. g., Binomial) Mean of distribution E(Y X 1, X 2,..., X p ) linear function of covariates (Or nonlinear transformation of mean, such as logarithm, to preserve range) Var(Y X 1, X 2,..., X p ) no longer necessarily constant Estimate parameters by iterative weighted least squares (Equivalent to maximum likelihood estimation)

13 Application to Weather Variables -- Stern & Coe (1984) Daily precipitation with marked wet season (e. g., tropics) Fit entire model via GLM Markov chain model for daily precipitation occurrence: J t = 1 if tth day wet, J t = 0 if tth day dry Transition probs. P ij = Pr{J t = j J t 1 = i }, 0 < P ij < 1; i, j = 0, 1 Logistic model for annual cycle (T 365 days) ln[p i1 / (1 P i1 )] = β i0 + β i1 cos(2πt /T) + β i2 sin(2πt /T), i = 0, 1

14 Gamma distribution for daily precipitation intensity: Shape parameter α > 0 Scale parameter β > 0 Mean μ = α β > 0 Logarithmic model for annual cycle ln μ = γ 0 + γ 1 cos(2πt /T) + γ 2 sin(2πt /T) Really model for ln β Constraining coefficient of variation 1/α 1/2 (or α) to be constant

15 -- Chandler et al. (2002, 2005) More recently: Revisited Stern & Coe approach Geophysical covariates (e.g., NAO) Other weather variables (wind speed, temperature) Multiple sites (Spatial dependence of daily weather) -- Software R open source statistical programming language: Function glm Family of distributions (e. g., binomial, gamma) Link function (e. g., logistic, logarithm) -- Model selection: Use Likelihood Ratio Test, AIC, or BIC

16 (3) GLM Weather Generator Precipitation -- Essentially as in Stern & Coe (1984) -- Probability of precipitation occurrence p t = Pr{J t = 1} Apply logistic transformation: ln[p t / (1 p t )] Use ENSO index (monthly mean) as covariate: Z t

17 ln[p t / (1 p t )] = β 0 + β 1 J t 1 (Markov dependence)

18 ln[p t / (1 p t )] = β 0 + β 1 J t 1 (Markov dependence) + β 2 cos(2πt /T) + β 3 sin(2πt /T) (Single annual cycle)

19 ln[p t / (1 p t )] = β 0 + β 1 J t 1 (Markov dependence) + β 2 cos(2πt /T) + β 3 sin(2πt /T) (Single annual cycle) + β 4 Z t (Single ENSO effect)

20 ln[p t / (1 p t )] = β 0 + β 1 J t 1 (Markov dependence) + β 2 cos(2πt /T) + β 3 sin(2πt /T) (Single annual cycle) + β 4 Z t (Single ENSO effect) + β 5 J t 1 cos(2πt /T) + β 6 J t 1 sin(2πt /T) (Two annual cycles)

21 ln[p t / (1 p t )] = β 0 + β 1 J t 1 (Markov dependence) + β 2 cos(2πt /T) + β 3 sin(2πt /T) (Single annual cycle) + β 4 Z t (Single ENSO effect) + β 5 J t 1 cos(2πt /T) + β 6 J t 1 sin(2πt /T) (Two annual cycles) + β 7 J t 1 Z t (Different ENSO effect)

22 -- Precipitation intensity Gamma distribution: Annual cycle in mean (log transform) Dependence of mean (log transform) on ENSO index ln μ = γ 0 (Single gamma dist.) + γ 1 cos(2πt /T) + γ 2 sin(2πt /T) (Annual cycle) + γ 3 Z t (ENSO effect)

23 Daily Minimum X t & Maximum Y t Temperature -- Coupled univariate models Essentially equivalent to bivariate AR(1) X t = α 0 + α 1 J t + α 2 X t 1 + α 3 Y t 1 + α 4 cos(2πt /T) + α 5 sin(2πt /T) + α 6 Z t + ε t (X) Y t = λ 0 + λ 1 J t + λ 2 X t + λ 3 Y t 1 + λ 4 cos(2πt /T) + λ 5 sin(2πt /T) + λ 6 Z t + ε t (Y) Error terms with normal distributions & Corr[ε t (X), ε t (Y)] = 0 Parameter estimation: Could use R function lm instead of glm

24 (4) Application to Daily Weather at Pergamino Pampas Region of Argentina -- Marked wet season Southern Hemisphere summer -- ENSO teleconnections Wetter than normal during El Niño events Smaller temperature range during El Niño events (i. e., higher minimum & lower maximum temperature)

25

26 Transition probability p 11 (t) Day of the year ENSO

27 Transition probability p 01 (t) Day of the year ENSO

28 Mean maximum temperature Day of the year ENSO

29 Mean minimum temperature Day of the year ENSO

30 (5) Extensions Precipitation Extremes -- More realistic treatment High precipitation amounts (Evidence of apparent heavy or Pareto upper tail) -- Hybrid approach Low to moderate amounts: gamma distribution High amounts: generalized Pareto (GP) distribution Challenge: Avoiding discontinuity at threshold

31

32

33

34 Hot Spells / Heat Waves -- Approach based on extreme value theory Extension of point process approach / De-clustering -- Statistical modeling of clusters Geometric distribution for cluster length (truncated?) Conditional GP distribution temporal dependence of excesses within cluster: e.g., scale parameter of GP modeled as function of previous excess

35

36 Multiple Sites -- GLM approach applied to precipitation at multiple sites Yang et al (Unrealistic treatment of spatial dependence) -- Full-fledged stochastic weather generator GLM approach should be feasible (e.g., daily precipitation, minimum temperature & maximum temperature)

37 (6) Resources R (Open source statistical programming language) -- GLM Weather Generator -- Statistics of Weather and Climate Extremes -- Extremes Toolkit (extremes) --

38 Papers -- Climate Research (2007) Generalized linear modeling approach to stochastic weather generators -- Water Resources Research (2008) Improving the simulation of extreme precipitation events by stochastic weather generators

GENERALIZED LINEAR MODELING APPROACH TO STOCHASTIC WEATHER GENERATORS

GENERALIZED LINEAR MODELING APPROACH TO STOCHASTIC WEATHER GENERATORS GENERALIZED LINEAR MODELING APPROACH TO STOCHASTIC WEATHER GENERATORS Rick Katz Institute for Study of Society and Environment National Center for Atmospheric Research Boulder, CO USA Joint work with Eva

More information

Reduced Overdispersion in Stochastic Weather Generators for Statistical Downscaling of Seasonal Forecasts and Climate Change Scenarios

Reduced Overdispersion in Stochastic Weather Generators for Statistical Downscaling of Seasonal Forecasts and Climate Change Scenarios Reduced Overdispersion in Stochastic Weather Generators for Statistical Downscaling of Seasonal Forecasts and Climate Change Scenarios Yongku Kim Institute for Mathematics Applied to Geosciences National

More information

STATISTICAL METHODS FOR RELATING TEMPERATURE EXTREMES TO LARGE-SCALE METEOROLOGICAL PATTERNS. Rick Katz

STATISTICAL METHODS FOR RELATING TEMPERATURE EXTREMES TO LARGE-SCALE METEOROLOGICAL PATTERNS. Rick Katz 1 STATISTICAL METHODS FOR RELATING TEMPERATURE EXTREMES TO LARGE-SCALE METEOROLOGICAL PATTERNS Rick Katz Institute for Mathematics Applied to Geosciences National Center for Atmospheric Research Boulder,

More information

Lecture 2 APPLICATION OF EXREME VALUE THEORY TO CLIMATE CHANGE. Rick Katz

Lecture 2 APPLICATION OF EXREME VALUE THEORY TO CLIMATE CHANGE. Rick Katz 1 Lecture 2 APPLICATION OF EXREME VALUE THEORY TO CLIMATE CHANGE Rick Katz Institute for Study of Society and Environment National Center for Atmospheric Research Boulder, CO USA email: rwk@ucar.edu Home

More information

Generalized linear modeling approach to stochastic weather generators

Generalized linear modeling approach to stochastic weather generators CLIMATE RESEARCH Vol. 34: 129 144, 2007 Published July 19 Clim Res Generalized linear modeling approach to stochastic weather generators Eva M. Furrer*, Richard W. Katz National Center for Atmospheric

More information

EXTREMAL MODELS AND ENVIRONMENTAL APPLICATIONS. Rick Katz

EXTREMAL MODELS AND ENVIRONMENTAL APPLICATIONS. Rick Katz 1 EXTREMAL MODELS AND ENVIRONMENTAL APPLICATIONS Rick Katz Institute for Study of Society and Environment National Center for Atmospheric Research Boulder, CO USA email: rwk@ucar.edu Home page: www.isse.ucar.edu/hp_rick/

More information

FORECAST VERIFICATION OF EXTREMES: USE OF EXTREME VALUE THEORY

FORECAST VERIFICATION OF EXTREMES: USE OF EXTREME VALUE THEORY 1 FORECAST VERIFICATION OF EXTREMES: USE OF EXTREME VALUE THEORY Rick Katz Institute for Study of Society and Environment National Center for Atmospheric Research Boulder, CO USA Email: rwk@ucar.edu Web

More information

EVA Tutorial #2 PEAKS OVER THRESHOLD APPROACH. Rick Katz

EVA Tutorial #2 PEAKS OVER THRESHOLD APPROACH. Rick Katz 1 EVA Tutorial #2 PEAKS OVER THRESHOLD APPROACH Rick Katz Institute for Mathematics Applied to Geosciences National Center for Atmospheric Research Boulder, CO USA email: rwk@ucar.edu Home page: www.isse.ucar.edu/staff/katz/

More information

STOCHASTIC MODELING OF ENVIRONMENTAL TIME SERIES. Richard W. Katz LECTURE 5

STOCHASTIC MODELING OF ENVIRONMENTAL TIME SERIES. Richard W. Katz LECTURE 5 STOCHASTIC MODELING OF ENVIRONMENTAL TIME SERIES Richard W Katz LECTURE 5 (1) Hidden Markov Models: Applications (2) Hidden Markov Models: Viterbi Algorithm (3) Non-Homogeneous Hidden Markov Model (1)

More information

Downscaling in Time. Andrew W. Robertson, IRI. Advanced Training Institute on Climate Variability and Food Security, 12 July 2002

Downscaling in Time. Andrew W. Robertson, IRI. Advanced Training Institute on Climate Variability and Food Security, 12 July 2002 Downscaling in Time Andrew W. Robertson, IRI Advanced Training Institute on Climate Variability and Food Security, 12 July 2002 Preliminaries Crop yields are driven by daily weather variations! Current

More information

A Framework for Daily Spatio-Temporal Stochastic Weather Simulation

A Framework for Daily Spatio-Temporal Stochastic Weather Simulation A Framework for Daily Spatio-Temporal Stochastic Weather Simulation, Rick Katz, Balaji Rajagopalan Geophysical Statistics Project Institute for Mathematics Applied to Geosciences National Center for Atmospheric

More information

PENULTIMATE APPROXIMATIONS FOR WEATHER AND CLIMATE EXTREMES. Rick Katz

PENULTIMATE APPROXIMATIONS FOR WEATHER AND CLIMATE EXTREMES. Rick Katz PENULTIMATE APPROXIMATIONS FOR WEATHER AND CLIMATE EXTREMES Rick Katz Institute for Mathematics Applied to Geosciences National Center for Atmospheric Research Boulder, CO USA Email: rwk@ucar.edu Web site:

More information

Hidden Markov Models for precipitation

Hidden Markov Models for precipitation Hidden Markov Models for precipitation Pierre Ailliot Université de Brest Joint work with Peter Thomson Statistics Research Associates (NZ) Page 1 Context Part of the project Climate-related risks for

More information

Weather generators for studying climate change

Weather generators for studying climate change Weather generators for studying climate change Assessing climate impacts Generating Weather (WGEN) Conditional models for precip Douglas Nychka, Sarah Streett Geophysical Statistics Project, National Center

More information

Modeling daily precipitation in Space and Time

Modeling daily precipitation in Space and Time Space and Time SWGen - Hydro Berlin 20 September 2017 temporal - dependence Outline temporal - dependence temporal - dependence Stochastic Weather Generator Stochastic Weather Generator (SWG) is a stochastic

More information

Stochastic generation of precipitation and temperature: from single-site to multi-site

Stochastic generation of precipitation and temperature: from single-site to multi-site Stochastic generation of precipitation and temperature: from single-site to multi-site Jie Chen François Brissette École de technologie supérieure, University of Quebec SWG Workshop, Sep. 17-19, 2014,

More information

Modeling and Simulating Rainfall

Modeling and Simulating Rainfall Modeling and Simulating Rainfall Kenneth Shirley, Daniel Osgood, Andrew Robertson, Paul Block, Upmanu Lall, James Hansen, Sergey Kirshner, Vincent Moron, Michael Norton, Amor Ines, Calum Turvey, Tufa Dinku

More information

Temporal Trends in Forest Fire Season Length

Temporal Trends in Forest Fire Season Length Temporal Trends in Forest Fire Season Length Alisha Albert-Green aalbertg@sfu.ca Department of Statistics and Actuarial Science Simon Fraser University Stochastic Modelling of Forest Dynamics Webinar March

More information

Generating synthetic rainfall using a disaggregation model

Generating synthetic rainfall using a disaggregation model 2th International Congress on Modelling and Simulation, Adelaide, Australia, 6 December 23 www.mssanz.org.au/modsim23 Generating synthetic rainfall using a disaggregation model Sherin Ahamed, Julia Piantadosi,

More information

Future extreme precipitation events in the Southwestern US: climate change and natural modes of variability

Future extreme precipitation events in the Southwestern US: climate change and natural modes of variability Future extreme precipitation events in the Southwestern US: climate change and natural modes of variability Francina Dominguez Erick Rivera Fernandez Hsin-I Chang Christopher Castro AGU 2010 Fall Meeting

More information

Historical and Modelled Climate Data issues with Extreme Weather: An Agricultural Perspective. Neil Comer, Ph.D.

Historical and Modelled Climate Data issues with Extreme Weather: An Agricultural Perspective. Neil Comer, Ph.D. Historical and Modelled Climate Data issues with Extreme Weather: An Agricultural Perspective Neil Comer, Ph.D. When Crops are in the fields it s looking good: Trend in Summer Temperature (L) & Summer

More information

Coupled stochastic weather generation using spatial and generalized linear models

Coupled stochastic weather generation using spatial and generalized linear models DOI 10.1007/s00477-014-0911-6 ORIGINAL PAPER Coupled stochastic weather generation using spatial and generalized linear models Andrew Verdin Balaji Rajagopalan William Kleiber Richard W. Katz Ó Springer-Verlag

More information

Zambia. General Climate. Recent Climate Trends. UNDP Climate Change Country Profiles. Temperature. C. McSweeney 1, M. New 1,2 and G.

Zambia. General Climate. Recent Climate Trends. UNDP Climate Change Country Profiles. Temperature. C. McSweeney 1, M. New 1,2 and G. UNDP Climate Change Country Profiles Zambia C. McSweeney 1, M. New 1,2 and G. Lizcano 1 1. School of Geography and Environment, University of Oxford. 2. Tyndall Centre for Climate Change Research http://country-profiles.geog.ox.ac.uk

More information

On the modelling of extreme droughts

On the modelling of extreme droughts Modelling and Management of Sustainable Basin-scale Water Resource Systems (Proceedings of a Boulder Symposium, July 1995). IAHS Publ. no. 231, 1995. 377 _ On the modelling of extreme droughts HENRIK MADSEN

More information

Suriname. General Climate. Recent Climate Trends. UNDP Climate Change Country Profiles. Temperature. C. McSweeney 1, M. New 1,2 and G.

Suriname. General Climate. Recent Climate Trends. UNDP Climate Change Country Profiles. Temperature. C. McSweeney 1, M. New 1,2 and G. UNDP Climate Change Country Profiles Suriname C. McSweeney 1, M. New 1,2 and G. Lizcano 1 1. School of Geography and Environment, University of Oxford. 2. Tyndall Centre for Climate Change Research http://country-profiles.geog.ox.ac.uk

More information

Dirk Schlabing and András Bárdossy. Comparing Five Weather Generators in Terms of Entropy

Dirk Schlabing and András Bárdossy. Comparing Five Weather Generators in Terms of Entropy Dirk Schlabing and András Bárdossy Comparing Five Weather Generators in Terms of Entropy Motivation 1 Motivation What properties of weather should be reproduced [...]? Dirk Schlabing & András Bárdossy,

More information

Antigua and Barbuda. General Climate. Recent Climate Trends. UNDP Climate Change Country Profiles. Temperature

Antigua and Barbuda. General Climate. Recent Climate Trends. UNDP Climate Change Country Profiles. Temperature UNDP Climate Change Country Profiles Antigua and Barbuda C. McSweeney 1, M. New 1,2 and G. Lizcano 1 1. School of Geography and Environment, University of Oxford. 2. Tyndall Centre for Climate Change Research

More information

A weather generator for simulating multivariate climatic series

A weather generator for simulating multivariate climatic series A weather generator for simulating multivariate climatic series Denis Allard, with Nadine Brisson (AgroClim, INRA), Cédric Flecher (MetNext) and Philippe Naveau (LSCE, CNRS) Biostatistics and Spatial Processes

More information

A MARKOV CHAIN MODELLING OF DAILY PRECIPITATION OCCURRENCES OF ODISHA

A MARKOV CHAIN MODELLING OF DAILY PRECIPITATION OCCURRENCES OF ODISHA International Journal of Advanced Computer and Mathematical Sciences ISSN 2230-9624. Vol 3, Issue 4, 2012, pp 482-486 http://bipublication.com A MARKOV CHAIN MODELLING OF DAILY PRECIPITATION OCCURRENCES

More information

Mozambique. General Climate. UNDP Climate Change Country Profiles. C. McSweeney 1, M. New 1,2 and G. Lizcano 1

Mozambique. General Climate. UNDP Climate Change Country Profiles. C. McSweeney 1, M. New 1,2 and G. Lizcano 1 UNDP Climate Change Country Profiles Mozambique C. McSweeney 1, M. New 1,2 and G. Lizcano 1 1. School of Geography and Environment, University of Oxford. 2.Tyndall Centre for Climate Change Research http://country-profiles.geog.ox.ac.uk

More information

Cuba. General Climate. Recent Climate Trends. UNDP Climate Change Country Profiles. Temperature. C. McSweeney 1, M. New 1,2 and G.

Cuba. General Climate. Recent Climate Trends. UNDP Climate Change Country Profiles. Temperature. C. McSweeney 1, M. New 1,2 and G. UNDP Climate Change Country Profiles Cuba C. McSweeney 1, M. New 1,2 and G. Lizcano 1 1. School of Geography and Environment, University of Oxford. 2. Tyndall Centre for Climate Change Research http://country-profiles.geog.ox.ac.uk

More information

St Lucia. General Climate. Recent Climate Trends. UNDP Climate Change Country Profiles. Temperature. Precipitation

St Lucia. General Climate. Recent Climate Trends. UNDP Climate Change Country Profiles. Temperature. Precipitation UNDP Climate Change Country Profiles St Lucia C. McSweeney 1, M. New 1,2 and G. Lizcano 1 1. School of Geography and Environment, University of Oxford. 2. Tyndall Centre for Climate Change Research http://country-profiles.geog.ox.ac.uk

More information

5.1 THE GEM (GENERATION OF WEATHER ELEMENTS FOR MULTIPLE APPLICATIONS) WEATHER SIMULATION MODEL

5.1 THE GEM (GENERATION OF WEATHER ELEMENTS FOR MULTIPLE APPLICATIONS) WEATHER SIMULATION MODEL 5.1 THE GEM (GENERATION OF WEATHER ELEMENTS FOR MULTIPLE APPLICATIONS) WEATHER SIMULATION MODEL Clayton L. Hanson*, Gregory L. Johnson, and W illiam L. Frymire U. S. Department of Agriculture, Agricultural

More information

An R based rainfall generator using a stochastic seasonal switching model

An R based rainfall generator using a stochastic seasonal switching model An R based rainfall generator using a stochastic seasonal switching model Trevor Carey-Smith a, Peter Thomson b and John Sansom a a National Institute of Water and Atmospheric Research, New Zealand b Statistics

More information

A MARKOV CHAIN ANALYSIS OF DAILY RAINFALL OCCURRENCE AT WESTERN ORISSA OF INDIA

A MARKOV CHAIN ANALYSIS OF DAILY RAINFALL OCCURRENCE AT WESTERN ORISSA OF INDIA Journal of Reliability and Statistical Studies; ISSN (Print): 0974-8024, (Online):2229-5666 Vol. 6, Issue 1 (2013): 77-86 A MARKOV CHAIN ANALYSIS OF DAILY RAINFALL OCCURRENCE AT WESTERN ORISSA OF INDIA

More information

Introduction of Seasonal Forecast Guidance. TCC Training Seminar on Seasonal Prediction Products November 2013

Introduction of Seasonal Forecast Guidance. TCC Training Seminar on Seasonal Prediction Products November 2013 Introduction of Seasonal Forecast Guidance TCC Training Seminar on Seasonal Prediction Products 11-15 November 2013 1 Outline 1. Introduction 2. Regression method Single/Multi regression model Selection

More information

La Niña impacts on global seasonal weather anomalies: The OLR perspective. Andrew Chiodi and Ed Harrison

La Niña impacts on global seasonal weather anomalies: The OLR perspective. Andrew Chiodi and Ed Harrison La Niña impacts on global seasonal weather anomalies: The OLR perspective Andrew Chiodi and Ed Harrison Outline Motivation Impacts of the El Nino- Southern Oscillation (ENSO) on seasonal weather anomalies

More information

Chapter outline. Reference 12/13/2016

Chapter outline. Reference 12/13/2016 Chapter 2. observation CC EST 5103 Climate Change Science Rezaul Karim Environmental Science & Technology Jessore University of science & Technology Chapter outline Temperature in the instrumental record

More information

Extreme Precipitation: An Application Modeling N-Year Return Levels at the Station Level

Extreme Precipitation: An Application Modeling N-Year Return Levels at the Station Level Extreme Precipitation: An Application Modeling N-Year Return Levels at the Station Level Presented by: Elizabeth Shamseldin Joint work with: Richard Smith, Doug Nychka, Steve Sain, Dan Cooley Statistics

More information

Statistical downscaling daily rainfall statistics from seasonal forecasts using canonical correlation analysis or a hidden Markov model?

Statistical downscaling daily rainfall statistics from seasonal forecasts using canonical correlation analysis or a hidden Markov model? Statistical downscaling daily rainfall statistics from seasonal forecasts using canonical correlation analysis or a hidden Markov model? Andrew W. Robertson International Research Institute for Climate

More information

Seasonal forecasting of climate anomalies for agriculture in Italy: the TEMPIO Project

Seasonal forecasting of climate anomalies for agriculture in Italy: the TEMPIO Project Seasonal forecasting of climate anomalies for agriculture in Italy: the TEMPIO Project M. Baldi(*), S. Esposito(**), E. Di Giuseppe (**), M. Pasqui(*), G. Maracchi(*) and D. Vento (**) * CNR IBIMET **

More information

Sharp statistical tools Statistics for extremes

Sharp statistical tools Statistics for extremes Sharp statistical tools Statistics for extremes Georg Lindgren Lund University October 18, 2012 SARMA Background Motivation We want to predict outside the range of observations Sums, averages and proportions

More information

Chapter-1 Introduction

Chapter-1 Introduction Modeling of rainfall variability and drought assessment in Sabarmati basin, Gujarat, India Chapter-1 Introduction 1.1 General Many researchers had studied variability of rainfall at spatial as well as

More information

Weather Generator. Downscaling Summer School in Lodz, 21 June Deliang Chen

Weather Generator. Downscaling Summer School in Lodz, 21 June Deliang Chen Weather Generator Downscaling Summer School in Lodz, 21 June 2007 Deliang Chen www.gvc2.gu.se/rcg/dc Professor of Physical Meteorology and August Röhss Chair in Physical Geography (Geoinformatics) Department

More information

Regionalization Techniques and Regional Climate Modelling

Regionalization Techniques and Regional Climate Modelling Regionalization Techniques and Regional Climate Modelling Joseph D. Intsiful CGE Hands-on training Workshop on V & A, Asuncion, Paraguay, 14 th 18 th August 2006 Crown copyright Page 1 Objectives of this

More information

Estimating the intermonth covariance between rainfall and the atmospheric circulation

Estimating the intermonth covariance between rainfall and the atmospheric circulation ANZIAM J. 52 (CTAC2010) pp.c190 C205, 2011 C190 Estimating the intermonth covariance between rainfall and the atmospheric circulation C. S. Frederiksen 1 X. Zheng 2 S. Grainger 3 (Received 27 January 2011;

More information

Grenada. General Climate. Recent Climate Trends. UNDP Climate Change Country Profiles. Temperature. Precipitation

Grenada. General Climate. Recent Climate Trends. UNDP Climate Change Country Profiles. Temperature. Precipitation UNDP Climate Change Country Profiles C. McSweeney 1, M. New 1,2 and G. Lizcano 1 1. School of Geography and Environment, University of Oxford. 2. Tyndall Centre for Climate Change Research http://country-profiles.geog.ox.ac.uk

More information

Conditional Least Squares and Copulae in Claims Reserving for a Single Line of Business

Conditional Least Squares and Copulae in Claims Reserving for a Single Line of Business Conditional Least Squares and Copulae in Claims Reserving for a Single Line of Business Michal Pešta Charles University in Prague Faculty of Mathematics and Physics Ostap Okhrin Dresden University of Technology

More information

Estimating Design Rainfalls Using Dynamical Downscaling Data

Estimating Design Rainfalls Using Dynamical Downscaling Data Estimating Design Rainfalls Using Dynamical Downscaling Data Ke-Sheng Cheng Department of Bioenvironmental Systems Engineering Mater Program in Statistics National Taiwan University Introduction Outline

More information

Malawi. General Climate. UNDP Climate Change Country Profiles. C. McSweeney 1, M. New 1,2 and G. Lizcano 1

Malawi. General Climate. UNDP Climate Change Country Profiles. C. McSweeney 1, M. New 1,2 and G. Lizcano 1 UNDP Climate Change Country Profiles Malawi C. McSweeney 1, M. New 1,2 and G. Lizcano 1 1. School of Geography and Environment, University of Oxford. 2. Tyndall Centre for Climate Change Research http://country-profiles.geog.ox.ac.uk

More information

Births at Edendale Hospital

Births at Edendale Hospital CHAPTER 14 Births at Edendale Hospital 14.1 Introduction Haines, Munoz and van Gelderen (1989) have described the fitting of Gaussian ARIMA models to various discrete-valued time series related to births

More information

Climate Change Impact Analysis

Climate Change Impact Analysis Climate Change Impact Analysis Patrick Breach M.E.Sc Candidate pbreach@uwo.ca Outline July 2, 2014 Global Climate Models (GCMs) Selecting GCMs Downscaling GCM Data KNN-CAD Weather Generator KNN-CADV4 Example

More information

A nonparametric model for stochastic generation of daily rainfall amounts

A nonparametric model for stochastic generation of daily rainfall amounts WATER RESOURCES RESEARCH, VOL. 39, NO. 12, 1343, doi:10.1029/2003wr002570, 2003 A nonparametric model for stochastic generation of daily rainfall amounts Timothy I. Harrold Research Institute for Humanity

More information

Impacts of Long-term Climate Cycles on Alberta. A Summary. by Suzan Lapp and Stefan Kienzle

Impacts of Long-term Climate Cycles on Alberta. A Summary. by Suzan Lapp and Stefan Kienzle Impacts of Long-term Climate Cycles on Alberta A Summary by Suzan Lapp and Stefan Kienzle Large Scale Climate Drivers The Pacific Decadal Oscillation (PDO) [Mantua et al., 1997] is the dominant mode of

More information

THE SYNERGY OF HISTORY AND EL NIÑO SOUTHERN OSCILLATION FOR ENHANCED DROUGHT AND FLOOD MANAGEMENT

THE SYNERGY OF HISTORY AND EL NIÑO SOUTHERN OSCILLATION FOR ENHANCED DROUGHT AND FLOOD MANAGEMENT THE SYNERGY OF HISTORY AND EL NIÑO SOUTHERN OSCILLATION FOR ENHANCED DROUGHT AND FLOOD MANAGEMENT Kamran Emami kkemami@gmail.com Workshop on History of water crisis, old and recent issues (WG HIST) 1 Presentation

More information

Effect of El Niño Southern Oscillation (ENSO) on the number of leaching rain events in Florida and implications on nutrient management

Effect of El Niño Southern Oscillation (ENSO) on the number of leaching rain events in Florida and implications on nutrient management Effect of El Niño Southern Oscillation (ENSO) on the number of leaching rain events in Florida and implications on nutrient management C. Fraisse 1, Z. Hu 1, E. H. Simonne 2 May 21, 2008 Apopka, Florida

More information

2015: A YEAR IN REVIEW F.S. ANSLOW

2015: A YEAR IN REVIEW F.S. ANSLOW 2015: A YEAR IN REVIEW F.S. ANSLOW 1 INTRODUCTION Recently, three of the major centres for global climate monitoring determined with high confidence that 2015 was the warmest year on record, globally.

More information

Name Date Class. growth rings of trees, fossilized pollen, and ocean. in the northern hemisphere.

Name Date Class. growth rings of trees, fossilized pollen, and ocean. in the northern hemisphere. Lesson Outline LESSON 2 A. Long-Term Cycles 1. A(n) climate cycle takes much longer than a lifetime to complete. a. To learn about long-term climate cycles, scientists study natural records, such as growth

More information

Regional climate projections for NSW

Regional climate projections for NSW Regional climate projections for NSW Dr Jason Evans Jason.evans@unsw.edu.au Climate Change Projections Global Climate Models (GCMs) are the primary tools to project future climate change CSIROs Climate

More information

18. ATTRIBUTION OF EXTREME RAINFALL IN SOUTHEAST CHINA DURING MAY 2015

18. ATTRIBUTION OF EXTREME RAINFALL IN SOUTHEAST CHINA DURING MAY 2015 18. ATTRIBUTION OF EXTREME RAINFALL IN SOUTHEAST CHINA DURING MAY 2015 Claire Burke, Peter Stott, Ying Sun, and Andrew Ciavarella Anthropogenic climate change increased the probability that a short-duration,

More information

Probabilistic Analysis of Monsoon Daily Rainfall at Hisar Using Information Theory and Markovian Model Approach

Probabilistic Analysis of Monsoon Daily Rainfall at Hisar Using Information Theory and Markovian Model Approach International Journal of Current Microbiology and Applied Sciences ISSN: 2319-7706 Volume 7 Number 05 (2018) Journal homepage: http://www.ijcmas.com Original Research Article https://doi.org/10.20546/ijcmas.2018.705.436

More information

Towards a more physically based approach to Extreme Value Analysis in the climate system

Towards a more physically based approach to Extreme Value Analysis in the climate system N O A A E S R L P H Y S IC A L S C IE N C E S D IV IS IO N C IR E S Towards a more physically based approach to Extreme Value Analysis in the climate system Prashant Sardeshmukh Gil Compo Cecile Penland

More information

A Stochastic Precipitation Generator Conditioned on ENSO Phase: A Case Study in Southeastern South America

A Stochastic Precipitation Generator Conditioned on ENSO Phase: A Case Study in Southeastern South America 15 AUGUST 2000 GRONDONA ET AL. 2973 A Stochastic Precipitation Generator Conditioned on ENSO Phase: A Case Study in Southeastern South America MARTIN O. GRONDONA* Instituto Nacional de Tecnología Agropecuaria,

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

Statistical Assessment of Extreme Weather Phenomena Under Climate Change

Statistical Assessment of Extreme Weather Phenomena Under Climate Change Statistical Assessment of Extreme Weather Phenomena Under Climate Change NCAR Advanced Study Program Summer Colloquium 2011, 624 June Practice Sets for the R tutorial on EVA in R 1 Fitting the GEV to data

More information

Impacts of modes of climate variability, monsoons, ENSO, annular modes

Impacts of modes of climate variability, monsoons, ENSO, annular modes Impacts of modes of climate variability, monsoons, ENSO, annular modes Iracema Fonseca de Albuquerque Cavalcanti National Institute for Space Research INPE Modes of variability- preferred patterns of variability.

More information

(Regional) Climate Model Validation

(Regional) Climate Model Validation (Regional) Climate Model Validation Francis W. Zwiers Canadian Centre for Climate Modelling and Analysis Atmospheric Environment Service Victoria, BC Outline - three questions What sophisticated validation

More information

Monitoring and Prediction of Climate Extremes

Monitoring and Prediction of Climate Extremes Monitoring and Prediction of Climate Extremes Stephen Baxter Meteorologist, Climate Prediction Center NOAA/NWS/NCEP Deicing and Stormwater Management Conference ACI-NA/A4A Arlington, VA May 19, 2017 What

More information

Introduction to Statistical Analysis

Introduction to Statistical Analysis Introduction to Statistical Analysis Changyu Shen Richard A. and Susan F. Smith Center for Outcomes Research in Cardiology Beth Israel Deaconess Medical Center Harvard Medical School Objectives Descriptive

More information

Semi-parametric estimation of non-stationary Pickands functions

Semi-parametric estimation of non-stationary Pickands functions Semi-parametric estimation of non-stationary Pickands functions Linda Mhalla 1 Joint work with: Valérie Chavez-Demoulin 2 and Philippe Naveau 3 1 Geneva School of Economics and Management, University of

More information

What Determines the Amount of Precipitation During Wet and Dry Years Over California?

What Determines the Amount of Precipitation During Wet and Dry Years Over California? NOAA Research Earth System Research Laboratory Physical Sciences Division What Determines the Amount of Precipitation During Wet and Dry Years Over California? Andy Hoell NOAA/Earth System Research Laboratory

More information

Reliability of Daily and Annual Stochastic Rainfall Data Generated from Different Data Lengths and Data Characteristics

Reliability of Daily and Annual Stochastic Rainfall Data Generated from Different Data Lengths and Data Characteristics Reliability of Daily and Annual Stochastic Rainfall Data Generated from Different Data Lengths and Data Characteristics 1 Chiew, F.H.S., 2 R. Srikanthan, 2 A.J. Frost and 1 E.G.I. Payne 1 Department of

More information

How far in advance can we forecast cold/heat spells?

How far in advance can we forecast cold/heat spells? Sub-seasonal time scales: a user-oriented verification approach How far in advance can we forecast cold/heat spells? Laura Ferranti, L. Magnusson, F. Vitart, D. Richardson, M. Rodwell Danube, Feb 2012

More information

Stochastic weather generators and modelling climate change. Mikhail A. Semenov Rothamsted Research, UK

Stochastic weather generators and modelling climate change. Mikhail A. Semenov Rothamsted Research, UK Stochastic weather generators and modelling climate change Mikhail A. Semenov Rothamsted Research, UK Stochastic weather modelling Weather is the main source of uncertainty Weather.15.12 Management Crop

More information

Hierarchical Bayesian Modeling of Multisite Daily Rainfall Occurrence

Hierarchical Bayesian Modeling of Multisite Daily Rainfall Occurrence The First Henry Krumb Sustainable Engineering Symposium Hierarchical Bayesian Modeling of Multisite Daily Rainfall Occurrence Carlos Henrique Ribeiro Lima Prof. Upmanu Lall March 2009 Agenda 1) Motivation

More information

Climate outlook, longer term assessment and regional implications. What s Ahead for Agriculture: How to Keep One of Our Key Industries Sustainable

Climate outlook, longer term assessment and regional implications. What s Ahead for Agriculture: How to Keep One of Our Key Industries Sustainable Climate outlook, longer term assessment and regional implications What s Ahead for Agriculture: How to Keep One of Our Key Industries Sustainable Bureau of Meteorology presented by Dr Jeff Sabburg Business

More information

An ENSO-Neutral Winter

An ENSO-Neutral Winter An ENSO-Neutral Winter This issue of the Blue Water Outlook newsletter is devoted towards my thoughts on the long range outlook for winter. You will see that I take a comprehensive approach to this outlook

More information

Climate Change and Predictability of the Indian Summer Monsoon

Climate Change and Predictability of the Indian Summer Monsoon Climate Change and Predictability of the Indian Summer Monsoon B. N. Goswami (goswami@tropmet.res.in) Indian Institute of Tropical Meteorology, Pune Annual mean Temp. over India 1875-2004 Kothawale, Roopakum

More information

Fire Weather Monitoring and Predictability in the Southeast

Fire Weather Monitoring and Predictability in the Southeast Fire Weather Monitoring and Predictability in the Southeast Corey Davis October 9, 2014 Photo: Pains Bay fire in 2011 (courtesy Donnie Harris, NCFWS) Outline Fire risk monitoring Fire risk climatology

More information

Regional climate-change downscaling for hydrological applications using a nonhomogeneous hidden Markov model

Regional climate-change downscaling for hydrological applications using a nonhomogeneous hidden Markov model Regional climate-change downscaling for hydrological applications using a nonhomogeneous hidden Markov model Water for a Healthy Country Flagship Steve Charles IRI Seminar, September 3, 21 Talk outline

More information

Stat 5101 Lecture Notes

Stat 5101 Lecture Notes Stat 5101 Lecture Notes Charles J. Geyer Copyright 1998, 1999, 2000, 2001 by Charles J. Geyer May 7, 2001 ii Stat 5101 (Geyer) Course Notes Contents 1 Random Variables and Change of Variables 1 1.1 Random

More information

Chapter 5 Identifying hydrological persistence

Chapter 5 Identifying hydrological persistence 103 Chapter 5 Identifying hydrological persistence The previous chapter demonstrated that hydrologic data from across Australia is modulated by fluctuations in global climate modes. Various climate indices

More information

Fitting Daily Rainfall Amount in Peninsular Malaysia Using Several Types of Exponential Distributions

Fitting Daily Rainfall Amount in Peninsular Malaysia Using Several Types of Exponential Distributions Journal of Applied Sciences Research, 3(10): 1027-1036, 2007 2007, INSInet Publication Fitting Daily Rainfall Amount in Peninsular Malaysia Using Several Types of Exponential Distributions 1 2 Jamaludin

More information

EPSY 905: Fundamentals of Multivariate Modeling Online Lecture #7

EPSY 905: Fundamentals of Multivariate Modeling Online Lecture #7 Introduction to Generalized Univariate Models: Models for Binary Outcomes EPSY 905: Fundamentals of Multivariate Modeling Online Lecture #7 EPSY 905: Intro to Generalized In This Lecture A short review

More information

Spatio-temporal precipitation modeling based on time-varying regressions

Spatio-temporal precipitation modeling based on time-varying regressions Spatio-temporal precipitation modeling based on time-varying regressions Oleg Makhnin Department of Mathematics New Mexico Tech Socorro, NM 87801 January 19, 2007 1 Abstract: A time-varying regression

More information

Stochastic Hydrology. a) Data Mining for Evolution of Association Rules for Droughts and Floods in India using Climate Inputs

Stochastic Hydrology. a) Data Mining for Evolution of Association Rules for Droughts and Floods in India using Climate Inputs Stochastic Hydrology a) Data Mining for Evolution of Association Rules for Droughts and Floods in India using Climate Inputs An accurate prediction of extreme rainfall events can significantly aid in policy

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

STATISTICAL DOWNSCALING OF DAILY PRECIPITATION IN THE ARGENTINE PAMPAS REGION

STATISTICAL DOWNSCALING OF DAILY PRECIPITATION IN THE ARGENTINE PAMPAS REGION STATISTICAL DOWNSCALING OF DAILY PRECIPITATION IN THE ARGENTINE PAMPAS REGION Bettolli ML- Penalba OC Department of Atmospheric and Ocean Sciences, University of Buenos Aires, Argentina National Council

More information

Conditioning stochastic properties of daily precipitation on indices of atmospheric circulation

Conditioning stochastic properties of daily precipitation on indices of atmospheric circulation Meteorol. Appl. 5, 75 87 (1998) Conditioning stochastic properties of daily precipitation on indices of atmospheric circulation Gerard Kiely 1, John D Albertson 2, Marc B Parlange 3 and Richard W Katz

More information

A spatio-temporal model for extreme precipitation simulated by a climate model

A spatio-temporal model for extreme precipitation simulated by a climate model A spatio-temporal model for extreme precipitation simulated by a climate model Jonathan Jalbert Postdoctoral fellow at McGill University, Montréal Anne-Catherine Favre, Claude Bélisle and Jean-François

More information

Modelling trends in the ocean wave climate for dimensioning of ships

Modelling trends in the ocean wave climate for dimensioning of ships Modelling trends in the ocean wave climate for dimensioning of ships STK1100 lecture, University of Oslo Erik Vanem Motivation and background 2 Ocean waves and maritime safety Ships and other marine structures

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

J.T. Schoof*, A. Arguez, J. Brolley, J.J. O Brien Center For Ocean-Atmospheric Prediction Studies, Florida State University, Tallahassee, FL

J.T. Schoof*, A. Arguez, J. Brolley, J.J. O Brien Center For Ocean-Atmospheric Prediction Studies, Florida State University, Tallahassee, FL 9.5 A NEW WEATHER GENERATOR BASED ON SPECTRAL PROPERTIES OF SURFACE AIR TEMPERATURES J.T. Schoof*, A. Arguez, J. Brolley, J.J. O Brien Center For Ocean-Atmospheric Prediction Studies, Florida State University,

More information

Daily Rainfall Disaggregation Using HYETOS Model for Peninsular Malaysia

Daily Rainfall Disaggregation Using HYETOS Model for Peninsular Malaysia Daily Rainfall Disaggregation Using HYETOS Model for Peninsular Malaysia Ibrahim Suliman Hanaish, Kamarulzaman Ibrahim, Abdul Aziz Jemain Abstract In this paper, we have examined the applicability of single

More information

Semiblind Source Separation of Climate Data Detects El Niño as the Component with the Highest Interannual Variability

Semiblind Source Separation of Climate Data Detects El Niño as the Component with the Highest Interannual Variability Semiblind Source Separation of Climate Data Detects El Niño as the Component with the Highest Interannual Variability Alexander Ilin Neural Networks Research Centre Helsinki University of Technology P.O.

More information

Threshold estimation in marginal modelling of spatially-dependent non-stationary extremes

Threshold estimation in marginal modelling of spatially-dependent non-stationary extremes Threshold estimation in marginal modelling of spatially-dependent non-stationary extremes Philip Jonathan Shell Technology Centre Thornton, Chester philip.jonathan@shell.com Paul Northrop University College

More information

PRICING AND PROBABILITY DISTRIBUTIONS OF ATMOSPHERIC VARIABLES

PRICING AND PROBABILITY DISTRIBUTIONS OF ATMOSPHERIC VARIABLES PRICING AND PROBABILITY DISTRIBUTIONS OF ATMOSPHERIC VARIABLES TECHNICAL WHITE PAPER WILLIAM M. BRIGGS Abstract. Current methods of assessing the probability distributions of atmospheric variables are

More information

Stochastic simulation of rainfall in the semi-arid Limpopo basin, Botswana

Stochastic simulation of rainfall in the semi-arid Limpopo basin, Botswana INTERNATIONAL JOURNAL OF CLIMATOLOGY Int. J. Climatol. 32: 1113 1127 (212) Published online 1 April 211 in Wiley Online Library (wileyonlinelibrary.com) DOI: 1.12/joc.2323 Stochastic simulation of rainfall

More information

Seasonal Climate Watch September 2018 to January 2019

Seasonal Climate Watch September 2018 to January 2019 Seasonal Climate Watch September 2018 to January 2019 Date issued: Aug 31, 2018 1. Overview The El Niño-Southern Oscillation (ENSO) is still in a neutral phase and is still expected to rise towards an

More information

A short introduction to INLA and R-INLA

A short introduction to INLA and R-INLA A short introduction to INLA and R-INLA Integrated Nested Laplace Approximation Thomas Opitz, BioSP, INRA Avignon Workshop: Theory and practice of INLA and SPDE November 7, 2018 2/21 Plan for this talk

More information