Cloud Parcel Modelling - Additional Note (1b): Two forms of simplified dS/dt equations

 Yes, you're absolutely right — the two forms:

dSdt=αwβGrianddSdt=αwβG(S,r)\frac{dS}{dt} = \alpha w - \beta G \sum r_i \quad \text{and} \quad \frac{dS}{dt} = \alpha \cdot w - \beta \cdot G(S, r)

are conceptually the same, but they reflect different levels of explicitness and generality in how supersaturation sinks are treated.


🔍 Breakdown of the Terms:

TermMeaning
αw\alpha wSupersaturation production from adiabatic cooling due to vertical velocity ww
βGri\beta G \sum r_iCondensation sink, where each droplet of radius rir_i grows and removes water vapor
GGGrowth factor from condensation theory (depends on T, p, S)
ri\sum r_i or G(S,r)G(S, r)Total growth contribution from droplets, which is a function of both supersaturation and droplet sizes

✅ So, what’s the difference?

FormDescriptionUse Case
dSdt=αwβGri\frac{dS}{dt} = \alpha w - \beta G \sum r_iSimplified, where GG is treated as a constant or known value and the droplet sizes are knownConceptual models, constant-parameter parcel models
dSdt=αwβG(S,r)\frac{dS}{dt} = \alpha w - \beta G(S, r)More general, where G depends on the evolving supersaturation S(t)S(t) and radii ri(t)r_i(t)Full cloud parcel models (like Nenes 2001), numerical integration

🧠 Intuition:

  • In both forms, supersaturation increases due to rising motion (αw\alpha w),

  • and decreases due to droplet growth, which consumes vapor and releases heat (represented by βGri\beta G \sum r_i or βG(S,r)\beta G(S, r)).

But when you write:

dSdt=αwβG(S,r)\frac{dS}{dt} = \alpha w - \beta \cdot G(S, r)

…you're acknowledging that this term dynamically depends on supersaturation and droplet evolution — the feedback loop central to Nenes et al. (2001).


🧪 Bottom Line:

✅ Yes — they are equivalent in structure, but the latter form dS/dt=αwβG(S,r)\boxed{dS/dt = \alpha w - \beta G(S, r)} is more general and needed when doing full parcel simulations where S(t)S(t) and r(t)r(t) evolve simultaneously.

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)