View source: R/RadiationFunctions.R
| diurnal_radiation_variation | R Documentation |
The function estimates hourly solar radiation (W m-2 hr-1) as a function of daily global solar radiation (W m-2 d-1). Based on \insertCiteTham2010;textualTrenchR and \insertCiteAlRawahi2011;textualTrenchR.
diurnal_radiation_variation(doy, S, hour, lon, lat)
doy |
|
S |
|
hour |
|
lon |
|
lat |
|
numeric hourly 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_temp_variation_sineexp(),
diurnal_temp_variation_sinesqrt(),
diurnal_temp_variation_sine(),
monthly_solar_radiation(),
partition_solar_radiation(),
proportion_diffuse_solar_radiation(),
solar_radiation(),
surface_roughness(),
wind_speed_profile_neutral(),
wind_speed_profile_segment()
diurnal_radiation_variation(doy = 112,
S = 8000,
hour = 12,
lon = -122.33,
lat = 47.61)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.