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 °C.

p

Pressure in hPa.

weather_station

Object of class weather_station.

height

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

Value

Potential temperature in °C.


FabianMitze/FieldClimRevised documentation built on Sept. 4, 2022, 12:38 a.m.