powered by
Calculates solar longitude with respect to the equinox of 2000.0 for given year, month, day and time.
solar.long(year,month,day,time,prec=11)
numeric vector of length 4 specifying year.
numeric vector specifying month of the year.
numeric vector specifying day.
numeric vector specifying time in hours.
numeric vector specifying number of decimals of calculated solar longitude. By default it is equal to 11.
solar.long returns numeric vector with a value between 0 and 360.
solar.long
Steyaert C. (1991). Calculating the Solar Longitude 2000.0, WGN, Journal of the IMO, 19:2, 31-34.
filter.sol
# NOT RUN { ## calculate solar longitude for June 22, 2006, at 4h UT, rounded to 3 decimals solar.long(year=2006,month=6,day=22,time=4,prec=3) # }
Run the code above in your browser using DataLab