Building Ensemble-Based Data Assimilation Systems. for High-Dimensional Models

Size: px
Start display at page:

Download "Building Ensemble-Based Data Assimilation Systems. for High-Dimensional Models"

Transcription

1 47th International Liège Colloquium, Liège, Belgium, 4 8 May 2015 Building Ensemble-Based Data Assimilation Systems for High-Dimensional s Lars Nerger, Paul Kirchgessner Alfred Wegener Institute for Polar and Marine Research Bremerhaven, Germany

2 3 Components of an Assimilation System initialization time integration post processing mesh data/coordinates Observations obs. vector obs. operator obs. error state time DA method initialization analysis step ensemble transformation state observations Nerger, L., Hiller, W. Software for Ensemble-based DA Systems Implementation Lars Nerger, and Scalability. Paul Kirchgessner Computers and Building Geosciences Ensemble 55 DA (2013) Systems

3 Ensemble-based Kalman Filter Kalman filter: express probability distributions by mean and covariance matrix EnKF (Evensen, 1994): Use ensembles to represent probability distributions state estimate ensemble forecast initial sampling forecast analysis ensemble transformation observation time 0 time 1 time 2

4 Offline Coupling Separate Programs error Start Initialize generate mesh Initialize fields aaaaaaaaa Do i=1, nsteps Time stepper consider BC Consider forcing + Simple to implement - Inefficient: file reading/writing model restarts Assimilation program Start read ensemble files analysis step aaaaaaaa write model restart files a generic Post-processing Stop Stop For each ensemble state Initialize from restart files Integrate Write restart files Read restart files (ensemble) Compute analysis step Write new restart files

5 Ensemble Filter Analysis Step Ensemble of state vectors X Analysis operates on state vectors (all fields in one vector) Filter analysis 1. update mean state 2. ensemble transformation For localization: Local ensemble Local observations Vector of observations y Observation operator H(...) Observation error covariance matrix R

6 Online Coupling Single program initialization time integration post processing mesh data/coordinates Observations obs. vector obs. operator obs. error state time Generic Assimilation Core DA method initialization analysis step ensemble transformation state observations Explicit interface Indirect exchange (module/common)

7 Extending a for Data Assimilation Start Initialize init_parallel_da Start generate mesh Initialize fields Initialize generate mesh aaaaaaaaa Do i=1, nsteps aaaaaaaaa generate mesh Initialize fields Time stepper consider BC Consider forcing Post-processing Stop Initialize fields aaaaaaaaa Do i=1, nsteps Time stepper Time stepper consider BC consider BC Consider forcing Consider forcing Post-processing Start Initialize Init_DA Do i=1, nsteps Assimilate Extension for data assimilation plus: Possible model-specific adaption. ensemble forecast enabled by parallelization Stop Post-processing Stop NEMO: Euler time step after assimilation

8 2-level Parallelism Forecast Analysis Forecast Task 1 Filter Task 1 Task 2 Task 2 Task 3 Task 3 1. Multiple concurrent model tasks 2. Each model task can be parallelized! Analysis step is also parallelized! Configured by MPI Communicators

9 Framework Solution with Generic Filter Implementation Start init_parallel_da Initialize aaaaaaaaa Init_DA Do i=1, nsteps Time stepper Assimilate Post-processing Stop Subroutine calls or parallel communication Generic DA_Init Set parameters Initialize ensemble DA Error DA_Analysis Check time step Perform analysis Write results Dependent on model and observations Read ensemble from files Initialize state vector from model fields Initialize vector of observations Apply observation vector to a state vector multiply R-matrix with a matrix with assimilation extension Core-routines of assimilation framework Case specific callback routines

10 Assimilation Example with NEMO configuration medium size SANGOMA benchmark box-configuration SQB (SEABASS) wind-driven double gyre 1/12 o resolution 361x241 grid points, 11 layers Latitide (degree) Sea surface height Longitude (degree)

11 PDAF: A tool for data assimilation PDAF - Parallel Data Assimilation Framework " provide support for parallel ensemble forecasts " provide fully-implemented filter and smoother algorithms " makes good use of supercomputers (Fortran with MPI & OpenMP parallelization) " easily useable with (probably) any numerical model (coupled e.g. to NEMO, MITgcm, HBM, ADCIRC, FESOM) " allows for separate development of model and assimilation algorithms Open source: Code and documentation available at L. Nerger, Lars Nerger, W. Hiller, Paul Computers Kirchgessner & Geosciences Building Ensemble 55 (2013) DA Systems

12 Minimal changes to NEMO Add to mynode (lin_mpp.f90) just before init of myrank #ifdef key_use_pdaf CALL init_parallel_pdaf(0, 1, mpi_comm_opa) #endif Add to nemo_init (nemogcm.f90) at end of routine CALL init_pdaf() Add to stp (step.f90) at end of routine CALL assimilate_pdaf() For Euler time step after analysis step: Modify dyn_nxt (dynnxt.f90) Start init_parallel_pdaf Initialize generate mesh aaaaaaaaa Initialize fields init_pdaf Do i=1, nsteps Time stepper consider BC Consider forcing assimilate_pdaf Post-processing #ifdef key_use_pdaf IF((neuler==0.AND. kt==nit000).or. assimilate) #else Stop

13 Assimilation Example with NEMO - Observations SSH observations (m) Observations twin experiment Simulated satellite SSH (Envisat & Jason-1 tracks), 5cm error Temperature profiles on 3 o x3 o grid, 0.3 o C error Latitide (degree) Longitude (degree) Ensemble data assimilation Local ESTKF Assimilate each 48h Case-specific routines utilize mesh information from Fortran modules of NEMO Temperature observations upper layer (degc) Latitide (degree) Longitude (degree)

14 Parallel Performance Speedup of NEMO-PDAF SEABASS 1/12 o assimilation Ensemble size 32 State dimension ~ Speedup Parallel speedup of NEMO and assimilation NEMO NEMO+PDAF Ideal Speedup Speedup determined by speedup of NEMO Almost same speedup with assimilation Analysis step takes < 8% of total time (0.9s for largest case) Processor cores per model task Total number of processor cores

15 Very big test case Simulate a model Choose an ensemble state vector per processor: 10 7 observations per processor: Ensemble size: 25 2GB memory per processor time for analysis step [s] Timing of global SEIK analysis step N=50 N=25 Apply analysis step for different processor numbers " " Increase total state and obs. accordingly Very small increase in analysis time (~1%) processor cores State dimension: 1.2e11 Observation dimension: 2.4e9 Didn t try to run a real ensemble of largest state size (no model yet)

16 Summary Online coupling more efficient than offline coupling Generic model interface for online ensemble data assimilation Minimal changes to model code Parallelization allows for ensemble forecasts Data assimilation framework PDAF ( supports high-dimensional models Coding you own Ensemble Kalman filter usually not necessary

17 References Nerger, L., Hiller, W. (2013). Software for Ensemble-based Data Assimilation Systems - Implementation Strategies and Scalability. Computers and Geosciences, 55, Nerger, L., Hiller, W., Schröter, J. (2005). PDAF - The Parallel Data Assimilation Framework: Experiences with Kalman Filtering, Use of high performance computing in meteorology : proceedings of the Eleventh ECMWF Workshop on the Use of High Performance Computing in Meteorology, Reading, UK, October 2004 / Eds.: Walter Zwieflhofer; George Mozdzynski, Singapore: World Scientific, 63-83

Practical Aspects of Ensemble-based Kalman Filters

Practical Aspects of Ensemble-based Kalman Filters Practical Aspects of Ensemble-based Kalman Filters Lars Nerger Alfred Wegener Institute for Polar and Marine Research Bremerhaven, Germany and Bremen Supercomputing Competence Center BremHLR Bremen, Germany

More information

Aspects of the practical application of ensemble-based Kalman filters

Aspects of the practical application of ensemble-based Kalman filters Aspects of the practical application of ensemble-based Kalman filters Lars Nerger Alfred Wegener Institute for Polar and Marine Research Bremerhaven, Germany and Bremen Supercomputing Competence Center

More information

Data Assimilation with the Ensemble Kalman Filter and the SEIK Filter applied to a Finite Element Model of the North Atlantic

Data Assimilation with the Ensemble Kalman Filter and the SEIK Filter applied to a Finite Element Model of the North Atlantic Data Assimilation with the Ensemble Kalman Filter and the SEIK Filter applied to a Finite Element Model of the North Atlantic L. Nerger S. Danilov, G. Kivman, W. Hiller, and J. Schröter Alfred Wegener

More information

Curriculum Vitae. Lars Nerger. Alfred Wegener Institute Helmholtz Center for Polar and Marine Research Am Handelshafen 12 D Bremerhaven, Germany

Curriculum Vitae. Lars Nerger. Alfred Wegener Institute Helmholtz Center for Polar and Marine Research Am Handelshafen 12 D Bremerhaven, Germany Contact information Curriculum Vitae Lars Nerger Alfred Wegener Institute Helmholtz Center for Polar and Marine Research Am Handelshafen 12 D-27570 Bremerhaven, Germany Phone: +49 (471) 4831 1558 Fax:

More information

On the influence of model nonlinearity and localization on ensemble Kalman smoothing

On the influence of model nonlinearity and localization on ensemble Kalman smoothing QuarterlyJournalof theroyalmeteorologicalsociety Q. J. R. Meteorol. Soc. 140: 2249 2259, October 2014 A DOI:10.1002/qj.2293 On the influence of model nonlinearity and localization on ensemble Kalman smoothing

More information

A Unification of Ensemble Square Root Kalman Filters. and Wolfgang Hiller

A Unification of Ensemble Square Root Kalman Filters. and Wolfgang Hiller Generated using version 3.0 of the official AMS L A TEX template A Unification of Ensemble Square Root Kalman Filters Lars Nerger, Tijana Janjić, Jens Schröter, and Wolfgang Hiller Alfred Wegener Institute

More information

Zentrum für Technomathematik

Zentrum für Technomathematik Zentrum für Technomathematik Fachbereich 3 Mathematik und Informatik On the influence of model nonlinearity and localization on ensemble Kalman smoothing Lars Nerger Svenja Schulte Angelika Bunse-Gerstner

More information

Short tutorial on data assimilation

Short tutorial on data assimilation Mitglied der Helmholtz-Gemeinschaft Short tutorial on data assimilation 23 June 2015 Wolfgang Kurtz & Harrie-Jan Hendricks Franssen Institute of Bio- and Geosciences IBG-3 (Agrosphere), Forschungszentrum

More information

SANGOMA: Stochastic Assimilation for the Next Generation Ocean Model Applications EU FP7 SPACE project

SANGOMA: Stochastic Assimilation for the Next Generation Ocean Model Applications EU FP7 SPACE project SANGOMA: Stochastic Assimilation for the Next Generation Ocean Model Applications EU FP7 SPACE-2011-1 proect 283580 Deliverable 3.3: Report on Implementation Due date: 30/04/2014 Delivery date: 30/10/2015

More information

New developments in data assimilation in MIKE 21/3 FM Assimilation of along-track altimetry data with correlated measurement errors

New developments in data assimilation in MIKE 21/3 FM Assimilation of along-track altimetry data with correlated measurement errors New developments in data assimilation in MIKE 21/3 FM Assimilation of along-track altimetry data with correlated measurement errors EnKF Workshop 2016-06-20 Jesper Sandvig Mariegaard Henrik Andersson DHI

More information

Weakly coupled assimilation for decadal prediction with MPI-ESM

Weakly coupled assimilation for decadal prediction with MPI-ESM Weakly coupled assimilation for decadal prediction with MPI-ESM Sebastian Brune, Johanna Baehr Institute of Oceanography CEN, University of Hamburg Holger Pohlmann, Wolfgang Müller Max Planck Institute

More information

Overview of data assimilation in oceanography or how best to initialize the ocean?

Overview of data assimilation in oceanography or how best to initialize the ocean? Overview of data assimilation in oceanography or how best to initialize the ocean? T. Janjic Alfred Wegener Institute for Polar and Marine Research Bremerhaven, Germany Outline Ocean observing system Ocean

More information

The coupled ocean atmosphere model at ECMWF: overview and technical challenges. Kristian S. Mogensen Marine Prediction Section ECMWF

The coupled ocean atmosphere model at ECMWF: overview and technical challenges. Kristian S. Mogensen Marine Prediction Section ECMWF The coupled ocean atmosphere model at ECMWF: overview and technical challenges Kristian S. Mogensen Marine Prediction Section ECMWF Slide 1 Overview of talk: Baseline: The focus of this talk is going to

More information

Using sea level data to constrain a finite-element primitive-equation ocean model with a local SEIK filter

Using sea level data to constrain a finite-element primitive-equation ocean model with a local SEIK filter Noname manuscript No. (will be inserted by the editor) Using sea level data to constrain a finite-element primitive-equation ocean model with a local SEIK filter L. Nerger(1) S. Danilov W. Hiller J. Schröter

More information

The Panel: What does the future look like for NPW application development? 17 th ECMWF Workshop on High Performance Computing in Meteorology

The Panel: What does the future look like for NPW application development? 17 th ECMWF Workshop on High Performance Computing in Meteorology The Panel: What does the future look like for NPW application development? 17 th ECMWF Workshop on High Performance Computing in Meteorology 16:00-17:30 27 October 2016 Panelists John Michalakes (UCAR,

More information

An Overview of HPC at the Met Office

An Overview of HPC at the Met Office An Overview of HPC at the Met Office Paul Selwood Crown copyright 2006 Page 1 Introduction The Met Office National Weather Service for the UK Climate Prediction (Hadley Centre) Operational and Research

More information

Deutscher Wetterdienst

Deutscher Wetterdienst Deutscher Wetterdienst The Enhanced DWD-RAPS Suite Testing Computers, Compilers and More? Ulrich Schättler, Florian Prill, Harald Anlauf Deutscher Wetterdienst Research and Development Deutscher Wetterdienst

More information

SANGOMA: Stochastic Assimilation for the Next Generation Ocean Model Applications EU FP7 SPACE project

SANGOMA: Stochastic Assimilation for the Next Generation Ocean Model Applications EU FP7 SPACE project SANGOMA: Stochastic Assimilation for the Next Generation Ocean Model Applications EU FP7 SPACE-2011-1 project 283580 Instructions for Equivalent Weights Particle Filter code Delivery date: November 7,

More information

Demonstration and Comparison of of Sequential Approaches for Altimeter Data Assimilation in in HYCOM

Demonstration and Comparison of of Sequential Approaches for Altimeter Data Assimilation in in HYCOM Demonstration and Comparison of of Sequential Approaches for Altimeter Data Assimilation in in HYCOM A. Srinivasan, E. P. Chassignet, O. M. Smedstad, C. Thacker, L. Bertino, P. Brasseur, T. M. Chin,, F.

More information

Applications of an ensemble Kalman Filter to regional ocean modeling associated with the western boundary currents variations

Applications of an ensemble Kalman Filter to regional ocean modeling associated with the western boundary currents variations Applications of an ensemble Kalman Filter to regional ocean modeling associated with the western boundary currents variations Miyazawa, Yasumasa (JAMSTEC) Collaboration with Princeton University AICS Data

More information

An Ensemble based Reliable Storm Surge Forecasting for Gulf of Mexico

An Ensemble based Reliable Storm Surge Forecasting for Gulf of Mexico An Ensemble based Reliable Storm Surge Forecasting for Gulf of Mexico Umer Altaf Delft University of Technology, Delft ICES, University of Texas at Austin, USA KAUST, Saudi Arabia JONSMOD 2012, Ifremer,

More information

Ensemble Kalman Filter

Ensemble Kalman Filter Ensemble Kalman Filter Geir Evensen and Laurent Bertino Hydro Research Centre, Bergen, Norway, Nansen Environmental and Remote Sensing Center, Bergen, Norway The Ensemble Kalman Filter (EnKF) Represents

More information

Convection-Resolving NWP with WRF. Section coordinator Ming Xue University of Oklahoma

Convection-Resolving NWP with WRF. Section coordinator Ming Xue University of Oklahoma Convection-Resolving NWP with WRF Section coordinator Ming Xue University of Oklahoma Convection-resolving NWP Is NWP that explicitly treats moist convective systems ranging from organized MCSs to individual

More information

AHW Ensemble Data Assimilation and Forecasting System

AHW Ensemble Data Assimilation and Forecasting System AHW Ensemble Data Assimilation and Forecasting System Ryan D. Torn, Univ. Albany, SUNY Chris Davis, Wei Wang, Jimy Dudhia, Tom Galarneau, Chris Snyder, James Done, NCAR/MMM Overview Since participation

More information

The Ensemble Kalman Filter:

The Ensemble Kalman Filter: p.1 The Ensemble Kalman Filter: Theoretical formulation and practical implementation Geir Evensen Norsk Hydro Research Centre, Bergen, Norway Based on Evensen 23, Ocean Dynamics, Vol 53, No 4 p.2 The Ensemble

More information

A comparison of sequential data assimilation schemes for. Twin Experiments

A comparison of sequential data assimilation schemes for. Twin Experiments A comparison of sequential data assimilation schemes for ocean prediction with HYCOM Twin Experiments A. Srinivasan, University of Miami, Miami, FL E. P. Chassignet, COAPS, Florida State University, Tallahassee,

More information

Improved analyses and forecasts with AIRS retrievals using the Local Ensemble Transform Kalman Filter

Improved analyses and forecasts with AIRS retrievals using the Local Ensemble Transform Kalman Filter Improved analyses and forecasts with AIRS retrievals using the Local Ensemble Transform Kalman Filter Hong Li, Junjie Liu, and Elana Fertig E. Kalnay I. Szunyogh, E. J. Kostelich Weather and Chaos Group

More information

Numerical Weather Prediction: Data assimilation. Steven Cavallo

Numerical Weather Prediction: Data assimilation. Steven Cavallo Numerical Weather Prediction: Data assimilation Steven Cavallo Data assimilation (DA) is the process estimating the true state of a system given observations of the system and a background estimate. Observations

More information

A Hybrid MPI/OpenMP Parallel Algorithm and Performance Analysis for an Ensemble Square Root Filter Designed for Multi-scale Observations

A Hybrid MPI/OpenMP Parallel Algorithm and Performance Analysis for an Ensemble Square Root Filter Designed for Multi-scale Observations 1 2 3 4 5 6 7 8 9 10 11 12 A Hybrid MPI/OpenMP Parallel Algorithm and Performance Analysis for an Ensemble Square Root Filter Designed for Multi-scale Observations Yunheng Wang 1, Youngsun Jung 1, Timothy

More information

Comparison of of Assimilation Schemes for HYCOM

Comparison of of Assimilation Schemes for HYCOM Comparison of of Assimilation Schemes for HYCOM Ashwanth Srinivasan, C. Thacker, Z. Garraffo, E. P. Chassignet, O. M. Smedstad, J. Cummings, F. Counillon, L. Bertino, T. M. Chin, P. Brasseur and C. Lozano

More information

Robust Ensemble Filtering With Improved Storm Surge Forecasting

Robust Ensemble Filtering With Improved Storm Surge Forecasting Robust Ensemble Filtering With Improved Storm Surge Forecasting U. Altaf, T. Buttler, X. Luo, C. Dawson, T. Mao, I.Hoteit Meteo France, Toulouse, Nov 13, 2012 Project Ensemble data assimilation for storm

More information

The ECMWF coupled assimilation system for climate reanalysis

The ECMWF coupled assimilation system for climate reanalysis The ECMWF coupled assimilation system for climate reanalysis Patrick Laloyaux Earth System Assimilation Section patrick.laloyaux@ecmwf.int Acknowledgement: Eric de Boisseson, Per Dahlgren, Dinand Schepers,

More information

4. DATA ASSIMILATION FUNDAMENTALS

4. DATA ASSIMILATION FUNDAMENTALS 4. DATA ASSIMILATION FUNDAMENTALS... [the atmosphere] "is a chaotic system in which errors introduced into the system can grow with time... As a consequence, data assimilation is a struggle between chaotic

More information

A data-driven method for improving the correlation estimation in serial ensemble Kalman filter

A data-driven method for improving the correlation estimation in serial ensemble Kalman filter A data-driven method for improving the correlation estimation in serial ensemble Kalman filter Michèle De La Chevrotière, 1 John Harlim 2 1 Department of Mathematics, Penn State University, 2 Department

More information

REQUEST FOR A SPECIAL PROJECT

REQUEST FOR A SPECIAL PROJECT REQUEST FOR A SPECIAL PROJECT 2015 2017 MEMBER STATE: Germany Principal Investigator: Dr. Martin Losch Affiliation: Address: Am Handelshafen 12 D-27570 Bremerhaven Germany E-mail: Other researchers: Project

More information

TerrSysMP-PDAF: Technical concepts and application examples

TerrSysMP-PDAF: Technical concepts and application examples TerrSysMP-PDAF: Technical concepts and application examples Stefan Kollet 1,2, Dorina Baatz 1,2, Carina Furusho-Percot 1,2, Fabian Gasper 1,2, Klaus Görgen 1,2, Harrie-Jan Hendricks-Franssen 1,2, Jessica

More information

Data Assimilation Project for MOHID A proposal. by Mariangel (Angie) Garcia

Data Assimilation Project for MOHID A proposal. by Mariangel (Angie) Garcia Data Assimilation Project for MOHID A proposal by Mariangel (Angie) Garcia Something in common Tools to understand climate Tools to understand climate Practical Applications Modeling Challenge Ocean Modeling

More information

Radiance Data Assimilation with an EnKF

Radiance Data Assimilation with an EnKF Radiance Data Assimilation with an EnKF Zhiquan Liu, Craig Schwartz, Xiangyu Huang (NCAR/MMM) Yongsheng Chen (York University) 4/7/2010 4th EnKF Workshop 1 Outline Radiance Assimilation Methodology Apply

More information

A data assimilation approach for reconstructing sea ice volume in the Southern Hemisphere

A data assimilation approach for reconstructing sea ice volume in the Southern Hemisphere Harmony on Ice 2 meeting Paris, 28-29 Nov. 2011 A data assimilation approach for reconstructing sea ice volume in the Southern Hemisphere F. Massonnet, P. Mathiot, T. Fichefet, H. Goosse, C. König Beatty,

More information

WRF Modeling System Overview

WRF Modeling System Overview WRF Modeling System Overview Wei Wang & Jimy Dudhia Nansha, Guangdong, China December 2015 What is WRF? WRF: Weather Research and Forecasting Model Used for both research and operational forecasting It

More information

Scalability Programme at ECMWF

Scalability Programme at ECMWF Scalability Programme at ECMWF Picture: Stan Tomov, ICL, University of Tennessee, Knoxville Peter Bauer, Mike Hawkins, George Mozdzynski, Tiago Quintino, Deborah Salmond, Stephan Siemen, Yannick Trémolet

More information

OOPC-GODAE workshop on OSE/OSSEs Paris, IOCUNESCO, November 5-7, 2007

OOPC-GODAE workshop on OSE/OSSEs Paris, IOCUNESCO, November 5-7, 2007 OOPC-GODAE workshop on OSE/OSSEs Paris, IOCUNESCO, November 5-7, 2007 Design of ocean observing systems: strengths and weaknesses of approaches based on assimilative systems Pierre Brasseur CNRS / LEGI

More information

Ensemble Kalman Filters for WRF-ARW. Chris Snyder MMM and IMAGe National Center for Atmospheric Research

Ensemble Kalman Filters for WRF-ARW. Chris Snyder MMM and IMAGe National Center for Atmospheric Research Ensemble Kalman Filters for WRF-ARW Chris Snyder MMM and IMAGe National Center for Atmospheric Research Preliminaries Notation: x = modelʼs state w.r.t. some discrete basis, e.g. grid-pt values y = Hx

More information

Deutscher Wetterdienst

Deutscher Wetterdienst Deutscher Wetterdienst NUMEX Numerical Experiments and NWP-development at DWD 14th Workshop on Meteorological Operational Systems ECMWF 18-20 November 2013 Thomas Hanisch GB Forschung und Entwicklung (FE)

More information

Testing and Evaluation of GSI Hybrid Data Assimilation for Basin-scale HWRF: Lessons We Learned

Testing and Evaluation of GSI Hybrid Data Assimilation for Basin-scale HWRF: Lessons We Learned 4th NOAA Testbeds & Proving Ground Workshop, College Park, MD, April 2-4, 2013 Testing and Evaluation of GSI Hybrid Data Assimilation for Basin-scale HWRF: Lessons We Learned Hui Shao1, Chunhua Zhou1,

More information

University of Miami/RSMAS

University of Miami/RSMAS Observing System Simulation Experiments to Evaluate the Potential Impact of Proposed Observing Systems on Hurricane Prediction: R. Atlas, T. Vukicevic, L.Bucci, B. Annane, A. Aksoy, NOAA Atlantic Oceanographic

More information

1. Current atmospheric DA systems 2. Coupling surface/atmospheric DA 3. Trends & ideas

1. Current atmospheric DA systems 2. Coupling surface/atmospheric DA 3. Trends & ideas 1 Current issues in atmospheric data assimilation and its relationship with surfaces François Bouttier GAME/CNRM Météo-France 2nd workshop on remote sensing and modeling of surface properties, Toulouse,

More information

The next-generation supercomputer and NWP system of the JMA

The next-generation supercomputer and NWP system of the JMA The next-generation supercomputer and NWP system of the JMA Masami NARITA m_narita@naps.kishou.go.jp Numerical Prediction Division (NPD), Japan Meteorological Agency (JMA) Purpose of supercomputer & NWP

More information

A diagnostic interface for ICON Coping with the challenges of high-resolution climate simulations

A diagnostic interface for ICON Coping with the challenges of high-resolution climate simulations DLR.de Chart 1 > Challenges of high-resolution climate simulations > Bastian Kern HPCN Workshop, Göttingen > 10.05.2016 A diagnostic interface for ICON Coping with the challenges of high-resolution climate

More information

ESiWACE. A Center of Excellence for HPC applications to support cloud resolving earth system modelling

ESiWACE. A Center of Excellence for HPC applications to support cloud resolving earth system modelling ESiWACE A Center of Excellence for HPC applications to support cloud resolving earth system modelling Joachim Biercamp, Panagiotis Adamidis, Philipp Neumann Deutsches Klimarechenzentrum (DKRZ) Motivation:

More information

4DEnVar. Four-Dimensional Ensemble-Variational Data Assimilation. Colloque National sur l'assimilation de données

4DEnVar. Four-Dimensional Ensemble-Variational Data Assimilation. Colloque National sur l'assimilation de données Four-Dimensional Ensemble-Variational Data Assimilation 4DEnVar Colloque National sur l'assimilation de données Andrew Lorenc, Toulouse France. 1-3 décembre 2014 Crown copyright Met Office 4DEnVar: Topics

More information

How DBCP Data Contributes to Ocean Forecasting at the UK Met Office

How DBCP Data Contributes to Ocean Forecasting at the UK Met Office How DBCP Data Contributes to Ocean Forecasting at the UK Met Office Ed Blockley DBCP XXVI Science & Technical Workshop, 27 th September 2010 Contents This presentation covers the following areas Introduction

More information

WRF Modeling System Overview

WRF Modeling System Overview WRF Modeling System Overview Jimy Dudhia What is WRF? WRF: Weather Research and Forecasting Model Used for both research and operational forecasting It is a supported community model, i.e. a free and shared

More information

A Comparison of Error Subspace Kalman Filters

A Comparison of Error Subspace Kalman Filters Tellus 000, 000 000 (0000) Printed 4 February 2005 (Tellus LATEX style file v2.2) A Comparison of Error Subspace Kalman Filters By LARS NERGER, WOLFGANG HILLER and JENS SCHRÖTER Alfred Wegener Institute

More information

Scalable Compu-ng Challenges in Ensemble Data Assimila-on. FRCRC Symposium Nancy Collins NCAR - IMAGe/DAReS 14 Aug 2013

Scalable Compu-ng Challenges in Ensemble Data Assimila-on. FRCRC Symposium Nancy Collins NCAR - IMAGe/DAReS 14 Aug 2013 Scalable Compu-ng Challenges in Ensemble Data Assimila-on FRCRC Symposium Nancy Collins NCAR - IMAGe/DAReS 14 Aug 2013 Overview What is Data Assimila-on? What is DART? Current Work on Highly Scalable Systems

More information

WRF Modeling System Overview

WRF Modeling System Overview WRF Modeling System Overview Jimy Dudhia What is WRF? WRF: Weather Research and Forecasting Model Used for both research and operational forecasting It is a supported community model, i.e. a free and shared

More information

University of Athens School of Physics Atmospheric Modeling and Weather Forecasting Group

University of Athens School of Physics Atmospheric Modeling and Weather Forecasting Group University of Athens School of Physics Atmospheric Modeling and Weather Forecasting Group http://forecast.uoa.gr Data Assimilation in WAM System operations and validation G. Kallos, G. Galanis and G. Emmanouil

More information

Enhancing information transfer from observations to unobserved state variables for mesoscale radar data assimilation

Enhancing information transfer from observations to unobserved state variables for mesoscale radar data assimilation Enhancing information transfer from observations to unobserved state variables for mesoscale radar data assimilation Weiguang Chang and Isztar Zawadzki Department of Atmospheric and Oceanic Sciences Faculty

More information

Data assimilation with sea ice models

Data assimilation with sea ice models SIPN workshop NCAR, Boulder 1-2 April 2014 Data assimilation with sea ice models François Massonnet brine content mixed layer heat content heat content concentration thickness brine content mixed layer

More information

Introduction of a Stabilized Bi-Conjugate Gradient iterative solver for Helmholtz s Equation on the CMA GRAPES Global and Regional models.

Introduction of a Stabilized Bi-Conjugate Gradient iterative solver for Helmholtz s Equation on the CMA GRAPES Global and Regional models. Introduction of a Stabilized Bi-Conjugate Gradient iterative solver for Helmholtz s Equation on the CMA GRAPES Global and Regional models. Peng Hong Bo (IBM), Zaphiris Christidis (Lenovo) and Zhiyan Jin

More information

Thirteenth Workshop on Use of High Performance Computing in Meteorology 3 7 November Programme

Thirteenth Workshop on Use of High Performance Computing in Meteorology 3 7 November Programme Thirteenth Workshop on Use of High Performance Computing in Meteorology 3 7 November 2008 Programme Monday 3 November 8.30 REGISTRATION AND COFFEE 09.15 WELCOME AND OPENING Dominique Marbouty, Director

More information

Computational Challenges in Big Data Assimilation with Extreme-scale Simulations

Computational Challenges in Big Data Assimilation with Extreme-scale Simulations May 1, 2013, BDEC workshop, Charleston, SC Computational Challenges in Big Data Assimilation with Extreme-scale Simulations Takemasa Miyoshi RIKEN Advanced Institute for Computational Science Takemasa.Miyoshi@riken.jp

More information

Data Assimilation in Geosciences: A highly multidisciplinary enterprise

Data Assimilation in Geosciences: A highly multidisciplinary enterprise Data Assimilation in Geosciences: A highly multidisciplinary enterprise Adrian Sandu Computational Science Laboratory Department of Computer Science Virginia Tech Data assimilation fuses information from

More information

Initial Results of Altimetry Assimilation in POP2 Ocean Model

Initial Results of Altimetry Assimilation in POP2 Ocean Model Initial Results of Altimetry Assimilation in POP2 Ocean Model Svetlana Karol and Alicia R. Karspeck With thanks to the DART Group, CESM Software Development Group, Climate Modeling Development Group POP-DART

More information

Can hybrid-4denvar match hybrid-4dvar?

Can hybrid-4denvar match hybrid-4dvar? Comparing ensemble-variational assimilation methods for NWP: Can hybrid-4denvar match hybrid-4dvar? WWOSC, Montreal, August 2014. Andrew Lorenc, Neill Bowler, Adam Clayton, David Fairbairn and Stephen

More information

Maximizing the Performance of the Weather Research and Forecast Model over the Hawaiian Islands

Maximizing the Performance of the Weather Research and Forecast Model over the Hawaiian Islands Maximizing the Performance of the Weather Research and Forecast Model over the Hawaiian Islands Kevin P. Roe The Maui High Performance Computing Center, Kihei, HI 96753 USA Duane Stevens Meteorology Department,

More information

WRF Modeling System Overview

WRF Modeling System Overview WRF Modeling System Overview Jimy Dudhia What is WRF? WRF: Weather Research and Forecasting Model Used for both research and operational forecasting It is a supported community model, i.e. a free and shared

More information

Environment Canada s Regional Ensemble Kalman Filter

Environment Canada s Regional Ensemble Kalman Filter Environment Canada s Regional Ensemble Kalman Filter EnKF Workshop 216 Seung-Jong Baek, Luc Fillion, Dominik Jacques, Thomas Milewski, Weiguang Chang and Peter Houtekamer Meteorological Research Division,

More information

Morphing ensemble Kalman filter

Morphing ensemble Kalman filter Morphing ensemble Kalman filter and applications Center for Computational Mathematics Department of Mathematical and Statistical Sciences University of Colorado Denver Supported by NSF grants CNS-0623983

More information

An Optimized Interestingness Hotspot Discovery Framework for Large Gridded Spatio-temporal Datasets

An Optimized Interestingness Hotspot Discovery Framework for Large Gridded Spatio-temporal Datasets IEEE Big Data 2015 Big Data in Geosciences Workshop An Optimized Interestingness Hotspot Discovery Framework for Large Gridded Spatio-temporal Datasets Fatih Akdag and Christoph F. Eick Department of Computer

More information

DARE team and partners

DARE team and partners DARE team and partners Complex and vulnerable city Miami Beach, Florida, September 2015 Manhattan after Superstorm Sandy, 2012. Photo: Allison Joyce/Getty Images. Chennai Airport, India, December 2015;

More information

THORPEX Data Assimilation and Observing Strategies Working Group: scientific objectives

THORPEX Data Assimilation and Observing Strategies Working Group: scientific objectives THORPEX Data Assimilation and Observing Strategies Working Group: scientific objectives Pierre Gauthier Co-chair of the DAOS-WG Atmospheric Science and Technology Branch Environment Canada Data assimilation

More information

Recap on Data Assimilation

Recap on Data Assimilation Concluding Thoughts Recap on Data Assimilation FORECAST ANALYSIS Kalman Filter Forecast Analysis Analytical projection of the ANALYSIS mean and cov from t-1 to the FORECAST mean and cov for t Update FORECAST

More information

An Efficient Ensemble Data Assimilation Approach To Deal With Range Limited Observation

An Efficient Ensemble Data Assimilation Approach To Deal With Range Limited Observation An Efficient Ensemble Data Assimilation Approach To Deal With Range Limited Observation A. Shah 1,2, M. E. Gharamti 1, L. Bertino 1 1 Nansen Environmental and Remote Sensing Center 2 University of Bergen

More information

The PML data assimilation system For the North East Atlantic and ocean colour. Stefano Ciavatta, Ricardo Torres, Stephane Saux-Picart, Icarus Allen

The PML data assimilation system For the North East Atlantic and ocean colour. Stefano Ciavatta, Ricardo Torres, Stephane Saux-Picart, Icarus Allen The PML data assimilation system For the North East Atlantic and ocean colour Stefano Ciavatta, Ricardo Torres, Stephane Saux-Picart, Icarus Allen OPEC, Dartington, 11-12 December 2012 Outline Main features

More information

An Ensemble Kalman Filter for NWP based on Variational Data Assimilation: VarEnKF

An Ensemble Kalman Filter for NWP based on Variational Data Assimilation: VarEnKF An Ensemble Kalman Filter for NWP based on Variational Data Assimilation: VarEnKF Blueprints for Next-Generation Data Assimilation Systems Workshop 8-10 March 2016 Mark Buehner Data Assimilation and Satellite

More information

HYCOM and Navy ESPC Future High Performance Computing Needs. Alan J. Wallcraft. COAPS Short Seminar November 6, 2017

HYCOM and Navy ESPC Future High Performance Computing Needs. Alan J. Wallcraft. COAPS Short Seminar November 6, 2017 HYCOM and Navy ESPC Future High Performance Computing Needs Alan J. Wallcraft COAPS Short Seminar November 6, 2017 Forecasting Architectural Trends 3 NAVY OPERATIONAL GLOBAL OCEAN PREDICTION Trend is higher

More information

Toward improved initial conditions for NCAR s real-time convection-allowing ensemble. Ryan Sobash, Glen Romine, Craig Schwartz, and Kate Fossell

Toward improved initial conditions for NCAR s real-time convection-allowing ensemble. Ryan Sobash, Glen Romine, Craig Schwartz, and Kate Fossell Toward improved initial conditions for NCAR s real-time convection-allowing ensemble Ryan Sobash, Glen Romine, Craig Schwartz, and Kate Fossell Storm-scale ensemble design Can an EnKF be used to initialize

More information

Ocean Modeling. Matt McKnight Boxuan Gu

Ocean Modeling. Matt McKnight Boxuan Gu Ocean Modeling Matt McKnight Boxuan Gu Engineering the system The Earth Understanding that the Oceans are inextricably linked to the world s climate is easy. Describing this relationship is more difficult,

More information

Application of Radio Occultation Data in Analyses and Forecasts of Tropical Cyclones Using an Ensemble Assimilation System

Application of Radio Occultation Data in Analyses and Forecasts of Tropical Cyclones Using an Ensemble Assimilation System Application of Radio Occultation Data in Analyses and Forecasts of Tropical Cyclones Using an Assimilation System Hui Liu, Jeff Anderson, and Bill Kuo NCAR Acknowledgment: C. Snyder, Y. Chen, T. Hoar,

More information

Ocean model, Interconnections within the climate model

Ocean model, Interconnections within the climate model Ocean model, Interconnections within the climate model Vladimir Djurdjevic and Bora Rajkovic EXPERT WORKSHOP SEE RESEARCH FRAMEWORK IN REGIONAL CLIMATE MODELING FOR 2012-2017 Belgrade, Serbia, April 11-13,

More information

SANGOMA: Stochastic Assimilation for the Next Generation Ocean Model Applications EU FP7 SPACE project

SANGOMA: Stochastic Assimilation for the Next Generation Ocean Model Applications EU FP7 SPACE project SANGOMA: Stochastic Assimilation for the Next Generation Ocean Model Applications EU FP7 SPACE-2011-1 project 283580 Deliverable 4.5: Metrics obtained with the large case benchmark Due date: 31/10/2015

More information

Asynchronous data assimilation

Asynchronous data assimilation Ensemble Kalman Filter, lecture 2 Asynchronous data assimilation Pavel Sakov Nansen Environmental and Remote Sensing Center, Norway This talk has been prepared in the course of evita-enkf project funded

More information

Ensemble-variational assimilation with NEMOVAR Part 2: experiments with the ECMWF system

Ensemble-variational assimilation with NEMOVAR Part 2: experiments with the ECMWF system Ensemble-variational assimilation with NEMOVAR Part 2: experiments with the ECMWF system Toulouse, 20/06/2017 Marcin Chrust 1, Hao Zuo 1 and Anthony Weaver 2 1 ECMWF, UK 2 CERFACS, FR Marcin.chrust@ecmwf.int

More information

Environment Canada s Regional Ensemble Kalman Filter

Environment Canada s Regional Ensemble Kalman Filter Environment Canada s Regional Ensemble Kalman Filter May 19, 2014 Seung-Jong Baek, Luc Fillion, Kao-Shen Chung, and Peter Houtekamer Meteorological Research Division, Environment Canada, Dorval, Quebec

More information

Implementation of the SEEK filter in HYCOM

Implementation of the SEEK filter in HYCOM Implementation of the SEEK filter in HYCOM P. Brasseur, J. Verron, J.M. Brankart LEGI/CNRS, Grenoble, France HYCOM model SST, SSH, ocean colour Assimilation SEEK filter Y H x f In situ, XBT K x a Real-time

More information

Performance of WRF using UPC

Performance of WRF using UPC Performance of WRF using UPC Hee-Sik Kim and Jong-Gwan Do * Cray Korea ABSTRACT: The Weather Research and Forecasting (WRF) model is a next-generation mesoscale numerical weather prediction system. We

More information

WRF-LETKF The Present and Beyond

WRF-LETKF The Present and Beyond November 12, 2012, Weather-Chaos meeting WRF-LETKF The Present and Beyond Takemasa Miyoshi and Masaru Kunii University of Maryland, College Park miyoshi@atmos.umd.edu Co-investigators and Collaborators:

More information

A Global Atmospheric Model. Joe Tribbia NCAR Turbulence Summer School July 2008

A Global Atmospheric Model. Joe Tribbia NCAR Turbulence Summer School July 2008 A Global Atmospheric Model Joe Tribbia NCAR Turbulence Summer School July 2008 Outline Broad overview of what is in a global climate/weather model of the atmosphere Spectral dynamical core Some results-climate

More information

Gaussian Filtering Strategies for Nonlinear Systems

Gaussian Filtering Strategies for Nonlinear Systems Gaussian Filtering Strategies for Nonlinear Systems Canonical Nonlinear Filtering Problem ~u m+1 = ~ f (~u m )+~ m+1 ~v m+1 = ~g(~u m+1 )+~ o m+1 I ~ f and ~g are nonlinear & deterministic I Noise/Errors

More information

Ensemble aerosol forecasts and assimila1on at ECMWF

Ensemble aerosol forecasts and assimila1on at ECMWF Ensemble aerosol forecasts and assimila1on at ECMWF Angela Benede*, Miha Razinger, Luke Jones & Jean- Jacques Morcre

More information

Optimization strategy for MASNUM surface wave model

Optimization strategy for MASNUM surface wave model Hillsboro, September 27, 2018 Optimization strategy for MASNUM surface wave model Zhenya Song *, + * First Institute of Oceanography (FIO), State Oceanic Administrative (SOA), China + Intel Parallel Computing

More information

Data assimilation. Polyphemus Training Session. June 9, Introduction 2

Data assimilation. Polyphemus Training Session. June 9, Introduction 2 Data assimilation Polyphemus Training Session June 9, 2009 About Purpose: introduction to optimal interpolation, Kalman filtering and variational data assimilation with Polair3D; application to photochemistry

More information

ECMWF global reanalyses: Resources for the wind energy community

ECMWF global reanalyses: Resources for the wind energy community ECMWF global reanalyses: Resources for the wind energy community (and a few myth-busters) Paul Poli European Centre for Medium-range Weather Forecasts (ECMWF) Shinfield Park, RG2 9AX, Reading, UK paul.poli

More information

Inter-comparison of 4D-Var and EnKF systems for operational deterministic NWP

Inter-comparison of 4D-Var and EnKF systems for operational deterministic NWP Inter-comparison of 4D-Var and EnKF systems for operational deterministic NWP Project eam: Mark Buehner Cecilien Charette Bin He Peter Houtekamer Herschel Mitchell WWRP/HORPEX Workshop on 4D-VAR and Ensemble

More information

Application and improvement of Ensemble Optimal Interpolation on Regional Ocean Modeling System (ROMS)

Application and improvement of Ensemble Optimal Interpolation on Regional Ocean Modeling System (ROMS) Application and improvement of Ensemble Optimal Interpolation on Regional Ocean Modeling System (ROMS) Zhaoyi Wang Guokun Lyu, Hui Wang, Jiang Zhu, Guimei Liu et al. National Marine Environmental Forecasting

More information

Deutscher Wetterdienst

Deutscher Wetterdienst Data Assimilation from Research to Operational Application Roland Potthast COSMO General Meeting Moskow, Sept 6-9, 2010 Germany DWD Deutscher Wetterdienst, Switzerland MCH MeteoSchweiz, Italy USAM Ufficio

More information

Solving the Inverse Toeplitz Eigenproblem Using ScaLAPACK and MPI *

Solving the Inverse Toeplitz Eigenproblem Using ScaLAPACK and MPI * Solving the Inverse Toeplitz Eigenproblem Using ScaLAPACK and MPI * J.M. Badía and A.M. Vidal Dpto. Informática., Univ Jaume I. 07, Castellón, Spain. badia@inf.uji.es Dpto. Sistemas Informáticos y Computación.

More information

Assimilation of SWOT simulated observations in a regional ocean model: preliminary experiments

Assimilation of SWOT simulated observations in a regional ocean model: preliminary experiments Assimilation of SWOT simulated observations in a regional ocean model: preliminary experiments Benkiran M., Rémy E., Le Traon P.Y., Greiner E., Lellouche J.-M., Testut C.E., and the Mercator Ocean team.

More information

Florida Commission on Hurricane Loss Projection Methodology Flood Standards Development Committee. October 30, 2014

Florida Commission on Hurricane Loss Projection Methodology Flood Standards Development Committee. October 30, 2014 Florida Commission on Hurricane Loss Projection Methodology Flood Standards Development Committee October 30, 2014 KatRisk LLC 752 Gilman St. Berkeley, CA 94710 510-984-0056 www.katrisk.com About KatRisk

More information