Skip to contents

Given the latitude and solar declination, calculate the sunset hour angle.

Usage

calc_sunset_hour_angle(lat, declination)

Arguments

lat

The latitude in radians.

declination

The solar declination in radians. Can be calculated using calc_solar_declination

Value

The solar sunset hour angle in radians

Examples

calc_sunset_hour_angle(0.5, 1)
#> [1] 2.588332