Enum sounding_base::sounding::Surface [] [src]

pub enum Surface {
    MSLP,
    StationPressure,
    LowCloud,
    MidCloud,
    HighCloud,
    UWind,
    VWind,
}

Surface observed variables

Variants

Surface pressure reduce to mean sea level (hPa)

Surface pressure (hPa)

Low cloud fraction

Mid cloud fraction

Hi cloud fraction

U - wind speed (m/s) (West -> East is positive)

V - wind speed (m/s) (South -> North is positive)

Trait Implementations

impl Debug for Surface
[src]

[src]

Formats the value using the given formatter.

impl Clone for Surface
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for Surface
[src]