SPECTRAL AND MORPHING ENSEMBLE KALMAN FILTERS AND APPLICATIONS

Size: px
Start display at page:

Download "SPECTRAL AND MORPHING ENSEMBLE KALMAN FILTERS AND APPLICATIONS"

Transcription

1 SPECTRAL AND MORPHING ENSEMBLE KALMAN FILTERS AND APPLICATIONS Jan Mandel, Jonathan D. Beezley, Loren Cobb, Ashok Krishnamurthy, University of Colorado Denver Adam K. Kochanski University of Utah Krystof Eben, Pavel Jurus, and Jaroslav Resler Czech Academy of Sciences 31st International Symposium on Forecasting, Praha, June 29, 2011

2 ACKNOWLEDGEMENTS This work was partially supported by the U.S. National Science Foundation grant AGS , National Institutes of Health grant 1RC1 LM , National Institute of Standards and Technology Fire Research grant 60NANB7D6144, and the Academy of Sciences of the Czech Republic project M A part of this work was done during visits of Jan Mandel and Jonathan Beezley at the Department of Nonlinear Modeling, Institute for Computer Science, Czech Academy of Sciences. The hospitality of the Institute during those visits is gratefully acknowledged.

3 EXAMPLE 1: WILDFIRE SIMULATION Simulation of FireFlux experiment (Clements et al., 2007) with WRF 3.3 and SFIRE Simulation setup by Adam Kochanski, visualization in VAPOR by Bedrich Sousedik.

4 EXAMPLE 2: AN EPIDEMIC IN SWEDISTAN Pandemic influenza in a population with no immunity. Human Development Index set to HDI = 0.30 (similar to Congo). No air traffic, dirt roads between cities. Initial epidemic has two epicenters. Entire country has only one IDP camp for the ill and displaced (homeless). No public health efforts except near the IDP camp. Author: Loren Cobb Funding: Nat l Defence College of Sweden and the US Joint Staff (J8 Directorate) Project: STRATMAS II Date: 2001

5 EXAMPLE 3: RAIN FORECASTING Project Medard, Department of Nonlinear Modeling, Institute for Informatics, Czech Academy of Sciences,

6 WHAT DO THESE THREE PROBLEMS HAVE IN COMMON? Strongly nonlinear Solutions exhibit coherent, moving features: fire line, epidemic wave, weather front Data assimilation: ingesting data while the simulation is running standard Bayesian amplitude corrections often give nonphysical solutions position corrections needed in addition to amplitude Also, in wildfire and epidemic, statistical variability causes secondary fires and epidemics, which keep growing, do not dissipate

7 DATA ASSIMILATION The state-space model: the model state is a probability density p(u) Simulation updates the probability distribution by mapping it forward in time. Data given with an error estimate, as data likelihood p(u d) : the probability density of the state u given data d Bayesian update of the state: panalysis(u) = const p(u d)p(u) If all is Gaussian, in particular p(u d) = const exp(-(d-hu) T R -1 (d-hu)/2), we get new state mean Uanalysis = U + QH T (HQH T +R) -1 (d-hu) This formula is also used in the non-gaussian case anyway (also justified as least squares or maximum likelihood) Now the game is to estimate the state covariance Q

8 COVARIANCE ESTIMATION The classical Kalman filter evolves the state covariance Q assuming the model is linear. Optimal statistical interpolation (OSI) takes a human guess for the covariance Q Ensemble Kalman filter (EnKF) is a confluence of two techniques: Ensemble forecasting a.k.a. scenarios - the ensemble members are independent simulations: if it rains in 50% of the members we say that the probability of rain is 50% Estimation of the state covariance Q from the ensemble (e.g., by sample covariance) But this gives the EnKF analysis covariance too small. Fix: randomly perturb the data, or deterministically move of ensemble members to ensure correct sample covariance (adjustment EnKF, square root EnKF,...)

9 SOME OF THE CHALLENGES Large state vector (easily, in GB), large ensembles needed (often, 100s) Covariance estimates the state consists of several random fields on a physical domain: the covariance function between locations drops off with their distance (sample covariance with a small sample does not; it needs tapering) but the covariance function also changes with the location in the domain; it needs localization Non-gaussian probability distributions - the Holy Grail of data assimilation here, the locations of coherent features may have approximately gaussian distribution but the value of the field at a fixed location surely does not

10 SO WHAT IS NEW AND DIFFERENT IN THIS TALK? Optimal statistical interpolation by Fast Fourier Transform (FFT) - needs just a laptop instead of a supercomputer. Automatic tapering. Morphing - position corrections, not just amplitude, makes distributions close to gaussian. FFT EnKF - approximate the covariance by the diagonal of the sample covariance in the frequency space. Then, small ensembles are enough. Wavelet EnKF - provides also an automatic localization.

11 COVARIANCE ESTIMATION BY THE FFT APPROXIMATION BY THE DIAGONAL IN THE FREQUENCY SPACE Given covariance Ensemble of 5 random functions Sample covariance FFT estimation

12 MORPHING Moving coherent features: need also position correction Replace the state by an extended state: deformation of a reference field + a residual by automatic registration: multiscale optimization, also related to advection field found in radar analysis run the EnKF on the extended states: probability distributions closer to gaussian recover ensemble members from the deformation and the residual fields basically, replace linear combinations by morphs: Intermediate states in the middle created automatically from a linear combination of deformation fields and residual fields tricky: the right kind of combination to avoid ghosting

13 OPTIMAL STATISTICAL INTERPOLATION BY FFT Use negative power of Laplace operator for the covariance Green s function drops off from the diagonal, cheap FFT implementation Combined with morphing, example: rain fields Forecast Data Standard analysis Analysis with morphing Duplicate storm center

14 OPTIMAL STATISTICAL INTERPOLATION WITH MORPHING AND MISSING RADAR DATA Forecast OPERA radar data Analysis The storm line direction as well as the overall precipitation intensity are interpolated between the forecast and the data

15 MORPHING ENKF FOR A WILDFIRE SIMULATION Forecast Truth Analysis - standard EnKF breaks down Analysis - morphing EnKF OK

16 COVARIANCE ESTIMATION BY WAVELETS Wavelets are basis functions localized both in space. We use orthogonal wavelets; wavelet transform of a function consists of the coefficients of its expansion in a wavelet basis. Wavelet EnKF uses diagonal approximation of covariance: Apply the wavelet transform to ensemble members Compute the diagonal of the sample covariance in the wavelet space Apply the inverse wavelet transform Diagonal approximation of covariance in frequency and wavelet space has been justified for weather fields in other data assimilation contexts (Deckmyn and Berre 2005,..) An example of a wavelet: Coiflet 25

17 ORTHOGONAL WAVELET BASIS Wavelet value Wavelet number Obtained by shift and argument scaling of a single function, the mother wavelet Organized in octaves (the argument scaling): multiresolution structure

18 Position correction by morphing EnKF Data assimilation by FFT and wavelet transforms Optimal statistical interpolation by FFT Spectral EnKF by FFT and wavelets FFT AND WAVELET COVARIANCE ESTIMATIONS, 2 VARIABLES Covariance estimation, 2 variables Covariance, sample of 1000 Variable 1, sample of 5 Variable 2, sample of 5 Covariance, sample of 5 FFT estimation, sample of 5 Wavelet estimation, sample of 5 Estimation by FFT results in a distribution that is homogeneous in space, smearing the distribution across the domain. Wavelet estimation keeps the spatial structure, while filtering out spurious long-distance correlations. Jan Mandel, Jonathan D. Beezley, and Loren Cobb Spectral and morphing ensemble Kalman filters

19 DATA ASSIMILATION FOR EPIDEMIC SPREAD The standard S-I-R model (susceptible, infected, recovered) with a spatial diffusion added to model infection spread in space Key: the probability distribution of cases in an epidemic distribution is Poisson. Use the Poisson distribution, not gaussian, also to randomize the data in the EnKF, then all falls in place. Go back to the EnKF roots: statistical ensemble for the forecast and uncertainty estimation, but use the assumed covariance i.e., optimal statistical estimation

20 Bayesian Tracking using OSI Time 10 Truth Forecast Analysis

21 Bayesian Tracking using OSI Time 20 Truth Forecast Analysis

22 Bayesian Tracking using OSI Time 30 Truth Forecast Analysis

23 Bayesian Tracking using OSI Time 40 Truth Forecast Analysis

24 Bayesian Tracking using OSI Time 50 Truth Forecast Analysis

25 CONCLUSION Morphing and spectral ensemble filters have the potential to improve data assimilation in problems with moving coherent features, such as firelines in a wildfire, epidemic waves, and rain fronts. Encouraging preliminary results for optimal statistical interpolation (basically, assumed covariance) and estimation from small ensembles (well under 10), compared to 100s for standard ensemble filters. Spectral filters provide automatic tapering (essentially, an estimation of the covariance distance), and localization (estimation how the covariance distance changes from place to place). In progress, and future plans: estimate the cross-covariances for the fire and the rain applications time series data at a point morphing for the epidemics operational data assimilations systems

26 THANK YOU FOR YOUR ATTENTION!

27 REFERENCES Clark, T. L., Coen, J. L., Latham, D., 2004: Description of a coupled atmosphere-fire model. International Journal of Wildland Fire, 13, Clements, C. B., Zhong, S., Goodrick, S., Li, J., Potter, B. E., Bian, X., Heilman, W. E., Charney, J. J., Perna, R., Jang, M., Lee, D., Patel, M., Street, S., and Aumann, G.: Observing the dynamics of wildland grass fires FireFlux A field validation experiment, Bull. Amer. Meteorol. Soc., 88, Deckmyn, A. and L. Berre, 2005: A wavelet approach to representing background error covariances in a limited-area model. Monthly Weather Review, 133, Nina Dobrinkova, Georgi Jordanov, and Jan Mandel, WRF-Fire Applied in Bulgaria, Numerical Methods and Applications, Ivan Dimov, Stefka Dimova, and Natalia Kolkovska, eds., vol of Lecture Notes in Computer Science, Springer, Berlin/Heidelberg, 2011, pp G. Evensen. Data assimilation: The ensemble Kalman filter. Springer, Berlin, 2007 Georgi Jordanov, Jonathan D. Beezley, Nina Dobrinkova, Adam K. Kochanski, Jan Mandel, and Bedrich Sousedik, Simulation of the 2009 Harmanli fire, 8th International Conference on Large-Scale Scientific Computation, June 2011, Sozopol, Bulgaria. Lecture Notes in Computer Science, to appear. Ashok Krishnamurthy, Loren Cobb, Jan Mandel, and Jonathan D. Beezley, Bayesian Tracking of Emerging Epidemics Using Optimal Statistical Interpolation, 2010 Joint Statistical Meetings, Vancouver, Canada, July 31- August 5, 2010, Jonathan D. Beezley, Jan Mandel, and Loren Cobb, Wavelet Ensemble Kalman Filters, IEEE IDAACS Proceedings, 2011, accepted. Jan Mandel, Jonathan D. Beezley, Loren Cobb, and Ashok Krishnamurthy, Data Driven Computing by the Morphing Fast Fourier Transform Ensemble Kalman Filter in Epidemic Spread Simulations, Procedia Computer Science, vol 1, , Jan Mandel, Jonathan D. Beezley, Janice L. Coen, and Minjeong Kim, Data Assimilation for Wildland Fires: Ensemble Kalman filters in coupled atmosphere-surface models, IEEE Control Systems Magazine 29, Issue 3, June 2009, Jan Mandel, Jonathan D. Beezley, and Adam K. Kochanski, Coupled atmosphere-wildland fire modeling with WRF-Fire version 3.3, Geoscientific Model Development Discussions (GMDD) 4, , 2011 Edward G. Patton and Janice L. Coen, WRF-Fire: A Coupled Atmosphere-Fire Module for WRF, Preprints of Joint MM5/Weather Research and Forecasting Model Users' Workshop, Boulder, CO, June 22-25, 2004, pp , NCAR.

Spectral and morphing ensemble Kalman filters

Spectral and morphing ensemble Kalman filters Spectral and morphing ensemble Kalman filters Department of Mathematical and Statistical Sciences University of Colorado Denver 91st American Meteorological Society Annual Meeting Seattle, WA, January

More information

Spectral and morphing ensemble Kalman filters

Spectral and morphing ensemble Kalman filters Spectral and morphing ensemble Kalman filters Department of Mathematical and Statistical Sciences University of Colorado Denver 91st American Meteorological Society Annual Meeting Seattle, WA, January

More information

Wildland fire modeling on computer clusters

Wildland fire modeling on computer clusters Wildland fire modeling on computer clusters Jan Mandel 1, Jonathan D. Beezley 1, Nina Dobrinkova 2, Georgi Jordanov 2, Adam K. Kochanski 3, Volodymyr Y. Kondratenko 1, and Bedrich Sousedik 1 1 University

More information

Spectral Ensemble Kalman Filters

Spectral Ensemble Kalman Filters Spectral Ensemble Kalman Filters Jan Mandel 12, Ivan Kasanický 2, Martin Vejmelka 2, Kryštof Eben 2, Viktor Fugĺık 2, Marie Turčičová 2, Jaroslav Resler 2, and Pavel Juruš 2 1 University of Colorado Denver

More information

A wildland fire modeling and visualization environment

A wildland fire modeling and visualization environment A wildland fire modeling and visualization environment Jan Mandel, University of Colorado, Denver, CO; and J. D. Beezley, A. Kochanski, V. Y. Kondratenko, L. Zhang, E. Anderson, J. Daniels II, C. T. Silva,

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

arxiv: v1 [physics.ao-ph] 23 Jan 2009

arxiv: v1 [physics.ao-ph] 23 Jan 2009 A Brief Tutorial on the Ensemble Kalman Filter Jan Mandel arxiv:0901.3725v1 [physics.ao-ph] 23 Jan 2009 February 2007, updated January 2009 Abstract The ensemble Kalman filter EnKF) is a recursive filter

More information

A Brief Tutorial on the Ensemble Kalman Filter

A Brief Tutorial on the Ensemble Kalman Filter University of Colorado at Denver and Health Sciences Center A Brief Tutorial on the Ensemble Kalman Filter Jan Mandel February 2007 UCDHSC/CCM Report No. 242 CENTER FOR COMPUTATIONAL MATHEMATICS REPORTS

More information

Description of the fire scheme in WRF

Description of the fire scheme in WRF Description of the fire scheme in WRF March 8, 2010 1 Introduction The wildland fire model in WRF is an implementation of the semi-empirical fire propagation model developed in Coen (2005) and Clark et

More information

Convergence of the Ensemble Kalman Filter in Hilbert Space

Convergence of the Ensemble Kalman Filter in Hilbert Space Convergence of the Ensemble Kalman Filter in Hilbert Space Jan Mandel Center for Computational Mathematics Department of Mathematical and Statistical Sciences University of Colorado Denver Parts based

More information

Functional Data Assimilation with White-Noise Data Error and Applications to Assimilation of Active Fires Satellite Detection Data

Functional Data Assimilation with White-Noise Data Error and Applications to Assimilation of Active Fires Satellite Detection Data Functional Data Assimilation with White-Noise Data Error and Applications to Assimilation of Active Fires Satellite Detection Data Jan Mandel, University of Colorado Denver James Haley, University of Colorado

More information

HIGH-DIMENSIONAL DATA ASSIMILATION AND MORPHING ENSEMBLE KALMAN FILTERS WITH APPLICATIONS IN WILDFIRE MODELING. Jonathan D.

HIGH-DIMENSIONAL DATA ASSIMILATION AND MORPHING ENSEMBLE KALMAN FILTERS WITH APPLICATIONS IN WILDFIRE MODELING. Jonathan D. HIGH-DIMENSIONAL DATA ASSIMILATION AND MORPHING ENSEMBLE KALMAN FILTERS WITH APPLICATIONS IN WILDFIRE MODELING by Jonathan D. Beezley Bachelor of Science, University of Nebraska Lincoln, 2001 Master of

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

EnKF Review. P.L. Houtekamer 7th EnKF workshop Introduction to the EnKF. Challenges. The ultimate global EnKF algorithm

EnKF Review. P.L. Houtekamer 7th EnKF workshop Introduction to the EnKF. Challenges. The ultimate global EnKF algorithm Overview 1 2 3 Review of the Ensemble Kalman Filter for Atmospheric Data Assimilation 6th EnKF Purpose EnKF equations localization After the 6th EnKF (2014), I decided with Prof. Zhang to summarize progress

More information

Ergodicity in data assimilation methods

Ergodicity in data assimilation methods Ergodicity in data assimilation methods David Kelly Andy Majda Xin Tong Courant Institute New York University New York NY www.dtbkelly.com April 15, 2016 ETH Zurich David Kelly (CIMS) Data assimilation

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

Convergence of Square Root Ensemble Kalman Filters in the Large Ensemble Limit

Convergence of Square Root Ensemble Kalman Filters in the Large Ensemble Limit Convergence of Square Root Ensemble Kalman Filters in the Large Ensemble Limit Evan Kwiatkowski, Jan Mandel University of Colorado Denver December 11, 2014 OUTLINE 2 Data Assimilation Bayesian Estimation

More information

Efficient Implementation of the Ensemble Kalman Filter

Efficient Implementation of the Ensemble Kalman Filter University of Colorado at Denver and Health Sciences Center Efficient Implementation of the Ensemble Kalman Filter Jan Mandel May 2006 UCDHSC/CCM Report No. 231 CENTER FOR COMPUTATIONAL MATHEMATICS REPORTS

More information

Lagrangian Data Assimilation and Its Application to Geophysical Fluid Flows

Lagrangian Data Assimilation and Its Application to Geophysical Fluid Flows Lagrangian Data Assimilation and Its Application to Geophysical Fluid Flows Laura Slivinski June, 3 Laura Slivinski (Brown University) Lagrangian Data Assimilation June, 3 / 3 Data Assimilation Setup:

More information

A wildland fire model with data assimilation

A wildland fire model with data assimilation A wildland fire model with data assimilation Jan Mandel,a,b, Lynn S. Bennethum a, Jonathan D. Beezley a, Janice L. Coen b, Craig C. Douglas c,d, Minjeong Kim a, and Anthony Vodacek e arxiv:0709.0086v2

More information

Ensemble Kalman Filter based snow data assimilation

Ensemble Kalman Filter based snow data assimilation Ensemble Kalman Filter based snow data assimilation (just some ideas) FMI, Sodankylä, 4 August 2011 Jelena Bojarova Sequential update problem Non-linear state space problem Tangent-linear state space problem

More information

UNDERSTANDING DATA ASSIMILATION APPLICATIONS TO HIGH-LATITUDE IONOSPHERIC ELECTRODYNAMICS

UNDERSTANDING DATA ASSIMILATION APPLICATIONS TO HIGH-LATITUDE IONOSPHERIC ELECTRODYNAMICS Monday, June 27, 2011 CEDAR-GEM joint workshop: DA tutorial 1 UNDERSTANDING DATA ASSIMILATION APPLICATIONS TO HIGH-LATITUDE IONOSPHERIC ELECTRODYNAMICS Tomoko Matsuo University of Colorado, Boulder Space

More information

Bayesian Tracking of Emerging Epidemics Using Ensemble Optimal Statistical Interpolation (EnOSI)

Bayesian Tracking of Emerging Epidemics Using Ensemble Optimal Statistical Interpolation (EnOSI) Bayesian Tracking of Emerging Epidemics Using Ensemble Optimal Statistical Interpolation (EnOSI) Ashok Krishnamurthy Loren Cobb Jan Mandel Jonathan Beezley Abstract We explore the use of the optimal statistical

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

Assimilation of cloud/precipitation data at regional scales

Assimilation of cloud/precipitation data at regional scales Assimilation of cloud/precipitation data at regional scales Thomas Auligné National Center for Atmospheric Research auligne@ucar.edu Acknowledgments to: Steven Cavallo, David Dowell, Aimé Fournier, Hans

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

Addressing the nonlinear problem of low order clustering in deterministic filters by using mean-preserving non-symmetric solutions of the ETKF

Addressing the nonlinear problem of low order clustering in deterministic filters by using mean-preserving non-symmetric solutions of the ETKF Addressing the nonlinear problem of low order clustering in deterministic filters by using mean-preserving non-symmetric solutions of the ETKF Javier Amezcua, Dr. Kayo Ide, Dr. Eugenia Kalnay 1 Outline

More information

DATA ASSIMILATION FOR FLOOD FORECASTING

DATA ASSIMILATION FOR FLOOD FORECASTING DATA ASSIMILATION FOR FLOOD FORECASTING Arnold Heemin Delft University of Technology 09/16/14 1 Data assimilation is the incorporation of measurement into a numerical model to improve the model results

More information

Improving GFS 4DEnVar Hybrid Data Assimilation System Using Time-lagged Ensembles

Improving GFS 4DEnVar Hybrid Data Assimilation System Using Time-lagged Ensembles Improving GFS 4DEnVar Hybrid Data Assimilation System Using Time-lagged Ensembles Bo Huang and Xuguang Wang School of Meteorology University of Oklahoma, Norman, OK, USA Acknowledgement: Junkyung Kay (OU);

More information

Radar data assimilation using a modular programming approach with the Ensemble Kalman Filter: preliminary results

Radar data assimilation using a modular programming approach with the Ensemble Kalman Filter: preliminary results Radar data assimilation using a modular programming approach with the Ensemble Kalman Filter: preliminary results I. Maiello 1, L. Delle Monache 2, G. Romine 2, E. Picciotti 3, F.S. Marzano 4, R. Ferretti

More information

A new Hierarchical Bayes approach to ensemble-variational data assimilation

A new Hierarchical Bayes approach to ensemble-variational data assimilation A new Hierarchical Bayes approach to ensemble-variational data assimilation Michael Tsyrulnikov and Alexander Rakitko HydroMetCenter of Russia College Park, 20 Oct 2014 Michael Tsyrulnikov and Alexander

More information

Convective-scale data assimilation in the Weather Research and Forecasting model using a nonlinear ensemble filter

Convective-scale data assimilation in the Weather Research and Forecasting model using a nonlinear ensemble filter Convective-scale data assimilation in the Weather Research and Forecasting model using a nonlinear ensemble filter Jon Poterjoy, Ryan Sobash, and Jeffrey Anderson National Center for Atmospheric Research

More information

Seminar: Data Assimilation

Seminar: Data Assimilation Seminar: Data Assimilation Jonas Latz, Elisabeth Ullmann Chair of Numerical Mathematics (M2) Technical University of Munich Jonas Latz, Elisabeth Ullmann (TUM) Data Assimilation 1 / 28 Prerequisites Bachelor:

More information

The Canadian approach to ensemble prediction

The Canadian approach to ensemble prediction The Canadian approach to ensemble prediction ECMWF 2017 Annual seminar: Ensemble prediction : past, present and future. Pieter Houtekamer Montreal, Canada Overview. The Canadian approach. What are the

More information

A Stochastic Collocation based. for Data Assimilation

A Stochastic Collocation based. for Data Assimilation A Stochastic Collocation based Kalman Filter (SCKF) for Data Assimilation Lingzao Zeng and Dongxiao Zhang University of Southern California August 11, 2009 Los Angeles Outline Introduction SCKF Algorithm

More information

Lagrangian Data Assimilation and Manifold Detection for a Point-Vortex Model. David Darmon, AMSC Kayo Ide, AOSC, IPST, CSCAMM, ESSIC

Lagrangian Data Assimilation and Manifold Detection for a Point-Vortex Model. David Darmon, AMSC Kayo Ide, AOSC, IPST, CSCAMM, ESSIC Lagrangian Data Assimilation and Manifold Detection for a Point-Vortex Model David Darmon, AMSC Kayo Ide, AOSC, IPST, CSCAMM, ESSIC Background Data Assimilation Iterative process Forecast Analysis Background

More information

PREDICTOR-CORRECTOR AND MORPHING ENSEMBLE FILTERS FOR THE ASSIMILATION OF SPARSE DATA INTO HIGH-DIMENSIONAL NONLINEAR SYSTEMS

PREDICTOR-CORRECTOR AND MORPHING ENSEMBLE FILTERS FOR THE ASSIMILATION OF SPARSE DATA INTO HIGH-DIMENSIONAL NONLINEAR SYSTEMS PREDICTOR-CORRECTOR AND MORPHING ENSEMBLE FILTERS FOR THE ASSIMILATION OF SPARSE DATA INTO HIGH-DIMENSIONAL NONLINEAR SYSTEMS Jan Mandel and Jonathan D. Beezley University of Colorado at Denver and Health

More information

The Canadian Land Data Assimilation System (CaLDAS)

The Canadian Land Data Assimilation System (CaLDAS) The Canadian Land Data Assimilation System (CaLDAS) Marco L. Carrera, Stéphane Bélair, Bernard Bilodeau and Sheena Solomon Meteorological Research Division, Environment Canada Dorval, QC, Canada 2 nd Workshop

More information

Relative Merits of 4D-Var and Ensemble Kalman Filter

Relative Merits of 4D-Var and Ensemble Kalman Filter Relative Merits of 4D-Var and Ensemble Kalman Filter Andrew Lorenc Met Office, Exeter International summer school on Atmospheric and Oceanic Sciences (ISSAOS) "Atmospheric Data Assimilation". August 29

More information

Fundamentals of Data Assimilation

Fundamentals of Data Assimilation National Center for Atmospheric Research, Boulder, CO USA GSI Data Assimilation Tutorial - June 28-30, 2010 Acknowledgments and References WRFDA Overview (WRF Tutorial Lectures, H. Huang and D. Barker)

More information

Preliminary Test of Glider Data Assimilation Along the Labrador Sea Shelf Break

Preliminary Test of Glider Data Assimilation Along the Labrador Sea Shelf Break Preliminary Test of Glider Data Assimilation Along the Labrador Sea Shelf Break Third Annual VITALS Science Meeting October 19, 2015 Changheng Chen, K. Andrea Scott Department of Systems Design Engineering

More information

Accelerating the spin-up of Ensemble Kalman Filtering

Accelerating the spin-up of Ensemble Kalman Filtering Accelerating the spin-up of Ensemble Kalman Filtering Eugenia Kalnay * and Shu-Chih Yang University of Maryland Abstract A scheme is proposed to improve the performance of the ensemble-based Kalman Filters

More information

Introduction to Ensemble Kalman Filters and the Data Assimilation Research Testbed

Introduction to Ensemble Kalman Filters and the Data Assimilation Research Testbed Introduction to Ensemble Kalman Filters and the Data Assimilation Research Testbed Jeffrey Anderson, Tim Hoar, Nancy Collins NCAR Institute for Math Applied to Geophysics pg 1 What is Data Assimilation?

More information

Development and research of GSI based hybrid EnKF Var data assimilation for HWRF to improve hurricane prediction

Development and research of GSI based hybrid EnKF Var data assimilation for HWRF to improve hurricane prediction Development and research of GSI based hybrid EnKF Var data assimilation for HWRF to improve hurricane prediction Xuguang Wang, Xu Lu, Yongzuo Li School of Meteorology University of Oklahoma, Norman, OK,

More information

The hybrid ETKF- Variational data assimilation scheme in HIRLAM

The hybrid ETKF- Variational data assimilation scheme in HIRLAM The hybrid ETKF- Variational data assimilation scheme in HIRLAM (current status, problems and further developments) The Hungarian Meteorological Service, Budapest, 24.01.2011 Nils Gustafsson, Jelena Bojarova

More information

Fundamentals of Data Assimila1on

Fundamentals of Data Assimila1on 2015 GSI Community Tutorial NCAR Foothills Campus, Boulder, CO August 11-14, 2015 Fundamentals of Data Assimila1on Milija Zupanski Cooperative Institute for Research in the Atmosphere Colorado State University

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

(Extended) Kalman Filter

(Extended) Kalman Filter (Extended) Kalman Filter Brian Hunt 7 June 2013 Goals of Data Assimilation (DA) Estimate the state of a system based on both current and all past observations of the system, using a model for the system

More information

P7.1 STUDY ON THE OPTIMAL SCANNING STRATEGIES OF PHASE-ARRAY RADAR THROUGH ENSEMBLE KALMAN FILTER ASSIMILATION OF SIMULATED DATA

P7.1 STUDY ON THE OPTIMAL SCANNING STRATEGIES OF PHASE-ARRAY RADAR THROUGH ENSEMBLE KALMAN FILTER ASSIMILATION OF SIMULATED DATA P7.1 STUDY ON THE OPTIMAL SCANNING STRATEGIES OF PHASE-ARRAY RADAR THROUGH ENSEMBLE KALMAN FILTER ASSIMILATION OF SIMULATED DATA Ting Lei 1, Ming Xue 1,, Tianyou Yu 3 and Michihiro Teshiba 3 1 Center for

More information

THE IMPACT OF DIFFERENT DATA FIELDS ON STORM-SSCALE DATA ASSIMILATION

THE IMPACT OF DIFFERENT DATA FIELDS ON STORM-SSCALE DATA ASSIMILATION JP1J.3 THE IMPACT OF DIFFERENT DATA FIELDS ON STORM-SSCALE DATA ASSIMILATION Guoqing Ge 1,2,*, Jidong Gao 1, Kelvin Droegemeier 1,2 Center for Analysis and Prediction of Storms, University of Oklahoma,

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

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

3.23 IMPROVING VERY-SHORT-TERM STORM PREDICTIONS BY ASSIMILATING RADAR AND SATELLITE DATA INTO A MESOSCALE NWP MODEL

3.23 IMPROVING VERY-SHORT-TERM STORM PREDICTIONS BY ASSIMILATING RADAR AND SATELLITE DATA INTO A MESOSCALE NWP MODEL 3.23 IMPROVING VERY-SHORT-TERM STORM PREDICTIONS BY ASSIMILATING RADAR AND SATELLITE DATA INTO A MESOSCALE NWP MODEL Q. Zhao 1*, J. Cook 1, Q. Xu 2, and P. Harasti 3 1 Naval Research Laboratory, Monterey,

More information

Fundamentals of Data Assimila1on

Fundamentals of Data Assimila1on 014 GSI Community Tutorial NCAR Foothills Campus, Boulder, CO July 14-16, 014 Fundamentals of Data Assimila1on Milija Zupanski Cooperative Institute for Research in the Atmosphere Colorado State University

More information

Stochastic Collocation Methods for Polynomial Chaos: Analysis and Applications

Stochastic Collocation Methods for Polynomial Chaos: Analysis and Applications Stochastic Collocation Methods for Polynomial Chaos: Analysis and Applications Dongbin Xiu Department of Mathematics, Purdue University Support: AFOSR FA955-8-1-353 (Computational Math) SF CAREER DMS-64535

More information

Data assimilation in high dimensions

Data assimilation in high dimensions Data assimilation in high dimensions David Kelly Kody Law Andy Majda Andrew Stuart Xin Tong Courant Institute New York University New York NY www.dtbkelly.com February 3, 2016 DPMMS, University of Cambridge

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

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

Ensemble Data Assimilation and Uncertainty Quantification

Ensemble Data Assimilation and Uncertainty Quantification Ensemble Data Assimilation and Uncertainty Quantification Jeff Anderson National Center for Atmospheric Research pg 1 What is Data Assimilation? Observations combined with a Model forecast + to produce

More information

Deterministic and Ensemble Storm scale Lightning Data Assimilation

Deterministic and Ensemble Storm scale Lightning Data Assimilation LI Mission Advisory Group & GOES-R Science Team Workshop 27-29 May 2015 Deterministic and Ensemble Storm scale Lightning Data Assimilation Don MacGorman, Ted Mansell (NOAA/National Severe Storms Lab) Alex

More information

LATE REQUEST FOR A SPECIAL PROJECT

LATE REQUEST FOR A SPECIAL PROJECT LATE REQUEST FOR A SPECIAL PROJECT 2016 2018 MEMBER STATE: Italy Principal Investigator 1 : Affiliation: Address: E-mail: Other researchers: Project Title: Valerio Capecchi LaMMA Consortium - Environmental

More information

Ting Lei, Xuguang Wang University of Oklahoma, Norman, OK, USA. Wang and Lei, MWR, Daryl Kleist (NCEP): dual resolution 4DEnsVar

Ting Lei, Xuguang Wang University of Oklahoma, Norman, OK, USA. Wang and Lei, MWR, Daryl Kleist (NCEP): dual resolution 4DEnsVar GSI-based four dimensional ensemble-variational (4DEnsVar) data assimilation: formulation and single resolution experiments with real data for NCEP GFS Ting Lei, Xuguang Wang University of Oklahoma, Norman,

More information

11280 Electrical Resistivity Tomography Time-lapse Monitoring of Three-dimensional Synthetic Tracer Test Experiments

11280 Electrical Resistivity Tomography Time-lapse Monitoring of Three-dimensional Synthetic Tracer Test Experiments 11280 Electrical Resistivity Tomography Time-lapse Monitoring of Three-dimensional Synthetic Tracer Test Experiments M. Camporese (University of Padova), G. Cassiani* (University of Padova), R. Deiana

More information

A Note on the Particle Filter with Posterior Gaussian Resampling

A Note on the Particle Filter with Posterior Gaussian Resampling Tellus (6), 8A, 46 46 Copyright C Blackwell Munksgaard, 6 Printed in Singapore. All rights reserved TELLUS A Note on the Particle Filter with Posterior Gaussian Resampling By X. XIONG 1,I.M.NAVON 1,2 and

More information

New Fast Kalman filter method

New Fast Kalman filter method New Fast Kalman filter method Hojat Ghorbanidehno, Hee Sun Lee 1. Introduction Data assimilation methods combine dynamical models of a system with typically noisy observations to obtain estimates of the

More information

Assimilation in the PBL

Assimilation in the PBL Assimilation in the PBL Joshua Hacker hacker@ucar.edu National Center for Atmospheric Research, Research Applications Program Data Assimilation Initiative review, Sept 2004 p.1/17 Outline DAI in my world

More information

Gaussian Process Approximations of Stochastic Differential Equations

Gaussian Process Approximations of Stochastic Differential Equations Gaussian Process Approximations of Stochastic Differential Equations Cédric Archambeau Centre for Computational Statistics and Machine Learning University College London c.archambeau@cs.ucl.ac.uk CSML

More information

MCMC 2: Lecture 2 Coding and output. Phil O Neill Theo Kypraios School of Mathematical Sciences University of Nottingham

MCMC 2: Lecture 2 Coding and output. Phil O Neill Theo Kypraios School of Mathematical Sciences University of Nottingham MCMC 2: Lecture 2 Coding and output Phil O Neill Theo Kypraios School of Mathematical Sciences University of Nottingham Contents 1. General (Markov) epidemic model 2. Non-Markov epidemic model 3. Debugging

More information

Data assimilation in high dimensions

Data assimilation in high dimensions Data assimilation in high dimensions David Kelly Courant Institute New York University New York NY www.dtbkelly.com February 12, 2015 Graduate seminar, CIMS David Kelly (CIMS) Data assimilation February

More information

Toward a Dynamic Data Driven Application System for Wildfire Simulation

Toward a Dynamic Data Driven Application System for Wildfire Simulation Toward a Dynamic Data Driven Application System for Wildfire Simulation Jan Mandel, Lynn S. Bennethum, Mingshi Chen, Janice L. Coen, Craig C. Douglas, Leopoldo P. Franca, Craig J. Johns, Minjeong Kim,

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

Comparing Variational, Ensemble-based and Hybrid Data Assimilations at Regional Scales

Comparing Variational, Ensemble-based and Hybrid Data Assimilations at Regional Scales Comparing Variational, Ensemble-based and Hybrid Data Assimilations at Regional Scales Meng Zhang and Fuqing Zhang Penn State University Xiang-Yu Huang and Xin Zhang NCAR 4 th EnDA Workshop, Albany, NY

More information

Gaussian Process Approximations of Stochastic Differential Equations

Gaussian Process Approximations of Stochastic Differential Equations Gaussian Process Approximations of Stochastic Differential Equations Cédric Archambeau Dan Cawford Manfred Opper John Shawe-Taylor May, 2006 1 Introduction Some of the most complex models routinely run

More information

Exploiting Sensor Spatial Correlation for Dynamic Data Driven Simulation of Wildfire

Exploiting Sensor Spatial Correlation for Dynamic Data Driven Simulation of Wildfire Exploiting Sensor Spatial Correlation for Dynamic Data Driven Simulation of Wildfire Haidong Xue and Xiaolin Hu Computer Science Department Georgia State University Atlanta USA Abstract Dynamic data driven

More information

Pose tracking of magnetic objects

Pose tracking of magnetic objects Pose tracking of magnetic objects Niklas Wahlström Department of Information Technology, Uppsala University, Sweden Novmber 13, 2017 niklas.wahlstrom@it.uu.se Seminar Vi2 Short about me 2005-2010: Applied

More information

Model error and parameter estimation

Model error and parameter estimation Model error and parameter estimation Chiara Piccolo and Mike Cullen ECMWF Annual Seminar, 11 September 2018 Summary The application of interest is atmospheric data assimilation focus on EDA; A good ensemble

More information

Targeted Observations of Tropical Cyclones Based on the

Targeted Observations of Tropical Cyclones Based on the Targeted Observations of Tropical Cyclones Based on the Adjoint-Derived Sensitivity Steering Vector Chun-Chieh Wu, Po-Hsiung Lin, Jan-Huey Chen, and Kun-Hsuan Chou Department of Atmospheric Sciences, National

More information

AMPS Update June 2016

AMPS Update June 2016 AMPS Update June 2016 Kevin W. Manning Jordan G. Powers Mesoscale and Microscale Meteorology Laboratory National Center for Atmospheric Research Boulder, CO 11 th Antarctic Meteorological Observation,

More information

Objective localization of ensemble covariances: theory and applications

Objective localization of ensemble covariances: theory and applications Institutionnel Grand Public Objective localization of ensemble covariances: theory and applications Yann Michel1, B. Me ne trier2 and T. Montmerle1 Professionnel (1) Me te o-france & CNRS, Toulouse, France

More information

Juli I. Rubin. NRC Postdoctoral Research Associate Naval Research Laboratory, Monterey, CA

Juli I. Rubin. NRC Postdoctoral Research Associate Naval Research Laboratory, Monterey, CA Development of the Ensemble Navy Aerosol Analysis Prediction System and its application of the Data Assimilation Research Testbed in Support of Aerosol Forecasting Juli I. Rubin NRC Postdoctoral Research

More information

Local Ensemble Transform Kalman Filter

Local Ensemble Transform Kalman Filter Local Ensemble Transform Kalman Filter Brian Hunt 11 June 2013 Review of Notation Forecast model: a known function M on a vector space of model states. Truth: an unknown sequence {x n } of model states

More information

Adaptive ensemble Kalman filtering of nonlinear systems

Adaptive ensemble Kalman filtering of nonlinear systems Adaptive ensemble Kalman filtering of nonlinear systems Tyrus Berry George Mason University June 12, 213 : Problem Setup We consider a system of the form: x k+1 = f (x k ) + ω k+1 ω N (, Q) y k+1 = h(x

More information

Towards a probabilistic hydrological forecasting and data assimilation system. Henrik Madsen DHI, Denmark

Towards a probabilistic hydrological forecasting and data assimilation system. Henrik Madsen DHI, Denmark Towards a probabilistic hydrological forecasting and data assimilation system Henrik Madsen DHI, Denmark Outline Hydrological forecasting Data assimilation framework Data assimilation experiments Concluding

More information

Data assimilation; comparison of 4D-Var and LETKF smoothers

Data assimilation; comparison of 4D-Var and LETKF smoothers Data assimilation; comparison of 4D-Var and LETKF smoothers Eugenia Kalnay and many friends University of Maryland CSCAMM DAS13 June 2013 Contents First part: Forecasting the weather - we are really getting

More information

Uncertainty in Models of the Ocean and Atmosphere

Uncertainty in Models of the Ocean and Atmosphere Uncertainty in Models of the Ocean and Atmosphere Robert N. Miller College of Oceanic and Atmospheric Sciences Oregon State University Corvallis, OR 97330 Uncertainty in Models of the Ocean and Atmosphere

More information

A Spectral Approach to Linear Bayesian Updating

A Spectral Approach to Linear Bayesian Updating A Spectral Approach to Linear Bayesian Updating Oliver Pajonk 1,2, Bojana V. Rosic 1, Alexander Litvinenko 1, and Hermann G. Matthies 1 1 Institute of Scientific Computing, TU Braunschweig, Germany 2 SPT

More information

The National Weather Service of the Future: Building a Weather-Ready Nation

The National Weather Service of the Future: Building a Weather-Ready Nation The of the Future: Building a Weather-Ready Nation Dr. Louis W. Uccellini Director, NOAA Assistant Administrator for Weather Services NCEP Production Suite Review December 2, 2014 Outline Building a Weather-Ready

More information

Smoothers: Types and Benchmarks

Smoothers: Types and Benchmarks Smoothers: Types and Benchmarks Patrick N. Raanes Oxford University, NERSC 8th International EnKF Workshop May 27, 2013 Chris Farmer, Irene Moroz Laurent Bertino NERSC Geir Evensen Abstract Talk builds

More information

13A. 4 Analysis and Impact of Super-obbed Doppler Radial Velocity in the NCEP Grid-point Statistical Interpolation (GSI) Analysis System

13A. 4 Analysis and Impact of Super-obbed Doppler Radial Velocity in the NCEP Grid-point Statistical Interpolation (GSI) Analysis System 13A. 4 Analysis and Impact of Super-obbed Doppler Radial Velocity in the NCEP Grid-point Statistical Interpolation (GSI) Analysis System Shun Liu 1, Ming Xue 1,2, Jidong Gao 1,2 and David Parrish 3 1 Center

More information

Mesoscale Predictability of Terrain Induced Flows

Mesoscale Predictability of Terrain Induced Flows Mesoscale Predictability of Terrain Induced Flows Dale R. Durran University of Washington Dept. of Atmospheric Sciences Box 3516 Seattle, WA 98195 phone: (206) 543-74 fax: (206) 543-0308 email: durrand@atmos.washington.edu

More information

Assimilating cloud information from satellite cloud products with an Ensemble Kalman Filter at the convective scale

Assimilating cloud information from satellite cloud products with an Ensemble Kalman Filter at the convective scale Assimilating cloud information from satellite cloud products with an Ensemble Kalman Filter at the convective scale Annika Schomburg, Christoph Schraff This work was funded by the EUMETSAT fellowship programme.

More information

ABSTRACT 3 RADIAL VELOCITY ASSIMILATION IN BJRUC 3.1 ASSIMILATION STRATEGY OF RADIAL

ABSTRACT 3 RADIAL VELOCITY ASSIMILATION IN BJRUC 3.1 ASSIMILATION STRATEGY OF RADIAL REAL-TIME RADAR RADIAL VELOCITY ASSIMILATION EXPERIMENTS IN A PRE-OPERATIONAL FRAMEWORK IN NORTH CHINA Min Chen 1 Ming-xuan Chen 1 Shui-yong Fan 1 Hong-li Wang 2 Jenny Sun 2 1 Institute of Urban Meteorology,

More information

AN ENSEMBLE STRATEGY FOR ROAD WEATHER APPLICATIONS

AN ENSEMBLE STRATEGY FOR ROAD WEATHER APPLICATIONS 11.8 AN ENSEMBLE STRATEGY FOR ROAD WEATHER APPLICATIONS Paul Schultz 1 NOAA Research - Forecast Systems Laboratory Boulder, Colorado 1. INTRODUCTION In 1999 the Federal Highways Administration (FHWA) initiated

More information

Application of Mean Recentering Scheme to Improve the Typhoon Track Forecast: A Case Study of Typhoon Nanmadol (2011) Chih-Chien Chang, Shu-Chih Yang

Application of Mean Recentering Scheme to Improve the Typhoon Track Forecast: A Case Study of Typhoon Nanmadol (2011) Chih-Chien Chang, Shu-Chih Yang 6 th EnKF workshop Application of Mean Recentering Scheme to Improve the Typhoon Track Forecast: A Case Study of Typhoon Nanmadol (2011) Chih-Chien Chang, Shu-Chih Yang National Central University, Taiwan

More information

Implementation and evaluation of a regional data assimilation system based on WRF-LETKF

Implementation and evaluation of a regional data assimilation system based on WRF-LETKF Implementation and evaluation of a regional data assimilation system based on WRF-LETKF Juan José Ruiz Centro de Investigaciones del Mar y la Atmosfera (CONICET University of Buenos Aires) With many thanks

More information

16. Data Assimilation Research Team

16. Data Assimilation Research Team 16. Data Assimilation Research Team 16.1. Team members Takemasa Miyoshi (Team Leader) Shigenori Otsuka (Postdoctoral Researcher) Juan J. Ruiz (Visiting Researcher) Keiichi Kondo (Student Trainee) Yukiko

More information

Using a high-resolution ensemble modeling method to inform risk-based decision-making at Taylor Park Dam, Colorado

Using a high-resolution ensemble modeling method to inform risk-based decision-making at Taylor Park Dam, Colorado Using a high-resolution ensemble modeling method to inform risk-based decision-making at Taylor Park Dam, Colorado Michael J. Mueller 1, Kelly Mahoney 2, Kathleen Holman 3, David Gochis 4 1 Cooperative

More information

Efficient Data Assimilation for Spatiotemporal Chaos: a Local Ensemble Transform Kalman Filter

Efficient Data Assimilation for Spatiotemporal Chaos: a Local Ensemble Transform Kalman Filter Efficient Data Assimilation for Spatiotemporal Chaos: a Local Ensemble Transform Kalman Filter arxiv:physics/0511236 v1 28 Nov 2005 Brian R. Hunt Institute for Physical Science and Technology and Department

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

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