Calculate total radiation balance.

rad_bal_total(...)

# S3 method for numeric
rad_bal_total(rad_sw_radiation_balance, rad_lw_out, rad_lw_in, ...)

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

Arguments

...

Additional parameters passed to later functions.

rad_sw_radiation_balance

Shortwave radiation balance in W/m^2.

rad_lw_out

Longave surface emissions in W/m^2.

rad_lw_in

Atmospheric radiation in W/m^2.

weather_station

Object of class weather_station.

Value

Total radiation balance in W/m^2.