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

  1. Implicit Diffusion:
    1. 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.
    2. Function: It acts as a form of scale-selective diffusion to prevent excessive noise growth in simulated fields.
    3. 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.
  2. Explicit Numerical Diffusion:
    1. Purpose: Added to the WRF model to explicitly reduce noise that isn't adequately handled by the inherent diffusion.
    2. Characteristics: A common implementation is a sixth-order, monotonic scheme that uses a flux limiter to ensure accuracy.
    3. Benefit: It helps maintain the high effective resolution of the WRF model while providing better control over numerical artifacts.
  3. Subgrid-Scale (Turbulent) Diffusion:
    1. Purpose: Represents the physical process of turbulence and mixing in the atmosphere that occurs at scales smaller than the model's grid resolution.
    2. Parameterization: This is handled by the WRF physics parameterization schemes, particularly the Boundary Layer (PBL) scheme and other boundary layer schemes.
    3. 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

When Diffusion is Important

  1. Numerical Stability: Implicit and explicit diffusion are crucial for maintaining numerical stability and preventing the amplification of noise in the model's dynamical core.
  2. Physical Processes: Subgrid-scale diffusion is vital for accurately simulating turbulent processes, heat and moisture transport, and mixing in the atmospheric boundary layer.
  3. 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

  1. 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 Numerical Diffusion 效能評估及個案模擬與分析


WRF | WRF diffusion
https://waipangsze.github.io/2025/09/05/WRF-WRF-diffusion/
Author
wpsze
Posted on
September 5, 2025
Updated on
September 5, 2025
Licensed under