Description Usage Arguments Value Examples
Res_aero - Calculates aerodynamic resistance on an hourly basis
1  | Res_aero(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 aerodynamic resistance (s m-1)
1 2  | data(Bizkaia_data)
Res_aero(x = Bizkaia_data, z_0 = 1)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.