Skip to content

Namespace canopy_aero_ddep_mod

Namespace List > canopy_aero_ddep_mod

Public Functions

Type Name
subroutine, public canopy_aero_ddep_pleim2022 (ustar ustar, Ra Ra, u u, d_p d_p, rho_p rho_p, T T, P P, surface_type surface_type, vdep vdep)
Aerosol dry deposition velocity for non-vegetated/urban areas using Pleim et al.
subroutine, public canopy_aero_ddep_subveg (nlev nlev, z z, hc hc, lad lad, u u, d_p d_p, rho_p rho_p, T T, P P, vdep_opt vdep_opt, Ra Ra, modres modres, ustar ustar, vtype vtype, vdep vdep)
Sub-canopy aerosol dry deposition velocity following Pleim et al.

Public Functions Documentation

function canopy_aero_ddep_pleim2022

Aerosol dry deposition velocity for non-vegetated/urban areas using Pleim et al.

subroutine, public canopy_aero_ddep_mod::canopy_aero_ddep_pleim2022 (
    ustar ustar,
    Ra Ra,
    u u,
    d_p d_p,
    rho_p rho_p,
    T T,
    P P,
    surface_type surface_type,
    vdep vdep
) 

(2022)

Implements Pleim et al. (2022) equations for urban and non-vegetated surfaces. https://agupubs.onlinelibrary.wiley.com/doi/full/10.1029/2022MS003050

Parameters:

  • u Array of wind speed (m/s)
  • d_p Aerosol particle diameter (m)
  • rho_p Particle density (kg/m^3)
  • T Air temperature (K)
  • P Air pressure (Pa)
  • surface_type Integer code for surface type (1=urban, 2=bare soil, etc.)
  • vdep Output: aerosol deposition velocity for surface (m/s)

function canopy_aero_ddep_subveg

Sub-canopy aerosol dry deposition velocity following Pleim et al.

subroutine, public canopy_aero_ddep_mod::canopy_aero_ddep_subveg (
    nlev nlev,
    z z,
    hc hc,
    lad lad,
    u u,
    d_p d_p,
    rho_p rho_p,
    T T,
    P P,
    vdep_opt vdep_opt,
    Ra Ra,
    modres modres,
    ustar ustar,
    vtype vtype,
    vdep vdep
) 

(2022),

Katul et al. (2010), Zhang et al. (2001), and Petroff et al. (2008)

Parameters:

  • nlev Number of canopy layers
  • lad Leaf area density profile (m^2/m^3)
  • z canopy model level heights (m)
  • hc canopy top level heights (m)
  • u Array of wind speed profile (m/s)
  • d_p Aerosol particle diameter (m)
  • rho_p Particle density (kg/m^3)
  • T Air temperature profile (K)
  • P Air pressure profile (Pa)
  • vdep Output: aerosol deposition velocity profile (m/s)


The documentation for this class was generated from the following file src/canopy_aero_ddep_mod.F90