wetbulb: wetbulb

View source: R/wetbulb.r

wetbulbR Documentation

wetbulb

Description

This function calculate the natural wetbulb temperature.

Usage

wetbulb(
  t,
  rh,
  wind,
  solar = 0,
  zenith = 0,
  pair,
  alb_sfc = 0.4,
  fdir = 0.8,
  maxair = 10,
  minair = 2,
  prec = 0.01
)

Arguments

t

numeric Air temperature in degC.

rh

numeric Relative humidity in percentage.

wind

numeric Mean Wind speed in meter per second.

solar

numeric Global solar radiation in Watt on mq.

zenith

numeric Zenith angle in decimal degrees.

pair

numeric Air pressure in millibar or hPa. Default 1010 hPa.

alb_sfc

numeric Mean albedo of surroundings. Default is 0.4.

fdir

numeric Ratio of directed solar respect to the diffuse.Default is 0.8.

maxair

numeric Upper bound of search range referred to air temperature in degC. Default is 10.

minair

numeric Lower bound of search range referred to air temperature in degC. Default is 10.

prec

numeric Precision of outcomes.Default is 0.01.

Value

natural wetbulb in degC

Author(s)

Istituto per la Bioeconomia CNR Firenze Italy Alfonso Crisci alfonso.crisci@ibe.cnr.it


alfcrisci/rBiometeo documentation built on Feb. 1, 2024, 4:47 p.m.