Analytical ephemeris routines for solar system bodies.
A simple analytical lunar ephemeris model. Returns Lunar cartesian coordinates (mean equator and equinox of epoch J2000).
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=wp), | intent(in) | :: | jd |
Julian date |
||
real(kind=wp), | intent(out), | dimension(3) | :: | r_moon |
Moon position (km) |
|
real(kind=wp), | intent(out), | optional, | dimension(3) | :: | v_moon |
Moon velocity (km/s) |