temp_pot_temp: Potential Temperature

temp_pot_tempR Documentation

Potential Temperature

Description

Calculation of the potential air temperature.

Usage

temp_pot_temp(...)

## S3 method for class 'numeric'
temp_pot_temp(t, p, ...)

## S3 method for class 'weather_station'
temp_pot_temp(weather_station, height = "lower", ...)

Arguments

...

Additional parameters passed to later functions.

t

Temperature in degrees C.

p

Pressure in hPa.

weather_station

Object of class weather_station

height

Height of measurement, either "upper" or "lower".

Value

Potential temperature in K.


jonasViehweger/energyBudget documentation built on June 27, 2022, 2:56 a.m.