SLA_DMOON

Approx Moon Pos/Vel

ACTION:
Approximate geocentric position and velocity of the Moon (double precision).
CALL:
CALL sla_DMOON (DATE, PV)
GIVEN:

DATE

D

TDB (loosely ET) as a Modified Julian Date (JD2400000.5)


RETURNED:

PV

D(6)

Moon [x, y, z, , , ż], mean equator and equinox of date (AU, AU s1)


NOTES:
(1)
This routine is a full implementation of the algorithm published by Meeus (see reference).
(2)
Meeus quotes accuracies of 10 in longitude, 3 in latitude and ′′02 arcsec in HP (equivalent to about 20 km in distance). Comparison with JPL DE200 over the interval 1960-2025 gives RMS errors of ′′37 and 83 mas/hour in longitude, ′′23 arcsec and 48 mas/hour in latitude, 11 km and 81 mm/s in distance. The maximum errors over the same interval are 18 and ′′050/hour in longitude, 11 and ′′024/hour in latitude, 40 km and 0.29 m/s in distance.
(3)
The original algorithm is expressed in terms of the obsolete time scale Ephemeris Time. Either TDB or TT can be used, but not UT without incurring significant errors (30 at the present time) due to the Moon’s ′′05/s movement.
(4)
The algorithm is based on pre IAU 1976 standards. However, the result has been moved onto the new (FK5) equinox, an adjustment which is in any case much smaller than the intrinsic accuracy of the procedure.
(5)
Velocity is obtained by a complete analytical differentiation of the Meeus model.
REFERENCE:
Meeus, l’Astronomie, June 1984, p348.