Enum sounding_analysis::ProfileIndex[][src]

pub enum ProfileIndex {
    SWeT,
    K,
    PWAT,
    TotalTotals,
    Haines,
    DCAPE,
    DownrushT,
}

Sounding indexes calculated from the sounding and not any particular profile.

Variants

Severe Weather Threat Index

K-index

Precipitable Water (mm)

Total-Totals

Haines index

Downward CAPE

Downrush temperature. The temperature of a saturated downburst from parcel theory.

Trait Implementations

impl Debug for ProfileIndex
[src]

Formats the value using the given formatter. Read more

impl Clone for ProfileIndex
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for ProfileIndex
[src]

impl PartialEq for ProfileIndex
[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 ProfileIndex
[src]

Auto Trait Implementations