rad_sw_in_topo | R Documentation |
Calculate shortwave radiation balance in dependency of topography.
rad_sw_in_topo(...) ## S3 method for class 'numeric' rad_sw_in_topo( slope, exposition = 0, terr_sky_view, sol_elevation, sol_azimuth, rad_sw_in, albedo, trans_total = 0.8, ... ) ## S3 method for class 'weather_station' rad_sw_in_topo(weather_station, trans_total = 0.8, ...)
... |
Additional parameters passed to later functions. |
slope |
Slope in degrees. |
exposition |
Exposition (North = 0, South = 180). |
terr_sky_view |
Sky view factor (0-1). |
sol_elevation |
Sun elevation in degrees. |
sol_azimuth |
Sun azimuth in degrees. |
rad_sw_in |
Shortwave radiation on the ground onto a horizontal area in W/m^2. |
albedo |
Albedo of surface. |
trans_total |
Total transmittance of the atmosphere (0-1). Default is average atmospheric transmittance. |
weather_station |
Object of class weather_station. |
Shortwave radiation balance in dependency of topography in W/m^2.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.