Radiation Parameterization Intro PDF
Radiation Parameterization Intro PDF
Physics
Jimy Dudhia
NCAR/MMM
WRF Physics
Radiation
Longwave (ra_lw_physics)
Shortwave (ra_sw_physics)
Surface
Surface layer (sf_sfclay_physics)
Land/water surface (sf_surface_physics)
PBL (bl_pbl_physics)
Turbulence/Diffusion (diff_opt, km_opt)
Cumulus parameterization (cu_physics)
Microphysics (mp_physics)
Direct Interactions of Parameterizations
Cloud
Detrainment
Convective Non-convective
Rain Rain
Surface Downward
T, Qv, Wind SW/LW
Surface Surface
(LH/SH) fluxes emission/albedo
Radiation
Provides
Atmospheric temperature tendency profile
Surface radiative fluxes
Free Atmosphere Radiation Processes
WRF Longwave Radiation Schemes
(ra_lw_physics)
• Compute clear-sky and cloud upward and downward
radiation fluxes
– Consider IR emission from layers
– Surface emissivity based on land-type
– Flux divergence leads to cooling in a layer
– Downward flux at surface important in land energy budget
– IR radiation generally leads to cooling in clear air (~2K/day),
stronger cooling at cloud tops and warming at cloud base
Longwave Radiation schemes
ra_lw_physics Scheme Reference Added
1 RRTM Mlawer et al. (1997, JGR) 2000
5 New Goddard Chou and Suarez (2001, NASA Tech Memo) 2011
7 FLG (UCLA) Gu et al. (2011, JGR), Fu and Liou (1992, JAS) 2012
31 Held-Suarez 2008
shortwave longwave
Spectral Bands
Schemes divide IR spectrum into bands
dominated by different absorption gases
Typically 8-16 bands are used
Computations use look-up tables for each
band
Tables were generated from results of line-by-line
calculations (LBLRTM models)
Clouds
All schemes interact with resolved model cloud fields
allowing for ice and water clouds and precipitating
species
Some microphysics options pass own particle sizes to RRTMG
radiation: other combinations only use mass info and assume
effective sizes
7 FLG (UCLA) Gu et al. (2011, JGR), Fu and Liou (1992, JAS) 2012
Cloud
Detrainment
Convective Non-convective
Rain Rain
Surface Downward
T, Qv, Wind SW/LW
Surface Surface
(LH/SH) fluxes emission/albedo
Surface schemes
Surface layer of atmosphere diagnostics (exchange/transfer coeffs)
Land Surface: Soil temperature /moisture /snow prediction /sea-ice
temperature
Surface Physics Components
Exchange coefficients
for heat and moisture
Atmospheric
Land Surface Model
Surface Layer
Land-surface fluxes
of heat and moisture
PBL
Surface Fluxes
Heat, moisture and momentum
H = ρc p ChsΔθ
It is related to the roughness length,
stability function and u* by
ku*
Chs =
€ " z%
ln$ ' − ψ h
# z0 &
WRF Surface Layer Options
(sf_sfclay_physics)
• Use similarity theory to determine exchange coefficients
and diagnostics of 2m T and q and 10 m winds
Cloud
Detrainment
Convective Non-convective
Rain Rain
Surface Downward
T, Qv, Wind SW/LW
Surface Surface
(LH/SH) fluxes emission/albedo
Planetary Boundary
Layer
Provides
Boundary layer fluxes (heat, moisture, momentum)
Vertical diffusion in whole column
Planetary Boundary Layer
WRF PBL Options (bl_pbl_physics)
Purpose is to distribute surface fluxes with boundary
layer eddy fluxes and allow for PBL growth by
entrainment
Vertical mixing
∂% ∂ (
'K v θ + M(θ u − θ )*
∂z & ∂ z )
Vertical Mixing Coefficient
Several schemes also output exch_h which is Kv for
scalars that is used by WRF-Chem
Scale of
motions
100 km 10 km 1 km 100 m
Δ >> l Δ << l
PBL Grey Zone
For coarse grid spacing For fine grid spacing
ü PBL schemes have been ü LES schemes have been
designed for Δ >> l designed for Δ << l
ü All eddies are sub-grid ü All major eddies are resolved
ü 1d column schemes handle ü 3d turbulence schemes handle
sub-grid vertical fluxes sub-grid mixing
Grey-Zone PBL
“Grey Zone” is sub-kilometer grids
PBL and LES assumptions not perfect
Other schemes may work in this range but will not have
correctly partitioned resolved/sub-grid energy fractions
Large-Eddy Simulation
∂ ∂ ∂ ∂ ∂ ∂
Kh θ + Kh θ + Kv θ
∂x ∂x ∂y ∂y ∂z ∂z
Difference between diff_opt 1 and 2
mixing
diff_opt=1
Horizontal diffusion acts along model levels
Simpler numerical method with only neighboring points on the
same model level
Difference between diff_opt 1 and 2
diff_opt=2
Horizontal diffusion acts on horizontal gradients
Numerical method includes vertical correction term
using more grid points
km_opt
km_opt selects method for computing K coefficient
km_opt=1: constant (use khdif and kvdif to specify –
idealized)
km_opt=2: 3d tke prediction used to compute K
(requires diff_opt=2)
km_opt=3: 3d Smagorinsky diagnostic K (requires
diff_opt=2)
km_opt=4: 2d Smagorinsky for horizontal K (to be
used with PBL or kvdif for vertical K )
sfs_opt
Sub-filter-scale stress model for LES applications
impacting momentum mixing (Kosovic, Mirocha)
sfs_opt=0 (default) off
sfs_opt=1 Nonlinear Backscatter and Anisotropy (NBA) option 1:
using diagnostic stress terms (km_opt=2,3)
sfs_opt=2 NBA option 2: using tke-based stress terms (km_opt=2
only)
Also m_opt=1 for added outputs of SGS stresses
Diffusion Option Choice
Real-data case with PBL physics on
Best is diff_opt=1, km_opt=4
From V3.6 diff_opt=2 can be used with km_opt=4
(was unstable with complex terrain before this version)
This complements vertical diffusion done by PBL
scheme
High-resolution real-data cases (~100 m grid)
No PBL
diff_opt=2; km_opt=2,3 (tke or Smagorinsky scheme)
Diffusion Option Choice
Idealized cloud-resolving (dx =1-3 km) modeling (smooth
or no topography, no surface heat fluxes)
diff_opt=2; km_opt=2,3
Complex topography with no PBL scheme
diff_opt=2 is more accurate for sloped coordinate
surfaces, and prevents diffusion up/down valley sides
but still sometimes unstable with complex terrain
Note: WRF can run with no diffusion (diff_opt=0)
diff_6th_opt
6th order optional added horizontal diffusion on model levels
Used as a numerical filter for 2*dx noise
Suitable for idealized and real-data cases
Affects all advected variables including scalars
diff_6th_opt
0: none (default)
1: on (can produce negative water)
2: on and prohibit up-gradient diffusion (better for water conservation)
diff_6th_factor
Non-dimensional strength (typical value 0.12, 1.0 corresponds to
complete removal of 2*dx wave in a time-step)
Upper damping (damp_opt)
Purpose is to prevent unrealistic reflections of waves from
model top. Can be important over high topography.
Options
1: Upper level diffusive layer
2: Rayleigh damping (idealized only – needs input
sounding)
3: w-Rayleigh damping (damps w only)
All options use
Cosine function of height
Additional parameters
zdamp: depth of damping layer
dampcoef: nondimensional maximum magnitude of damping