libTheSky
Routines to compute sky positions of Sun, Moon, planets and more
Loading...
Searching...
No Matches
Modules | Functions/Subroutines
sun.f90 File Reference

(libTheSky version 0.4.2, revision 264, hash 4e52568, 2023-12-04)

Procedures that calculate a low-accuracy position of the Sun for libTheSky. More...

Go to the source code of this file.

Modules

module  thesky_sun
 Low-accuracy procedures for the Sun.
 

Functions/Subroutines

subroutine thesky_sun::sunpos_la (jd, calc, lat, lon)
 Low-accuracy solar coordinates.
 
subroutine thesky_sun::sunpos_vla (doy, hour, lon, lat, tz, ha, dec, az, alt)
 Compute the position of the Sun - very low accuracy routine (~0.18 degrees in az/alt)
 
real(double) function thesky_sun::sunmagn (dist)
 Calculate Sun magnitude.
 

Detailed Description

Procedures that calculate a low-accuracy position of the Sun for libTheSky.

Definition in file sun.f90.