tmp_wet_bulb: Temperature, wet bulb

Description Usage Arguments Value References

View source: R/vapour_functions.R

Description

Calculates the wet bulb temperature as a function of actual vapour pressure, dew point temperature, and air temperature based on McJannet et al. (2008) Equation 25 as presented in McMahon et al. (2013) Equation S2.2

Usage

1
tmp_wet_bulb(atmp, RH)

Arguments

atmp

air temperature (degrees C). When dt is "daily" or larger, argument should be a list with elements "min" and "max" for daily min and max temperatures. When dt is "hourly", argument should be a vector with hourly recorded temperatures.

RH

relative humidity (percent). When dt is "daily" or larger, argument should be a list with elements "min" and "max" for daily min and max relative humidities. When dt is "hourly", argument should be a vector with hourly recorded relative humidities.

Value

wbtmp

the wet bulb temperature (degrees C)

References

McMahon, T. A., Peel, M. C., Lowe, L., Srikanthan, R., and McVicar, T. R. (2013). Estimating actual, potential, reference crop and pan evaporation using standard meteorological data: a pragmatic synthesis, Hydrol. Earth Syst. Sci., 17, 1331–1363. https://doi.org/10.5194/hess-17-1331-2013.

McJannet, D. L., Webster, I. T., Stenson, M. P., and Sherman, B.S. (2008). Estimating open water evaporation for the Murray-Darling Basin. A report to the Australian Government from the CSIRO Murray-Darling Basin Sustainable Yields Project, CSIRO, Australia, 50 pp. Retrieved from http://www.clw.csiro.au/publications/waterforahealthycountry/mdbsy/technical/U-OpenWaterEvaporation.pdf.


WDNR-Water-Use/CSLSevap documentation built on April 9, 2021, 1:35 a.m.