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) Talk: Paper (Climate Research, 2007):

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 Conditional means of minimum & maximum temperature depend on whether or not precipitation occurs

6

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

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) Multisites (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 Weather Variability -- Annual cycles GLM imposes possibly unrealistic constraints (e. g., assumes variance & autocorrelation of minimum & maximum temperature constant) Test for winter / summer differences (via GLM with interaction terms)

31 Extremes -- More realistic treatment High precipitation amounts (Evidence of apparent heavy or Pareto upper tail) Issue of parsimony (Not parsimonious to directly add Pareto tail) Stretched exponential (or Weibull) distribution Pre-asymptotic extreme value theory (Asymptotic light tail, but pre-asymptotic heavy tail)

32

33

34

35

36 Coupled modeling approach -- Not feasible with more than two variables (Besides precipitation) -- Alternative Multivariate AR(1) process with covariates

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Statistical Methods in HYDROLOGY CHARLES T. HAAN. The Iowa State University Press / Ames

Statistical Methods in HYDROLOGY CHARLES T. HAAN. The Iowa State University Press / Ames Statistical Methods in HYDROLOGY CHARLES T. HAAN The Iowa State University Press / Ames Univariate BASIC Table of Contents PREFACE xiii ACKNOWLEDGEMENTS xv 1 INTRODUCTION 1 2 PROBABILITY AND PROBABILITY

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

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

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

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

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

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

COPYRIGHTED MATERIAL CONTENTS. Preface Preface to the First Edition

COPYRIGHTED MATERIAL CONTENTS. Preface Preface to the First Edition Preface Preface to the First Edition xi xiii 1 Basic Probability Theory 1 1.1 Introduction 1 1.2 Sample Spaces and Events 3 1.3 The Axioms of Probability 7 1.4 Finite Sample Spaces and Combinatorics 15

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

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

Copula Regression RAHUL A. PARSA DRAKE UNIVERSITY & STUART A. KLUGMAN SOCIETY OF ACTUARIES CASUALTY ACTUARIAL SOCIETY MAY 18,2011

Copula Regression RAHUL A. PARSA DRAKE UNIVERSITY & STUART A. KLUGMAN SOCIETY OF ACTUARIES CASUALTY ACTUARIAL SOCIETY MAY 18,2011 Copula Regression RAHUL A. PARSA DRAKE UNIVERSITY & STUART A. KLUGMAN SOCIETY OF ACTUARIES CASUALTY ACTUARIAL SOCIETY MAY 18,2011 Outline Ordinary Least Squares (OLS) Regression Generalized Linear Models

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Predictive spatio-temporal models for spatially sparse environmental data. Umeå University

Predictive spatio-temporal models for spatially sparse environmental data. Umeå University Seminar p.1/28 Predictive spatio-temporal models for spatially sparse environmental data Xavier de Luna and Marc G. Genton xavier.deluna@stat.umu.se and genton@stat.ncsu.edu http://www.stat.umu.se/egna/xdl/index.html

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Hydrologic Response of SWAT to Single Site and Multi- Site Daily Rainfall Generation Models

Hydrologic Response of SWAT to Single Site and Multi- Site Daily Rainfall Generation Models Hydrologic Response of SWAT to Single Site and Multi- Site Daily Rainfall Generation Models 1 Watson, B.M., 2 R. Srikanthan, 1 S. Selvalingam, and 1 M. Ghafouri 1 School of Engineering and Technology,

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

Evaluation of the transition probabilities for daily precipitation time series using a Markov chain model

Evaluation of the transition probabilities for daily precipitation time series using a Markov chain model Evaluation of the transition probabilities for daily precipitation time series using a Markov chain model Liana Cazacioc and Elena Corina Cipu Abstract The Markov models are frequently proposed to quickly

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

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

Overview of Extreme Value Analysis (EVA)

Overview of Extreme Value Analysis (EVA) Overview of Extreme Value Analysis (EVA) Brian Reich North Carolina State University July 26, 2016 Rossbypalooza Chicago, IL Brian Reich Overview of Extreme Value Analysis (EVA) 1 / 24 Importance of extremes

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

A Conditional Approach to Modeling Multivariate Extremes

A Conditional Approach to Modeling Multivariate Extremes A Approach to ing Multivariate Extremes By Heffernan & Tawn Department of Statistics Purdue University s April 30, 2014 Outline s s Multivariate Extremes s A central aim of multivariate extremes is trying

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

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

Fall 2017 STAT 532 Homework Peter Hoff. 1. Let P be a probability measure on a collection of sets A.

Fall 2017 STAT 532 Homework Peter Hoff. 1. Let P be a probability measure on a collection of sets A. 1. Let P be a probability measure on a collection of sets A. (a) For each n N, let H n be a set in A such that H n H n+1. Show that P (H n ) monotonically converges to P ( k=1 H k) as n. (b) For each n

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

Stochastic decadal simulation: Utility for water resource planning

Stochastic decadal simulation: Utility for water resource planning Stochastic decadal simulation: Utility for water resource planning Arthur M. Greene, Lisa Goddard, Molly Hellmuth, Paula Gonzalez International Research Institute for Climate and Society (IRI) Columbia

More information

Stochastic Modeling of Rainfall Series in Kelantan Using an Advanced Weather Generator

Stochastic Modeling of Rainfall Series in Kelantan Using an Advanced Weather Generator Engineering, Technology & Applied Science Research Vol. 8, No. 1, 2018, 2537-2541 2537 Stochastic Modeling of Rainfall Series in Kelantan Using an Advanced Weather Generator A. H. Syafrina Department of

More information

Reprinted from MONTHLY WEATHER REVIEW, Vol. 109, No. 12, December 1981 American Meteorological Society Printed in I'. S. A.

Reprinted from MONTHLY WEATHER REVIEW, Vol. 109, No. 12, December 1981 American Meteorological Society Printed in I'. S. A. Reprinted from MONTHLY WEATHER REVIEW, Vol. 109, No. 12, December 1981 American Meteorological Society Printed in I'. S. A. Fitting Daily Precipitation Amounts Using the S B Distribution LLOYD W. SWIFT,

More information

National Cheng Kung University, Taiwan. downscaling. Speaker: Pao-Shan Yu Co-authors: Dr Shien-Tsung Chen & Mr. Chin-yYuan Lin

National Cheng Kung University, Taiwan. downscaling. Speaker: Pao-Shan Yu Co-authors: Dr Shien-Tsung Chen & Mr. Chin-yYuan Lin Department of Hydraulic & Ocean Engineering, National Cheng Kung University, Taiwan Impact of stochastic weather generator characteristic on daily precipitation downscaling Speaker: Pao-Shan Yu Co-authors:

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

Generalized Linear Models (GLZ)

Generalized Linear Models (GLZ) Generalized Linear Models (GLZ) Generalized Linear Models (GLZ) are an extension of the linear modeling process that allows models to be fit to data that follow probability distributions other than the

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

(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

Follow this and additional works at:

Follow this and additional works at: University of Miami Scholarly Repository Open Access Theses Electronic Theses and Dissertations 2008-01-01 Implementation of a Hybrid Weather Generator and Creating Sets of Synthetic Weather Series Consistent

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

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

Climate Change and Flood Frequency Some preliminary results for James River at Cartersville, VA Shuang-Ye Wu, Gettysburg College

Climate Change and Flood Frequency Some preliminary results for James River at Cartersville, VA Shuang-Ye Wu, Gettysburg College Climate Change and Flood Frequency Some preliminary results for James River at Cartersville, VA Shuang-Ye Wu, Gettysburg College Objective: Climate change may increase annual precipitation in CARA region,

More information

Bayesian Linear Regression

Bayesian Linear Regression Bayesian Linear Regression Sudipto Banerjee 1 Biostatistics, School of Public Health, University of Minnesota, Minneapolis, Minnesota, U.S.A. September 15, 2010 1 Linear regression models: a Bayesian perspective

More information

Climate Change: the Uncertainty of Certainty

Climate Change: the Uncertainty of Certainty Climate Change: the Uncertainty of Certainty Reinhard Furrer, UZH JSS, Geneva Oct. 30, 2009 Collaboration with: Stephan Sain - NCAR Reto Knutti - ETHZ Claudia Tebaldi - Climate Central Ryan Ford, Doug

More information

Index. Regression Models for Time Series Analysis. Benjamin Kedem, Konstantinos Fokianos Copyright John Wiley & Sons, Inc. ISBN.

Index. Regression Models for Time Series Analysis. Benjamin Kedem, Konstantinos Fokianos Copyright John Wiley & Sons, Inc. ISBN. Regression Models for Time Series Analysis. Benjamin Kedem, Konstantinos Fokianos Copyright 0 2002 John Wiley & Sons, Inc. ISBN. 0-471-36355-3 Index Adaptive rejection sampling, 233 Adjacent categories

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

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

A re-sampling based weather generator

A re-sampling based weather generator A re-sampling based weather generator Sara Martino 1 Joint work with T. Nipen 2 and C. Lussana 2 1 Sintef Energy Resources 2 Norwegian Metereologic Institute Berlin 19th Sept. 2017 Sara Martino Joint work

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

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

Two Tweedie distributions that are near-optimal for modelling monthly rainfall in Australia

Two Tweedie distributions that are near-optimal for modelling monthly rainfall in Australia INTERNATIONAL JOURNAL OF CLIMATOLOGY Int. J. Climatol. 31: 1389 1397 (2011) Published online 2 June 2010 in Wiley Online Library (wileyonlinelibrary.com) DOI: 10.1002/joc.2162 Two Tweedie distributions

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

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

arxiv: v2 [stat.ap] 26 Oct 2018

arxiv: v2 [stat.ap] 26 Oct 2018 Bivariate modelling of precipitation and erature using a non-homogeneous hidden Markov model Augustin Touron 1,2, Thi-Thu-Huong Hoang 2, and Sylvie Parey 2 1 Laboratoire de Mathématiques d Orsay, Université

More information

Stat 451 Lecture Notes Markov Chain Monte Carlo. Ryan Martin UIC

Stat 451 Lecture Notes Markov Chain Monte Carlo. Ryan Martin UIC Stat 451 Lecture Notes 07 12 Markov Chain Monte Carlo Ryan Martin UIC www.math.uic.edu/~rgmartin 1 Based on Chapters 8 9 in Givens & Hoeting, Chapters 25 27 in Lange 2 Updated: April 4, 2016 1 / 42 Outline

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

Using Model Selection and Prior Specification to Improve Regime-switching Asset Simulations

Using Model Selection and Prior Specification to Improve Regime-switching Asset Simulations Using Model Selection and Prior Specification to Improve Regime-switching Asset Simulations Brian M. Hartman, PhD ASA Assistant Professor of Actuarial Science University of Connecticut BYU Statistics Department

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

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

El Niño / Southern Oscillation

El Niño / Southern Oscillation El Niño / Southern Oscillation Student Packet 2 Use contents of this packet as you feel appropriate. You are free to copy and use any of the material in this lesson plan. Packet Contents Introduction on

More information

A NOTE CONCERNING THE PROPER CHOICE FOR MARKOV MODEL ORDER FOR DAILY PRECIPITATION IN THE HUMID TROPICS: A CASE STUDY IN COSTA RICA

A NOTE CONCERNING THE PROPER CHOICE FOR MARKOV MODEL ORDER FOR DAILY PRECIPITATION IN THE HUMID TROPICS: A CASE STUDY IN COSTA RICA INTERNATIONAL JOURNAL OF CLIMATOLOGY Int. J. Climatol. 20: 1861 1872 (2000) SHORT COMMUNICATION A NOTE CONCERNING THE PROPER CHOICE FOR MARKOV MODEL ORDER FOR DAILY PRECIPITATION IN THE HUMID TROPICS:

More information

Part 8: GLMs and Hierarchical LMs and GLMs

Part 8: GLMs and Hierarchical LMs and GLMs Part 8: GLMs and Hierarchical LMs and GLMs 1 Example: Song sparrow reproductive success Arcese et al., (1992) provide data on a sample from a population of 52 female song sparrows studied over the course

More information