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:
uArray of wind speed (m/s)d_pAerosol particle diameter (m)rho_pParticle density (kg/m^3)TAir temperature (K)PAir pressure (Pa)surface_typeInteger code for surface type (1=urban, 2=bare soil, etc.)vdepOutput: 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:
nlevNumber of canopy layersladLeaf area density profile (m^2/m^3)zcanopy model level heights (m)hccanopy top level heights (m)uArray of wind speed profile (m/s)d_pAerosol particle diameter (m)rho_pParticle density (kg/m^3)TAir temperature profile (K)PAir pressure profile (Pa)vdepOutput: aerosol deposition velocity profile (m/s)
The documentation for this class was generated from the following file src/canopy_aero_ddep_mod.F90