Calculating the local solar time for sunset/sunrise.
cal_sunsetTime(solar_declination, latitude)
A vector for the local solar time for sunset/sunrise
can be calculated by cal_solardeclination().
is latitude data(Radian).
Knowing the time of sunrise can calculate the time of sunset. sunrise_time=24-sunset_time. Day_length=2*(sunset_time-12).
Teh CBS.Introduction to mathematical modeling of crop growth: How the equations are derived and assembled into a computer model. Brown Walker Press, 2006.