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 (e.g. height of anemometer) in degrees C.

t2

Temperature at upper height in degrees C.

hum1

Relative humidity at lower height (e.g. height of anemometer) 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 (e.g. height of anemometer) in m.

z2

Upper height of measurement in m.

rad_bal

Radiation balance in W/m^2.

soil_flux

Soil flux in W/m^2.

weather_station

Object of class weather_station

Value

Sensible heat flux in W/m^2


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