Struct sounding_analysis::ParcelAnalysis[][src]

pub struct ParcelAnalysis { /* fields omitted */ }

Parcel analysis, this is a way to package the analysis of a parcel.

Methods

impl ParcelAnalysis
[src]

Method to retrieve value from analysis.

Retrieve the parcel's profile

Retrieve the original parcel.

Calculate the parcel velocity at the equilibrium level. Note that this is most likely an over estimate due to the effects of entrainment and water/ice loading.

Trait Implementations

impl Debug for ParcelAnalysis
[src]

Formats the value using the given formatter. Read more

impl Clone for ParcelAnalysis
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations