WRF | WRF diffusion
WRF diffusion
WRF (Weather Research and Forecasting model) diffusion refers to the various methods used within the model to represent the mixing of atmospheric properties and to control numerical noise, including implicit diffusion within advection schemes and explicit diffusion schemes added to control noise. It also encompasses subgrid-scale diffusion that represents turbulent mixing, which can be controlled by the physics parameterization schemes, such as the PBL scheme
and the boundary layer schemes, and configured using options like km_opt
in the namelist.
Types of Diffusion in WRF
- Implicit Diffusion:
- Source: This type of diffusion is inherent in the odd-ordered, upwind-biased advection schemes (like the fifth-order schemes) used in the WRF model.
- Function: It acts as a form of scale-selective diffusion to prevent excessive noise growth in simulated fields.
- Limitation: In some conditions, especially with low grid-relative wind speeds and nearly neutral or unstable stratification, this inherent diffusion can be insufficient to remove noise, leading to noise competing with physical phenomena.
- Explicit Numerical Diffusion:
- Purpose: Added to the WRF model to explicitly reduce noise that isn't adequately handled by the inherent diffusion.
- Characteristics: A common implementation is a sixth-order, monotonic scheme that uses a flux limiter to ensure accuracy.
- Benefit: It helps maintain the high effective resolution of the WRF model while providing better control over numerical artifacts.
- Subgrid-Scale (Turbulent) Diffusion:
- Purpose: Represents the physical process of turbulence and mixing in the atmosphere that occurs at scales smaller than the model's grid resolution.
- Parameterization: This is handled by the WRF physics parameterization schemes, particularly the Boundary Layer (PBL) scheme and other boundary layer schemes.
- Configuration: Users can configure this through the
km_opt
option in the namelist.input file, choosing between constant coefficients, coefficients dependent on turbulence kinetic energy (TKE), or a Smagorinsky-like scheme.
Reading
- The utility of 6th-order, monotonic, numerical diffusion in the Advanced Research WRF Model
- The coefficient in this diffusive term is proportional to the speed of the advecting wind, so in light wind the diffusion is weak. It turns out that in some cases the diffusion is much too weak to filter poorly resolved kinematical features with wavelengths of 2–4 times the grid interval. These poorly resolved features can grow until they dominate fields of horizontal divergence and vertical velocity in the daytime boundary layer
- Knievel, J. C., G. H. Bryan, and J. P. Hacker, 2007: Explicit Numerical Diffusion in the WRF Model. Mon. Wea. Rev., 135, 3808–3824, https://doi.org/10.1175/2007MWR2100.1.
- One solution to this problem is an explicit, sixth-order numerical diffusion scheme that preserves the WRF model’s high effective resolution and uses a flux limiter to ensure monotonicity. The scheme, and how it was added to the WRF model, are explained. The scheme is then demonstrated in an idealized framework and in simulations of salt breezes and lake breezes in northwestern Utah.
- Diffusion Options
- (diff_opt)
- K Options (km_opt)
- Dynamics Overview | Jimy Dudhia
- A Three-Dimensional Scale-Adaptive Turbulent Kinetic Energy Scheme in the WRF-ARW Model
- LES limit
- Mesoscale limit
When Diffusion is Important
- Numerical Stability: Implicit and explicit diffusion are crucial for maintaining numerical stability and preventing the amplification of noise in the model's dynamical core.
- Physical Processes: Subgrid-scale diffusion is vital for accurately simulating turbulent processes, heat and moisture transport, and mixing in the atmospheric boundary layer.
- Model Development: The concept of diffusion is fundamental to the design and modification of WRF, with researchers adding explicit schemes to improve simulation quality.
The 2D Smagorinsky model
- Smagorinsky, J. (1963). General circulation experiments with the primitive equations: I. The basic experiment. Monthly weather review, 91(3), 99-164.
- Smagorinsky, J. (1993). Some historical remarks on the use of nonlinear viscosities. Large eddy simulation of complex engineering and geophysical flows, 1, 69-106.
- Zhang, X., Huang, Q., & Ma, Y. (2024). A dynamic Smagorinsky model for horizontal turbulence parameterization in tropical cyclone simulation. Geophysical Research Letters, 51(19), e2024GL110392.
- Zhang, X., Zhou, B., & Ping, F. (2021). Effects of subgrid-scale horizontal turbulent mixing on a simulated convective storm at kilometer-scale resolutions. Atmospheric Research, 254, 105445.
- Note that aside from the 1D PBL plus 2D Smagorinsky turbulence package, several recent studies have also advocated the extension of LES turbulence closures to kilometer-scale resolution simulations
Examples
WRF Diffusion in Complex TerrainDealing with Overmixing Near Steep Terrain
- WRF Diffusion in Complex TerrainDealing with Overmixing Near Steep Terrain | 2017
- The University of Washington real-time modeling system included second order diffusion along modelsurfaces and 6th order diffusion
- change to second order diffusion
- elimilate 6th order diffusion
- To reduce the mixing
- The University of Washington real-time modeling system included second order diffusion along modelsurfaces and 6th order diffusion
WRF Numerical Diffusion 效能評估及個案模擬與分析
WRF | WRF diffusion
https://waipangsze.github.io/2025/09/05/WRF-WRF-diffusion/