[][src]Function sounding_analysis::experimental::fire::blow_up

pub fn blow_up(
    snd: &Sounding,
    moisture_ratio: Option<f64>
) -> Result<BlowUpAnalysis>

Find the parcel that causes the plume to blow up by finding the maximum derivative of the equilibrium level vs parcel temperature.

Arguments:

  • snd - the environmental sounding.
  • moisture_ratio - a value of 10 means for every 10C of heating (dt), add 1 g/kg of moisture to the parcel. If it is None, don't add any moisture.