tglob_sphere: tglob_sphere

View source: R/tglob_sphere.r

tglob_sphereR Documentation

tglob_sphere

Description

Calculate the globe temperature in degC. The code is based on the work James C. Liljegren Decision and Information Sciences Division Argonne National Laboratory.

Usage

tglob_sphere(
  t,
  rh,
  wind,
  solar,
  zenith = 0,
  pair = 1010,
  alb_sfc = 0.4,
  fdir = 0.8,
  diam = 0.05,
  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.

diam

numeric Diameter in meter of globometer. Default is 0.05.

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

globe temperature in degC

Author(s)

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

References

Liljegren J, Carhart R, Lawday P, Tschopp S, Sharp R,2008, "Modeling Wet Bulb Globe Temperature using Standard Meteorological Measurements" Journal of Occupational and Environmental Hygiene 5, 645-655.


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