Enum sounding_analysis::ParcelIndex[][src]

pub enum ParcelIndex {
    LI,
    LCL,
    CAPE,
    LCLTemperature,
    CIN,
    EquilibriumLevel,
    LFC,
}

Indexes from a parcel analysis of a sounding.

Variants

Lifted index

Lifting Condensation Level, or LCL (hPa), pressure vertical coordinate.

Convective Available Potential Energy, or CAPE. (J/kg)

Temperature at LCL (K)

Convective Inhibitive Energy, or CIN (J/kg)

Equilibrium Level (hPa), pressure vertical coordinate

Level of Free Convection (hPa), pressure vertical coordinate

Trait Implementations

impl Debug for ParcelIndex
[src]

Formats the value using the given formatter. Read more

impl Clone for ParcelIndex
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for ParcelIndex
[src]

impl PartialEq for ParcelIndex
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Eq for ParcelIndex
[src]

Auto Trait Implementations

impl Send for ParcelIndex

impl Sync for ParcelIndex