Function sounding_analysis::dcape[][src]

pub fn dcape(snd: &Sounding) -> Result<(ParcelProfile, JpKg, Celsius)>
Expand description

Downdraft CAPE.

Defined as the net area between a parcel descended moist adiabatically from the level of the lowest theta-e in the lowest 400 hPa of the sounding.

Returns the profile, downdraft cape, and downrush temperature in a tuple.