sensible_bowen | R Documentation |
Calculates the sensible heat flux using the Bowen Method. Negative flux signifies flux away from the surface, positive values signify flux towards the surface.
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, ...)
... |
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 |
Sensible heat flux in W/m².
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.