+ All Categories
Home > Documents > Numerical Weather Prediction (NWP) and the WRF Model

Numerical Weather Prediction (NWP) and the WRF Model

Date post: 04-Jan-2016
Category:
Upload: libby-roberts
View: 71 times
Download: 5 times
Share this document with a friend
Description:
Numerical Weather Prediction (NWP) and the WRF Model. Jason Knievel Material contributed by: George Bryan, Jimy Dudhia, Dave Gill, Josh Hacker, Joe Klemp, Bill Skamarock, Wei Wang, and The COMET Program. Numerical weather prediction. Q:What is NWP? - PowerPoint PPT Presentation
Popular Tags:
45
Jason Knievel ATEC Forecasters’ Conference, July and August 2006 1 Numerical Weather Prediction (NWP) and the WRF Model Jason Knievel Material contributed by: George Bryan, Jimy Dudhia, Dave Gill, Josh Hacker, Joe Klemp, Bill Skamarock, Wei Wang, and The COMET Program
Transcript
Page 1: Numerical Weather Prediction (NWP) and the WRF Model

Jason Knievel ATEC Forecasters’ Conference, July and August 2006 1

Numerical Weather Prediction (NWP) and the WRF Model

Jason Knievel

Material contributed by: George Bryan, Jimy Dudhia, Dave Gill, Josh Hacker, Joe Klemp, Bill Skamarock, Wei Wang,

and The COMET Program

Page 2: Numerical Weather Prediction (NWP) and the WRF Model

Jason Knievel ATEC Forecasters’ Conference, July and August 2006 2

Numerical weather prediction

Q: What is NWP?

A: A method of weather forecasting that employs:– A set of equations that describe the flow of fluids,– Which is translated into computer code,– Combined with parameterizations of other processes,– Then applied on a specific domain,– And integrated, based on initial conditions and

conditions at the domains’ boundaries

Page 3: Numerical Weather Prediction (NWP) and the WRF Model

Jason Knievel ATEC Forecasters’ Conference, July and August 2006 3

Numerical weather prediction

Almost every step in NWP includes– Omissions– Estimations– Approximations– Compromises

Page 4: Numerical Weather Prediction (NWP) and the WRF Model

Jason Knievel ATEC Forecasters’ Conference, July and August 2006 4

Numerical weather prediction

Q: What is NWP?

A: A method of weather forecasting that employs:– A set of equations that describe the flow of fluids,– Which is translated into computer code,– Combined with parameterizations of other processes,– Then applied on a specific domain,– And integrated, based on initial conditions and

conditions at the domains’ boundaries

Page 5: Numerical Weather Prediction (NWP) and the WRF Model

Jason Knievel ATEC Forecasters’ Conference, July and August 2006 5

Numerical weather prediction

Q: What is NWP?

A: A method of weather forecasting that employs:– Governing equations– Numerical methods– Parameterizations– Domains– Initial and boundary conditions

Page 6: Numerical Weather Prediction (NWP) and the WRF Model

Jason Knievel ATEC Forecasters’ Conference, July and August 2006 6

Numerical weather prediction

Q: What is NWP?

A: A method of weather forecasting that employs:– Governing equations– Numerical methods– Parameterizations– Domains– Initial and boundary conditions

Page 7: Numerical Weather Prediction (NWP) and the WRF Model

Jason Knievel ATEC Forecasters’ Conference, July and August 2006 7

Governing equations

Conservation of momentum (Newton’s laws)– 3 equations for accelerations of 3-d wind (F = Ma)

Conservation of mass– 1 equation for conservation of air (mass continuity)– 1 equation for conservation of water

Conservation of energy– 1 equation for the first law of thermodynamics

Relationship among p, V, and T– 1 equation of state (ideal gas law)

Page 8: Numerical Weather Prediction (NWP) and the WRF Model

Jason Knievel ATEC Forecasters’ Conference, July and August 2006 8

Governing equations

Almost every model uses a slightly different set of equations.

Why?– Application to different parts of the world– Focus on different atmospheric processes– Application to different time and spatial scales– Ambiguity and uncertainty in formulations– Tailoring to different uses

Page 9: Numerical Weather Prediction (NWP) and the WRF Model

Jason Knievel ATEC Forecasters’ Conference, July and August 2006 9

Governing equations

The WRF Model is one of the first cloud-scale models designed to conserve mass, momentum, and energy.

But…– Water is not yet perfectly conserved– There is still debate about whether momentum is

perfectly conserved– Internal energy is conserved for dry processes, not

moist

Page 10: Numerical Weather Prediction (NWP) and the WRF Model

Jason Knievel ATEC Forecasters’ Conference, July and August 2006 10

Governing equations

An example of one momentum equation:1-d wind accelerated by only the pressure gradient force

Du

Dt= −1

ρ

∂p

∂x

Computers cannot deal with even this very simple equation!

Page 11: Numerical Weather Prediction (NWP) and the WRF Model

Jason Knievel ATEC Forecasters’ Conference, July and August 2006 11

Governing equations

The problem: computers can perform arithmetic but not calculus

The solution: numerical methods

+

d f( )dx

f( )dx∫

÷

×

Page 12: Numerical Weather Prediction (NWP) and the WRF Model

Jason Knievel ATEC Forecasters’ Conference, July and August 2006 12

Numerical weather prediction

Q: What is NWP?

A: A method of weather forecasting that employs:– Governing equations– Numerical methods– Parameterizations– Domains– Initial and boundary conditions

Page 13: Numerical Weather Prediction (NWP) and the WRF Model

Jason Knievel ATEC Forecasters’ Conference, July and August 2006 13

Numerical methods

Goal: convert spatial and temporal derivatives into algebraic equations that computers can solve

Examples of methods:– Finite difference (based on Taylor series)– Finite volume (based on fluxes in and out of volume)– Spectral (calculated in Fourier space)

Page 14: Numerical Weather Prediction (NWP) and the WRF Model

Jason Knievel ATEC Forecasters’ Conference, July and August 2006 14

Numerical methods

WRF Model uses finite differences

Taylor series:

f xi + Δx( ) = f xi( ) + Δx∂f∂x xi

+Δx2

2!∂2 f∂x2

xi

+L +Δxn

n!∂n f∂xn

xi

Equality only true if series is infinite… an impossibility!

Truncation is always necessary– What gets cut (truncation error) defines order of scheme

Page 15: Numerical Weather Prediction (NWP) and the WRF Model

Jason Knievel ATEC Forecasters’ Conference, July and August 2006 15

Numerical methods

Numerical methods directly affect model output, mostly at small scales

Some model features are real, but some are due to numerical techniques. In the WRF Model:

– Larger than 6Δx, it may be real– Smaller than 6Δx, it’s not to be trusted

Page 16: Numerical Weather Prediction (NWP) and the WRF Model

Jason Knievel ATEC Forecasters’ Conference, July and August 2006 16

Numerical methods

MM5: leapfrog (t) and 2nd-order centered (x)

From George Bryan

Page 17: Numerical Weather Prediction (NWP) and the WRF Model

Jason Knievel ATEC Forecasters’ Conference, July and August 2006 17

Numerical methods

WRF: Runge-Kutta (t) and 6th-order centered (x)

From George Bryan

Page 18: Numerical Weather Prediction (NWP) and the WRF Model

Jason Knievel ATEC Forecasters’ Conference, July and August 2006 18

Introduction to numerical weather prediction

Q: What is NWP?

A: A method of weather forecasting that employs:– Governing equations– Numerical methods– Parameterizations– Domains– Initial and boundary conditions

Page 19: Numerical Weather Prediction (NWP) and the WRF Model

Jason Knievel ATEC Forecasters’ Conference, July and August 2006 19

Parameterizations

Parameterizations approximate the bulk effects of physical processes too small, too brief, too complex, or too poorly understood to be explicitly represented

Page 20: Numerical Weather Prediction (NWP) and the WRF Model

Jason Knievel ATEC Forecasters’ Conference, July and August 2006 20

Parameterizations

In the WRF Model, parameterizations include:– Cumulus convection– Microphysics of clouds and precipitation– Radiation (short-wave and long-wave)– Turbulence and diffusion– Planetary boundary layer and surface layer– Interaction with Earth’s surface

Some of the biggest future improvements in the WRF Model will be in parameterizations

Page 21: Numerical Weather Prediction (NWP) and the WRF Model

Jason Knievel ATEC Forecasters’ Conference, July and August 2006 21

Introduction to numerical weather prediction

Q: What is NWP?

A: A method of weather forecasting that employs:– Governing equations– Numerical methods– Parameterizations– Domains– Initial and boundary conditions

Page 22: Numerical Weather Prediction (NWP) and the WRF Model

Jason Knievel ATEC Forecasters’ Conference, July and August 2006 22

Domains

Number of dimensions

Degree and kind of structure

Shape

Vertical coordinate

Resolution

Page 23: Numerical Weather Prediction (NWP) and the WRF Model

Jason Knievel ATEC Forecasters’ Conference, July and August 2006 23

Domains

Number of dimensions

QuickTime™ and aTIFF (LZW) decompressor

are needed to see this picture.

From Josh Hacker

1D: Single-column model

2D: Simulation of density current

3D: Simulation of thunderstorm

From Joe Klemp

From Joe Klemp

Page 24: Numerical Weather Prediction (NWP) and the WRF Model

Jason Knievel ATEC Forecasters’ Conference, July and August 2006 24

Domains

Degree and kind of structure

MM5 and others WRF and others

From Randall (1994)

Page 25: Numerical Weather Prediction (NWP) and the WRF Model

Jason Knievel ATEC Forecasters’ Conference, July and August 2006 25

Domains

Degree and kind of structure

Hexagonal Triangular

From ccrma.standford.edu/~bilbao

Page 26: Numerical Weather Prediction (NWP) and the WRF Model

Jason Knievel ATEC Forecasters’ Conference, July and August 2006 26

Domains

Degree and kind of structure

Unstructured: Omega Model

From Boybeyi et al. (2001)

Page 27: Numerical Weather Prediction (NWP) and the WRF Model

Jason Knievel ATEC Forecasters’ Conference, July and August 2006 27

Domains

Shape

From Rife et al. (2004)

From mitgcm.org (2006)

Spherical

Flat

Page 28: Numerical Weather Prediction (NWP) and the WRF Model

Jason Knievel ATEC Forecasters’ Conference, July and August 2006 28

Key features of WRF Model

Nesting of domains– One-way and two-way communication

Information flows only to finer grid

Information flows both directions between grids

Parent domain

Nested domain

Page 29: Numerical Weather Prediction (NWP) and the WRF Model

Jason Knievel ATEC Forecasters’ Conference, July and August 2006 29

Domains

Vertical coordinate

From Pielke (2002)

Page 30: Numerical Weather Prediction (NWP) and the WRF Model

Jason Knievel ATEC Forecasters’ Conference, July and August 2006 30

Domains

Vertical coordinate

From Wei Wang

QuickTime™ and aTIFF (LZW) decompressor

are needed to see this picture.

In WRF Model, vertical coordinate is normalized hydrostatic pressure,

Page 31: Numerical Weather Prediction (NWP) and the WRF Model

Jason Knievel ATEC Forecasters’ Conference, July and August 2006 31

Domains

Resolution

From Rife and Davis (2005)

RTFDDA terrain elevation on different domains

Δx = 30 km Δx = 3.3 km

Page 32: Numerical Weather Prediction (NWP) and the WRF Model

Jason Knievel ATEC Forecasters’ Conference, July and August 2006 32

Introduction to numerical weather prediction

Q: What is NWP?

A: A method of weather forecasting that employs:– Governing equations– Numerical methods– Parameterizations– Domains– Initial and boundary conditions

Page 33: Numerical Weather Prediction (NWP) and the WRF Model

Jason Knievel ATEC Forecasters’ Conference, July and August 2006 33

Initial and boundary conditions

Initial conditions define the atmosphere’s current state…the starting point

Boundary conditions define the atmosphere’s state at domains’ edges

Page 34: Numerical Weather Prediction (NWP) and the WRF Model

Jason Knievel ATEC Forecasters’ Conference, July and August 2006 34

Initial and boundary conditions

Idealized lateral boundary conditions– Open– Rigid– Periodic

Operational lateral boundary conditions– Generally updated during simulations– Not needed for global models, only for limited-area

models (LAMs), such as RTFDDA– Can come from larger domains of same/different

model or from global model• For RTFDDA, source is NAM (was Eta, now NMM-WRF)

Page 35: Numerical Weather Prediction (NWP) and the WRF Model

Jason Knievel ATEC Forecasters’ Conference, July and August 2006 35

Introduction to WRF Model

Weather Research and Forecasting Model

The term WRF Model does not mean the same thing to all people

Different WRF Models with same architecture but different core codes– ARW (Advanced Research WRF) at NCAR– NMM (Non-Hydrostatic Mesoscale Model) at NCEP

• Based on Eta Model’s code• Is now the source of NAM simulations

– Other cores may be coming soon

Page 36: Numerical Weather Prediction (NWP) and the WRF Model

Jason Knievel ATEC Forecasters’ Conference, July and August 2006 36

Architecture of WRF Model

Based on an innovative software architecture that makes it easy for users to contribute and modify code

Page 37: Numerical Weather Prediction (NWP) and the WRF Model

Jason Knievel ATEC Forecasters’ Conference, July and August 2006 37

WRF Model in RTFDDA

The WRF Model is replacing MM5 as the forecast engine in RT-FDDA– MM5-RTFDDA will be run in parallel as back-up

MM5 will not be turned off until ATEC is ready, or until maintenance becomes impossible

Page 38: Numerical Weather Prediction (NWP) and the WRF Model

Jason Knievel ATEC Forecasters’ Conference, July and August 2006 38

History of WRF Model

WRF Model is young

Releases– 2000: V1.0 (beta release of EH core)– 2002: V1.2 (beta release of EM core)– 2004: V2.0 (first official release)

Current version: 2.1 (released in August 2005)

Version 2.2 is scheduled for later this summer

Page 39: Numerical Weather Prediction (NWP) and the WRF Model

Jason Knievel ATEC Forecasters’ Conference, July and August 2006 39

Importance of age

WRF Model is based on more recent technology and techniques

But… The WRF Model has not benefited from many years of trouble-shooting and input from users

Page 40: Numerical Weather Prediction (NWP) and the WRF Model

Jason Knievel ATEC Forecasters’ Conference, July and August 2006 40

Grand vision for WRF Model

From the start, WRF was intended to be used for both research and operations– Shorten time between research developments in

NWP and application to operations– Increase communication and understanding between

research and operational communities

MM5 started as a research model and was later adopted by some operational forecasters

Page 41: Numerical Weather Prediction (NWP) and the WRF Model

Jason Knievel ATEC Forecasters’ Conference, July and August 2006 41

Platforms for WRF Model

Can be run on a variety of platforms on single processor or with shared or distributed memory

Courtesy of Dell

Courtesy of NCAR

NCAR’s Bluesky

Page 42: Numerical Weather Prediction (NWP) and the WRF Model

Jason Knievel ATEC Forecasters’ Conference, July and August 2006 42

Numerics in WRF Model

The WRF Model’s numerics are higher order than MM5’s, so they contain more terms and better approximate the governing equations– Horizontal advection: 5th order– Vertical advection: 3rd order– Temporal integration: 3rd order

Page 43: Numerical Weather Prediction (NWP) and the WRF Model

Jason Knievel ATEC Forecasters’ Conference, July and August 2006 43

Numerics in WRF Model

Higher order advection schemes, which lead to a higher effective resolution than in many other NWP models

wavelength (km)

wavenumber (km-1)

Energy Spectra

grid interval: 10 km

After Skamarock (2004)

Page 44: Numerical Weather Prediction (NWP) and the WRF Model

Jason Knievel ATEC Forecasters’ Conference, July and August 2006 44

Closing comments

Numerical weather prediction models are:– Powerful and useful– Founded on basic physics– The result of many compromises and approximations– Always wrong — at least a little…this includes the

WRF Model

The WRF Model is state-of-the-art in operational mesoscale NWP

Page 45: Numerical Weather Prediction (NWP) and the WRF Model

Jason Knievel ATEC Forecasters’ Conference, July and August 2006 45

Additional reading

Kalnay, E., 2003: Atmospheric Modeling, Data Assimilation, and Predictability. Cambridge University Press, 341 pp.

Klemp, J. B., and R. B. Wilhelmson, 1978: The simulation of three-dimensional convective storm dynamics. J. Atmos. Sci., 35, 1070–1096.

Pielke, R. A., Sr., 2002: Mesoscale Meteorological Modeling, 2nd edition. Academic Press, 676 pp.

Skamarock, W. C., 2004: Evaluating Mesoscale NWP Models Using Kinetic Energy Spectra. Monthly Weather Review: 132, 3019–3032.

WRF Tutorial presentations in PPT and PDFhttp://www.mmm.ucar.edu/wrf/users/supports/tutorial.html

WRF technical paperhttp://www.mmm.ucar.edu/wrf/users/pub-doc.html


Recommended