Enum sounding_analysis::ParcelIndex [−][src]
pub enum ParcelIndex {
LCLHeightAGL,
LCLPressure,
CAPE,
CAPEHail,
LCLTemperature,
CIN,
ELPressure,
ELHeightASL,
ELTemperature,
LFC,
NCAPE,
LI,
}Indexes from a parcel analysis of a sounding.
Variants
LCLHeightAGLLifting Condensation Level meters AGL
LCLPressureLifting Condensation Level, or LCL (hPa), pressure vertical coordinate.
CAPEConvective Available Potential Energy, or CAPE. (J/kg)
CAPEHailCAPE in the hail growth zone
LCLTemperatureTemperature at LCL (C)
CINConvective Inhibitive Energy, or CIN (J/kg)
ELPressureEquilibrium Level (hPa), pressure vertical coordinate
ELHeightASLEqilibrium level height (meters ASL)
ELTemperatureEquilibrium level temperature (degrees C)
LFCLevel of Free Convection (hPa), pressure vertical coordinate
NCAPENormalized CAPE
LILifted Index
Trait Implementations
impl Debug for ParcelIndex[src]
impl Debug for ParcelIndexfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Clone for ParcelIndex[src]
impl Clone for ParcelIndexfn clone(&self) -> ParcelIndex[src]
fn clone(&self) -> ParcelIndexReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)Performs copy-assignment from source. Read more
impl Copy for ParcelIndex[src]
impl Copy for ParcelIndeximpl PartialEq for ParcelIndex[src]
impl PartialEq for ParcelIndexfn eq(&self, other: &ParcelIndex) -> bool[src]
fn eq(&self, other: &ParcelIndex) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &Rhs) -> bool1.0.0[src]
fn ne(&self, other: &Rhs) -> boolThis method tests for !=.
impl Eq for ParcelIndex[src]
impl Eq for ParcelIndexAuto Trait Implementations
impl Send for ParcelIndex
impl Send for ParcelIndeximpl Sync for ParcelIndex
impl Sync for ParcelIndex