Function metfor::potential_temperature[][src]

pub fn potential_temperature<P, T>(pressure: P, temperature: T) -> Kelvin where
    P: Pressure,
    T: Temperature,
    HectoPascal: From<P>,
    Kelvin: From<T>, 
Expand description

Calculate potential temperature assuming a 1000 hPa reference level.

Returns: Potential temperature.