EvapHeat: Evaporative heat exchange between a wet surface and the...

Description Usage Arguments Note Author(s) References Examples

Description

Evaporative heat exchange between a surface and the surrounding air [kJ m-2 d-1]. This function is only intended for wet surfaces, i.e., it assumes the vapor density at the surface is the saturation vapor density

Usage

1
EvapHeat(surftemp, airtemp, relativehumidity=NULL, Tn=NULL, wind=2)

Arguments

surftemp

surface temperature [C]

airtemp

average daily air temperature [C]

relativehumidity

relative humidity, 0-1 [-]

Tn

minimum dailiy air temperature, assumed to be dew point temperature if relativehumidity unknown [C]

wind

average daily windspeed [m/s]

Note

This function will use the relative humidity to esimate air vapor density if the value passed is between 0-1. Otherwise, it will assume the minimum daily air temperature is approximately the dew point temp.

Author(s)

M. Todd Walter

References

Campbell, Gaylon S. An Introduction to Environmental Biophysics. New York: Springer-Verlag, 1977.

Examples

1
2
	EvapHeat(surftemp=15, airtemp=5, relativehumidity=0.7)
 

EcoHydRology documentation built on March 29, 2021, 3:01 p.m.