Function metfor::theta

source ·
pub fn theta<P, T>(pressure: P, temperature: T) -> Kelvinwhere
    P: Pressure,
    T: Temperature,
    HectoPascal: From<P>,
    Kelvin: From<T>,
Expand description

Calculate potential temperature assuming a 1000 hPa reference level.

Returns: Potential temperature.