View source: R/mrt_functions.r
mrt_solar_proj | R Documentation |
Calculated the mean radiant temperature from the short solar irradiance with human projection factor. it assumes a uniform surround temperature of air temperature and short wave solar radiation.
mrt_solar_proj(t, rh, solar, sunelev, alb_sfc, fdir, emis_sfc)
t |
numeric Air temperature in degC. |
rh |
numeric Relative humidity in percentage. |
solar |
numeric Global solar radiation in Watt on mq. |
sunelev |
numeric Sun elevation angle in decimal degrees. |
alb_sfc |
numeric Mean albedo of surroundings. Default is 0.4. |
fdir |
numeric Ratio between directed ad diffuse radiation. |
emis_sfc |
numeric Surface emissivity. |
Mean Radiant temperature projected in degC.
Istituto per la Bioeconomia CNR Firenze Italy Alfonso Crisci alfonso.crisci@ibe.cnr.it
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.