Weather Research and Forecasting Model

Size: px
Start display at page:

Download "Weather Research and Forecasting Model"

Transcription

1 Weather Research and Forecasting Model Goals: Develop an advanced mesoscale forecast and assimilation system, and accelerate research advances into operations 36h WRF Precip Forecast Collaborative partnership, principally among NCAR, NOAA, DoD, OU/CAPS, FAA, and university community WRF governance through multi-agency Oversight and Science Boards; development conducted by 15 WRF Working Groups Software framework provides portable, scalable code with plug-compatible modules Ongoing active testing and rapidly growing community use Over 1,200 registered community users, annual workshops and tutorials for research community Daily experimental real-time forecasting at NCAR, NSSL, FSL, AFWA, U. of Illinois Operational implementation at NCEP and AFWA in FY04 Analyzed Precip 27 Sept. 2002

2 WRF Software Design Performance-Portable Scaling on foreseeable parallel platforms Architecture independence No specification of external packages Run-Time Configurable Domain size, nest configurations, parallelism Physics, numerics, data, and I/O options Maintainability & Extensibility Single source code Modular, hierarchical design, coding standards Plug compatible physics, dynamical cores Registry to describe and manage data and I/O

3 Software Architecture Driver Layer Driver Mediation Layer Config Inquiry Solve DM comm OMP I/O API Package Independent Model Layer Config Module WRF Tile-callable Subroutines Threads Message Passing Data formats, Parallel I/O Package Dependent Driver: I/O, communication, multi-nests, state data Model routines computational, tile-callable, thread-safe Mediation layer: interface between model and driver Interfaces to external packagese External Packages

4 WRF Multi-Layer Domain Decomposition Logical domain 1 Patch, divided into multiple tiles Single version of code enabled for efficient execution on: Shared-memory multiprocessors Distributed-memory multiprocessors Distributed clusters of SMPs Vector and scalar processors Model domains are decomposed for parallelism on two-levels Patch: section of model domain allocated to a distributed memory node Tile: section of a patch allocated to a shared-memory processor within a node Inter-processor communication Distributed memory parallelism is over patches; shared memory parallelism is over tiles within patches

5 Scaling Performance WRF EM Core, 425x300x35, DX=12km, DT=72s Gflop/s ijet IBM Regatta TCS 1-rail IBM Winterhawk II TCS 2-rails simulation speed (hours/hour) processors

6 Benefit of Higher Order Model Numerics Error versus resolution Error versus cost solution error low-order method high-order method solution error low-order method high-order method resolution cost

7 Eulerian Nonhydrostatic Model Solvers Full conservation of variables in flux form Prognostic equations for conserved quantities Pressure and temperature diagnosed from thermodynamics High order numerics Two level, 3 rd order Runge-Kutta split-explicit time integration 2 nd -6 th order centered or upwind advection Alternative vertical coordinates Terrain-following height coordinate Terrain-following mass coordinate

8 WRF Model Applications Basic research Idealized simulations Atmospheric process studies Other geophysical fluid dynamical applications Numerical weather research and prediction Regional NWP Storm-scale forecasting Hurricane forecasting (ocean coupling) Global weather modeling Applied meteorological applications Air quality studies (chemistry coupling) Fire weather research (combustion coupling) Regional climate studies

9 Gravity Current Simulations x = z = 100 m Height Coordinate 5 min 10 min 15 min Mass Coordinate

10 2-D Mountain Wave Simulation a = 1 km, dx = 200 m a = 100 km, dx = 20 km Height Coordinate Mass Coordinate

11 2D Squall Lines

12 Supercell Thunderstorm Simulation Surface temperature, surface winds and cloud field at 2 hours (dx = 2 km, dz = 500 m, dt = 12 s, 80 x 80 x 20 km domain )

13 WRF Real-Time Forecasting NCAR: 10 and 22 km Continental US, 4 km Central US (BAMEX) NCEP: 8 km Mass and NMM, West, Central, and Eastern US NSSL: 12 km Continental US 3 km Regional FSL: 10 km Northeastern US AFWA: 15 km Continental US U. Of Illinois: 25 km, Midwestern US (

14 36 h Forecast Valid 12Z 27 Sept h Precipitation Verification (mm) 24 h RFC Analysis 12 km Opnl ETA 10 km WRF 22 km WRF

15 3-6 h Accumulated Precip Forecasts Valid 18Z 4 June 2002 precip (mm) 4 km Analysis 10 km WRF 22 km WRF (From Mike Baldwin and Matt Wandishin, NOAA/NSSL)

16 3-6 h Accumulated Precip Forecasts Valid 18Z 4 June 2002 precip (mm) 50 4 km Analysis 8 km NMM 12 km opnl ETA (From Mike Baldwin and Matt Wandishin, NOAA/NSSL)

17 Power Spectra for 3 h Precipitation 12Z forecasts, Z accum precip, valid 4 June 2002 (From Mike Baldwin and Matt Wandishin, NOAA/NSSL)

18 Model Physics in High Resolution NWP Physics No Man s Land km Resolved Convection Cumulus Parameterization 3-D Radiation Two Stream Radiation LES PBL Parameterization

19 Convection Resolving NWP using WRF Questions to address: Is there any increased skill in convection-resolving forecasts, measured objectively or subjectively? Is there increased value in these forecasts? What can we expect given that the small spatial and temporal scales we are now resolving are inherently unpredictable at forecast times of O(day)? If the forecasts are more valuable, are they worth the cost?

20 Realtime 4 km BAMEX Forecast May 2003 Radar reflectivity 00Z 24 May initialization 36 h forecast

21 Reflectivity, 12 Z 24 May 2003 Observed WRF 12 h 4 km forecast

22 Reflectivity, 06 Z 25 May 2003 Observed WRF 30 h 4 km forecast

23 Realtime 4 km BAMEX Forecasts Valid 6/8/03 12Z 4 km BAMEX forecast 36 h Reflectivity 4 km BAMEX forecast 12 h Reflectivity Composite NEXRAD Radar

24 Realtime 4 km BAMEX Forecasts Valid 6/10/03 12Z 4 km BAMEX forecast 36 h Reflectivity 4 km BAMEX forecast 12 h Reflectivity Composite NEXRAD Radar

25 Realtime 4 km BAMEX Forecasts Valid 6/10/03 12Z 10 km BAMEX forecast 36 h Reflectivity 10 km BAMEX forecast 12 h Reflectivity Composite NEXRAD Radar

26 Realtime 4 km BAMEX Forecasts Valid 6/10/03 12Z 22 km CONUS forecast 36 h Reflectivity 22 km CONUS forecast 12 h Reflectivity Composite NEXRAD Radar

27 Problems with Traditional Verification Schemes truth forecast 1 forecast 2 Issue: the obviously poorer forecast has better skill scores From Mike Baldwin NOAA/NSSL

28 Ensemble Forecasting Advantages Ensemble mean is generally superior Ensembles provide a measure of expected skill or confidence a quantitative basis for probabilistic forecasting a rational framework for forecast verification information for targeted observations Initial State Uncertainty Mean Truth Limitations/Challenges Not clear how to optimally specify the initial conditions (singular vectors, breeding, perturbed observations) Requires more computer resources Deterministic Forecast t critical Probabilistic Forecast

29 Coupled Systems (Source: Rick Allard, NRL)

30 Model Coupling Adapting WRF framework for model coupling Extension of WRF I/O API specification Use of Model Coupling Environment Library, and Model Coupling Toolkit 27km WRF 10m wind vel. Nov Applications Atmosphere/ocean coupling (Hurricane-WRF) Atmosphere/chemistry coupling (WRF-Chem) SWAN Wave Heights (Mobile Bay)

31 WRF-Chem Based on EPA CMAQ Model Development of a WRF-Chem model based on EPA s Community Multiscale/Multipollutant Air Quality (CMAQ) model to meet both on-line and off-line modeling needs (Institute for Multidimensional Air Quality Studies, U. Houston). Intended use of coupled air-quality model - forecasting chemical-weather, - testing air pollution abatement strategies, - planning and forecasting for field campaigns, - analyzing measurements from field campaigns - assimilation of satellite and in-situ chemical measurements (Daewon W. Byun and Seung-Bum Kim, University of Houston)

32 Simulated Surface O 3 and Horizontal Wind 2130 UTC August 27, 2000 Ozone Surface Winds High ozone plumes are located in the downwind side of high emission sources in the urban and industrial complexes due to steady southeasterly sea breeze winds (Daewon W. Byun and Seung-Bum Kim, University of Houston)

33 Comparison with NOAA Aircraft Obs. ALTITUDE (km) Aug. 27, 2000 O3_obs O3_m_geos O3_m_prof alt_obs O3 (ppbv) TIME (UTC) Model shows higher background ozone; plume locations are well matched with observations. (Daewon W. Byun and Seung-Bum Kim, University of Houston)

34 Online WRF-Chem Implementation (FSL) Consistent: all transport done by meteorology Same vertical and horizontal coordinates (no horizontal and vertical interpolation) Same physics parameterization for subgrid scale transport No interpolation in time, or flow/mass adjustments Chemistry Weather interactions / feedbacks Radiation, microphysics, etc Easy handling (Data management) Meteorology and chemistry data in same history file Often more efficient (CPU costs)

35 Model Forecasts Surface O 3 forecast Similar results! Wind direction Front location Peak O 3 Other AQ models are similar Figure: Stu McKeen (NOAA/AL)

WRF Modeling System Overview

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

More information

WRF Modeling System Overview

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

More information

THE WEATHER RESEARCH AND FORECAST MODEL VERSION 2.0

THE WEATHER RESEARCH AND FORECAST MODEL VERSION 2.0 THE WEATHER RESEARCH AND FORECAST MODEL VERSION 2.0 J. MICHALAKES, J. DUDHIA, D. GILL J. KLEMP, W. SKAMAROCK, W. WANG Mesoscale and Microscale Meteorology National Center for Atmospheric Research Boulder,

More information

WRF Modeling System Overview

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

More information

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

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

Performance of WRF using UPC

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

More information

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

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

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

More information

WRF Modeling System Overview

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

More information

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

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

Improvement of Meteorological Inputs for Air Quality Study

Improvement of Meteorological Inputs for Air Quality Study July 21, 2008 NCAR GEO Turbulance Improvement of Meteorological Inputs for Air Quality Study Fong (Fantine) Ngan Daewon W. Byun DaeGyun Lee, Soontae Kim, XiangShang Li and Peter Percell Institute for Multidimensional

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

The WRF Developmental Testbed Center (DTC)

The WRF Developmental Testbed Center (DTC) The WRF Developmental Testbed Center (DTC) Bob Gall A facility where the NWP research and operational communities interact to accelerate testing and evaluation of new models and techniques for research

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

The next-generation supercomputer and NWP system of the JMA

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

More information

NOAA s Air Quality Forecasting Activities. Steve Fine NOAA Air Quality Program

NOAA s Air Quality Forecasting Activities. Steve Fine NOAA Air Quality Program NOAA s Air Quality Forecasting Activities Steve Fine NOAA Air Quality Program Introduction Planned Capabilities Initial: 1-day 1 forecast guidance for ozone Develop and validate in Northeastern US September,

More information

Motivation & Goal. We investigate a way to generate PDFs from a single deterministic run

Motivation & Goal. We investigate a way to generate PDFs from a single deterministic run Motivation & Goal Numerical weather prediction is limited by errors in initial conditions, model imperfections, and nonlinearity. Ensembles of an NWP model provide forecast probability density functions

More information

The EMC Mission.. In response to operational requirements:

The EMC Mission.. In response to operational requirements: The EMC Mission.. In response to operational requirements: Maintain operational model suite The scientific correctness and integrity of operational forecast modeling systems Modify current operational

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

The Properties of Convective Clouds Over the Western Pacific and Their Relationship to the Environment of Tropical Cyclones

The Properties of Convective Clouds Over the Western Pacific and Their Relationship to the Environment of Tropical Cyclones The Properties of Convective Clouds Over the Western Pacific and Their Relationship to the Environment of Tropical Cyclones Principal Investigator: Dr. Zhaoxia Pu Department of Meteorology, University

More information

Improvements to the NCEP Global and Regional Data Assimilation Systems

Improvements to the NCEP Global and Regional Data Assimilation Systems Improvements to the NCEP Global and Regional Data Assimilation Systems Stephen J. Lord Director NCEP Environmental Modeling Center EMC Staff NCEP: where America s climate, weather, and ocean services begin

More information

Real case simulations using spectral bin cloud microphysics: Remarks on precedence research and future activity

Real case simulations using spectral bin cloud microphysics: Remarks on precedence research and future activity Real case simulations using spectral bin cloud microphysics: Remarks on precedence research and future activity Takamichi Iguchi 1,2 (takamichi.iguchi@nasa.gov) 1 Earth System Science Interdisciplinary

More information

NOAA-EPA s s U.S. National Air Quality Forecast Capability

NOAA-EPA s s U.S. National Air Quality Forecast Capability NOAA-EPA s s U.S. National Air Quality Forecast Capability May 10, 2006 Paula M. Davidson 1, Nelson Seaman 1, Jeff McQueen 1, Rohit Mathur 1,2, Chet Wayland 2 1 National Oceanic and Atmospheric Administration

More information

VERIFICATION OF HIGH RESOLUTION WRF-RTFDDA SURFACE FORECASTS OVER MOUNTAINS AND PLAINS

VERIFICATION OF HIGH RESOLUTION WRF-RTFDDA SURFACE FORECASTS OVER MOUNTAINS AND PLAINS VERIFICATION OF HIGH RESOLUTION WRF-RTFDDA SURFACE FORECASTS OVER MOUNTAINS AND PLAINS Gregory Roux, Yubao Liu, Luca Delle Monache, Rong-Shyang Sheu and Thomas T. Warner NCAR/Research Application Laboratory,

More information

Canadian Meteorological and Oceanographic Society and American Meteorological Society 21 st Conference on Numerical Weather Prediction 31 May 2012

Canadian Meteorological and Oceanographic Society and American Meteorological Society 21 st Conference on Numerical Weather Prediction 31 May 2012 Canadian Meteorological and Oceanographic Society and American Meteorological Society 21 st Conference on Numerical Weather Prediction 31 May 2012 The High Resolution Rapid Refresh (): An hourly updating

More information

COMPOSITE-BASED VERIFICATION OF PRECIPITATION FORECASTS FROM A MESOSCALE MODEL

COMPOSITE-BASED VERIFICATION OF PRECIPITATION FORECASTS FROM A MESOSCALE MODEL J13.5 COMPOSITE-BASED VERIFICATION OF PRECIPITATION FORECASTS FROM A MESOSCALE MODEL Jason E. Nachamkin, Sue Chen, and Jerome M. Schmidt Naval Research Laboratory, Monterey, CA 1. INTRODUCTION Mesoscale

More information

Thunderstorm-Scale EnKF Analyses Verified with Dual-Polarization, Dual-Doppler Radar Data

Thunderstorm-Scale EnKF Analyses Verified with Dual-Polarization, Dual-Doppler Radar Data Thunderstorm-Scale EnKF Analyses Verified with Dual-Polarization, Dual-Doppler Radar Data David Dowell and Wiebke Deierling National Center for Atmospheric Research, Boulder, CO Ensemble Data Assimilation

More information

MCIPv3: Using WRF-EM Output with CMAQ

MCIPv3: Using WRF-EM Output with CMAQ MCIPv3: Using WRF-EM Output with CMAQ Tanya L. Otte* and Jonathan E. Pleim* EPA/ORD/NERL/Atmospheric Modeling Division Research Triangle Park, NC *On assignment from NOAA Air Resources Laboratory Disclaimer:

More information

NOAA Research and Development Supporting NextGen. Darien Davis NOAA Office of Oceanic and Atmospheric Research June 22, 2009

NOAA Research and Development Supporting NextGen. Darien Davis NOAA Office of Oceanic and Atmospheric Research June 22, 2009 NOAA Research and Development Supporting NextGen Darien Davis Darien.l.davis@noaa.gov NOAA Office of Oceanic and Atmospheric Research June 22, 2009 FAA/NOAA Coordination Developing an integrated science

More information

AMPS Update June 2017

AMPS Update June 2017 AMPS Update June 2017 Kevin W. Manning Jordan G. Powers Mesoscale and Microscale Meteorology Laboratory National Center for Atmospheric Research Boulder, CO 12th Workshop on Antarctic Meteorology and Climate

More information

Diabatic processes and the structure of extratropical cyclones

Diabatic processes and the structure of extratropical cyclones Geophysical and Nonlinear Fluid Dynamics Seminar AOPP, Oxford, 23 October 2012 Diabatic processes and the structure of extratropical cyclones Oscar Martínez-Alvarado R. Plant, J. Chagnon, S. Gray, J. Methven

More information

Introduction to WRF-Chem

Introduction to WRF-Chem Introduction to WRF-Chem Georg Grell Steven E. Peckham, Stuart A. McKeen, Jan Kazil, R. Ahmadov + others from NOAA/ESRL Jerome Fast, William Gustafson jr., P.L. Ma, B. Singh+ many others from PNNL + Alma

More information

Weather Forecasting: Lecture 2

Weather Forecasting: Lecture 2 Weather Forecasting: Lecture 2 Dr. Jeremy A. Gibbs Department of Atmospheric Sciences University of Utah Spring 2017 1 / 40 Overview 1 Forecasting Techniques 2 Forecast Tools 2 / 40 Forecasting Techniques

More information

The Developmental Testbed Center: Update on Data Assimilation System Testing and Community Support

The Developmental Testbed Center: Update on Data Assimilation System Testing and Community Support 93rd AMS Annual Meeting/17th IOAS-AOLS/3rd Conference on Transition of Research to Operations, Austin, TX, Jan 6-10, 2013 The Developmental Testbed Center: Update on Data Assimilation System Testing and

More information

Air Force Weather Agency

Air Force Weather Agency Air Force Weather Agency Contributions of the DoD HPCMP to WRF Model Development Dr. Jerry W. Wegiel HQ AFWA Dr. Mark S. Swenson FNMOC 27 Oct 04 Overview AFWA and FNMOC Missions What is WRF? HPCMP Mission

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

2012 and changes to the Rapid Refresh and HRRR weather forecast models

2012 and changes to the Rapid Refresh and HRRR weather forecast models 2012 and 2013-15 changes to the Rapid Refresh and HRRR weather forecast models 31 October 2012 Stan Benjamin Steve Weygandt Curtis Alexander NOAA Earth System Research Laboratory Boulder, CO FPAW - 2012

More information

5.6 IMPACT OF THREE DIMENSIONAL DATA ASSIMILATION ON HIGH RESOLUTION WEATHER AND POLLUTION FORECASTING IN THE LOS ANGELES BASIN

5.6 IMPACT OF THREE DIMENSIONAL DATA ASSIMILATION ON HIGH RESOLUTION WEATHER AND POLLUTION FORECASTING IN THE LOS ANGELES BASIN 5.6 IMPACT OF THREE DIMENSIONAL DATA ASSIMILATION ON HIGH RESOLUTION WEATHER AND POLLUTION FORECASTING IN THE LOS ANGELES BASIN Michael D. McAtee *, Leslie O. Belsma, James F. Drake, Arlene M. Kishi, and

More information

ICON. The Icosahedral Nonhydrostatic modelling framework

ICON. The Icosahedral Nonhydrostatic modelling framework ICON The Icosahedral Nonhydrostatic modelling framework Basic formulation, NWP and high-performance computing aspects, and its perspective towards a unified model for seamless prediction Günther Zängl,

More information

AEROSOL-CLOUD INTERACTIONS AND PRECIPITATION IN A GLOBAL SCALE. SAHEL Conference April 2007 CILSS Ouagadougou, Burkina Faso

AEROSOL-CLOUD INTERACTIONS AND PRECIPITATION IN A GLOBAL SCALE. SAHEL Conference April 2007 CILSS Ouagadougou, Burkina Faso AEROSOL-CLOUD INTERACTIONS AND PRECIPITATION IN A GLOBAL SCALE SAHEL Conference 2007 2-6 April 2007 CILSS Ouagadougou, Burkina Faso The aerosol/precipitation connection Aerosol environment has changed

More information

Weather Hazard Modeling Research and development: Recent Advances and Plans

Weather Hazard Modeling Research and development: Recent Advances and Plans Weather Hazard Modeling Research and development: Recent Advances and Plans Stephen S. Weygandt Curtis Alexander, Stan Benjamin, Geoff Manikin*, Tanya Smirnova, Ming Hu NOAA Earth System Research Laboratory

More information

The Impact of Horizontal Resolution and Ensemble Size on Probabilistic Forecasts of Precipitation by the ECMWF EPS

The Impact of Horizontal Resolution and Ensemble Size on Probabilistic Forecasts of Precipitation by the ECMWF EPS The Impact of Horizontal Resolution and Ensemble Size on Probabilistic Forecasts of Precipitation by the ECMWF EPS S. L. Mullen Univ. of Arizona R. Buizza ECMWF University of Wisconsin Predictability Workshop,

More information

14.4 NUMERICAL SIMULATION OF AIR POLLUTION OVER KANTO AREA IN JAPAN USING THE MM5/CMAQ MODEL

14.4 NUMERICAL SIMULATION OF AIR POLLUTION OVER KANTO AREA IN JAPAN USING THE MM5/CMAQ MODEL . NUMERICAL SIMULATION OF AIR POLLUTION OVER KANTO AREA IN JAPAN USING THE MM/CMAQ MODEL - COMPARISON OF AIR POLLUTION CONCENTRATION BETWEEN TWO DIFFERENT CLIMATIC DAYS - Hong HUANG*,a, Ryozo OOKA a, Mai

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

Egyptian Meteorological Authority Cairo Numerical Weather prediction centre

Egyptian Meteorological Authority Cairo Numerical Weather prediction centre JOINT WMO TECHNICAL PROGRESS REPORT ON THE GLOBAL DATA PROCESSING AND FORECASTING SYSTEM AND NUMERICAL WEATHER PREDICTION RESEARCH ACTIVITIES FOR 2016 Egyptian Meteorological Authority Cairo Numerical

More information

Air Pollution Meteorology

Air Pollution Meteorology Air Pollution Meteorology Government Pilots Utilities Public Farmers Severe Weather Storm / Hurricane Frost / Freeze Significant Weather Fog / Haze / Cloud Precipitation High Resolution Weather & Dispersion

More information

Precipitation Structure and Processes of Typhoon Nari (2001): A Modeling Propsective

Precipitation Structure and Processes of Typhoon Nari (2001): A Modeling Propsective Precipitation Structure and Processes of Typhoon Nari (2001): A Modeling Propsective Ming-Jen Yang Institute of Hydrological Sciences, National Central University 1. Introduction Typhoon Nari (2001) struck

More information

THE DECORRELATION SCALE: METHODOLOGY AND APPLICATION FOR PRECIPITATION FORECASTS

THE DECORRELATION SCALE: METHODOLOGY AND APPLICATION FOR PRECIPITATION FORECASTS THE DECORRELATION SCALE: METHODOLOGY AND APPLICATION FOR PRECIPITATION FORECASTS Madalina Surcel, Isztar Zawadzki and M. K. Yau Thanking Adam Clark (NSSL), Ming Xue (OU, CAPS) and Fanyou Kong (CAPS) for

More information

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

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

More information

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

Nesting and LBCs, Predictability and EPS

Nesting and LBCs, Predictability and EPS Nesting and LBCs, Predictability and EPS Terry Davies, Dynamics Research, Met Office Nigel Richards, Neill Bowler, Peter Clark, Caroline Jones, Humphrey Lean, Ken Mylne, Changgui Wang copyright Met Office

More information

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

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

More information

Statement of the Problem

Statement of the Problem High Time-Resolution Winds and Effects upon Air Quality Modeling A 4KM California August 2006 Case Study Carlie J. Coats, Jr.* *1, M. Talat Odman 2 and Saswatti Datta 1 1 Baron Advanced Meteorological

More information

Assimilate W88D Doppler Vr for Humberto 05

Assimilate W88D Doppler Vr for Humberto 05 Assimilate W88D Doppler Vr for Humberto 05 WRF/EnKF Forecast vs. Observations vs. 3DVAR Min SLP Max wind The WRF/3DVAR (as a surrogate of operational algorithm) assimilates the same radar data but without

More information

Ensemble Prediction Systems

Ensemble Prediction Systems Ensemble Prediction Systems Eric Blake National Hurricane Center 7 March 2017 Acknowledgements to Michael Brennan 1 Question 1 What are some current advantages of using single-model ensembles? A. Estimates

More information

An Integrated Approach to the Prediction of Weather, Renewable Energy Generation and Energy Demand in Vermont

An Integrated Approach to the Prediction of Weather, Renewable Energy Generation and Energy Demand in Vermont 1 An Integrated Approach to the Prediction of Weather, Renewable Energy Generation and Energy Demand in Vermont James P. Cipriani IBM Thomas J. Watson Research Center Yorktown Heights, NY Other contributors

More information

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

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

More information

Forecasting of Optical Turbulence in Support of Realtime Optical Imaging and Communication Systems

Forecasting of Optical Turbulence in Support of Realtime Optical Imaging and Communication Systems Forecasting of Optical Turbulence in Support of Realtime Optical Imaging and Communication Systems Randall J. Alliss and Billy Felton Northrop Grumman Corporation, 15010 Conference Center Drive, Chantilly,

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

AN ENSEMBLE STRATEGY FOR ROAD WEATHER APPLICATIONS

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

More information

Split explicit methods

Split explicit methods Split explicit methods Almut Gassmann Meteorological Institute of the University of Bonn Germany St.Petersburg Summer School 2006 on nonhydrostatic dynamics and fine scale data assimilation Two common

More information

Weather Forecasting. March 26, 2009

Weather Forecasting. March 26, 2009 Weather Forecasting Chapter 13 March 26, 2009 Forecasting The process of inferring weather from a blend of data, understanding, climatology, and solutions of the governing equations Requires an analysis

More information

Polar Weather Prediction

Polar Weather Prediction Polar Weather Prediction David H. Bromwich Session V YOPP Modelling Component Tuesday 14 July 2015 A special thanks to the following contributors: Kevin W. Manning, Jordan G. Powers, Keith M. Hines, Dan

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

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

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

More information

Numerical simulation of relationship between climatic factors and ground ozone concentration over Kanto area using the MM5/CMAQ Model

Numerical simulation of relationship between climatic factors and ground ozone concentration over Kanto area using the MM5/CMAQ Model 251 Numerical simulation of relationship between climatic factors and ground ozone concentration over Kanto area using the MM5/CMAQ Model Mai Van KHIEM, Ryozo OOKA, Hong HUANG and Hiroshi HAYAMI In recent

More information

Convective-scale NWP for Singapore

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

More information

P1.36 IMPACT OF MESOSCALE DATA, CLOUD ANALYSIS ON THE EXPLICIT PREDICTION OF AN MCS DURING IHOP Daniel T. Dawson II and Ming Xue*

P1.36 IMPACT OF MESOSCALE DATA, CLOUD ANALYSIS ON THE EXPLICIT PREDICTION OF AN MCS DURING IHOP Daniel T. Dawson II and Ming Xue* P1.36 IMPACT OF MESOSCALE DATA, CLOUD ANALYSIS ON THE EXPLICIT PREDICTION OF AN MCS DURING IHOP 2002 Daniel T. Dawson II and Ming Xue* School of Meteorology and Center for the Analysis and Prediction of

More information

Introduction to WRF- Chem

Introduction to WRF- Chem Introduction to WRF- Chem WMO GURME Regional Training Workshop on urban air quality modelling for ASEAN Countries Malaysian Meteorological Department Petaling Jaya, 7-10 April 2015 Introduction to WRF-

More information

FAA Weather Research Plans

FAA Weather Research Plans FAA Weather Research Plans Presented to: Friends /Partners in Aviation Weather Vision Forum By: Ray Moy FAA Aviation Weather Office Date: Aviation Weather Research Program (AWRP) Purpose: Applied Research

More information

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

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

More information

Weather Research and Forecasting (WRF) Performance Benchmark and Profiling. July 2012

Weather Research and Forecasting (WRF) Performance Benchmark and Profiling. July 2012 Weather Research and Forecasting (WRF) Performance Benchmark and Profiling July 2012 Note The following research was performed under the HPC Advisory Council activities Participating vendors: Intel, Dell,

More information

Climate Modeling and Downscaling

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

More information

HIGH RESOLUTION RAPID REFRESH COUPLED WITH SMOKE (HRRR- SMOKE): REAL-TIME AIR QUALITY MODELING SYSTEM AND ITS APPLICATION TO CASE STUDIES

HIGH RESOLUTION RAPID REFRESH COUPLED WITH SMOKE (HRRR- SMOKE): REAL-TIME AIR QUALITY MODELING SYSTEM AND ITS APPLICATION TO CASE STUDIES HIGH RESOLUTION RAPID REFRESH COUPLED WITH SMOKE (HRRR- SMOKE): REAL-TIME AIR QUALITY MODELING SYSTEM AND ITS APPLICATION TO CASE STUDIES Ravan Ahmadov 1,2 (ravan.ahmadov@noaa.gov) Acknowledgement: G.

More information

SIMULATION OF ATMOSPHERIC STATES FOR THE CASE OF YEONG-GWANG STORM SURGE ON 31 MARCH 2007 : MODEL COMPARISON BETWEEN MM5, WRF AND COAMPS

SIMULATION OF ATMOSPHERIC STATES FOR THE CASE OF YEONG-GWANG STORM SURGE ON 31 MARCH 2007 : MODEL COMPARISON BETWEEN MM5, WRF AND COAMPS SIMULATION OF ATMOSPHERIC STATES FOR THE CASE OF YEONG-GWANG STORM SURGE ON 31 MARCH 2007 : MODEL COMPARISON BETWEEN MM5, WRF AND COAMPS JEONG-WOOK LEE 1 ; KYUNG-JA HA 1* ; KI-YOUNG HEO 1 ; KWANG-SOON

More information

Current research issues. Philippe Bougeault, Météo France

Current research issues. Philippe Bougeault, Météo France Current research issues for short range NWP Philippe Bougeault, Météo France The expectations from government and society as seen from Météo France Improve the accuracy of short range forecasts for security

More information

Recent COAMPS-TC Development and Future Plans

Recent COAMPS-TC Development and Future Plans Recent COAMPS-TC Development and Future Plans James D. Doyle, Jon Moskaitis, Rich Hodur1, Sue Chen, Hao Jin, Yi Jin, Will Komaromi, Alex Reinecke, David Ryglicki, Dan Stern2, Shouping Wang Naval Research

More information

weather forecast Improving NOAA models for energy Stan Benjamin, Boulder, CO USA Joseph Olson, Curtis Alexander, Eric James,

weather forecast Improving NOAA models for energy Stan Benjamin, Boulder, CO USA Joseph Olson, Curtis Alexander, Eric James, Lamont, OK X Obs radar 5h HRRR Forecast Improving NOAA weather forecast models for energy Stan Benjamin, Joseph Olson, Curtis Alexander, Eric James, Dave Turner, Melinda Marquis NOAA Earth System Research

More information

Verifying Ensemble Forecasts Using A Neighborhood Approach

Verifying Ensemble Forecasts Using A Neighborhood Approach Verifying Ensemble Forecasts Using A Neighborhood Approach Craig Schwartz NCAR/MMM schwartz@ucar.edu Thanks to: Jack Kain, Ming Xue, Steve Weiss Theory, Motivation, and Review Traditional Deterministic

More information

Near-surface weather prediction and surface data assimilation: challenges, development, and potential data needs

Near-surface weather prediction and surface data assimilation: challenges, development, and potential data needs Near-surface weather prediction and surface data assimilation: challenges, development, and potential data needs Zhaoxia Pu Department of Atmospheric Sciences University of Utah, Salt Lake City, Utah,

More information

Water Balance in the Murray-Darling Basin and the recent drought as modelled with WRF

Water Balance in the Murray-Darling Basin and the recent drought as modelled with WRF 18 th World IMACS / MODSIM Congress, Cairns, Australia 13-17 July 2009 http://mssanz.org.au/modsim09 Water Balance in the Murray-Darling Basin and the recent drought as modelled with WRF Evans, J.P. Climate

More information

Consolidated Storm Prediction for Aviation (CoSPA) Overview

Consolidated Storm Prediction for Aviation (CoSPA) Overview Consolidated Storm Prediction for Aviation (CoSPA) Overview Ray Moy (FAA), Bill Dupree (MIT LL Lead), and Matthias Steiner (NCAR Lead) 27 September 2007 NBAA User Panel Review - 1 Consolidated Storm Prediction

More information

P3.1 Development of MOS Thunderstorm and Severe Thunderstorm Forecast Equations with Multiple Data Sources

P3.1 Development of MOS Thunderstorm and Severe Thunderstorm Forecast Equations with Multiple Data Sources P3.1 Development of MOS Thunderstorm and Severe Thunderstorm Forecast Equations with Multiple Data Sources Kathryn K. Hughes * Meteorological Development Laboratory Office of Science and Technology National

More information

Descripiton of method used for wind estimates in StormGeo

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

More information

Future Improvements of Weather and Climate Prediction

Future Improvements of Weather and Climate Prediction Future Improvements of Weather and Climate Prediction Unidata Policy Committee October 21, 2010 Alexander E. MacDonald, Ph.D. Deputy Assistant Administrator for Labs and Cooperative Institutes & Director,

More information

Dynamic Ensemble Model Evaluation of Elevated Thunderstorms sampled by PRECIP

Dynamic Ensemble Model Evaluation of Elevated Thunderstorms sampled by PRECIP Dynamic Ensemble Model Evaluation of Elevated Thunderstorms sampled by PRECIP Joshua S. Kastman, Patrick S. Market, and Neil Fox, University of Missouri, Columbia, MO Session 8B - Numerical Weather Prediction

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

THE INFLUENCE OF HIGHLY RESOLVED SEA SURFACE TEMPERATURES ON METEOROLOGICAL SIMULATIONS OFF THE SOUTHEAST US COAST

THE INFLUENCE OF HIGHLY RESOLVED SEA SURFACE TEMPERATURES ON METEOROLOGICAL SIMULATIONS OFF THE SOUTHEAST US COAST THE INFLUENCE OF HIGHLY RESOLVED SEA SURFACE TEMPERATURES ON METEOROLOGICAL SIMULATIONS OFF THE SOUTHEAST US COAST Peter Childs, Sethu Raman, and Ryan Boyles State Climate Office of North Carolina and

More information

Application and verification of ECMWF products 2016

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

More information

Typhoon Relocation in CWB WRF

Typhoon Relocation in CWB WRF Typhoon Relocation in CWB WRF L.-F. Hsiao 1, C.-S. Liou 2, Y.-R. Guo 3, D.-S. Chen 1, T.-C. Yeh 1, K.-N. Huang 1, and C. -T. Terng 1 1 Central Weather Bureau, Taiwan 2 Naval Research Laboratory, Monterey,

More information

REGIONAL AIR POLLUTION MODELLING

REGIONAL AIR POLLUTION MODELLING 5th International Congress of Croatian Society of Mechanics September, 21-23, 2006 Trogir/Split, Croatia REGIONAL AIR POLLUTION MODELLING M. Čavrak, Z. Mrša and G. Štimac Keywords: air pollution, atmospheric

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

Moving to a simpler NCEP production suite

Moving to a simpler NCEP production suite Moving to a simpler NCEP production suite Unified coupled global modeling Hendrik L. Tolman Director, Environmental Modeling Center NOAA / NWS / NCEP Hendrik.Tolman@NOAA.gov page 1 of 14 Content The suite

More information

Numerical Weather Prediction: Data assimilation. Steven Cavallo

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

More information

HMON (HNMMB): Development of a new Hurricane model for NWS/NCEP operations

HMON (HNMMB): Development of a new Hurricane model for NWS/NCEP operations 1 HMON (HNMMB): Development of a new Hurricane model for NWS/NCEP operations Avichal Mehra, EMC Hurricane and Mesoscale Teams Environmental Modeling Center NOAA / NWS / NCEP HMON: A New Operational Hurricane

More information

MULTI-MODEL AIR QUALITY FORECASTING OVER NEW YORK STATE FOR SUMMER 2008

MULTI-MODEL AIR QUALITY FORECASTING OVER NEW YORK STATE FOR SUMMER 2008 MULTI-MODEL AIR QUALITY FORECASTING OVER NEW YORK STATE FOR SUMMER 2008 Christian Hogrefe 1,2,*, Prakash Doraiswamy 2, Winston Hao 1, Brian Colle 3, Mark Beauharnois 2, Ken Demerjian 2, Jia-Yeong Ku 1,

More information

J8.2 INITIAL CONDITION SENSITIVITY ANALYSIS OF A MESOSCALE FORECAST USING VERY LARGE ENSEMBLES. University of Oklahoma Norman, Oklahoma 73019

J8.2 INITIAL CONDITION SENSITIVITY ANALYSIS OF A MESOSCALE FORECAST USING VERY LARGE ENSEMBLES. University of Oklahoma Norman, Oklahoma 73019 J8.2 INITIAL CONDITION SENSITIVITY ANALYSIS OF A MESOSCALE FORECAST USING VERY LARGE ENSEMBLES William J. Martin 1, * and Ming Xue 1,2 1 Center for Analysis and Prediction of Storms and 2 School of Meteorology

More information

LARGE-SCALE WRF-SIMULATED PROXY ATMOSPHERIC PROFILE DATASETS USED TO SUPPORT GOES-R RESEARCH ACTIVITIES

LARGE-SCALE WRF-SIMULATED PROXY ATMOSPHERIC PROFILE DATASETS USED TO SUPPORT GOES-R RESEARCH ACTIVITIES LARGE-SCALE WRF-SIMULATED PROXY ATMOSPHERIC PROFILE DATASETS USED TO SUPPORT GOES-R RESEARCH ACTIVITIES Jason Otkin, Hung-Lung Huang, Tom Greenwald, Erik Olson, and Justin Sieglaff Cooperative Institute

More information