Struct sounding_analysis::profile::ParcelProfile [] [src]

pub struct ParcelProfile {
    pub pressure: Vec<f64>,
    pub height: Vec<f64>,
    pub parcel_t: Vec<f64>,
    pub environment_t: Vec<f64>,
    pub parcel: Parcel,
}

Hold profiles for a parcel and it's environment.

Fields

Pressure profile

Height profile

Parcel temperature profile

Environment temperature profile

The original parcel

Methods

impl ParcelProfile
[src]

[src]

Get the lfcs and el levels for this parcel.

[src]

Get the pressure layers with CIN in this profile.

Trait Implementations

Auto Trait Implementations

impl Send for ParcelProfile

impl Sync for ParcelProfile