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

pub fn create_plume_parcel_from(
    environment_parcel: Parcel,
    dt: CelsiusDiff,
    moisture_ratio: Option<f64>
) -> Parcel

Create a new parcel assuming a starting parcel and a temperature increment.

Arguments:

  • environment_parcel - the original starting parcel
  • dt - the amount of heating for this parcel
  • 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.