Function sounding_analysis::layers::dendritic_snow_zone [] [src]

pub fn dendritic_snow_zone(snd: &Sounding) -> Result<SmallVec<[Layer; 2]>>

Find the dendtritic growth zones throughout the profile. It is unusual, but possible there is more than one.

Errors

If the sounding is missing a temperature or pressure profile, error::ErrorKind::MissingProfile is returned in the result. Otherwise, if no dendritic layers are found, an empty vector is returned in the Result