A re-sampling based weather generator

Size: px
Start display at page:

Download "A re-sampling based weather generator"

Transcription

1 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 Stockholm 7th Dec Sara Martino Joint work with T. Nipen and C. Lussana Stockholm 7th Dec / 31

2 Overview 1 Motivation 2 Resampling 3 The Dataset 4 Joining Segments 5 Results 6 Concluding remarks Sara Martino Joint work with T. Nipen and C. Lussana Stockholm 7th Dec / 31

3 Why a weather simulator? Hydrological and production planning models need weather variables as input Most important: temperature and precipitation. But also solar radiation and wind have increasing importance Observed series are sparse (in space) and short (in time) Sara Martino Joint work with T. Nipen and C. Lussana Stockholm 7th Dec / 31

4 What does a weather simulator do? Create random time series of weather variables that look realistic: in time in space in relation to each other Sara Martino Joint work with T. Nipen and C. Lussana Stockholm 7th Dec / 31

5 Is it easy to build a weather simulator? We want to simulate precipitation: Spatial Structure Type of precipitation Orography Temporal Structure Mass at zero Sara Martino Joint work with T. Nipen and C. Lussana Stockholm 7th Dec / 31

6 Is it easy to build a weather simulator? We want to simulate precipitation: Spatial Structure Type of precipitation Orography Temporal Structure Mass at zero And we want to simulate more than just precipitation!! Sara Martino Joint work with T. Nipen and C. Lussana Stockholm 7th Dec / 31

7 Spatial and temporal domain for the simulator We fokus on: Daily values for the weather variables The simulator is used for medium/long term planing Spatial domain includes Scandinavia and Northern Europe Energy market in Europe becomes more and more integrated Largest energy companies need to account also for what happens in other countries Renewable energy production increases in many countries in Europe Sara Martino Joint work with T. Nipen and C. Lussana Stockholm 7th Dec / 31

8 Need for a larger simulator Increased spatial domain Increased number of variables Precipitation Temperature Sara Martino Joint work with T. Nipen and C. Lussana Stockholm 7th Dec / 31

9 Need for a larger simulator Increased spatial domain Increased number of variables Precipitation Temperature Sara Martino Joint work with T. Nipen and C. Lussana Stockholm 7th Dec / 31

10 Need for a larger simulator Increased spatial domain Increased number of variables Precipitation Temperature Humidity, Radiation, Wind Sara Martino Joint work with T. Nipen and C. Lussana Stockholm 7th Dec / 31

11 Challenges The larger domain and the increased number of variables of interest creates many challenges The size of the spatial model Modeling the covariances spatial temporal inter-variables Sara Martino Joint work with T. Nipen and C. Lussana Stockholm 7th Dec / 31

12 Challenges The larger domain and the increased number of variables of interest creates many challenges The size of the spatial model Modeling the covariances spatial temporal inter-variables Many such characteristics are embedded in deterministic models used in numerical weather prediction There are dataset with stored NWP ensembles or hindcast ensembles. Such datasets are steadily increasing. Sara Martino Joint work with T. Nipen and C. Lussana Stockholm 7th Dec / 31

13 Challenges The larger domain and the increased number of variables of interest creates many challenges The size of the spatial model Modeling the covariances spatial temporal inter-variables Many such characteristics are embedded in deterministic models used in numerical weather prediction There are dataset with stored NWP ensembles or hindcast ensembles. Such datasets are steadily increasing. Idea: Try to re-sample from such data set! Sara Martino Joint work with T. Nipen and C. Lussana Stockholm 7th Dec / 31

14 Re-sampling idea Create a new weather sequence by joining randomly chosen 10-days segments We do not try to model the transition but look for an analog day in the database We do not model climate change and assume stationary weather for the next 5/10 years Sara Martino Joint work with T. Nipen and C. Lussana Stockholm 7th Dec / 31

15 Pros and Cons Advantages At daily scale: physical correlation between variables At daily scale: physical spatial correlation No need to model time transition The model is easy to understand and to implement It can be applied in any part of the world Disadvantages Need an algorithm to join sequences You get the physics that is in the forecast model! Sara Martino Joint work with T. Nipen and C. Lussana Stockholm 7th Dec / 31

16 The Dataset Based on ECMWF ensemble re-forecasts Twice a week, the ECMWF reruns their current operational model for a number of past days (only 5 ensemble) Time span (growing) Spatial resolution ( in Norway ca Km) 10 days long forecast Total of ca days segments In contrast, a reanalysis dataset would have ca days Sara Martino Joint work with T. Nipen and C. Lussana Stockholm 7th Dec / 31

17 The Dataset South of Norway as temporary spatial domain 8 variables (2m temperature (K), precipitation (mm), sea level pressure (Pa), cloud area fraction (0-1), zonal wind speed (m/s), meridional wind speed (m/s), incoming solar radiation (W/m2), relative humidity ) We are not directly interested in sea level pressure but use it for its large scale behavior Sara Martino Joint work with T. Nipen and C. Lussana Stockholm 7th Dec / 31

18 Seasonal Dataset The dataset is monthly based to ensure seasonal variation Sara Martino Joint work with T. Nipen and C. Lussana Stockholm 7th Dec / 31

19 Drift Correction Precipitation Temperature We found a drift in the forecast model Use QQ map to correct it (independently for each cell) Sara Martino Joint work with T. Nipen and C. Lussana Stockholm 7th Dec / 31

20 How to join segments I For the current segment y, for each candidate segment x in the relevant database Compute the score: Where S x = k ν=1 wν RMSD ( f (y 10 ν ), f (x 1 ν ) ) k is the number of variables that are included in the score w ν is a weight (depends also on the units of the variable) y 10 and x 1 are the 10th day in the current segment and the rst day in the candidate segment RMSD( ) is the root mean squared dierence f ( ) is a functional of the relevant map Randomly sample one of the top N segments Sara Martino Joint work with T. Nipen and C. Lussana Stockholm 7th Dec / 31

21 How to join segments I Illustration Sara Martino Joint work with T. Nipen and C. Lussana Stockholm 7th Dec / 31

22 How to join segments II Need to reduce dimension Aggregate over whole domain or use wavelets Sara Martino Joint work with T. Nipen and C. Lussana Stockholm 7th Dec / 31

23 How to join segments III Important choices to make: Which variables to include in the score Which weight to give to each variable in the score Which spatial resolution to choose Still working to nd the optimal set up Sara Martino Joint work with T. Nipen and C. Lussana Stockholm 7th Dec / 31

24 How to join segments III Important choices to make: Which variables to include in the score (Pressure and temperature) Which weight to give to each variable in the score Which spatial resolution to choose Still working to nd the optimal set up Sara Martino Joint work with T. Nipen and C. Lussana Stockholm 7th Dec / 31

25 How to join segments III Important choices to make: Which variables to include in the score Which weight to give to each variable in the score (Proportional to the sd of the variable) Which spatial resolution to choose Still working to nd the optimal set up Sara Martino Joint work with T. Nipen and C. Lussana Stockholm 7th Dec / 31

26 How to join segments III Important choices to make: Which variables to include in the score Which weight to give to each variable in the score Which spatial resolution to choose Still working to nd the optimal set up Sara Martino Joint work with T. Nipen and C. Lussana Stockholm 7th Dec / 31

27 One year of simulated elds Sara Martino Joint work with T. Nipen and C. Lussana Stockholm 7th Dec / 31

28 Verication of the scenarios characteristics In out verication the truth is the day 0 forecast Smoothness of the time series Time structure Spatial structure Sara Martino Joint work with T. Nipen and C. Lussana Stockholm 7th Dec / 31

29 Smoothness of the scenarios Mean inter day jump near Oslo Even matching on the spatial mean gives reasonable results Wavelets improves the smoothness locally Sara Martino Joint work with T. Nipen and C. Lussana Stockholm 7th Dec / 31

30 Smoothness of the scenarios Cold and dry in winter season Sara Martino Joint work with T. Nipen and C. Lussana Stockholm 7th Dec / 31

31 Seasonal and Annual variation Realistic seasonal pattern Manage to create warm/cald, dry/wet years Sara Martino Joint work with T. Nipen and C. Lussana Stockholm 7th Dec / 31

32 Autocorrelation Autocorrelation for temperature and precipitation Cell close to Oslo Sara Martino Joint work with T. Nipen and C. Lussana Stockholm 7th Dec / 31

33 Length of dry spell Distribution of dry spell length in Oslo and Bergen Sara Martino Joint work with T. Nipen and C. Lussana Stockholm 7th Dec / 31

34 Spatial correlation - Temperature Sara Martino Joint work with T. Nipen and C. Lussana Stockholm 7th Dec / 31

35 Spatial correlation - Precipitation Sara Martino Joint work with T. Nipen and C. Lussana Stockholm 7th Dec / 31

36 Variance at dierent aggregation scales Too low variance at higher aggregation times Ideas to improve it: Include external forcing (NAO??) for longer time trends Sara Martino Joint work with T. Nipen and C. Lussana Stockholm 7th Dec / 31

37 Open source software Sara Martino Joint work with T. Nipen and C. Lussana Stockholm 7th Dec / 31

38 Open source software wxgen Downloadable from: What it does: Generate scenarios wxgen sim -db db.nc -n 21 -t 365 -o sim.nc Generate truth scenario wxgen truth -db database.nc -o truth.nc Verify scenario characteristics wxgen verif -v 0 truth.nc -m variance Sara Martino Joint work with T. Nipen and C. Lussana Stockholm 7th Dec / 31

39 Conclusions and further work Flexible framework Applicable to areas with bad data coverage Does not need to explicitly model covariances (time, space and inter-variables) Preliminary results: The simulated series are smooth and respect the correlation between covariates There is both seasonal and annual variation The variance of long time aggregated variables is a bit too low Next step: Increase the database and work on a European scale Sara Martino Joint work with T. Nipen and C. Lussana Stockholm 7th Dec / 31

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

S e a s o n a l F o r e c a s t i n g f o r t h e E u r o p e a n e n e r g y s e c t o r

S e a s o n a l F o r e c a s t i n g f o r t h e E u r o p e a n e n e r g y s e c t o r S e a s o n a l F o r e c a s t i n g f o r t h e E u r o p e a n e n e r g y s e c t o r C3S European Climatic Energy Mixes (ECEM) Webinar 18 th Oct 2017 Philip Bett, Met Office Hadley Centre S e a s

More information

Application and verification of ECMWF products in Norway 2008

Application and verification of ECMWF products in Norway 2008 Application and verification of ECMWF products in Norway 2008 The Norwegian Meteorological Institute 1. Summary of major highlights The ECMWF products are widely used by forecasters to make forecasts for

More information

The benefits and developments in ensemble wind forecasting

The benefits and developments in ensemble wind forecasting The benefits and developments in ensemble wind forecasting Erik Andersson Slide 1 ECMWF European Centre for Medium-Range Weather Forecasts Slide 1 ECMWF s global forecasting system High resolution forecast

More information

Application and verification of ECMWF products 2015

Application and verification of ECMWF products 2015 Application and verification of ECMWF products 2015 Hungarian Meteorological Service 1. Summary of major highlights The objective verification of ECMWF forecasts have been continued on all the time ranges

More information

Speedwell High Resolution WRF Forecasts. Application

Speedwell High Resolution WRF Forecasts. Application Speedwell High Resolution WRF Forecasts Speedwell weather are providers of high quality weather data and forecasts for many markets. Historically we have provided forecasts which use a statistical bias

More information

Application and verification of ECMWF products 2011

Application and verification of ECMWF products 2011 Application and verification of ECMWF products 2011 National Meteorological Administration 1. Summary of major highlights Medium range weather forecasts are primarily based on the results of ECMWF and

More information

The ECMWF Extended range forecasts

The ECMWF Extended range forecasts The ECMWF Extended range forecasts Laura.Ferranti@ecmwf.int ECMWF, Reading, U.K. Slide 1 TC January 2014 Slide 1 The operational forecasting system l High resolution forecast: twice per day 16 km 91-level,

More information

Application and verification of the ECMWF products Report 2007

Application and verification of the ECMWF products Report 2007 Application and verification of the ECMWF products Report 2007 National Meteorological Administration Romania 1. Summary of major highlights The medium range forecast activity within the National Meteorological

More information

Exploring and extending the limits of weather predictability? Antje Weisheimer

Exploring and extending the limits of weather predictability? Antje Weisheimer Exploring and extending the limits of weather predictability? Antje Weisheimer Arnt Eliassen s legacy for NWP ECMWF is an independent intergovernmental organisation supported by 34 states. ECMWF produces

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

Clustering Techniques and their applications at ECMWF

Clustering Techniques and their applications at ECMWF Clustering Techniques and their applications at ECMWF Laura Ferranti European Centre for Medium-Range Weather Forecasts Training Course NWP-PR: Clustering techniques and their applications at ECMWF 1/32

More information

Added Value of Convection Resolving Climate Simulations (CRCS)

Added Value of Convection Resolving Climate Simulations (CRCS) Added Value of Convection Resolving Climate Simulations (CRCS) Prein Andreas, Gobiet Andreas, Katrin Lisa Kapper, Martin Suklitsch, Nauman Khurshid Awan, Heimo Truhetz Wegener Center for Climate and Global

More information

How ECMWF has addressed requests from the data users

How ECMWF has addressed requests from the data users How ECMWF has addressed requests from the data users David Richardson Head of Evaluation Section, Forecast Department, ECMWF David.richardson@ecmwf.int ECMWF June 14, 2017 Overview Review the efforts made

More information

ATM S 111, Global Warming Climate Models

ATM S 111, Global Warming Climate Models ATM S 111, Global Warming Climate Models Jennifer Fletcher Day 27: July 29, 2010 Using Climate Models to Build Understanding Often climate models are thought of as forecast tools (what s the climate going

More information

Gridded observation data for Climate Services

Gridded observation data for Climate Services Gridded observation data for Climate Services Ole Einar Tveito, Inger Hanssen Bauer, Eirik J. Førland and Cristian Lussana Norwegian Meteorological Institute Norwegian annual temperatures Norwegian annual

More information

Monthly probabilistic drought forecasting using the ECMWF Ensemble system

Monthly probabilistic drought forecasting using the ECMWF Ensemble system Monthly probabilistic drought forecasting using the ECMWF Ensemble system Christophe Lavaysse(1) J. Vogt(1), F. Pappenberger(2) and P. Barbosa(1) (1) European Commission (JRC-IES), Ispra Italy (2) ECMWF,

More information

AN INTERNATIONAL SOLAR IRRADIANCE DATA INGEST SYSTEM FOR FORECASTING SOLAR POWER AND AGRICULTURAL CROP YIELDS

AN INTERNATIONAL SOLAR IRRADIANCE DATA INGEST SYSTEM FOR FORECASTING SOLAR POWER AND AGRICULTURAL CROP YIELDS AN INTERNATIONAL SOLAR IRRADIANCE DATA INGEST SYSTEM FOR FORECASTING SOLAR POWER AND AGRICULTURAL CROP YIELDS James Hall JHTech PO Box 877 Divide, CO 80814 Email: jameshall@jhtech.com Jeffrey Hall JHTech

More information

Adaptation for global application of calibration and downscaling methods of medium range ensemble weather forecasts

Adaptation for global application of calibration and downscaling methods of medium range ensemble weather forecasts Adaptation for global application of calibration and downscaling methods of medium range ensemble weather forecasts Nathalie Voisin Hydrology Group Seminar UW 11/18/2009 Objective Develop a medium range

More information

Northern New England Climate: Past, Present, and Future. Basic Concepts

Northern New England Climate: Past, Present, and Future. Basic Concepts Northern New England Climate: Past, Present, and Future Basic Concepts Weather instantaneous or synoptic measurements Climate time / space average Weather - the state of the air and atmosphere at a particular

More information

Developing Operational MME Forecasts for Subseasonal Timescales

Developing Operational MME Forecasts for Subseasonal Timescales Developing Operational MME Forecasts for Subseasonal Timescales Dan C. Collins NOAA Climate Prediction Center (CPC) Acknowledgements: Stephen Baxter and Augustin Vintzileos (CPC and UMD) 1 Outline I. Operational

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

Application and verification of ECMWF products 2017

Application and verification of ECMWF products 2017 Application and verification of ECMWF products 2017 Finnish Meteorological Institute compiled by Weather and Safety Centre with help of several experts 1. Summary of major highlights FMI s forecasts are

More information

Experimental Short-term Forecasting of Atmospheric Rivers

Experimental Short-term Forecasting of Atmospheric Rivers Experimental Short-term Forecasting of Atmospheric Rivers Mike DeFlorio 1, Duane Waliser 2,3, F. Martin Ralph 1, Luca Delle Monache 1, Bin Guan 2,3, Alexander Goodman 2, Aneesh Subramanian 1, Zhenhai Zhang

More information

Climate Modeling and Downscaling

Climate Modeling and Downscaling Climate Modeling and Downscaling Types of climate-change experiments: a preview 1) What-if sensitivity experiments increase the optically active gases and aerosols according to an assumed scenario, and

More information

Some details about the theoretical background of CarpatClim DanubeClim gridded databases and their practical consequences

Some details about the theoretical background of CarpatClim DanubeClim gridded databases and their practical consequences Some details about the theoretical background of CarpatClim DanubeClim gridded databases and their practical consequences Zita Bihari, Tamás Szentimrey, Andrea Kircsi Hungarian Meteorological Service Outline

More information

Application and verification of ECMWF products 2008

Application and verification of ECMWF products 2008 Application and verification of ECMWF products 2008 RHMS of Serbia 1. Summary of major highlights ECMWF products are operationally used in Hydrometeorological Service of Serbia from the beginning of 2003.

More information

Predicting climate extreme events in a user-driven context

Predicting climate extreme events in a user-driven context www.bsc.es Oslo, 6 October 2015 Predicting climate extreme events in a user-driven context Francisco J. Doblas-Reyes BSC Earth Sciences Department BSC Earth Sciences Department What Environmental forecasting

More information

Application and verification of ECMWF products 2012

Application and verification of ECMWF products 2012 Application and verification of ECMWF products 2012 Instituto Português do Mar e da Atmosfera, I.P. (IPMA) 1. Summary of major highlights ECMWF products are used as the main source of data for operational

More information

NSF 2005 CPT Report. Jeffrey T. Kiehl & Cecile Hannay

NSF 2005 CPT Report. Jeffrey T. Kiehl & Cecile Hannay NSF 2005 CPT Report Jeffrey T. Kiehl & Cecile Hannay Introduction: The focus of our research is on the role of low tropical clouds in affecting climate sensitivity. Comparison of climate simulations between

More information

Dynamical downscaling of GFS ensemble forecasts for Iceland

Dynamical downscaling of GFS ensemble forecasts for Iceland Dynamical downscaling of GFS ensemble forecasts for Iceland Ólafur Rögnvaldsson and Örnólfur Rögnvaldsson and the rest of the gang @ IMR Institute for Meteorological Research IMR Reiknistofa í veðurfræði

More information

Application and verification of ECMWF products 2009

Application and verification of ECMWF products 2009 Application and verification of ECMWF products 2009 Hungarian Meteorological Service 1. Summary of major highlights The objective verification of ECMWF forecasts have been continued on all the time ranges

More information

Predictability of Sudden Stratospheric Warmings in sub-seasonal forecast models

Predictability of Sudden Stratospheric Warmings in sub-seasonal forecast models Predictability of Sudden Stratospheric Warmings in sub-seasonal forecast models Alexey Karpechko Finnish Meteorological Institute with contributions from A. Charlton-Perez, N. Tyrrell, M. Balmaseda, F.

More information

Application and verification of ECMWF products in Austria

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

More information

Recent Developments in Climate Information Services at JMA. Koichi Kurihara Climate Prediction Division, Japan Meteorological Agency

Recent Developments in Climate Information Services at JMA. Koichi Kurihara Climate Prediction Division, Japan Meteorological Agency Recent Developments in Climate Information Services at JMA Koichi Kurihara Climate Prediction Division, Japan Meteorological Agency 1 Topics 1. Diagnosis of the Northern Hemispheric circulation in December

More information

Climate Dataset: Aitik Closure Project. November 28 th & 29 th, 2018

Climate Dataset: Aitik Closure Project. November 28 th & 29 th, 2018 1 Climate Dataset: Aitik Closure Project November 28 th & 29 th, 2018 Climate Dataset: Aitik Closure Project 2 Early in the Closure Project, consensus was reached to assemble a long-term daily climate

More information

Seasonal forecasting activities at ECMWF

Seasonal forecasting activities at ECMWF Seasonal forecasting activities at ECMWF An upgraded ECMWF seasonal forecast system: Tim Stockdale, Stephanie Johnson, Magdalena Balmaseda, and Laura Ferranti Progress with C3S: Anca Brookshaw ECMWF June

More information

IMPACT OF CLIMATE CHANGE OVER THE ARABIAN PENINSULA

IMPACT OF CLIMATE CHANGE OVER THE ARABIAN PENINSULA IMPACT OF CLIMATE CHANGE OVER THE ARABIAN PENINSULA By: Talal Alharbi June, 29 2017 1 Motivation: In arid and semi-arid regions of the world the demand for fresh water resources is increasing due to: increasing

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

Current best practice of uncertainty forecast for wind energy

Current best practice of uncertainty forecast for wind energy Current best practice of uncertainty forecast for wind energy Dr. Matthias Lange Stochastic Methods for Management and Valuation of Energy Storage in the Future German Energy System 17 March 2016 Overview

More information

The ECMWF coupled data assimilation system

The ECMWF coupled data assimilation system The ECMWF coupled data assimilation system Patrick Laloyaux Acknowledgments: Magdalena Balmaseda, Kristian Mogensen, Peter Janssen, Dick Dee August 21, 214 Patrick Laloyaux (ECMWF) CERA August 21, 214

More information

Ashraf S. Zakey The Egyptian Meteorological Autority

Ashraf S. Zakey The Egyptian Meteorological Autority Ashraf S. Zakey The Egyptian Meteorological Autority A new inter-regional climate outlook forum for the Mediterranean Region. Development and dissemination of a consensus-based seasonal climate outlook.

More information

way and atmospheric models

way and atmospheric models Scale-consistent consistent two-way way coupling of land-surface and atmospheric models COSMO-User-Seminar 9-11 March 2009 Annika Schomburg, Victor Venema, Felix Ament, Clemens Simmer TR / SFB 32 Objective

More information

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

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

More information

Convective-scale NWP for Singapore

Convective-scale NWP for Singapore Convective-scale NWP for Singapore Hans Huang and the weather modelling and prediction section MSS, Singapore Dale Barker and the SINGV team Met Office, Exeter, UK ECMWF Symposium on Dynamical Meteorology

More information

Presentation of met.no s experience and expertise related to high resolution reanalysis

Presentation of met.no s experience and expertise related to high resolution reanalysis Presentation of met.no s experience and expertise related to high resolution reanalysis Oyvind Saetra, Ole Einar Tveito, Harald Schyberg and Lars Anders Breivik Norwegian Meteorological Institute Daily

More information

Drought forecasting methods Blaz Kurnik DESERT Action JRC

Drought forecasting methods Blaz Kurnik DESERT Action JRC Ljubljana on 24 September 2009 1 st DMCSEE JRC Workshop on Drought Monitoring 1 Drought forecasting methods Blaz Kurnik DESERT Action JRC Motivations for drought forecasting Ljubljana on 24 September 2009

More information

Verification of the Seasonal Forecast for the 2005/06 Winter

Verification of the Seasonal Forecast for the 2005/06 Winter Verification of the Seasonal Forecast for the 2005/06 Winter Shingo Yamada Tokyo Climate Center Japan Meteorological Agency 2006/11/02 7 th Joint Meeting on EAWM Contents 1. Verification of the Seasonal

More information

Application and verification of ECMWF products 2010

Application and verification of ECMWF products 2010 Application and verification of ECMWF products Hydrological and meteorological service of Croatia (DHMZ) Lovro Kalin. Summary of major highlights At DHMZ, ECMWF products are regarded as the major source

More information

Seasonal forecast from System 4

Seasonal forecast from System 4 Seasonal forecast from System 4 European Centre for Medium-Range Weather Forecasts Outline Overview of System 4 System 4 forecasts for DJF 2015/2016 Plans for System 5 System 4 - Overview System 4 seasonal

More information

Calibration of ECMWF forecasts

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

More information

SPECIAL PROJECT PROGRESS REPORT

SPECIAL PROJECT PROGRESS REPORT SPECIAL PROJECT PROGRESS REPORT Progress Reports should be 2 to 10 pages in length, depending on importance of the project. All the following mandatory information needs to be provided. Reporting year

More information

ECMWF: Weather and Climate Dynamical Forecasts

ECMWF: Weather and Climate Dynamical Forecasts ECMWF: Weather and Climate Dynamical Forecasts Medium-Range (0-day) Partial coupling Extended + Monthly Fully coupled Seasonal Forecasts Fully coupled Atmospheric model Atmospheric model Wave model Wave

More information

Temporal validation Radan HUTH

Temporal validation Radan HUTH Temporal validation Radan HUTH Faculty of Science, Charles University, Prague, CZ Institute of Atmospheric Physics, Prague, CZ What is it? validation in the temporal domain validation of temporal behaviour

More information

Application and verification of ECMWF products 2016

Application and verification of ECMWF products 2016 Application and verification of ECMWF products 2016 RHMS of Serbia 1 Summary of major highlights ECMWF forecast products became the backbone in operational work during last several years. Starting from

More information

The Energy Markets. Use and interpretation of medium to extended range products. ECMWF, Reading, 14 th of November 2005

The Energy Markets. Use and interpretation of medium to extended range products. ECMWF, Reading, 14 th of November 2005 The Energy Markets Use and interpretation of medium to extended range products ECMWF, Reading, 14 th of November 2005 drs. Stefan Meulemans, MSc Sempra Energy Europe Ltd. London smeulemans@sempracommodities.com

More information

Five years of limited-area ensemble activities at ARPA-SIM: the COSMO-LEPS system

Five years of limited-area ensemble activities at ARPA-SIM: the COSMO-LEPS system Five years of limited-area ensemble activities at ARPA-SIM: the COSMO-LEPS system Andrea Montani, Chiara Marsigli and Tiziana Paccagnella ARPA-SIM Hydrometeorological service of Emilia-Romagna, Italy 11

More information

Assimilation of GlobSnow Data in HIRLAM. Suleiman Mostamandy Kalle Eerola Laura Rontu Katya Kourzeneva

Assimilation of GlobSnow Data in HIRLAM. Suleiman Mostamandy Kalle Eerola Laura Rontu Katya Kourzeneva Assimilation of GlobSnow Data in HIRLAM Suleiman Mostamandy Kalle Eerola Laura Rontu Katya Kourzeneva 10/03/2011 Contents Introduction Snow from satellites Globsnow Other satellites The current study Experiment

More information

SOUTHEAST ASIAN SUBSEASONAL TO SEASONAL (SEA S2S) PROJECT

SOUTHEAST ASIAN SUBSEASONAL TO SEASONAL (SEA S2S) PROJECT SOUTHEAST ASIAN SUBSEASONAL TO SEASONAL (SEA S2S) PROJECT CONCEPT NOTE FOR SEA S2S FIRST WORKSHOP Feb 27 3 Mar 2017 CENTRE FOR CLIMATE RESEARCH SINGAPORE (CCRS) METEOROLOGICAL SERVICE SINGAPORE (MSS) Background

More information

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

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

More information

SuperPack North America

SuperPack North America SuperPack North America Speedwell SuperPack makes available an unprecedented range of quality historical weather data, and weather data feeds for a single annual fee. SuperPack dramatically simplifies

More information

Regional climate modelling in the future. Ralf Döscher, SMHI, Sweden

Regional climate modelling in the future. Ralf Döscher, SMHI, Sweden Regional climate modelling in the future Ralf Döscher, SMHI, Sweden The chain Global H E H E C ( m 3/s ) Regional downscaling 120 adam 3 C HAM 4 adam 3 C HAM 4 trl A2 A2 B2 B2 80 40 0 J F M A M J J A S

More information

Computationally Efficient Dynamical Downscaling with an Analog Ensemble

Computationally Efficient Dynamical Downscaling with an Analog Ensemble ENERGY Computationally Efficient Dynamical Downscaling with an Analog Ensemble Application to Wind Resource Assessment Daran L. Rife 02 June 2015 Luca Delle Monache (NCAR); Jessica Ma and Rich Whiting

More information

SUPPLEMENTARY INFORMATION

SUPPLEMENTARY INFORMATION doi:10.1038/nature12310 We present here two additional Tables (Table SI-1, 2) and eight further Figures (Figures SI-1 to SI-8) to provide extra background information to the main figures of the paper.

More information

ESPC Analysis of Interagency Extended-Range Ensemble Prediction

ESPC Analysis of Interagency Extended-Range Ensemble Prediction DISTRIBUTION STATEMENT A. Approved for public release; distribution is unlimited. ESPC Analysis of Interagency Extended-Range Ensemble Prediction Carolyn Reynolds Naval Research Laboratory Monterey, CA

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

Challenges for Climate Science in the Arctic. Ralf Döscher Rossby Centre, SMHI, Sweden

Challenges for Climate Science in the Arctic. Ralf Döscher Rossby Centre, SMHI, Sweden Challenges for Climate Science in the Arctic Ralf Döscher Rossby Centre, SMHI, Sweden The Arctic is changing 1) Why is Arctic sea ice disappearing so rapidly? 2) What are the local and remote consequences?

More information

Climate services in support of the energy transformation

Climate services in support of the energy transformation services in support of the energy transformation EGU 11 April 2018, Vienna, Austria Climate Alberto Troccoli, Sylvie Parey, and the C3S ECEM team O u t l i n e Background of the C3S European Climatic Energy

More information

Application and verification of ECMWF products 2009

Application and verification of ECMWF products 2009 Application and verification of ECMWF products 2009 RHMS of Serbia 1. Summary of major highlights ECMWF products are operationally used in Hydrometeorological Service of Serbia from the beginning of 2003.

More information

Importance of Numerical Weather Prediction in Variable Renewable Energy Forecast

Importance of Numerical Weather Prediction in Variable Renewable Energy Forecast Importance of Numerical Weather Prediction in Variable Renewable Energy Forecast Dr. Abhijit Basu (Integrated Research & Action for Development) Arideep Halder (Thinkthrough Consulting Pvt. Ltd.) September

More information

Dust storm variability over EGYPT By Fathy M ELashmawy Egyptian Meteorological Authority

Dust storm variability over EGYPT By Fathy M ELashmawy Egyptian Meteorological Authority WMO WORKSHOP ON CLIMATE MONITORING INCLUDING THE IMPLEMENTATION OF CLIMATE WATCH SYSTEMS FOR ARAB COUNTRIES IN WEST ASIA, AMMAN, JORDAN, 27-29 MAY 2013 Dust storm variability over EGYPT By Fathy M ELashmawy

More information

Urban Forest Effects-Dry Deposition (UFORE D) Model Enhancements. Satoshi Hirabayashi

Urban Forest Effects-Dry Deposition (UFORE D) Model Enhancements. Satoshi Hirabayashi Urban Forest Effects-Dry Deposition (UFORE D) Model Enhancements Satoshi Hirabayashi The Davey Institute, The Davey Tree Expert Company, Syracuse, New York 13210, USA Surface Weather Data NOAA Integrated

More information

Application and verification of ECMWF products 2009

Application and verification of ECMWF products 2009 Application and verification of ECMWF products 2009 Danish Meteorological Institute Author: Søren E. Olufsen, Deputy Director of Forecasting Services Department and Erik Hansen, forecaster M.Sc. 1. Summary

More information

Fire danger. The skill provided by ECMWF ensemble prediction system. Francesca Di Giuseppe and Claudia Vitolo Forecast Department, ECMWF

Fire danger. The skill provided by ECMWF ensemble prediction system. Francesca Di Giuseppe and Claudia Vitolo Forecast Department, ECMWF Fire danger The skill provided by ECMWF ensemble prediction system Link to slides: https://goo.gl/qm15fk Francesca Di Giuseppe and Claudia Vitolo Forecast Department, ECMWF ECMWF August 2, 2016 Fire forecast

More information

No. 8/2018 ISSN Meteorology. METreport. StrålInn. Evaluation of Predicted Shortwave Radiation Åsmund Bakketun, Jørn Kristiansen

No. 8/2018 ISSN Meteorology. METreport. StrålInn. Evaluation of Predicted Shortwave Radiation Åsmund Bakketun, Jørn Kristiansen METreport No. 8/2018 ISSN 2387-4201 Meteorology StrålInn Evaluation of Predicted Shortwave Radiation Åsmund Bakketun, Jørn Kristiansen METreport Title Date StrålInn August 27, 2018 Section Report no. Senter

More information

Lake parameters climatology for cold start runs (lake initialization) in the ECMWF forecast system

Lake parameters climatology for cold start runs (lake initialization) in the ECMWF forecast system 2nd Workshop on Parameterization of Lakes in Numerical Weather Prediction and Climate Modelling Lake parameters climatology for cold start runs (lake initialization) in the ECMWF forecast system R. Salgado(1),

More information

Observation requirements for regional reanalysis

Observation requirements for regional reanalysis Observation requirements for regional reanalysis Richard Renshaw 30 June 2015 Why produce a regional reanalysis? Evidence from operational NWP 25km Global vs 12km NAE ...the benefits of resolution global

More information

Use of high-density observations in precipitation verification

Use of high-density observations in precipitation verification from Newsletter Number 147 Spring 216 METEOROLOGY Use of high-density observations in precipitation verification Based on an image from mrgao/istock/thinkstock doi:1.21957/hsacrdem This article appeared

More information

Memorandum. Höfundur: Halldór Björnsson, Nikolai Nawri, Guðrún Elín Jóhannsdóttir and Davíð Egilson.

Memorandum. Höfundur: Halldór Björnsson, Nikolai Nawri, Guðrún Elín Jóhannsdóttir and Davíð Egilson. EBV-007-1 Memorandum Date: 17.12.2015 Title: Estimation of evaporation and precipitation in Iceland Höfundur: Halldór Björnsson, Nikolai Nawri, Guðrún Elín Jóhannsdóttir and Davíð Egilson. Ref: 2015-69

More information

Incorporating Climate Change Information Decisions, merits and limitations

Incorporating Climate Change Information Decisions, merits and limitations Incorporating Climate Change Information Decisions, merits and limitations John Abatzoglou University of Idaho Assistant Professor Department of Geography Uncertainty Cascade of Achieving Local Climate

More information

Climate Variables for Energy: WP2

Climate Variables for Energy: WP2 Climate Variables for Energy: WP2 Phil Jones CRU, UEA, Norwich, UK Within ECEM, WP2 provides climate data for numerous variables to feed into WP3, where ESCIIs will be used to produce energy-relevant series

More information

High-latitude influence on mid-latitude weather and climate

High-latitude influence on mid-latitude weather and climate High-latitude influence on mid-latitude weather and climate Thomas Jung, Marta Anna Kasper, Tido Semmler, Soumia Serrar and Lukrecia Stulic Alfred Wegener Institute, Helmholtz Centre for Polar and Marine

More information

Seasonal prediction of extreme events

Seasonal prediction of extreme events Seasonal prediction of extreme events C. Prodhomme, F. Doblas-Reyes MedCOF training, 29 October 2015, Madrid Climate Forecasting Unit Outline: Why focusing on extreme events? Extremeness metric Soil influence

More information

CHAPTER 2 DATA AND METHODS. Errors using inadequate data are much less than those using no data at all. Charles Babbage, circa 1850

CHAPTER 2 DATA AND METHODS. Errors using inadequate data are much less than those using no data at all. Charles Babbage, circa 1850 CHAPTER 2 DATA AND METHODS Errors using inadequate data are much less than those using no data at all. Charles Babbage, circa 185 2.1 Datasets 2.1.1 OLR The primary data used in this study are the outgoing

More information

data: Precipitation Interpolation

data: Precipitation Interpolation Gridding and Uncertainties in gridded data: Precipitation Interpolation Phil Jones, Richard Cornes, Ian Harris and David Lister Climatic Research Unit UEA Norwich, UK Issues to be discussed Alternative

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

The JRA-55 Reanalysis: quality control and reprocessing of observational data

The JRA-55 Reanalysis: quality control and reprocessing of observational data The JRA-55 Reanalysis: quality control and reprocessing of observational data Kazutoshi Onogi On behalf of JRA group Japan Meteorological Agency 29 October 2014 EASCOF 1 1. Introduction 1. Introduction

More information

Climate Projections and Energy Security

Climate Projections and Energy Security NOAA Research Earth System Research Laboratory Physical Sciences Division Climate Projections and Energy Security Andy Hoell and Jim Wilczak Research Meteorologists, Physical Sciences Division 7 June 2016

More information

Linkages between Arctic sea ice loss and midlatitude

Linkages between Arctic sea ice loss and midlatitude Linkages between Arctic sea ice loss and midlatitude weather patterns Response of the wintertime atmospheric circulation to current and projected Arctic sea ice decline Gudrun Magnusdottir and Yannick

More information

Extending the use of surface-sensitive microwave channels in the ECMWF system

Extending the use of surface-sensitive microwave channels in the ECMWF system Extending the use of surface-sensitive microwave channels in the ECMWF system Enza Di Tomaso and Niels Bormann European Centre for Medium-range Weather Forecasts Shinfield Park, Reading, RG2 9AX, United

More information

Studnice Test Station (EGÚ Brno)

Studnice Test Station (EGÚ Brno) Test Station (EGÚ Brno) Ing. Jaroslav Šabata EGÚ a.s. Hudcova 487/76a, 612 48 Brno-Medlánky,, jaroslav.sabata@egubrno.cz Abstract EGÚ Brno has been involved in solving the problems of icing on overhead

More information

Linking climate change modelling to impacts studies: recent advances in downscaling techniques for hydrological extremes

Linking climate change modelling to impacts studies: recent advances in downscaling techniques for hydrological extremes Linking climate change modelling to impacts studies: recent advances in downscaling techniques for hydrological extremes Dr Hayley Fowler, Newcastle University, UK CMOS-AMS Congress 2012, Montreal, Canada

More information

Manfred A. Lange Energy, Environment and Water Research Center The Cyprus Institute. M. A. Lange 11/26/2008 1

Manfred A. Lange Energy, Environment and Water Research Center The Cyprus Institute. M. A. Lange 11/26/2008 1 Manfred A. Lange Energy, Environment and Water Research Center The Cyprus Institute M. A. Lange 11/26/2008 1 Background and Introduction Mediterranean Climate Past and Current Conditions Tele-Connections

More information

High resolution regional reanalysis over Ireland using the HARMONIE NWP model

High resolution regional reanalysis over Ireland using the HARMONIE NWP model High resolution regional reanalysis over Ireland using the HARMONIE NWP model Emily Gleeson, Eoin Whelan With thanks to John Hanley, Bing Li, Ray McGrath, Séamus Walsh, Motivation/Inspiration KNMI 5 year

More information

Application and verification of ECMWF products 2017

Application and verification of ECMWF products 2017 Application and verification of ECMWF products 2017 Slovenian Environment Agency ARSO; A. Hrabar, J. Jerman, V. Hladnik 1. Summary of major highlights We started to validate some ECMWF parameters and other

More information

Lecture 7: The Monash Simple Climate

Lecture 7: The Monash Simple Climate Climate of the Ocean Lecture 7: The Monash Simple Climate Model Dr. Claudia Frauen Leibniz Institute for Baltic Sea Research Warnemünde (IOW) claudia.frauen@io-warnemuende.de Outline: Motivation The GREB

More information

Put the Weather to Work for Your Company

Put the Weather to Work for Your Company SAP Data Network Put the Weather to Work for Your Company Extend the Value of Your Business and Transactional Solutions by Incorporating Weather Data 1 / 7 Table of Contents 3 Enrich Business Data with

More information

Descripiton of method used for wind estimates in StormGeo

Descripiton of method used for wind estimates in StormGeo Descripiton of method used for wind estimates in StormGeo Photo taken from http://juzzi-juzzi.deviantart.com/art/kite-169538553 StormGeo, 2012.10.16 Introduction The wind studies made by StormGeo for HybridTech

More information

Quiz 2 Review Questions

Quiz 2 Review Questions Quiz 2 Review Questions Chapter 7 Lectures: Winds and Global Winds and Global Winds cont 1) What is the thermal circulation (thermal wind) and how does it form? When we have this type of circulation, how

More information