Res_Tot_SO2 {TreeDep} | R Documentation |
Res_Tot_SO2 - Calculates hourly total resistance for SO2
Res_Tot_SO2(x, z_0 = 1)
x |
A data frame containing hourly data of weather variables (e.g. Hum (%), Pres (kPa), Precip (mm), Rad (W m-2), Temp (C), Wind (m s-1), Daylight (Night or Daylight)) |
z_0 |
Roughness length value (m) |
Hourly data of total resistance for SO2 (s m-1)
data(Bizkaia_data)
Res_Tot_SO2(x = Bizkaia_data, z_0 = 1)