Struct sounding_analysis::Parcel[][src]

pub struct Parcel {
    pub temperature: f64,
    pub pressure: f64,
    pub dew_point: f64,
}

Variables defining a parcel as used in parcel analysis.

Fields

Temperature in C

Pressure in hPa

Dew point in C

Methods

impl Parcel
[src]

Get the potential temperatures of the parcel

Get the equivalent potential temperature of the parcel

Get the mixing ratio of the parcel.AnalysisError

Get the virtual temperature of the parcel

Try to convert a DataRow to a Parcel.

Trait Implementations

impl Debug for Parcel
[src]

Formats the value using the given formatter. Read more

impl Clone for Parcel
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for Parcel
[src]

Auto Trait Implementations

impl Send for Parcel

impl Sync for Parcel