Go to the source code of this file.
Functions/Subroutines |
subroutine | SUNPOS (KSIZE_OMP, KYEAR, KMONTH, KDAY, PTIME, PLON, PLAT, PTSUN, PZENITH, PAZIMSOL) |
Function/Subroutine Documentation
subroutine SUNPOS |
( |
INTEGER, dimension(:), intent(in) |
KSIZE_OMP, |
|
|
INTEGER, intent(in) |
KYEAR, |
|
|
INTEGER, intent(in) |
KMONTH, |
|
|
INTEGER, intent(in) |
KDAY, |
|
|
REAL, intent(in) |
PTIME, |
|
|
REAL, dimension(:), intent(in) |
PLON, |
|
|
REAL, dimension(:), intent(in) |
PLAT, |
|
|
REAL, dimension(:), intent(out) |
PTSUN, |
|
|
REAL, dimension(:), intent(out) |
PZENITH, |
|
|
REAL, dimension(:), intent(out) |
PAZIMSOL |
|
) |
| |