Efficient implementation of inverse variance-covariance matrices in variational data assimilation systems

Size: px
Start display at page:

Download "Efficient implementation of inverse variance-covariance matrices in variational data assimilation systems"

Transcription

1 ERAD THE SENVENTH EUROPEAN CONFERENCE ON RADAR IN METEOROLOGY AND HYDROLOGY Efficient implementation of inverse variance-covariance matrices in variational data assimilation systems Dominik Jacques, Isztar Zawadzki J. S. Marshall Radar Observatory, McGill University 805 Sherbrooke St. W., Montreal, Quebec, Canada, H3A 2K6 dominik.jacques@mail.mcgill.ca May 17, Introduction We are investigating the correlation of model and observation errors in the context of radar data assimilation at the mesoscale. When radar measurements are performed, various factors such as beam averaging and varying drop size distributions will lead to errors that are correlated in time and space. In the framework of data assimilation, error correlations are represented by the non-diagonal terms in the variance-covariance (vc) matrices appearing in the cost function. In this research, we are demonstrating a method to efficiently consider non-diagonal inverse vc matrices. In the most standard form of a data-assimilation cost function, J(x) = [x x b ] T B 1 [x x b ] + [h(x) y] T R 1 [h(x) y] (1) we require the final analysis x to be a compromise between the background term from the model x b and the observations y. The operator mapping model variables to observation is symbolized by h( ). B and R are the vc matrices representing model and observation errors respectively. The relative magnitude of elements composing these matrices will determine which of the model or observations will have the most impact on the analysis. Off diagonal elements of these matrices represent the covariance of errors between neighboring data points. Historically, error correlations have been neglected (Sun and Crook 1997; Xu et al. 1994, among others) and vc matrices were assumed diagonal. This simplification was made for two main reasons. First, the true structure of error correlations is unknown. Second, the numerical cost of using non-diagonal vc matrices was (and still is) prohibitive. One of the most tangible consequence of considering error correlations is the generation of smooth analyses. In atmospheric retrievals, where number of parameters to estimate is very large, smoothness is a severe constraint that greatly helps convergence to a plausible solution. It is interesting to observe that the developers of the earliest retrieval systems (where error correlation were neglected) acknowledged the need smooth analyses. They achieved this by including smoothness constraints to their cost functions, an empirical method to simulate the use of an isotropic and homogeneous background vc matrix. In more recent years, the recursive filters (Purser et al. 2003) have been proposed to perform the same task. This method allows an efficient implementation of background error correlations that is consistent with the cost function formulation. In this aspect, recursive filters improved over smoothness constraints. In its function, the exponential correlations we are proposing are comparable to the recursive filters. which are presented in section 3 of the present document. The demonstration of exponential covariances is given in section 4. Assimilation metrics demonstrating the usefulness of cyclical insertion of observations are then presented in sections 5. Before we explain different methods for representing non-diagonal terms in assimilation, it is worthwhile to demonstrate the comparative effect of multiplying a vector by a vc matrix and its inverse. This will give a more intuitive notion of the role of these matrices in data assimilation. 2 Multiplication of a vector by a variance-covariance matrix For this example, we let z be a 1D error vector. In this section, we illustrate the multiplication of z by an vc matrix and its inverse as it is the case in eq. 1. Lets consider the correlation between elements of the error vector z. It seems reasonable to assume that the closer two data points are, the more correlated their error should be. This assumption is the basis for modeling the correlation of errors by functions decreasing with increasing distance between points. We here define δ ij as the spatial distance

2 separating any two points with index i and j in z. Gaussian and exponential functions are common models for the correlation or errors. These functions can be used to construct a generic vc matrix L using the following formulae Gaussian ) L ij = exp ( (δij)2 σ 2 Exponential ( L ij = exp δij σ ) (2) where the parameter σ controls the dispersion (the spread) of both the Gaussian and the exponential correlation function. Figure 1 illustrates the effect of multiplying a correlated error vector z by the corresponding inverse vc matrix L 1. We can observe that L 1 transforms a correlated vector into a uncorrelated one. As such the inverse of a vc matrix can be thought of as a roughing operator. Conversely, an uncorrelated vector will be smoothed when multiplied by L. Counter intuitively, it is the inclusion of L 1, a roughing operator, in the cost function that imposes a smooth analysis field. When we are using the inverse of exponential vc matrices, we are parametrizing this roughing operator. On the other hand, the recursive filters emulate the multiplication of a vector by a vc matrix itself. This explains the necessity to rewrite eq. 1 in order for it to be a function of The vc matrix B rather than its inverse B 1. It is worthwhile to write down the key steps of this procedure as this will highlight some of the limitations of this technique. Figure 1: Applying a variance-covariance matrix L on a vector y consisting of 100 independent samples from a Normal distribution produces the correlated field z. The original vector y can be recovered by applying the inverse of the covariance matrix L 1 on the correlated field z. 3 Simulating background error correlation: The recursive filter The Recursive filter is a numerically efficient method for simulating the convolution with a Gaussian kernel. For example, to simulate Ly in the previous figure, information from neighboring points would be recursively mixed from left to right y i = αy i 1 + (1 α)y i for i = 1,..., n (3) and then from right to left. y i = αy i+1 + (1 α)y i for i = n,..., 1 (4) The parameter α determines in which proportion the information from two neighboring points will be mixed. Purser et al. (2003), describe the relation between α and the dispersion σ of a Gaussian function. Several passes (the successive application of eq. 3 and 4) of the recursive filter converge to a convolution with a Gaussian kernel. In order to take advantage of the recursive filters, the cost function must then be rewritten so that the inverse of the background vc matrix is no more required. Only the main steps are reproduced here. Purser et al. (2003) and Lewis et al. (2066) can be consulted for full derivation of the cost function in this form. First, the analysis vector x is defined as an increment δx to the background x b x = x b + δx (5) and the observation operator h( ) is replaced by a linearization of itself H about the background. h(x b + δx) h(x b ) + Hδx. (6) We also define a variable d representing the distance between the observations y and the background x b. d = y h(x b ) (7)

3 The explicit computation of B 1 is avoided through a variable change. with δx = Cχ (8) B = CC T (9) By including eqns. 5-9 into eq. 1 we obtain the cost function in its incremental and preconditioned form. J(χ) = χ T χ + [HCχ d] T R 1 [HCχ d] (10) In this form, the computation of B 1 becomes unnecessary and the recursive filters are used to efficiently emulate multiplication by the matrix C. Using the analogy between matrix multiplication and convolutions, Oliver (1995) shows that square root of a Gaussian convolution kernel is also Gaussian. Using his results, we find that C is a Gaussian with a spread σ C = σ B / 2. The fact that the square root of a Gaussian B is also a Gaussian make possible the use of recursive filter to represent a Gaussian covariance matrix B. Analytical consistence throughout the derivations gives an advantage to the recursive filters with respect to the smoothness constraint. Additionally, the smoothing effect of including background error correlations is very intuitive. However, this formulation does not allow to take observation errors R 1 into account. Also, the recursive filter is an intrinsically serial algorithm that would be very difficult to implement in parallel to speed-up computations on large domains. We are proposing the use of exponential covariances as an answers to these limitations. 4 Exponential covariances and the direct application of inverse vc matrices The following clues allow us to conjecture that atmospheric errors errors may decay exponentially rather than following a Gaussian function. 1.0 Correlation LWC(DSD) - LWC(Reflectivity) dbz dbz time [min] Figure 2: The temporal auto-correlation of errors made by estimating Liquid Water Content (LWC) through a single Z-R relationship during a stratiform precipitation event. These errors were computed using disdrometric measurements allowing estimation of reflectivity and true LWC (Zawadzki et al in this conference). Dash lines are exponential functions fitted to observations. First is an argument based on the general structure of atmospheric fields. Energy cascade leads to atmospheric fields with auto-correlations decaying exponentially in space and time. This was demonstrated for dynamical fields in general (Kolmogorov 1941) and precipitation fields (Fabry 1996) in particular. One can suppose that the exponential decay is also a valid model for the observation errors of such fields. Another clue comes from looking at maps of differences between radar observations and model output at the continental scales. These differences combine both model and observation errors and cannot easily be interpreted. However, these fields display exponential correlation. Could both these errors decay exponentially? Yet another argument for exponential covariances, comes from a study on the natural variability of drop size distributions (DSD) by Zawadzki et al. (2012 see presentation in this conference). In fig. 2, we show that the error induced by

4 choosing a single Z-R relationship in a environment where DSD s are naturally variable lead to exponentially correlated errors in time. If we assume that fields are stationary over such timescales, spatial errors would also by exponentially correlated. The true error structure of both the background and the observations are flow dependent and vary in time and space. We here make the assumption that representing these errors with a isotropic and homogeneous exponential decay is a good first-order approximation. 4.1 Parametrizing R 1 for exponential correlations The inverse of a vc matrix built using exponentially decaying covariances (eq. 2) is very sparse. This is illustrated in fig. 3. In the case of a 1D field, R 1 is tridiagonal. In 2D the inverse is slightly more complicated but nevertheless mostly empty. This holds true for 3D fields. 1D field 2D field Figure 3: Exponential variance-covariance matrix Land its inverse L 1 for 1D and 2D error fields. Matrices are color coded with warmer colors indicating positive values and black indicating null entries. A cross-section of each matrix is plotted on the right hand side to illustrate the shape in the matrix. By taking advantage of the sparse nature of exponential inverse vc matrices, the numerical cost of using them in the cost function is no longer prohibitive. This avoids the need to rewrite the cost function in incremental form and allows to specify error correlations of both the background and observations. Here is how we parametrize R 1 by defining a stencil that can be applied to the desired error vector. First we choose the dispersion σ required to built R using eq. 2. The dispersion should be set according to experiments such as depicted in fig. 2. Int the experiments presented here, σ = 3km was chosen in every direction. We then build a L for a small domain with the same grid spacing as the assimilation domain. The small domain make numerical inversion of L possible. Note that inversion needs to be performed only once as the significant entries of L 1 are saved in a lookup table. 5 Results and Discussion Inverse exponential covariance functions have been implemented in McGill s assimilation system. The main conclusions of this inclusion are briefly discussed here. First, convergence to the final analysis is slower with the exponential covariance than with the recursive filters. Because of this exponential covariances are numerically more expensive. This extra cost might however be beneficial. MAS uses model equations residuals as weak constraints to complement ambiguous radar measurements, (Chung et al. 2009). It turns out that these equations can be better minimized using exponential covariance than with the recursive filters and the smoothness constraints. Second, no mater the method for introducing covariances in assimilation, assimilation of radar data will fail if the background instability cannot lead to a thunderstorm. This turns out to be the greatest of all problems for mesoscale assimilation. Unless the background s instability is sufficient for a thunderstorm to be triggered at the location of observations, the assimilation will fail to seed a thunderstorm in the model. For this purpose, we use a crude version of latent heat nudging.

5 This consists in increasing the moisture content of the atmosphere where precipitation is observed at the beginning of the assimilation. This method works well. So well in fact that one could wonder why we should perform an expensive assimilation at all. The following figure is included to demonstrate that assimilation leads to better analyses than simple latent heat nudging. The two top panels of this figure depict the observational terms of the cost function as a function of time. We can observe that errors with respect to Doppler velocity and Reflectivity observations are lower when the assimilation is performed. The discontinuities in these lines occurs every five minutes when assimilation is performed. The bottom two panels show the magnitude of two model residual terms. If both latent heat nudging and full assimilation start out with similar values, full assimilation achieves lower values towards the end of the run. This indicates that the assimilation succeeds in seeding a thunderstorm with minimal generation of spurious gravity waves. Full assimilation Convective buble Doppler velocity errors Rain water errors u-momentum eqn residuals cloud water equation residuals :04 16:08 16:13 16:17 16:22 16:26 16:31 16:35 16:40 time Figure 4: A full assimilation run using exponential covariances is compared to a convective bubble seeded using latent heat nudging. The assimilation run displays less errors with respect to observations (two top panels) and lower model equation residuals (two bottom panels). Lower equation residuals imply the generation of a lower level of (sometimes) spurious gravity waves in the vicinity of the thunderstorm. 6 Conclusion Visual inspection of atmospheric analyses and cost function terms such as fig. 4 demonstrate the direct inclusion of inverse exponential vc matrices as a valid option for including error covariance in assimilation systems. The idea of using the simple structure of inverse exponential vc matrices has been suggested in various sources (Oliver 1998; Sun and Crook 2001; Tarantola 2005; Stewart 2009) but it is often overlooked in assimilation systems. We here promote its use since this method has two main advantages over the recursive filters. First, it is much simpler to implement. Second, it can be applied to both the background (B 1 ) and observation (R 1 ) errors. Third, this method is better suited for parallel implementation. Successful assimilation requires specification of moisture fields not constrained by radar observations. This is where will be directed our future work. References Chung, K.-S., I. Zawadzki, M. K. Yau, and L. Fillion, 2009: Short-term forecasting of a midlatitude convective storm by the assimilation of single doppler radar observations. Monthly Weather Review. Fabry, F., 1996: On the determination of scales ranges for precipitation fields. Journal of Geophysical research, 101,

6 Kolmogorov, A., 1941: The local structure of turbulence in incompressible viscous fluid for very large reynolds numbers. C. R. Acad. Sci. U.S.S.R., 30, Lewis, M., John, S. Lakshmivarahan, and D. S. K., 2066: Dynamic Data Assimilation: A Least Squares Approach. Cambridge University Press. Oliver, D., 1995: Moving averages for gaussian simulation in two and three dimensions. Mathematical Geology, 27, , /BF : Calculation of the inverse of the covariance. Mathematical Geology, 30, , /A: Purser, R. J., W.-S. Wu, D. F. Parrish, and N. M. Roberts, 2003: Numerical Aspects of the Application of Recursive Filters to Variational Statistical Analysis. Part I: Spatially Homogeneous and Isotropic Gaussian Covariances. Monthly Weather Review, 131, Stewart, L. M., 2009: Correlated observation errors in data assimilation. Ph.D. thesis, University of Reading. Sun, J. and N. A. Crook, 1997: Dynamical and microphysical retrieval from doppler radar observations using a cloud model and its adjoint. part i: Model development and simulated data experiments. Journal of the Atmospheric Sciences, 54, : Real-time low-level wind and temperature analysis using single wsr-88d data. Weather and Forecasting, 16, Tarantola, A., 2005: Inverse Problem Theory and Methods for Model Parameter Estimation. SIAM. Xu, Q., C.-J. Qiu, and J.-X. Yu, 1994: Adjoint-method retrievals of low-altitude wind fields from single-doppler reflectivity measured during phoenix ii. Journal of Atmospheric and Oceanic Technology, 11,

Impact of Assimilating Radar Radial Wind in the Canadian High Resolution

Impact of Assimilating Radar Radial Wind in the Canadian High Resolution Impact of Assimilating Radar Radial Wind in the Canadian High Resolution 12B.5 Ensemble Kalman Filter System Kao-Shen Chung 1,2, Weiguang Chang 1, Luc Fillion 1,2, Seung-Jong Baek 1,2 1 Department of Atmospheric

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

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

Anisotropic spatial filter that is based on flow-dependent background error structures is implemented and tested.

Anisotropic spatial filter that is based on flow-dependent background error structures is implemented and tested. Special Topics 3DVAR Analysis/Retrieval of 3D water vapor from GPS slant water data Liu, H. and M. Xue, 2004: 3DVAR retrieval of 3D moisture field from slant-path water vapor observations of a high-resolution

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

2B.6 LATEST DEVELOPMENT OF 3DVAR SYSTEM FOR ARPS AND ITS APPLICATION TO A TORNADIC SUPERCELL STORM. Guoqing Ge * and Jidong Gao

2B.6 LATEST DEVELOPMENT OF 3DVAR SYSTEM FOR ARPS AND ITS APPLICATION TO A TORNADIC SUPERCELL STORM. Guoqing Ge * and Jidong Gao 2B.6 LATEST DEVELOPMENT OF 3DVAR SYSTEM FOR ARPS AND ITS APPLICATION TO A TORNADIC SUPERCELL STORM Guoqing Ge * and Jidong Gao Center for Analysis and Prediction of Storms and school of meteorology, University

More information

The University of Reading

The University of Reading The University of Reading Radial Velocity Assimilation and Experiments with a Simple Shallow Water Model S.J. Rennie 2 and S.L. Dance 1,2 NUMERICAL ANALYSIS REPORT 1/2008 1 Department of Mathematics 2

More information

New Applications and Challenges In Data Assimilation

New Applications and Challenges In Data Assimilation New Applications and Challenges In Data Assimilation Met Office Nancy Nichols University of Reading 1. Observation Part Errors 1. Applications Coupled Ocean-Atmosphere Ensemble covariances for coupled

More information

Variational data assimilation of lightning with WRFDA system using nonlinear observation operators

Variational data assimilation of lightning with WRFDA system using nonlinear observation operators Variational data assimilation of lightning with WRFDA system using nonlinear observation operators Virginia Tech, Blacksburg, Virginia Florida State University, Tallahassee, Florida rstefane@vt.edu, inavon@fsu.edu

More information

In the derivation of Optimal Interpolation, we found the optimal weight matrix W that minimizes the total analysis error variance.

In the derivation of Optimal Interpolation, we found the optimal weight matrix W that minimizes the total analysis error variance. hree-dimensional variational assimilation (3D-Var) In the derivation of Optimal Interpolation, we found the optimal weight matrix W that minimizes the total analysis error variance. Lorenc (1986) showed

More information

results, azimuthal over-sampling and rapid update Y. Umemoto 1, 2, T. Lei 3, T. -Y. Yu 1, 2 and M. Xue 3, 4

results, azimuthal over-sampling and rapid update Y. Umemoto 1, 2, T. Lei 3, T. -Y. Yu 1, 2 and M. Xue 3, 4 P9.5 Examining the Impact of Spatial and Temporal Resolutions of Phased-Array Radar on EnKF Analysis of Convective Storms Using OSSEs - Modeling Observation Errors Y. Umemoto, 2, T. Lei 3, T. -Y. Yu, 2

More information

A Comparison between the 4DVAR and the Ensemble Kalman Filter Techniques for Radar Data Assimilation

A Comparison between the 4DVAR and the Ensemble Kalman Filter Techniques for Radar Data Assimilation NOVEMBER 2005 C A Y A E T A L. 3081 A Comparison between the 4DVAR and the Ensemble Kalman Filter Techniques for Radar Data Assimilation A. CAYA, J.SUN, AND C. SNYDER National Center for Atmospheric Research,*

More information

Lateral Boundary Conditions

Lateral Boundary Conditions Lateral Boundary Conditions Introduction For any non-global numerical simulation, the simulation domain is finite. Consequently, some means of handling the outermost extent of the simulation domain its

More information

P4.11 SINGLE-DOPPLER RADAR WIND-FIELD RETRIEVAL EXPERIMENT ON A QUALIFIED VELOCITY-AZIMUTH PROCESSING TECHNIQUE

P4.11 SINGLE-DOPPLER RADAR WIND-FIELD RETRIEVAL EXPERIMENT ON A QUALIFIED VELOCITY-AZIMUTH PROCESSING TECHNIQUE P4.11 SINGLE-DOPPLER RADAR WIND-FIELD RETRIEVAL EXPERIMENT ON A QUALIFIED VELOCITY-AZIMUTH PROCESSING TECHNIQUE Yongmei Zhou and Roland Stull University of British Columbia, Vancouver, BC, Canada Robert

More information

Rainfall attractors and predictability

Rainfall attractors and predictability Rainfall attractors and predictability Aitor Atencia, Isztar Zawadzki and Frédéric Fabry J.S. Marshall Observatory, Department of Atmospheric and Oceanic Sciences, McGill University McGill Department of

More information

5. General Circulation Models

5. General Circulation Models 5. General Circulation Models I. 3-D Climate Models (General Circulation Models) To include the full three-dimensional aspect of climate, including the calculation of the dynamical transports, requires

More information

Experiments with Idealized Supercell Simulations

Experiments with Idealized Supercell Simulations Latent Heat Nudging in almo: Experiments with Idealized Supercell Simulations Daniel Leuenberger and Andrea Rossa MeteoSwiss Talk Outline Introduction Supercell Storms Characteristics Reference simulation

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

Errors in surface rainfall rates retrieved from radar due to wind-drift

Errors in surface rainfall rates retrieved from radar due to wind-drift ATMOSPHERIC SCIENCE LETTERS Atmos. Sci. Let. 6: 71 77 (2) Published online in Wiley InterScience (www.interscience.wiley.com). DOI:.2/asl.96 Errors in surface rainfall rates retrieved from radar due to

More information

The Planetary Boundary Layer and Uncertainty in Lower Boundary Conditions

The Planetary Boundary Layer and Uncertainty in Lower Boundary Conditions The Planetary Boundary Layer and Uncertainty in Lower Boundary Conditions Joshua Hacker National Center for Atmospheric Research hacker@ucar.edu Topics The closure problem and physical parameterizations

More information

Progress in Latent Heat Nudging Real Case Studies

Progress in Latent Heat Nudging Real Case Studies Progress in Latent Heat Nudging Real Case Studies RADVOR-OP, supported by LAWA Stefan Klink FE 12 Data Assimilation stefan.klink@dwd.de 24.09.2003-1 - Progress in Latent Heat Nudging Real Case Studies

More information

The Impact of Background Error on Incomplete Observations for 4D-Var Data Assimilation with the FSU GSM

The Impact of Background Error on Incomplete Observations for 4D-Var Data Assimilation with the FSU GSM The Impact of Background Error on Incomplete Observations for 4D-Var Data Assimilation with the FSU GSM I. Michael Navon 1, Dacian N. Daescu 2, and Zhuo Liu 1 1 School of Computational Science and Information

More information

Error Covariance Estimation and Representation for Mesoscale Data Assimilation

Error Covariance Estimation and Representation for Mesoscale Data Assimilation Error Covariance Estimation and Representation for Mesoscale Data Assimilation Dr. Qin Xu CIMMS, University of Oklahoma, 100 E. Boyd (Rm 1110), Norman, OK 73019 phone: (405) 325-3041 fax: (405) 325-7614

More information

On the Influence of Assumed Drop Size Distribution Form on Radar-Retrieved Thunderstorm Microphysics

On the Influence of Assumed Drop Size Distribution Form on Radar-Retrieved Thunderstorm Microphysics FEBRUARY 2006 B R A N D E S E T A L. 259 On the Influence of Assumed Drop Size Distribution Form on Radar-Retrieved Thunderstorm Microphysics EDWARD A. BRANDES, GUIFU ZHANG, AND JUANZHEN SUN National Center

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

A Study of the Error Covariance Matrix of Radar Rainfall Estimates in Stratiform Rain

A Study of the Error Covariance Matrix of Radar Rainfall Estimates in Stratiform Rain DECEMBER 2008 B E R E N G U E R A N D Z A W A D Z K I 1085 A Study of the Error Covariance Matrix of Radar Rainfall Estimates in Stratiform Rain MARC BERENGUER AND ISZTAR ZAWADZKI J. S. Marshall Radar

More information

Simple Examples. Let s look at a few simple examples of OI analysis.

Simple Examples. Let s look at a few simple examples of OI analysis. Simple Examples Let s look at a few simple examples of OI analysis. Example 1: Consider a scalar prolem. We have one oservation y which is located at the analysis point. We also have a ackground estimate

More information

Impact of GPS and TMI Precipitable Water Data on Mesoscale Numerical Weather Prediction Model Forecasts

Impact of GPS and TMI Precipitable Water Data on Mesoscale Numerical Weather Prediction Model Forecasts Journal of the Meteorological Society of Japan, Vol. 82, No. 1B, pp. 453--457, 2004 453 Impact of GPS and TMI Precipitable Water Data on Mesoscale Numerical Weather Prediction Model Forecasts Ko KOIZUMI

More information

A Framework for Daily Spatio-Temporal Stochastic Weather Simulation

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

More information

Diagnosing the Intercept Parameter for Exponential Raindrop Size Distribution Based on Video Disdrometer Observations: Model Development

Diagnosing the Intercept Parameter for Exponential Raindrop Size Distribution Based on Video Disdrometer Observations: Model Development Diagnosing the Intercept Parameter for Exponential Raindrop Size Distribution Based on Video Disdrometer Observations: Model Development Guifu Zhang 1, Ming Xue 1,2, Qing Cao 1 and Daniel Dawson 1,2 1

More information

Assimilation of Satellite Infrared Brightness Temperatures and Doppler Radar Observations in a High-Resolution OSSE

Assimilation of Satellite Infrared Brightness Temperatures and Doppler Radar Observations in a High-Resolution OSSE Assimilation of Satellite Infrared Brightness Temperatures and Doppler Radar Observations in a High-Resolution OSSE Jason Otkin and Becky Cintineo University of Wisconsin-Madison, Cooperative Institute

More information

Assimilation Techniques (4): 4dVar April 2001

Assimilation Techniques (4): 4dVar April 2001 Assimilation echniques (4): 4dVar April By Mike Fisher European Centre for Medium-Range Weather Forecasts. able of contents. Introduction. Comparison between the ECMWF 3dVar and 4dVar systems 3. he current

More information

A new mesoscale NWP system for Australia

A new mesoscale NWP system for Australia A new mesoscale NWP system for Australia www.cawcr.gov.au Peter Steinle on behalf of : Earth System Modelling (ESM) and Weather&Environmental Prediction (WEP) Research Programs, CAWCR Data Assimilation

More information

25.1 Air Masses. Section 25.1 Objectives

25.1 Air Masses. Section 25.1 Objectives Section 25.1 Objectives Explain how an air mass forms. List the four main types of air masses. Describe how air masses affect the weather of North America. Air Masses 25.1 Air Masses Differences in air

More information

Some Applications of WRF/DART

Some Applications of WRF/DART Some Applications of WRF/DART Chris Snyder, National Center for Atmospheric Research Mesoscale and Microscale Meteorology Division (MMM), and Institue for Mathematics Applied to Geoscience (IMAGe) WRF/DART

More information

Prospects for radar and lidar cloud assimilation

Prospects for radar and lidar cloud assimilation Prospects for radar and lidar cloud assimilation Marta Janisková, ECMWF Thanks to: S. Di Michele, E. Martins, A. Beljaars, S. English, P. Lopez, P. Bauer ECMWF Seminar on the Use of Satellite Observations

More information

Parallel Algorithms for Four-Dimensional Variational Data Assimilation

Parallel Algorithms for Four-Dimensional Variational Data Assimilation Parallel Algorithms for Four-Dimensional Variational Data Assimilation Mie Fisher ECMWF October 24, 2011 Mie Fisher (ECMWF) Parallel 4D-Var October 24, 2011 1 / 37 Brief Introduction to 4D-Var Four-Dimensional

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

Doppler radial wind spatially correlated observation error: operational implementation and initial results

Doppler radial wind spatially correlated observation error: operational implementation and initial results Doppler radial wind spatially correlated observation error: operational implementation and initial results D. Simonin, J. Waller, G. Kelly, S. Ballard,, S. Dance, N. Nichols (Met Office, University of

More information

Brian J. Etherton University of North Carolina

Brian J. Etherton University of North Carolina Brian J. Etherton University of North Carolina The next 90 minutes of your life Data Assimilation Introit Different methodologies Barnes Analysis in IDV NWP Error Sources 1. Intrinsic Predictability Limitations

More information

Chengsi Liu 1, Ming Xue 1, 2, Youngsun Jung 1, Lianglv Chen 3, Rong Kong 1 and Jingyao Luo 3 ISDA 2019

Chengsi Liu 1, Ming Xue 1, 2, Youngsun Jung 1, Lianglv Chen 3, Rong Kong 1 and Jingyao Luo 3 ISDA 2019 Development of Optimized Radar Data Assimilation Capability within the Fully Coupled EnKF EnVar Hybrid System for Convective Permitting Ensemble Forecasting and Testing via NOAA Hazardous Weather Testbed

More information

ATMOSPHERIC SCIENCE-ATS (ATS)

ATMOSPHERIC SCIENCE-ATS (ATS) Atmospheric Science-ATS (ATS) 1 ATMOSPHERIC SCIENCE-ATS (ATS) Courses ATS 150 Science of Global Climate Change Credits: 3 (3-0-0) Physical basis of climate change. Energy budget of the earth, the greenhouse

More information

way and atmospheric models

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

More information

The Choice of Variable for Atmospheric Moisture Analysis DEE AND DA SILVA. Liz Satterfield AOSC 615

The Choice of Variable for Atmospheric Moisture Analysis DEE AND DA SILVA. Liz Satterfield AOSC 615 The Choice of Variable for Atmospheric Moisture Analysis DEE AND DA SILVA Liz Satterfield AOSC 615 Which variable to use for atmospheric moisture analysis? Met Office, Australian Bureau of Meteorology

More information

Aviation Hazards: Thunderstorms and Deep Convection

Aviation Hazards: Thunderstorms and Deep Convection Aviation Hazards: Thunderstorms and Deep Convection TREND Diagnosis of thunderstorm hazards using imagery Contents Satellite imagery Visible, infrared, water vapour Basic cloud identification Identifying

More information

NRL Four-dimensional Variational Radar Data Assimilation for Improved Near-term and Short-term Storm Prediction

NRL Four-dimensional Variational Radar Data Assimilation for Improved Near-term and Short-term Storm Prediction NRL Marine Meteorology Division, Monterey, California NRL Four-dimensional Variational Radar Data Assimilation for Improved Near-term and Short-term Storm Prediction Allen Zhao, Teddy Holt, Paul Harasti,

More information

Implementation and Evaluation of WSR-88D Radial Velocity Data Assimilation for WRF-NMM via GSI

Implementation and Evaluation of WSR-88D Radial Velocity Data Assimilation for WRF-NMM via GSI Implementation and Evaluation of WSR-88D Radial Velocity Data Assimilation for WRF-NMM via GSI Shun Liu 1, Ming Xue 1,2 1 Center for Analysis and Prediction of Storms and 2 School of Meteorology University

More information

Lecture 2. Turbulent Flow

Lecture 2. Turbulent Flow Lecture 2. Turbulent Flow Note the diverse scales of eddy motion and self-similar appearance at different lengthscales of this turbulent water jet. If L is the size of the largest eddies, only very small

More information

Wind and turbulence experience strong gradients in vegetation. How do we deal with this? We have to predict wind and turbulence profiles through the

Wind and turbulence experience strong gradients in vegetation. How do we deal with this? We have to predict wind and turbulence profiles through the 1 2 Wind and turbulence experience strong gradients in vegetation. How do we deal with this? We have to predict wind and turbulence profiles through the canopy. 3 Next we discuss turbulence in the canopy.

More information

MODEL TYPE (Adapted from COMET online NWP modules) 1. Introduction

MODEL TYPE (Adapted from COMET online NWP modules) 1. Introduction MODEL TYPE (Adapted from COMET online NWP modules) 1. Introduction Grid point and spectral models are based on the same set of primitive equations. However, each type formulates and solves the equations

More information

Mesoscale meteorological models. Claire L. Vincent, Caroline Draxl and Joakim R. Nielsen

Mesoscale meteorological models. Claire L. Vincent, Caroline Draxl and Joakim R. Nielsen Mesoscale meteorological models Claire L. Vincent, Caroline Draxl and Joakim R. Nielsen Outline Mesoscale and synoptic scale meteorology Meteorological models Dynamics Parametrizations and interactions

More information

Boundary Layer Meteorology. Chapter 2

Boundary Layer Meteorology. Chapter 2 Boundary Layer Meteorology Chapter 2 Contents Some mathematical tools: Statistics The turbulence spectrum Energy cascade, The spectral gap Mean and turbulent parts of the flow Some basic statistical methods

More information

Chapter (3) TURBULENCE KINETIC ENERGY

Chapter (3) TURBULENCE KINETIC ENERGY Chapter (3) TURBULENCE KINETIC ENERGY 3.1 The TKE budget Derivation : The definition of TKE presented is TKE/m= e = 0.5 ( u 2 + v 2 + w 2 ). we recognize immediately that TKE/m is nothing more than the

More information

IMPACTS OF SPATIAL OBSERVATION ERROR CORRELATION IN ATMOSPHERIC MOTION VECTORS ON DATA ASSIMILATION

IMPACTS OF SPATIAL OBSERVATION ERROR CORRELATION IN ATMOSPHERIC MOTION VECTORS ON DATA ASSIMILATION Proceedings for the 13 th International Winds Workshop 27 June - 1 July 2016, Monterey, California, USA IMPACTS OF SPATIAL OBSERVATION ERROR CORRELATION IN ATMOSPHERIC MOTION VECTORS ON DATA ASSIMILATION

More information

*Corresponding author address: Charles Barrere, Weather Decision Technologies, 1818 W Lindsey St, Norman, OK

*Corresponding author address: Charles Barrere, Weather Decision Technologies, 1818 W Lindsey St, Norman, OK P13R.11 Hydrometeorological Decision Support System for the Lower Colorado River Authority *Charles A. Barrere, Jr. 1, Michael D. Eilts 1, and Beth Clarke 2 1 Weather Decision Technologies, Inc. Norman,

More information

Anisotropic Error Distributions in a Bistatic Doppler Radar System

Anisotropic Error Distributions in a Bistatic Doppler Radar System JUNE 003 TAKAYA AND NAKAZATO 833 Anisotropic Error Distributions in a Bistatic Doppler Radar System YOSHIMASA TAKAYA AND MASAHISA NAKAZATO Meteorological Research Institute, Nagamine, Tsukuba, Japan (Manuscript

More information

May 17, earthsciencechapter24.notebook. Apr 8 10:54 AM Review. Grade:9th. Subject:Earth Science. Date:4/8.

May 17, earthsciencechapter24.notebook. Apr 8 10:54 AM Review. Grade:9th. Subject:Earth Science. Date:4/8. Apr 8 10:54 AM 24.1 Review Grade:9th Subject:Earth Science Date:4/8 Apr 8 9:29 AM 1 1 As lower layers of air are warmed... A the air rises B winds form C the air dries D the air sinks Apr 8 9:49 AM 2 What

More information

Derivation of AMVs from single-level retrieved MTG-IRS moisture fields

Derivation of AMVs from single-level retrieved MTG-IRS moisture fields Derivation of AMVs from single-level retrieved MTG-IRS moisture fields Laura Stewart MetOffice Reading, Meteorology Building, University of Reading, Reading, RG6 6BB Abstract The potential to derive AMVs

More information

Introduction to Data Assimilation

Introduction to Data Assimilation Introduction to Data Assimilation Alan O Neill Data Assimilation Research Centre University of Reading What is data assimilation? Data assimilation is the technique whereby observational data are combined

More information

Module 11: Meteorology Topic 5 Content: Weather Maps Notes

Module 11: Meteorology Topic 5 Content: Weather Maps Notes Introduction A variety of weather maps are produced by the National Weather Service and National Oceanographic Atmospheric Administration. These maps are used to help meteorologists accurately predict

More information

Note the diverse scales of eddy motion and self-similar appearance at different lengthscales of the turbulence in this water jet. Only eddies of size

Note the diverse scales of eddy motion and self-similar appearance at different lengthscales of the turbulence in this water jet. Only eddies of size L Note the diverse scales of eddy motion and self-similar appearance at different lengthscales of the turbulence in this water jet. Only eddies of size 0.01L or smaller are subject to substantial viscous

More information

Improved Fields of Satellite-Derived Ocean Surface Turbulent Fluxes of Energy and Moisture

Improved Fields of Satellite-Derived Ocean Surface Turbulent Fluxes of Energy and Moisture Improved Fields of Satellite-Derived Ocean Surface Turbulent Fluxes of Energy and Moisture First year report on NASA grant NNX09AJ49G PI: Mark A. Bourassa Co-Is: Carol Anne Clayson, Shawn Smith, and Gary

More information

Tangent-linear and adjoint models in data assimilation

Tangent-linear and adjoint models in data assimilation Tangent-linear and adjoint models in data assimilation Marta Janisková and Philippe Lopez ECMWF Thanks to: F. Váňa, M.Fielding 2018 Annual Seminar: Earth system assimilation 10-13 September 2018 Tangent-linear

More information

EXPERIMENTAL ASSIMILATION OF SPACE-BORNE CLOUD RADAR AND LIDAR OBSERVATIONS AT ECMWF

EXPERIMENTAL ASSIMILATION OF SPACE-BORNE CLOUD RADAR AND LIDAR OBSERVATIONS AT ECMWF EXPERIMENTAL ASSIMILATION OF SPACE-BORNE CLOUD RADAR AND LIDAR OBSERVATIONS AT ECMWF Marta Janisková, Sabatino Di Michele, Edouard Martins ECMWF, Shinfield Park, Reading, U.K. Abstract Space-borne active

More information

P1.17 SENSITIVITY OF THE RETRIEVAL OF STRATOCUMULUS CLOUD LIQUID WATER AND PRECIPITATION FLUX TO DOPPLER RADAR PARAMETERS

P1.17 SENSITIVITY OF THE RETRIEVAL OF STRATOCUMULUS CLOUD LIQUID WATER AND PRECIPITATION FLUX TO DOPPLER RADAR PARAMETERS P1.17 SENSITIVITY OF THE RETRIEVAL OF STRATOCUMULUS CLOUD LIQUID WATER AND PRECIPITATION FLUX TO DOPPLER RADAR PARAMETERS Yefim L. Kogan*, Zena N. Kogan, and David B. Mechem Cooperative Institute for Mesoscale

More information

EnKF Localization Techniques and Balance

EnKF Localization Techniques and Balance EnKF Localization Techniques and Balance Steven Greybush Eugenia Kalnay, Kayo Ide, Takemasa Miyoshi, and Brian Hunt Weather Chaos Meeting September 21, 2009 Data Assimilation Equation Scalar form: x a

More information

THE CHARACTERISTICS OF DROP SIZE DISTRIBUTIONS AND CLASSIFICATIONS OF CLOUD TYPES USING GUDUCK WEATHER RADAR, BUSAN, KOREA

THE CHARACTERISTICS OF DROP SIZE DISTRIBUTIONS AND CLASSIFICATIONS OF CLOUD TYPES USING GUDUCK WEATHER RADAR, BUSAN, KOREA THE CHARACTERISTICS OF DROP SIZE DISTRIBUTIONS AND CLASSIFICATIONS OF CLOUD TYPES USING GUDUCK WEATHER RADAR, BUSAN, KOREA Dong-In Lee 1, Min Jang 1, Cheol-Hwan You 2, Byung-Sun Kim 2, Jae-Chul Nam 3 Dept.

More information

Meteorology 311. RADAR Fall 2016

Meteorology 311. RADAR Fall 2016 Meteorology 311 RADAR Fall 2016 What is it? RADAR RAdio Detection And Ranging Transmits electromagnetic pulses toward target. Tranmission rate is around 100 s pulses per second (318-1304 Hz). Short silent

More information

Numerical methods for the Navier- Stokes equations

Numerical methods for the Navier- Stokes equations Numerical methods for the Navier- Stokes equations Hans Petter Langtangen 1,2 1 Center for Biomedical Computing, Simula Research Laboratory 2 Department of Informatics, University of Oslo Dec 6, 2012 Note:

More information

ERAD Enhancement of precipitation by liquid carbon dioxide seeding. Proceedings of ERAD (2002): c Copernicus GmbH 2002

ERAD Enhancement of precipitation by liquid carbon dioxide seeding. Proceedings of ERAD (2002): c Copernicus GmbH 2002 Proceedings of ERAD (2002): 150 154 c Copernicus GmbH 2002 ERAD 2002 Enhancement of precipitation by liquid carbon dioxide seeding K. Nishiyama 1, K. Wakimizu 2, Y. Suzuki 2, H. Yoshikoshi 2, and N. Fukuta

More information

Multivariate Correlations: Applying a Dynamic Constraint and Variable Localization in an Ensemble Context

Multivariate Correlations: Applying a Dynamic Constraint and Variable Localization in an Ensemble Context Multivariate Correlations: Applying a Dynamic Constraint and Variable Localization in an Ensemble Context Catherine Thomas 1,2,3, Kayo Ide 1 Additional thanks to Daryl Kleist, Eugenia Kalnay, Takemasa

More information

Prototype Instabilities

Prototype Instabilities Prototype Instabilities David Randall Introduction Broadly speaking, a growing atmospheric disturbance can draw its kinetic energy from two possible sources: the kinetic and available potential energies

More information

Chapter 1. Introduction

Chapter 1. Introduction Chapter 1. Introduction In this class, we will examine atmospheric phenomena that occurs at the mesoscale, including some boundary layer processes, convective storms, and hurricanes. We will emphasize

More information

Nonlinear Retrieval of Single Doppler Radar Wind Field Using Wavelet

Nonlinear Retrieval of Single Doppler Radar Wind Field Using Wavelet Nonlinear Retrieval of Single Doppler Radar Wind Field Using Wavelet Wenzhong Ge and Guoqing Liu Department of Atmospheric Science Nanjing University Nanjing, China 210097 email: wzge@pub.jlonline.com

More information

Introduction to Linear Systems

Introduction to Linear Systems cfl David J Fleet, 998 Introduction to Linear Systems David Fleet For operator T, input I, and response R = T [I], T satisfies: ffl homogeniety: iff T [ai] = at[i] 8a 2 C ffl additivity: iff T [I + I 2

More information

9D.3 THE INFLUENCE OF VERTICAL WIND SHEAR ON DEEP CONVECTION IN THE TROPICS

9D.3 THE INFLUENCE OF VERTICAL WIND SHEAR ON DEEP CONVECTION IN THE TROPICS 9D.3 THE INFLUENCE OF VERTICAL WIND SHEAR ON DEEP CONVECTION IN THE TROPICS Ulrike Wissmeier, Robert Goler University of Munich, Germany 1 Introduction One does not associate severe storms with the tropics

More information

3D radar reflectivity mosaics based on a variational method

3D radar reflectivity mosaics based on a variational method ERAD 1 - THE SEVENTH EUROPEAN ONFERENE ON RADAR IN METEOROLOGY AND HYDROLOGY 3D radar reflectivity mosaics based on a variational method Jordi Roca-Sancho, Marc erenguer, Daniel Sempere-Torres entre de

More information

REQUIREMENTS FOR WEATHER RADAR DATA. Review of the current and likely future hydrological requirements for Weather Radar data

REQUIREMENTS FOR WEATHER RADAR DATA. Review of the current and likely future hydrological requirements for Weather Radar data WORLD METEOROLOGICAL ORGANIZATION COMMISSION FOR BASIC SYSTEMS OPEN PROGRAMME AREA GROUP ON INTEGRATED OBSERVING SYSTEMS WORKSHOP ON RADAR DATA EXCHANGE EXETER, UK, 24-26 APRIL 2013 CBS/OPAG-IOS/WxR_EXCHANGE/2.3

More information

SPI Analyze data to identify events associated with heat convection in the atmosphere. SPI Recognize the connection between the

SPI Analyze data to identify events associated with heat convection in the atmosphere. SPI Recognize the connection between the SPI 0607.8.1 - Analyze data to identify events associated with heat convection in the atmosphere. SPI 0607.8.2 - Recognize the connection between the sun s energy and the wind. o Energy from the Sun creates

More information

Background and observation error covariances Data Assimilation & Inverse Problems from Weather Forecasting to Neuroscience

Background and observation error covariances Data Assimilation & Inverse Problems from Weather Forecasting to Neuroscience Background and observation error covariances Data Assimilation & Inverse Problems from Weather Forecasting to Neuroscience Sarah Dance School of Mathematical and Physical Sciences, University of Reading

More information

Tropical Cyclone Initialization with Dynamical and Physical constraints derived from Satellite data

Tropical Cyclone Initialization with Dynamical and Physical constraints derived from Satellite data International Workshop on Rapid Change Phenomena in Tropical Cyclones Haikou China, 5 9 November 2012 Tropical Cyclone Initialization with Dynamical and Physical constraints derived from Satellite data

More information

AT760 Global Carbon Cycle. Assignment #3 Due Friday, May 4, 2007 Atmospheric Transport and Inverse Modeling of CO 2

AT760 Global Carbon Cycle. Assignment #3 Due Friday, May 4, 2007 Atmospheric Transport and Inverse Modeling of CO 2 AT760 Global Carbon Cycle Assignment 3 Due Friday, May 4, 2007 Atmospheric Transport and Inverse Modeling of CO 2 In this exercise you will develop a very simplified model of the mixing of the global atmosphere.

More information

Idealized Nonhydrostatic Supercell Simulations in the Global MPAS

Idealized Nonhydrostatic Supercell Simulations in the Global MPAS Idealized Nonhydrostatic Supercell Simulations in the Global Joe Klemp, Bill Skamarock, and Sang-Hun Park National Center for Atmospheric Research Boulder, Colorado Typical characteristics: Supercell Thunderstorms

More information

COURSE CLIMATE SCIENCE A SHORT COURSE AT THE ROYAL INSTITUTION

COURSE CLIMATE SCIENCE A SHORT COURSE AT THE ROYAL INSTITUTION COURSE CLIMATE SCIENCE A SHORT COURSE AT THE ROYAL INSTITUTION DATE 4 JUNE 2014 LEADER CHRIS BRIERLEY Course Outline 1. Current climate 2. Changing climate 3. Future climate change 4. Consequences 5. Human

More information

2. Outline of the MRI-EPS

2. Outline of the MRI-EPS 2. Outline of the MRI-EPS The MRI-EPS includes BGM cycle system running on the MRI supercomputer system, which is developed by using the operational one-month forecasting system by the Climate Prediction

More information

The assimilation of AMSU and SSM/I brightness temperatures in clear skies at the Meteorological Service of Canada

The assimilation of AMSU and SSM/I brightness temperatures in clear skies at the Meteorological Service of Canada The assimilation of AMSU and SSM/I brightness temperatures in clear skies at the Meteorological Service of Canada Abstract David Anselmo and Godelieve Deblonde Meteorological Service of Canada, Dorval,

More information

Course Outline CLIMATE SCIENCE A SHORT COURSE AT THE ROYAL INSTITUTION. 1. Current climate. 2. Changing climate. 3. Future climate change

Course Outline CLIMATE SCIENCE A SHORT COURSE AT THE ROYAL INSTITUTION. 1. Current climate. 2. Changing climate. 3. Future climate change COURSE CLIMATE SCIENCE A SHORT COURSE AT THE ROYAL INSTITUTION DATE 4 JUNE 2014 LEADER CHRIS BRIERLEY Course Outline 1. Current climate 2. Changing climate 3. Future climate change 4. Consequences 5. Human

More information

Ensemble Kalman filter assimilation of Doppler radar data with a compressible nonhydrostatic model: OSS Experiments. Mingjing Tong and Ming Xue*

Ensemble Kalman filter assimilation of Doppler radar data with a compressible nonhydrostatic model: OSS Experiments. Mingjing Tong and Ming Xue* Ensemble Kalman filter assimilation of Doppler radar data with a compressible nonhydrostatic model: OSS Experiments Mingjing Tong and Ming Xue* School of Meteorology and Center for Analysis and Prediction

More information

Tropical Cyclone Intensity and Structure Changes in relation to Tropical Cyclone Outflow

Tropical Cyclone Intensity and Structure Changes in relation to Tropical Cyclone Outflow DISTRIBUTION STATEMENT A. Approved for public release; distribution is unlimited. Tropical Cyclone Intensity and Structure Changes in relation to Tropical Cyclone Outflow Patrick A. Harr Department of

More information

Kalman Filter and Ensemble Kalman Filter

Kalman Filter and Ensemble Kalman Filter Kalman Filter and Ensemble Kalman Filter 1 Motivation Ensemble forecasting : Provides flow-dependent estimate of uncertainty of the forecast. Data assimilation : requires information about uncertainty

More information

Fundamentals of Radar Display. Atmospheric Instrumentation

Fundamentals of Radar Display. Atmospheric Instrumentation Fundamentals of Radar Display Outline Fundamentals of Radar Display Scanning Strategies Basic Geometric Varieties WSR-88D Volume Coverage Patterns Classic Radar Displays and Signatures Precipitation Non-weather

More information

Ensemble Kalman Filter Assimilation of Radar Data for a Convective Storm using a Two-moment Microphysics Scheme 04/09/10

Ensemble Kalman Filter Assimilation of Radar Data for a Convective Storm using a Two-moment Microphysics Scheme 04/09/10 Ensemble Kalman Filter Assimilation of Radar Data for a Convective Storm using a Two-moment Microphysics Scheme 04/09/10 Youngsun Jung 1, Ming Xue 1,2, and Mingjing Tong 3 CAPS 1 and School of Meteorology

More information

A general hybrid formulation of the background-error covariance matrix for ensemble-variational ocean data assimilation

A general hybrid formulation of the background-error covariance matrix for ensemble-variational ocean data assimilation .. A general hybrid formulation of the background-error covariance matrix for ensemble-variational ocean data assimilation Anthony Weaver Andrea Piacentini, Serge Gratton, Selime Gürol, Jean Tshimanga

More information

Use the terms from the following list to complete the sentences below. Each term may be used only once.

Use the terms from the following list to complete the sentences below. Each term may be used only once. Skills Worksheet Directed Reading Section: Air Masses Use the terms from the following list to complete the sentences below. Each term may be used only once. high pressure poles low pressure equator wind

More information

Climate models. René D. Garreaud. Departement of Geophysics Universidad de Chile

Climate models. René D. Garreaud. Departement of Geophysics Universidad de Chile Climate models René D. Garreaud Departement of Geophysics Universidad de Chile www.dgf.uchile.cl/rene My first toy model A system of coupled, non-linear algebraic equations X (t) = A X (t-1) Y (t) B Z

More information

Two-dimensional Variational Analysis of Near-Surface Moisture from Simulated Radar Refractivity-Related Phase Change Observations

Two-dimensional Variational Analysis of Near-Surface Moisture from Simulated Radar Refractivity-Related Phase Change Observations Two-dimensional Variational Analysis of Near-Surface Moisture from Simulated Radar Refractivity-Related Phase Change Observations Ken-ichi Shimose 1,2*, Ming Xue 1,3#, Robert D. Palmer 3,4 Jidong Gao 1,5,

More information

Rogers and Yau Chapter 12: Precipitation Processes (emphasizing stratiform rain convection and severe storms will be next lecture)

Rogers and Yau Chapter 12: Precipitation Processes (emphasizing stratiform rain convection and severe storms will be next lecture) Rogers and Yau Chapter 12: Precipitation Processes (emphasizing stratiform rain convection and severe storms will be next lecture) There is a relationship between the scale of atmospheric vertical motions

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

Background Error Covariance Modelling

Background Error Covariance Modelling Background Error Covariance Modelling Mike Fisher Slide 1 Outline Diagnosing the Statistics of Background Error using Ensembles of Analyses Modelling the Statistics in Spectral Space - Relaxing constraints

More information