Calculation of the reflected shortwave radiation.

rad_sw_out(...)

# S3 method for numeric
rad_sw_out(rad_sw_in, albedo, ...)

# S3 method for weather_station
rad_sw_out(weather_station, ...)

Arguments

...

Additional parameters passed to later functions.

rad_sw_in

Shortwave radiation on the ground onto a horizontal area in W/m^2.

albedo

Albedo of the surface.

weather_station

Object of class weather_station.

Value

Reflected shortwave radiation in W/m^2.