Cloud Parcel Modelling – Part 2: Water Vapor Budget and Droplet Growth

 

🌧️ Part 2 – Water Vapor Budget and Droplet Growth

Title: How Supersaturation and Aerosols Control Cloud Condensation Rate


πŸ“‰ Equation of Condensation

The rate at which water vapor condenses into droplets is given by:

dwcdt=4πρwρai=1nNiri2dridt\frac{dw_c}{dt} = \frac{4\pi \rho_w}{\rho_a} \sum_{i=1}^{n} N_i r_i^2 \frac{dr_i}{dt}

Where:

  • ρw\rho_w: density of liquid water

  • ρa\rho_a: air density

  • NiN_i: number concentration of droplets of radius rir_i

  • dridt\frac{dr_i}{dt}: growth rate of each droplet

This expression links individual droplet growth to the total condensation rate in the parcel.


☁️ Droplet Growth from Supersaturation

Each droplet grows as water vapor diffuses onto its surface:

dridt=Gri(SSeq)\frac{dr_i}{dt} = \frac{G}{r_i}(S - S_{eq})

Where:

  • SS: ambient supersaturation

  • SeqS_{eq}: equilibrium saturation (depends on droplet curvature and solute)

  • GG: combined thermal-diffusional resistance factor

The coefficient GG is:

G=(1ρwRTpDvMw+LρwkaT(LMwRT1))G = \left( \frac{1}{\frac{\rho_w R T}{p^* D_v M_w} + \frac{L \rho_w}{k_a T} \left(\frac{L M_w}{R T} - 1 \right)} \right)

This term incorporates heat and mass transfer limitations, governing how fast droplets can grow under given atmospheric conditions.

SymbolDescription
ρwDensity of liquid water (≈ 1000 kg/m³)
RUniversal gas constant (≈ 8.314 J/mol·K)
TTemperature (K)
p⁎Saturation vapor pressure (Pa)
DvDiffusivity of water vapor in air (m²/s)
MwMolar mass of water (≈ 0.018 kg/mol)
LwLatent heat of vaporization (≈ 2.5 × 10⁶ J/kg)
kaThermal conductivity of air (W/m·K)

This equation balances mass diffusion resistance (left term) and thermal resistance (right term), both of which slow down droplet growth. A higher G means faster droplet growth due to easier vapor transport and heat removal.


πŸ“ˆ Supersaturation Budget Equation

To track how supersaturation evolves in the cloud parcel, the following equation is used:

dSdt=1wv[dwvdt(S+1)(wvTdTdt+wvpaρagV)]\frac{dS}{dt} = \frac{1}{w_v^*} \left[ \frac{dw_v}{dt} - (S + 1) \left( \frac{\partial w_v^*}{\partial T} \frac{dT}{dt} + \frac{\partial w_v^*}{\partial p_a} \rho_a g V \right) \right]

This balances:

  • Supply of water vapor: dwvdt\frac{dw_v}{dt}

  • Demand for condensation: due to cooling (via dTdt\frac{dT}{dt}) and pressure drop (via ascent)


πŸ”— Link to Aerosol Activation

  • If many droplets activate, total surface area increases → dwcdt\frac{dw_c}{dt} increases

  • This leads to faster latent heat release, influencing parcel temperature and supersaturation evolution

  • Aerosol type matters:

    • Salt → easy activation

    • Black carbon → poor activation


✅ Key Insight

Cloud condensation is not automatic. It’s controlled by a dynamic interplay between:

  • Supersaturation

  • Droplet number and size

  • Aerosol chemical properties

This interaction ultimately governs how fast clouds form, grow, and reflect sunlight.

Referrence(s) or reading(s):

Nenes, A., Ghan, S., Abdul-Razzak, H., Chuang, P. Y., & Seinfeld, J. H. (2001). Kinetic limitations on cloud droplet formation and impact on cloud albedoJournal of Geophysical Research: Atmospheres, 106(D6), 7629–7639. https://doi.org/10.1029/2000JD900091

McFiggans, G., Artaxo, P., Baltensperger, U., Coe, H., Facchini, M. C., Feingold, G., Fuzzi, S., Gysel, M., Laaksonen, A., Lohmann, U., Mentel, T. F., Murphy, D. M., O’Dowd, C. D., Snider, J. R., & Weingartner, E. (2006). The effect of physical and chemical aerosol properties on warm cloud droplet activation. Atmospheric Chemistry and Physics6, 2593–2649. https://doi.org/10.5194/acp-6-2593-2006

Komentar

Postingan populer dari blog ini

Cloud Parcel Model – Part 0: Introduction and Context (A)

Cloud Parcel Modeling – Part 3: Supersaturation Evolution, Droplet Size Distribution, and and the Core Understanding in Cloud Parcel Modeling

Building the Cloud Parcel Model on Matlab - Part 2: Create the core ODE system (A. basic)