sensible_bowen: Sensible Heat using Bowen Method

sensible_bowenR Documentation

Sensible Heat using Bowen Method

Description

Calculates the sensible heat flux using the Bowen Method. Negative flux signifies flux away from the surface, positive values signify flux towards the surface.

Usage

sensible_bowen(...)

## S3 method for class 'numeric'
sensible_bowen(
  t1,
  t2,
  hum1,
  hum2,
  p1,
  p2,
  z1 = 2,
  z2 = 10,
  rad_bal,
  soil_flux,
  ...
)

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

Arguments

...

Additional parameters passed to later functions.

t1

Temperature at lower height in °C.

t2

Temperature at upper height in °C.

hum1

Relative humidity at lower height in %.

hum2

Relative humidity at upper height in %.

p1

Air pressure at lower height in hPa.

p2

Air pressure at upper height in hPa.

z1

Lower height of measurement in m.

z2

Upper height of measurement in m.

rad_bal

Radiation balance in W/m².

soil_flux

Soil flux in W/m².

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.