c_sunpos - Determine the sun position (latitude/longitude) as a function of time

SYNTAX

FUNCTION c_sunpos (jdate,year,tsec,sunlat,sunlng)

    long *jdate;
    long *year;
    double *tsec;
    double *sunlat;
    double *sunlng;

PARAMETERS

jdate (long *, input)

The julian date.

year (long *, input)

The year (ie. 94 for 1994).

tsec (double *, input)

The total seconds from midnight GMT.

sunlat (double *, output)

The computed sun latitude location.

sunlng (double *, output)

The computed sun longitude location.

DESCRIPTION

Determine the latitude and longitude of the sun given some point in time.

RETURN VALUE

c_sunpos() has no return value.