Struct sounding_analysis::experimental::fire::PlumeHeatingAnalysis[][src]

pub struct PlumeHeatingAnalysis {
    pub starting_parcel: Parcel,
    pub dts: Vec<CelsiusDiff>,
    pub max_int_buoyancies: Vec<Optioned<JpKg>>,
    pub wet_ratio: Vec<Optioned<f64>>,
    pub lcl_heights: Vec<Optioned<Meters>>,
    pub el_heights: Vec<Optioned<Meters>>,
    pub max_heights: Vec<Optioned<Meters>>,
}
Expand description

Various analysis results of lifting plumes parcels vs the heating supplied.

Fields

starting_parcel: Parcel

The parcel this analysis was completed for.

dts: Vec<CelsiusDiff>

Ordinate

max_int_buoyancies: Vec<Optioned<JpKg>>

Buoyancies

wet_ratio: Vec<Optioned<f64>>

Wet Ratio 0-1

lcl_heights: Vec<Optioned<Meters>>

LCL

el_heights: Vec<Optioned<Meters>>

EL

max_heights: Vec<Optioned<Meters>>

Max Plume Height

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

recently added

Uses borrowed data to replace owned data, usually by cloning. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.