sensible_priestley_taylor: Sensible Heat Priestley-Taylor Method

sensible_priestley_taylorR Documentation

Sensible Heat Priestley-Taylor Method

Description

Calculates the Sensible heat flux using the Priestley-Taylor method. Negative heat flux signifies flux away from the surface, positive values signify flux towards the surface.

Usage

sensible_priestley_taylor(...)

## S3 method for class 'numeric'
sensible_priestley_taylor(t, rad_bal, soil_flux, surface_type = "field", ...)

## S3 method for class 'weather_station'
sensible_priestley_taylor(weather_station, ...)

Arguments

...

Additional parameters passed to later functions.

t

Air temperature in °C.

rad_bal

Radiation balance in W/m².

soil_flux

Soil flux in W/m².

surface_type

Surface type, for which a Priestley-Taylor coefficient will be selected. Default is for short grass.

weather_station

Object of class weather_station.

Value

Sensible heat flux in W/m².


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