| direct_solar_radiation | R Documentation | 
The function estimates direct solar radiation (W/m2) based on latitude, day of year, elevation, and time. The function uses two methods \insertCiteMcCullough1971,Campbell1998TrenchR compiled in \insertCiteTracy1983;textualTrenchR.
direct_solar_radiation(lat, doy, elev, t, t0, method = "Campbell 1977")
lat | 
 
  | 
doy | 
 
  | 
elev | 
 
  | 
t | 
 
  | 
t0 | 
 
  | 
method | 
 
  | 
numeric direct solar radiation (W/m2).
Other microclimate functions: 
air_temp_profile_neutral(),
air_temp_profile_segment(),
air_temp_profile(),
degree_days(),
diurnal_radiation_variation(),
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()
  direct_solar_radiation(lat    = 47.61, 
                         doy    = 112, 
                         elev   = 1500, 
                         t      = 9, 
                         t0     = 12, 
                         method = "Campbell 1977")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.