sunearthdis - This subroutine determines the distance between the sun and the earth for a given julian day

SYNTAX

FUNCTION sunearthdis(jday, aus)

    long	 jday;
    float	 *aus;

PARAMETERS

jday (long, input)

Julian day.

aus (float *, output)

Distance between the sun and the earth in astronomical units.

DESCRIPTION

The distance between the sun and the earth is computed for a given julian day.

RETURN VALUE

sunearthdis() has no return value.