Introducing LMDZ physical schemes in WRF

Size: px
Start display at page:

Download "Introducing LMDZ physical schemes in WRF"

Transcription

1 Introducing LMDZ physical schemes in WRF L. Fita 1, F. Hourdin, L. Farihead 1 Laboratorie de Météorologie Dynamique, IPSL, Paris-6, UPMC, Tr nd fl., Jussieu, 75005, Paris, France LMD: Reunion Climat February 3rd 2014 Contact: lluis.fita@lmd.jussieu.fr p. 1

2 Introduction LMDZ has a hydrostatic dynamical core p. 2

3 LMDZ has a hydrostatic dynamical core LMDZ has a set of physics prepared to run in a GCM Introduction p. 2

4 LMDZ has a hydrostatic dynamical core LMDZ has a set of physics prepared to run in a GCM Introduction WRF has a primitive equation non-hydrostatic fully compressible dynamical core p. 2

5 LMDZ has a hydrostatic dynamical core LMDZ has a set of physics prepared to run in a GCM Introduction WRF has a primitive equation non-hydrostatic fully compressible dynamical core WRF has a set of physics prepared to run at very high resolutions ( 0.5km) p. 2

6 LMDZ has a hydrostatic dynamical core LMDZ has a set of physics prepared to run in a GCM Introduction WRF has a primitive equation non-hydrostatic fully compressible dynamical core WRF has a set of physics prepared to run at very high resolutions ( 0.5km) Include LMDZ physical schemes in WRF in order to: p. 2

7 LMDZ has a hydrostatic dynamical core LMDZ has a set of physics prepared to run in a GCM Introduction WRF has a primitive equation non-hydrostatic fully compressible dynamical core WRF has a set of physics prepared to run at very high resolutions ( 0.5km) Include LMDZ physical schemes in WRF in order to: Analyze parameterized/explicitly resolved results with the same platform Analyze the role of a non-hydrostatic dynamics in a GCM/RCM run Analyze the performance of the LMDZ physics at high resolution p. 2

8 What is an atmospheric Model? Numerical aproximation of the dynamics of the atmosphere Numerical discretization (grid/spectral) of the Navier-Stokes equations Schematic representation of the sub-grid processes Two main types: global circulation models (GCM) and limited area models (LAM) p. 3

9 Equations Navier-Stokes equations Numerical discretisation i 1,j +1i,j +1 i 1,j i,j i 1,j 1i,j 1 i+1,j What is an atmospheric Model? i+1,j +1 i+1,j 1 p t u t T t ρ 0 gw +γp V = V p ( ) + γp Q + T 0 D θ T C p θ 0 + m ( p ρ x σ p p ) p = V u x σ ( + v f +u m ) y v m x ewcosα uw +D u r earth = V T + 1 ρc p ( p ρ 0 gw)+ Q C p + T 0 θ 0 D θ t + V p ˆχ t = (1 2γ)χ t +γ(χ t+1 + ˆχ t 1 ) ) χ = χ i+1,j χ i 1,j 2 x, χ i,j+1 χ i,j 1 2 y p. 3

10 Equations-II What is an atmospheric Model? Multi coupled variables on grid points M N Z 5 i [0,M] j [0,N] k(σ) [0,Z] χ [p,u,v,w,t,q] Z N e z e y e x M p. 3

11 What is an atmospheric Model? Global and limited area models S-N ECMWF NCEP-GFS W-E Limited Area Models: Aladin, Arpege, BOLAM-QBOLAM, COSMO, Hirlam, Lokal, Meso-NH, MM5, RAMS, WRF,... p. 3

12 Physical processes What is an atmospheric Model? Simplification of complex or not well known processes Processes of different space and time scales Interaction with Primitive eq. WRF (v3.5.1) with a large set of schemes Other options: urban model, FDDA, nudging, wind-farms,... p. 3

13 WRF Radiation rrtm (1) CAM (3) PBL MRF (1) YSU (2) Land Cumulus 5 layer (1) Noah (2)... KF (1) BMJ (2)... Models structure Model call each scheme consecutively Multiple versions of each scheme Flexibility of combination of schemes combi- Inconsistent nations! Micro-physics Kessler (1) WSM 5 (3)... p. 4

14 LMDZ Radiation Turbulence convective Micro-Physics PBL thermals convection cold pools cumulus Models structure Robust call of physics schemes Computation of climatic values: daily/monthly means Single turbulenceconvective scheme Land output startfi, histfi statistics dump. eof diagf i 2 sets of physics: AR40.0 & NPv3.0 p. 4

15 1. Perform a flexible introduction of LMDZ physics in WRF Challenges p. 5

16 Challenges 1. Perform a flexible introduction of LMDZ physics in WRF 2. Perform an easy to use implementation p. 5

17 Challenges 1. Perform a flexible introduction of LMDZ physics in WRF 2. Perform an easy to use implementation 3. Perform an easy to update (both models) implementation p. 5

18 Challenges 1. Perform a flexible introduction of LMDZ physics in WRF 2. Perform an easy to use implementation 3. Perform an easy to update (both models) implementation 4. Technical aspects: Minimal changes in LMDZ code Use of WRF compilation structure/framework p. 5

19 Challenges 1. Perform a flexible introduction of LMDZ physics in WRF 2. Perform an easy to use implementation 3. Perform an easy to update (both models) implementation 4. Technical aspects: Minimal changes in LMDZ code Use of WRF compilation structure/framework 5. Usability aspects: Use LMDZ physics as a new WRF set of parameterizations Preserve WRF flexibility and capabilities p. 5

20 Technical details LMDZ is a full set of physical schemes, deactivation of all WRF schemes!! p. 6

21 Technical details LMDZ is a full set of physical schemes, deactivation of all WRF schemes!! A WRF LMDZ interface is introduced in WRF code: p. 6

22 Technical details LMDZ is a full set of physical schemes, deactivation of all WRF schemes!! A WRF LMDZ interface is introduced in WRF code: WRF Interface LMDZ dyn_em/solve_em.f physiq.f T,U,V,Q,pres,... t T, t U, t V, t Q p. 6

23 Technical details LMDZ is a full set of physical schemes, deactivation of all WRF schemes!! A WRF LMDZ interface is introduced in WRF code: WRF Interface LMDZ dyn_em/solve_em.f physiq.f T,U,V,Q,pres,... t T, t U, t V, t Q 1. Provide WRF variables to LMDZ physics 2. Transform WRF variables (dimx,dimz,dimy) to LMDZ variables (klon,nlev) [klon=dimx*dimy] 3. Initialize LMDZ variables 4. Obtain state variable tendencies from LMDZ physics 5. Pass WRF initial/boundary variables to LMDZ (avoiding LMDZ input) 6. Retrieve all LMDZ diagnostic variables and include them in WRF (avoiding LMDZ output) p. 6

24 Work in progress WRF using LMDZ physics: working on aqua-planet configuration p. 7

25 Work in progress WRF using LMDZ physics: working on aqua-planet configuration 2. LMDZ recieving WRF initial conditions: working p. 7

26 Work in progress WRF using LMDZ physics: working on aqua-planet configuration 2. LMDZ recieving WRF initial conditions: working 3. LMDZ output in WRF output: partially working p. 7

27 Work in progress WRF using LMDZ physics: working on aqua-planet configuration 2. LMDZ recieving WRF initial conditions: working 3. LMDZ output in WRF output: partially working 4. WRF+LMDZ compiled in parallel: not done p. 7

28 Preliminar results Global aqua-planet runs WRF+LMDZ AR40.0 WRF+LMDZ NPv3.0 p. 8

29 Preliminar results Regional runs: Zoom on point N 0,0 E Precipitation WRF+LMDZ AR40.0 WRF+LMDZ NPv3.0 p. 8

30 Preliminar results Regional runs: Zoom on point N 0,0 E Vertical relative humidity WRF+LMDZ AR40.0 WRF+LMDZ NPv3.0 p. 8

31 Preliminar results Regional runs: Zoom on point N 0,0 E WRF+LMDZ NPv3.0 pbl height WRF+LMDZ NPv3.0 thermal h max p. 8

La physique de LMD dans WRF

La physique de LMD dans WRF La physique de LMD dans WRF L. Fita 1, P. Drobinski, F. Hourdin, L. Farihead 1 Laboratorie de Météorologie Dynamique, CNRS, UPMC-Jussieu, Paris, France 2 Laboratorie de Météorologie Dynamique, IPSL, Ecole

More information

Antarctic precipitation in the LMDz and MAR climate models : comparison to CloudSat retrievals and improvement of cold microphysical processes

Antarctic precipitation in the LMDz and MAR climate models : comparison to CloudSat retrievals and improvement of cold microphysical processes Antarctic precipitation in the LMDz and MAR climate models : comparison to CloudSat retrievals and improvement of cold microphysical processes J. B. Madeleine1*, H. Gallée2, E. Vignon2, C. Genthon2, G.

More information

LMDZ : a general circulation model. 1. General Circulation Models 2. LMDZ 3. Splitting/coupling and modularity 4. Operating modes

LMDZ : a general circulation model. 1. General Circulation Models 2. LMDZ 3. Splitting/coupling and modularity 4. Operating modes Intrdocution Frédéric Hourdin LMDZ : a general circulation model 1. General Circulation Models 2. LMDZ 3. Splitting/coupling and modularity 4. Operating modes 1. General Circulation Models The world of

More information

From small-scale turbulence to large-scale convection: a unified scale-adaptive EDMF parameterization

From small-scale turbulence to large-scale convection: a unified scale-adaptive EDMF parameterization From small-scale turbulence to large-scale convection: a unified scale-adaptive EDMF parameterization Kay Sušelj 1, Joao Teixeira 1 and Marcin Kurowski 1,2 1 JET PROPULSION LABORATORY/CALIFORNIA INSTITUTE

More information

WRF Model Simulated Proxy Datasets Used for GOES-R Research Activities

WRF Model Simulated Proxy Datasets Used for GOES-R Research Activities WRF Model Simulated Proxy Datasets Used for GOES-R Research Activities Jason Otkin Cooperative Institute for Meteorological Satellite Studies Space Science and Engineering Center University of Wisconsin

More information

Incorporation of 3D Shortwave Radiative Effects within the Weather Research and Forecasting Model

Incorporation of 3D Shortwave Radiative Effects within the Weather Research and Forecasting Model Incorporation of 3D Shortwave Radiative Effects within the Weather Research and Forecasting Model W. O Hirok and P. Ricchiazzi Institute for Computational Earth System Science University of California

More information

Development and Validation of Polar WRF

Development and Validation of Polar WRF Polar Meteorology Group, Byrd Polar Research Center, The Ohio State University, Columbus, Ohio Development and Validation of Polar WRF David H. Bromwich 1,2, Keith M. Hines 1, and Le-Sheng Bai 1 1 Polar

More information

Wind Flow Modeling The Basis for Resource Assessment and Wind Power Forecasting

Wind Flow Modeling The Basis for Resource Assessment and Wind Power Forecasting Wind Flow Modeling The Basis for Resource Assessment and Wind Power Forecasting Detlev Heinemann ForWind Center for Wind Energy Research Energy Meteorology Unit, Oldenburg University Contents Model Physics

More information

CORDEX Simulations for South Asia

CORDEX Simulations for South Asia WCRP CORDEX South Asia Planning Meeting 25-26 February 2012 Indian Institute of Tropical Meteorology (IITM) Pune, India CORDEX Simulations for South Asia J. Sanjay Centre for Climate Change Research (CCCR)

More information

A Study of Convective Initiation Failure on 22 Oct 2004

A Study of Convective Initiation Failure on 22 Oct 2004 A Study of Convective Initiation Failure on 22 Oct 2004 Jennifer M. Laflin Philip N. Schumacher NWS Sioux Falls, SD August 6 th, 2011 Introduction Forecasting challenge: strong forcing for ascent and large

More information

MPAS Atmospheric Boundary Layer Simulation under Selected Stability Conditions: Evaluation using the SWIFT dataset

MPAS Atmospheric Boundary Layer Simulation under Selected Stability Conditions: Evaluation using the SWIFT dataset MPAS Atmospheric Boundary Layer Simulation under Selected Stability Conditions: Evaluation using the SWIFT dataset Rao Kotamarthi, Yan Feng, and Jiali Wang Argonne National Laboratory & MMC Team Motivation:

More information

Weather Research and Forecasting Model. Melissa Goering Glen Sampson ATMO 595E November 18, 2004

Weather Research and Forecasting Model. Melissa Goering Glen Sampson ATMO 595E November 18, 2004 Weather Research and Forecasting Model Melissa Goering Glen Sampson ATMO 595E November 18, 2004 Outline What does WRF model do? WRF Standard Initialization WRF Dynamics Conservation Equations Grid staggering

More information

Creating Meteorology for CMAQ

Creating Meteorology for CMAQ Creating Meteorology for CMAQ Tanya L. Otte* Atmospheric Sciences Modeling Division NOAA Air Resources Laboratory Research Triangle Park, NC * On assignment to the National Exposure Research Laboratory,

More information

Testing and Improving Pacific NW PBL forecasts

Testing and Improving Pacific NW PBL forecasts Testing and Improving Pacific NW PBL forecasts Chris Bretherton and Matt Wyant University of Washington Eric Grimit 3Tier NASA MODIS Image Testing and Improving Pacific NW PBL forecasts PBL-related forecast

More information

Downscaling and Probability

Downscaling and Probability Downscaling and Probability Applications in Climate Decision Aids May 11, 2011 Glenn Higgins Manager, Environmental Sciences and Engineering Department Downscaling and Probability in Climate Modeling The

More information

The Impacts of GPSRO Data Assimilation and Four Ices Microphysics Scheme on Simulation of heavy rainfall Events over Taiwan during June 2012

The Impacts of GPSRO Data Assimilation and Four Ices Microphysics Scheme on Simulation of heavy rainfall Events over Taiwan during June 2012 The Impacts of GPSRO Data Assimilation and Four Ices Microphysics Scheme on Simulation of heavy rainfall Events over Taiwan during 10-12 June 2012 Pay-Liam LIN, Y.-J. Chen, B.-Y. Lu, C.-K. WANG, C.-S.

More information

3D Mesocale Modeling of the Venus Atmosphere

3D Mesocale Modeling of the Venus Atmosphere 3D Mesocale Modeling of the Venus Atmosphere Maxence Lefèvre, Sébastien Lebonnois and Aymeric Spiga maxence.lefevre@lmd.jussieu.fr Laboratoire de Météorologie Dynamique, Paris, FRANCE CPS, 29th March 2018

More information

WRF Land Surface Schemes and Paris Air Quality

WRF Land Surface Schemes and Paris Air Quality WRF Land Surface Schemes and Paris Air Quality D. Khvorostyanov, L. Menut, Ch. Zheng, J.-C. Dupont, M. Haeffelin Laboratoire de Météorologie Dynamique IPSL Ecole Polytechnique, 91128 Palaiseau, France

More information

Regional Scale Modeling and Numerical Weather Prediction

Regional Scale Modeling and Numerical Weather Prediction Regional Scale Modeling and Numerical Weather Prediction Jimy Dudhia NCAR/MMM Mesoscale & Microscale Meteorological Division / NCAR Overview of talk WRF Modeling System Overview WRF Model Dynamics Physics

More information

Advanced Hurricane WRF (AHW) Physics

Advanced Hurricane WRF (AHW) Physics Advanced Hurricane WRF (AHW) Physics Jimy Dudhia MMM Division, NCAR 1D Ocean Mixed-Layer Model 1d model based on Pollard, Rhines and Thompson (1973) was added for hurricane forecasts Purpose is to represent

More information

The Experimental Climate Prediction Center (ECPC) s Regional Spectral Model

The Experimental Climate Prediction Center (ECPC) s Regional Spectral Model The Experimental Climate Prediction Center (ECPC) s Regional Spectral Model Ana Nunes and John Roads* ECPC Scripps Institution of Oceanography, University of California, San Diego, La Jolla, CA, USA 1

More information

WRF-RTFDDA Optimization and Wind Farm Data Assimilation

WRF-RTFDDA Optimization and Wind Farm Data Assimilation 2009, University Corporation for Atmospheric Research. All rights reserved. WRF-RTFDDA Optimization and Wind Farm Data Assimilation William Y.Y. Cheng, Yubao Liu, Yuewei Liu, and Gregory Roux NCAR/Research

More information

Uncertainties in planetary boundary layer schemes and current status of urban boundary layer simulations at OU

Uncertainties in planetary boundary layer schemes and current status of urban boundary layer simulations at OU Uncertainties in planetary boundary layer schemes and current status of urban boundary layer simulations at OU Xiaoming Hu September 16 th @ 3:00 PM, NWC 5600 Contributors: Fuqing Zhang, Pennsylvania State

More information

Air Quality Screening Modeling

Air Quality Screening Modeling Air Quality Screening Modeling 2007 Meteorology Simulation with WRF OTC Modeling Committee Meeting September 16, 2010 Baltimore, MD Presentation is based upon the following technical reports available

More information

Wind conditions based on coupling between a mesoscale and microscale model

Wind conditions based on coupling between a mesoscale and microscale model Wind conditions based on coupling between a mesoscale and microscale model José Laginha Palma and Carlos Veiga Rodrigues CEsA Centre for Wind Energy and Atmospheric Flows Faculty of Engineering, University

More information

Successes and challenges of a seamless development of physical parameterizations

Successes and challenges of a seamless development of physical parameterizations Successes and challenges of a seamless development of physical parameterizations F. Bouyssel, I. Beau, E. Bazile, Y. Bouteloup, J.F. Gueremy, J.M. Piriou, D. Pollack, R. Roehrig CNRM-GAME, Météo-France

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

The Weather Research and

The Weather Research and The Weather Research and Forecasting (WRF) Model Y.V. Rama Rao India Meteorological Department New Delhi Preamble Weather Prediction an Initial value problem Hence, Earth Observing System (EOS) involving

More information

Validation of 2-meters temperature forecast at cold observed conditions by different NWP models

Validation of 2-meters temperature forecast at cold observed conditions by different NWP models Validation of 2-meters temperature forecast at cold observed conditions by different NWP models Evgeny Atlaskin Finnish Meteorological Institute / Russian State Hydrometeorological University OUTLINE Background

More information

Simulation studies for Lake Taihu effect on local meteorological environment. Ren Xia

Simulation studies for Lake Taihu effect on local meteorological environment. Ren Xia Simulation studies for Lake Taihu effect on local meteorological environment Ren Xia 2017.05.12 1 Outline Background Experimental design Result and discussion Next work Background Taihu Lake is the largest

More information

Atmospheric modeling in the Climate System. Joe Tribbia NCAR.ESSL.CGD.AMP

Atmospheric modeling in the Climate System. Joe Tribbia NCAR.ESSL.CGD.AMP Atmospheric modeling in the Climate System Joe Tribbia NCAR.ESSL.CGD.AMP The climate represents a coupled system consisting of an atmosphere, hydrosphere, biosphere, and cryosphere What is CCSM? Bio Geochemistry

More information

PALM - Cloud Physics. Contents. PALM group. last update: Monday 21 st September, 2015

PALM - Cloud Physics. Contents. PALM group. last update: Monday 21 st September, 2015 PALM - Cloud Physics PALM group Institute of Meteorology and Climatology, Leibniz Universität Hannover last update: Monday 21 st September, 2015 PALM group PALM Seminar 1 / 16 Contents Motivation Approach

More information

ABSTRACT 2 DATA 1 INTRODUCTION

ABSTRACT 2 DATA 1 INTRODUCTION 16B.7 MODEL STUDY OF INTERMEDIATE-SCALE TROPICAL INERTIA GRAVITY WAVES AND COMPARISON TO TWP-ICE CAM- PAIGN OBSERVATIONS. S. Evan 1, M. J. Alexander 2 and J. Dudhia 3. 1 University of Colorado, Boulder,

More information

Air Force Weather Ensembles

Air Force Weather Ensembles 16 th Weather Squadron Air Force Weather Ensembles Evan Kuchera Fine Scale Models and Ensemble 16WS/WXN evan.kuchera@us.af.mil Overview n Air Force Weather Operational Ensembles n Probabilistic inline

More information

WRF MODEL STUDY OF TROPICAL INERTIA GRAVITY WAVES WITH COMPARISONS TO OBSERVATIONS. Stephanie Evan, Joan Alexander and Jimy Dudhia.

WRF MODEL STUDY OF TROPICAL INERTIA GRAVITY WAVES WITH COMPARISONS TO OBSERVATIONS. Stephanie Evan, Joan Alexander and Jimy Dudhia. WRF MODEL STUDY OF TROPICAL INERTIA GRAVITY WAVES WITH COMPARISONS TO OBSERVATIONS. Stephanie Evan, Joan Alexander and Jimy Dudhia. Background Small-scale Gravity wave Inertia Gravity wave Mixed RossbyGravity

More information

Objec4ves for this mee4ng

Objec4ves for this mee4ng Modeling WG Update Objec4ves for this mee4ng Review some ongoing or developing integra4on ac4vi4es Develop ideas for integra4on papers Revise and redefine the objec4ves of this working group Short mee4ng

More information

Overview of 10 years of GABLS

Overview of 10 years of GABLS Overview of 10 years of GABLS Bert Holtslag (Wageningen Univ, www.maq.wur.nl ) Thanks to Sukanta Basu (NC State Univ), Bob Beare (Exeter Univ), Fred Bosveld (KNMI), Joan Cuxart (Univ. Balearic Islands)

More information

Atmospheric Motion Vectors (AMVs) and their forecasting significance

Atmospheric Motion Vectors (AMVs) and their forecasting significance Atmospheric Motion Vectors (AMVs) and their forecasting significance Vijay Garg M.M. College, Modi Nagar, Ghaziabad, Uttar Pradesh R.K. Giri Meteorological Center India Meteorological Department, Patna-14

More information

Weather Forecasting Models in Met Éireann. Eoin Whelan UCD Seminar 3 rd April 2012

Weather Forecasting Models in Met Éireann. Eoin Whelan UCD Seminar 3 rd April 2012 Weather Forecasting Models in Met Éireann Eoin Whelan UCD Seminar 3 rd April 2012 Overview Background HIRLAM Models Local Implementation Verification Development work Background Met Éireann Dept of the

More information

Regional Climate Simulations with WRF Model

Regional Climate Simulations with WRF Model WDS'3 Proceedings of Contributed Papers, Part III, 8 84, 23. ISBN 978-8-737852-8 MATFYZPRESS Regional Climate Simulations with WRF Model J. Karlický Charles University in Prague, Faculty of Mathematics

More information

Urban regional precipitation simulations - comparison of pseudo-global-warming with local forcing

Urban regional precipitation simulations - comparison of pseudo-global-warming with local forcing Urban regional precipitation simulations - comparison of pseudo-global-warming with local forcing Christopher C. Holst Johnny C. L. Chan 24 May 2017 Guy Carpenter Asia-Pacific Climate Impact Centre City

More information

HIGH-RESOLUTION CLIMATE PROJECTIONS everyone wants them, how do we get them? KATHARINE HAYHOE

HIGH-RESOLUTION CLIMATE PROJECTIONS everyone wants them, how do we get them? KATHARINE HAYHOE HIGH-RESOLUTION CLIMATE PROJECTIONS everyone wants them, how do we get them? KATHARINE HAYHOE TEXAS TECH UNIVERSITY ATMOS RESEARCH We produce heat-trapping gases THE CLIMATE PROBLEM INCREASING GHG EMISSIONS

More information

The Developmental Testbed Center (DTC) Steve Koch, NOAA/FSL

The Developmental Testbed Center (DTC) Steve Koch, NOAA/FSL The Developmental Testbed Center (DTC) Steve Koch, NOAA/FSL A facility where the NWP research and operational communities interact to accelerate testing and evaluation of new models and techniques for

More information

Improved rainfall and cloud-radiation interaction with Betts-Miller-Janjic cumulus scheme in the tropics

Improved rainfall and cloud-radiation interaction with Betts-Miller-Janjic cumulus scheme in the tropics Improved rainfall and cloud-radiation interaction with Betts-Miller-Janjic cumulus scheme in the tropics Tieh-Yong KOH 1 and Ricardo M. FONSECA 2 1 Singapore University of Social Sciences, Singapore 2

More information

A comparative study on the genesis of North Indian Ocean cyclone Madi (2013) and Atlantic Ocean cyclone Florence (2006)

A comparative study on the genesis of North Indian Ocean cyclone Madi (2013) and Atlantic Ocean cyclone Florence (2006) A comparative study on the genesis of North Indian Ocean cyclone Madi (2013) and Atlantic Ocean cyclone Florence (2006) VPM Rajasree 1, Amit P Kesarkar 1, Jyoti N Bhate 1, U Umakanth 1 Vikas Singh 1 and

More information

The Fifth-Generation NCAR / Penn State Mesoscale Model (MM5) Mark Decker Feiqin Xie ATMO 595E November 23, 2004 Department of Atmospheric Science

The Fifth-Generation NCAR / Penn State Mesoscale Model (MM5) Mark Decker Feiqin Xie ATMO 595E November 23, 2004 Department of Atmospheric Science The Fifth-Generation NCAR / Penn State Mesoscale Model (MM5) Mark Decker Feiqin Xie ATMO 595E November 23, 2004 Department of Atmospheric Science Outline Basic Dynamical Equations Numerical Methods Initialization

More information

Pseudo-Global warming approach using 4KM WRF model

Pseudo-Global warming approach using 4KM WRF model Pseudo-Global warming approach using 4KM WRF model S. Kurkute 1,2 Y. Li 1,2 1 School of Environment and Sustainability University of Saskatchewan 2 Global Institute of Water Security University of Saskatchewan

More information

Regionalización dinámica: la experiencia española

Regionalización dinámica: la experiencia española Regionalización dinámica: la experiencia española William Cabos Universidad de Alcalá de Henares Madrid, Spain Thanks to: D. Sein M.A. Gaertner J. P. Montávez J. Fernández M. Domínguez L. Fita M. García-Díez

More information

Projected change in the East Asian summer monsoon from dynamical downscaling

Projected change in the East Asian summer monsoon from dynamical downscaling Copyright KIOST, ALL RIGHTS RESERVED. Projected change in the East Asian summer monsoon from dynamical downscaling : Moisture budget analysis Chun-Yong Jung 1,2, Chan Joo Jang 1*, Ho-Jeong Shin 1 and Hyung-Jin

More information

Development and Testing of Polar WRF *

Development and Testing of Polar WRF * Development and Testing of Polar WRF * David H. Bromwich, Keith M. Hines and Le-Sheng Bai Polar Meteorology Group Byrd Polar Research Center The Ohio State University Columbus, Ohio *Supported by NSF,

More information

Diurnal cycle Coupling Experiment (DICE) GLASS / GASS joint project. Martin Best and Adrian Lock Crown copyright Met Office

Diurnal cycle Coupling Experiment (DICE) GLASS / GASS joint project. Martin Best and Adrian Lock Crown copyright Met Office Diurnal cycle Coupling Experiment (DICE) GLASS / GASS joint project Martin Best and Adrian Lock Courtesy of Mike Ek GLACE hotspot regions Koster et al (2006) Outline of the 3 stages of DICE LSM and SCM

More information

Reduced Complexity Frameworks for Exploring Physics Dynamics Coupling Sensitivities

Reduced Complexity Frameworks for Exploring Physics Dynamics Coupling Sensitivities Reduced Complexity Frameworks for Exploring Physics Dynamics Coupling Sensitivities Kevin A. Reed & Adam R. Herrington School of Marine and Atmospheric Sciences Stony Brook University, Stony Brook, New

More information

Sensitivity of precipitation forecasts to cumulus parameterizations in Catalonia (NE Spain)

Sensitivity of precipitation forecasts to cumulus parameterizations in Catalonia (NE Spain) Sensitivity of precipitation forecasts to cumulus parameterizations in Catalonia (NE Spain) Jordi Mercader (1), Bernat Codina (1), Abdelmalik Sairouni (2), Jordi Cunillera (2) (1) Dept. of Astronomy and

More information

Ocean responses using atmospheric fields at

Ocean responses using atmospheric fields at Ocean responses using atmospheric fields at different space-time resolutions Philippe DROBINSKI, Cindy LEBEAUPIN BROSSIER, Karine BÉRANGER LMD/IPSL ENSTA/ParisTech LOCEAN/IPSL Content 0. Context 1. Experimental

More information

EMS September 2017 Dublin, Ireland

EMS September 2017 Dublin, Ireland Cover Reliability in modeling extreme precipitation rain rates supports in progress strategies for the improvement of operational severe weather forecasts and simulations of climate change scenarios EMS2017-161

More information

Where does the memory of convection stem from? Why can it be useful for parameterizations?

Where does the memory of convection stem from? Why can it be useful for parameterizations? Where does the memory of convection stem from? Why can it be useful for parameterizations? D'où vient la mémoire de la convection? En quoi cela peut-il être utile pour les paramétrisations? Maxime Colin,

More information

Comprehensive Analysis of Annual 2005/2008 Simulation of WRF/CMAQ over Southeast of England

Comprehensive Analysis of Annual 2005/2008 Simulation of WRF/CMAQ over Southeast of England Comprehensive Analysis of Annual 2005/2008 Simulation of WRF/CMAQ over Southeast of England The 13 th International Conference on Harmonization within Atmospheric Dispersion Modelling for Regulatory Purposes

More information

Do climate models over-estimate cloud feedbacks?

Do climate models over-estimate cloud feedbacks? Do climate models over-estimate cloud feedbacks? Sandrine Bony CNRS, LMD/IPSL, Paris with contributions from Jessica Vial (LMD), David Coppin (LMD) Florent Brient (ETH), Tobias Becker (MPI), Kevin Reed

More information

ANALYSIS OF THE MPAS CONVECTIVE-PERMITTING PHYSICS SUITE IN THE TROPICS WITH DIFFERENT PARAMETERIZATIONS OF CONVECTION REMARKS AND MOTIVATIONS

ANALYSIS OF THE MPAS CONVECTIVE-PERMITTING PHYSICS SUITE IN THE TROPICS WITH DIFFERENT PARAMETERIZATIONS OF CONVECTION REMARKS AND MOTIVATIONS ANALYSIS OF THE MPAS CONVECTIVE-PERMITTING PHYSICS SUITE IN THE TROPICS WITH DIFFERENT PARAMETERIZATIONS OF CONVECTION Laura D. Fowler 1, Mary C. Barth 1, K. Alapaty 2, M. Branson 3, and D. Dazlich 3 1

More information

ATS 421/521. Climate Modeling. Spring 2015

ATS 421/521. Climate Modeling. Spring 2015 ATS 421/521 Climate Modeling Spring 2015 Lecture 9 Hadley Circulation (Held and Hou, 1980) General Circulation Models (tetbook chapter 3.2.3; course notes chapter 5.3) The Primitive Equations (tetbook

More information

Speedwell High Resolution WRF Forecasts. Application

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

More information

Evaluation of mountain drag schemes from regional simulation Steve Garner GFDL

Evaluation of mountain drag schemes from regional simulation Steve Garner GFDL Evaluation of mountain drag schemes from regional simulation Steve Garner GFDL Strategies for evaluating and tuning drag schemes 1. Optimize climate diagnostics (e.g., Palmer et al. 1986) 2. Correct biases

More information

A WRF-based rapid updating cycling forecast system of. BMB and its performance during the summer and Olympic. Games 2008

A WRF-based rapid updating cycling forecast system of. BMB and its performance during the summer and Olympic. Games 2008 A WRF-based rapid updating cycling forecast system of BMB and its performance during the summer and Olympic Games 2008 Min Chen 1, Shui-yong Fan 1, Jiqin Zhong 1, Xiang-yu Huang 2, Yong-Run Guo 2, Wei

More information

Logistics. Goof up P? R? Can you log in? Requests for: Teragrid yes? NCSA no? Anders Colberg Syrowski Curtis Rastogi Yang Chiu

Logistics. Goof up P? R? Can you log in? Requests for: Teragrid yes? NCSA no? Anders Colberg Syrowski Curtis Rastogi Yang Chiu Logistics Goof up P? R? Can you log in? Teragrid yes? NCSA no? Requests for: Anders Colberg Syrowski Curtis Rastogi Yang Chiu Introduction to Numerical Weather Prediction Thanks: Tom Warner, NCAR A bit

More information

Sensitivity of tropical cyclone Jal simulations to physics parameterizations

Sensitivity of tropical cyclone Jal simulations to physics parameterizations Sensitivity of tropical cyclone Jal simulations to physics parameterizations R Chandrasekar and C Balaji Department of Mechanical Engineering, Indian Institute of Technology, Madras, Chennai 6 36, India.

More information

An analysis of Wintertime Cold-Air Pool in Armenia Using Climatological Observations and WRF Model Data

An analysis of Wintertime Cold-Air Pool in Armenia Using Climatological Observations and WRF Model Data An analysis of Wintertime Cold-Air Pool in Armenia Using Climatological Observations and WRF Model Data Hamlet Melkonyan 1,2, Artur Gevorgyan 1,2, Sona Sargsyan 1, Vladimir Sahakyan 2, Zarmandukht Petrosyan

More information

High Resolution Ensemble Prediction of Typhoon Morakot (2009) May 11, 2011

High Resolution Ensemble Prediction of Typhoon Morakot (2009) May 11, 2011 High Resolution Ensemble Prediction of Typhoon Morakot (2009) Ying-Hwa Kuo 1,* and Xingqin Fang 1,2 1 National Center for Atmospheric Research, Boulder, Colorado, USA 2 Department of Atmospheric Sciences,

More information

Assessing WRF PBL Schemes for Wind Energy Applications

Assessing WRF PBL Schemes for Wind Energy Applications Assessing WRF PBL Schemes for Wind Energy Applications Branko Kosović, Yubao Liu, Youwei Liu, Will Cheng NCAR Workshop May 12, 21 NATIONAL CENTER FOR ATMOSPHERIC RESEARCH In the Past PBL Parameterizations

More information

P1M.4 COUPLED ATMOSPHERE, LAND-SURFACE, HYDROLOGY, OCEAN-WAVE, AND OCEAN-CURRENT MODELS FOR MESOSCALE WATER AND ENERGY CIRCULATIONS

P1M.4 COUPLED ATMOSPHERE, LAND-SURFACE, HYDROLOGY, OCEAN-WAVE, AND OCEAN-CURRENT MODELS FOR MESOSCALE WATER AND ENERGY CIRCULATIONS P1M.4 COUPLED ATMOSPHERE, LAND-SURFACE, HYDROLOGY, OCEAN-WAVE, AND OCEAN-CURRENT MODELS FOR MESOSCALE WATER AND ENERGY CIRCULATIONS Haruyasu NAGAI *, Takuya KOBAYASHI, Katsunori TSUDUKI, and Kyeongok KIM

More information

Toshi Matsui, Taka Iguchi, and Wei-Kuo Tao NASA GSFC Code 612 ESSIC UMD

Toshi Matsui, Taka Iguchi, and Wei-Kuo Tao NASA GSFC Code 612 ESSIC UMD Precipitation Variability and Diurnal Cycle of Convection- Permitting Deterministic Simulations versus Mesoscale Multi-Physics Ensemble Simulations: A Preliminary Result from the NASA Downscaling Project

More information

How do Spectrally Vast AR Thwart Attempts to Skillfully Forecast their Continental Precipitation?

How do Spectrally Vast AR Thwart Attempts to Skillfully Forecast their Continental Precipitation? How do Spectrally Vast AR Thwart Attempts to Skillfully Forecast their Continental Precipitation? International Atmospheric Rivers Conference Modeling and Methods Session 1 August 9, 2016 Andrew Martin

More information

Numerical Experiments of Tropical Cyclone Seasonality over the Western North Pacific

Numerical Experiments of Tropical Cyclone Seasonality over the Western North Pacific Numerical Experiments of Tropical Cyclone Seasonality over the Western North Pacific Dong-Kyou Lee School of Earth and Environmental Sciences Seoul National University, Korea Contributors: Suk-Jin Choi,

More information

Stable Atmospheric Boundary Layers and Diurnal Cycles

Stable Atmospheric Boundary Layers and Diurnal Cycles Stable Atmospheric Boundary Layers and Diurnal Cycles Introduction and overview of GABLS Bert Holtslag DICE and GABLS4 Workshop, Toulouse, May 20, 2015 Meteorology and Air Quality Department Modeling Atmospheric

More information

Activities on model error at Météo- France

Activities on model error at Météo- France Activities on model error at Météo- France Philippe Arbogast, Marie Boisserie (CNRM-GAME, Toulouse) With contributions by I. Beau, H. Douville, F. Bouyssel, CH. Lac, D. Ricard, Y. Seity, R. Honnert, L.

More information

COSMIC GPS Radio Occultation and

COSMIC GPS Radio Occultation and An Impact Study of FORMOSAT-3/ COSMIC GPS Radio Occultation and Dropsonde Data on WRF Simulations 27 Mei-yu season Fang-Ching g Chien Department of Earth Sciences Chien National and Taiwan Kuo (29), Normal

More information

Atmospheric Boundary Layers

Atmospheric Boundary Layers Lecture for International Summer School on the Atmospheric Boundary Layer, Les Houches, France, June 17, 2008 Atmospheric Boundary Layers Bert Holtslag Introducing the latest developments in theoretical

More information

Ocean model, Interconnections within the climate model

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

More information

Enabling Multi-Scale Simulations in WRF Through Vertical Grid Nesting

Enabling Multi-Scale Simulations in WRF Through Vertical Grid Nesting 2 1 S T S Y M P O S I U M O N B O U N D A R Y L A Y E R S A N D T U R B U L E N C E Enabling Multi-Scale Simulations in WRF Through Vertical Grid Nesting DAVID J. WIERSEMA University of California, Berkeley

More information

Variable-Resoluiton Global Atmospheric Modeling Spanning Convective to Planetary Scales

Variable-Resoluiton Global Atmospheric Modeling Spanning Convective to Planetary Scales Variable-Resoluiton Global Atmospheric Modeling Spanning Convective to Planetary Scales Bill Skamarock, NCAR/MMM MPAS consists of geophysical fluid-flow solvers based on unstructured centroidal Voronoi

More information

ANNUAL WRF SIMULATIONS FOR THE UTAH BUREAU OF LAND MANAGEMENT S AIR RESOURCE MANAGEMENT STRATEGY (ARMS) AIR QUALITY MODELING

ANNUAL WRF SIMULATIONS FOR THE UTAH BUREAU OF LAND MANAGEMENT S AIR RESOURCE MANAGEMENT STRATEGY (ARMS) AIR QUALITY MODELING ANNUAL WRF SIMULATIONS FOR THE UTAH BUREAU OF LAND MANAGEMENT S AIR RESOURCE MANAGEMENT STRATEGY (ARMS) AIR QUALITY MODELING Kenneth Craig*, Stephen Reid, Garnet Erdakos Sonoma Technology, Inc., Petaluma,

More information

Tropical cyclone simulations and predictions with GFDL s prototype global cloud resolving model

Tropical cyclone simulations and predictions with GFDL s prototype global cloud resolving model Tropical cyclone simulations and predictions with GFDL s prototype global cloud resolving model S.-J. Lin and GFDL model development teams NOAA/Geophysical Fluid Dynamics Laboratory Workshop on High-Resolution

More information

Comparison of Typhoon Track Forecast using Dynamical Initialization Schemeinstalled

Comparison of Typhoon Track Forecast using Dynamical Initialization Schemeinstalled IWTC-LP 9 Dec 2014, Jeju, Korea Comparison of Typhoon Track Forecast using Dynamical Initialization Schemeinstalled WRF Hyeonjin Shin, WooJeong Lee, KiRyong Kang, 1) Dong-Hyun Cha and Won-Tae Yun National

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

M.Sc. in Meteorology. Physical Meteorology Prof Peter Lynch. Mathematical Computation Laboratory Dept. of Maths. Physics, UCD, Belfield.

M.Sc. in Meteorology. Physical Meteorology Prof Peter Lynch. Mathematical Computation Laboratory Dept. of Maths. Physics, UCD, Belfield. M.Sc. in Meteorology Physical Meteorology Prof Peter Lynch Mathematical Computation Laboratory Dept. of Maths. Physics, UCD, Belfield. Climate Change???????????????? Tourists run through a swarm of pink

More information

The Mars Climate Database (MCD version 5.2)

The Mars Climate Database (MCD version 5.2) The Mars Climate Database (MCD version 5.2) E. Millour 1, F. Forget 1, A. Spiga 1, T. Navarro 1, J.-B. Madeleine 1, L. Montabone 1,2, A. Pottier 1,3, F. Lefèvre 3, F. Montmessin 3, J.-Y. Chaufray 3, M.A.

More information

P1.1 THE QUALITY OF HORIZONTAL ADVECTIVE TENDENCIES IN ATMOSPHERIC MODELS FOR THE 3 RD GABLS SCM INTERCOMPARISON CASE

P1.1 THE QUALITY OF HORIZONTAL ADVECTIVE TENDENCIES IN ATMOSPHERIC MODELS FOR THE 3 RD GABLS SCM INTERCOMPARISON CASE P1.1 THE QUALITY OF HORIZONTAL ADVECTIVE TENDENCIES IN ATMOSPHERIC MODELS FOR THE 3 RD GABLS SCM INTERCOMPARISON CASE Fred C. Bosveld 1*, Erik van Meijgaard 1, Evert I. F. de Bruijn 1 and Gert-Jan Steeneveld

More information

WRF Modeling System Overview

WRF Modeling System Overview WRF Modeling System Overview Louisa Nance National Center for Atmospheric Research (NCAR) Developmental Testbed Center (DTC) 27 February 2007 1 Outline What is WRF? WRF Modeling System WRF Software Design

More information

2012 AHW Stream 1.5 Retrospective Results

2012 AHW Stream 1.5 Retrospective Results 2012 AHW Stream 1.5 Retrospective Results Ryan D. Torn, Univ. Albany, SUNY Chris Davis, Wei Wang, Jimy Dudhia, Tom Galarneau, Chris Snyder, James Done, NCAR/NESL/MMM Overview Since participation in HFIP

More information

Predicting Wind Power Generation

Predicting Wind Power Generation Predicting Wind Power Generation Daniel Kirk-Davidoff Chief Scientist for Weather and Climate Services MDA Information Systems LLC Adjunct Associate Professor of Atmospheric and Oceanic Science University

More information

Dynamical downscaling of future climate change scenarios in urban heat island and its neighborhood in a Brazilian subtropical area

Dynamical downscaling of future climate change scenarios in urban heat island and its neighborhood in a Brazilian subtropical area Dynamical downscaling of future climate change scenarios in urban heat island and its neighborhood in a Brazilian subtropical area Marcos Vinicius Bueno de Morais, Viviana Vanesa Urbina Guerrero, Leila

More information

School of Atmospheric Sciences, Sun Yat-sen University, Guangzhou , China 2

School of Atmospheric Sciences, Sun Yat-sen University, Guangzhou , China 2 1 2 3 4 5 6 7 8 9 10 Article Sensitivity of Different Parameterizations on Simulation of Tropical Cyclone Durian over the South China Sea using Weather Research and Forecasting (WRF) model Worachat Wannawong

More information

TC forecasting with variable resolution in CAM-MPAS

TC forecasting with variable resolution in CAM-MPAS TC forecasting with variable resolution in CAM-MPAS Sang-Hun Park Bill Skamarock, Chris Davis, Jimy Dudhia and Michael Duda collaborators (CGD) :: Peter Lauritzen, Andrew Gettelman and Stephen Yeager National

More information

VOCALS Cloud-Drizzle-Aerosol Theme

VOCALS Cloud-Drizzle-Aerosol Theme VOCALS Cloud-Drizzle-Aerosol Theme Understanding and modeling aerosol indirect effects Is drizzle important to Sc synoptic variability and climatology? IPCC, 2007 AEROSOL-CLOUD-PRECIPITATION HYPOTHESES

More information

Assessment of the Noah LSM with Multi-parameterization Options (Noah-MP) within WRF

Assessment of the Noah LSM with Multi-parameterization Options (Noah-MP) within WRF Assessment of the Noah LSM with Multi-parameterization Options (Noah-MP) within WRF Michelle Harrold, Jamie Wolff, and Mei Xu National Center for Atmospheric Research Research Applications Laboratory and

More information

Latest developments and performances in ARPEGE and ALADIN-France

Latest developments and performances in ARPEGE and ALADIN-France Latest developments and performances in ARPEGE and ALADIN-France François Bouyssel ( and many contributors ) CNRM-GAME, Météo-France 18th ALADIN / HIRLAM Workshop, Bruxelles, 7-10 April 2008 Plan Recent

More information

Di Wu, Xiquan Dong, Baike Xi, Zhe Feng, Aaron Kennedy, and Gretchen Mullendore. University of North Dakota

Di Wu, Xiquan Dong, Baike Xi, Zhe Feng, Aaron Kennedy, and Gretchen Mullendore. University of North Dakota Di Wu, Xiquan Dong, Baike Xi, Zhe Feng, Aaron Kennedy, and Gretchen Mullendore University of North Dakota Objectives 3 case studies to evaluate WRF and NAM performance in Oklahoma (OK) during summer 2007,

More information

Extreme precipitation in WRF during the Newcastle East Coast Low of 2007

Extreme precipitation in WRF during the Newcastle East Coast Low of 2007 Theor Appl Climatol DOI 10.1007/s00704-015-1551-6 ORIGINAL PAPER Extreme precipitation in WRF during the Newcastle East Coast Low of 2007 James B. Gilmore 1 Jason P. Evans 1 Steven C. Sherwood 1 Marie

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

Stable Water Isotope Cycle

Stable Water Isotope Cycle Regional Atmospheric Modelling of the Stable Water Isotope Cycle SIMS workshop, Vienna Mars 2004. Kristof Sturm 1,3 Georg Hoffmann 2, Bärbel Langmann 1 1 Max-Planck-Institut für Meteorologie, Hamburg 2

More information

Tropical Upper Tropospheric cloud systems from AIRS in synergy with CALIPSO and CloudSat : Properties and feedbacks

Tropical Upper Tropospheric cloud systems from AIRS in synergy with CALIPSO and CloudSat : Properties and feedbacks Tropical Upper Tropospheric cloud systems from AIRS in synergy with CALIPSO and CloudSat : Properties and feedbacks Sofia Protopapadaki, Claudia Stubenrauch, Artem Feofilov Laboratoire de Météorologie

More information