| monthly_solar_radiation | R Documentation |
The function estimates average monthly solar radiation (W m-2 d-1) using basic topographic and climatic information as input. Cloudiness is stochastically modeled, so output will vary between functional calls. Based on \insertCiteNikolov1992;textualTrenchR.
monthly_solar_radiation(lat, lon, doy, elev, T_a, hp, P)
lat |
|
lon |
|
doy |
|
elev |
|
T_a |
|
hp |
|
P |
|
numeric average monthly solar radiation (W m-2).
Other microclimate functions:
air_temp_profile_neutral(),
air_temp_profile_segment(),
air_temp_profile(),
degree_days(),
direct_solar_radiation(),
diurnal_radiation_variation(),
diurnal_temp_variation_sineexp(),
diurnal_temp_variation_sinesqrt(),
diurnal_temp_variation_sine(),
partition_solar_radiation(),
proportion_diffuse_solar_radiation(),
solar_radiation(),
surface_roughness(),
wind_speed_profile_neutral(),
wind_speed_profile_segment()
monthly_solar_radiation(lat = 47.61,
lon = -122.33,
doy = 112,
elev = 1500,
T_a = 15,
hp = 50,
P = 50)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.