4. Astronomy

4.1. Arguments

The tide potential is a function of the position of the sun and moon with respect to the Earth. The complete movements of the three bodies in three dimensions are very complicated, and typically require the use of numerical Ephemerides [44]. Doodson and Lamb [16] described the approximate positions in terms of fundamental astronomical arguments. Each of these arguments can be accurately calculated using polynomial expansions of time [33, 51]. The rates of change of these arguments are the fundamental frequencies of the astronomical motions [25, 44].

Table 4.1: Astronomical Arguments

Argument

Description

Period

\(\tau\)

lunar hour angle

1.03505 days

\(S\)

mean longitude of the moon

27.32158 days

\(H\)

mean longitude of the sun

365.2549 days

\(P\)

lunar perigree

8.847 years

\(N\)

ascending lunar node

18.61 years

\(Ps\)

solar perigree

21,000 years

The lunar hour angle (\(\tau\)) can be determined from solar time (\(t\)) using the mean longitudes of the moon (\(S\)) and sun (\(H\)):

(4.1)\[\tau = t - S + H\]

When calculating Nutation, IERS conventions use Delaunay arguments as the fundamental variables [7, 42, 60] .

Table 4.2: Delaunay Arguments

Argument

Description

Period

\(\gamma\)

mean sidereal time

0.99727 days

\(l\)

mean anomaly of the moon

27.5545 days

\(l'\)

mean anomaly of the sun

365.2596 days

\(F\)

mean argument of latitude of the moon

27.2122 days

\(D\)

mean elongation of the moon from the sun

29.5306 days

\(\Omega\)

ascending lunar node

18.61 years

From Dehant and Mathews [12], these arguments can be calculated from Doodson arguments using the following relationships:

(4.2)\[\begin{split}\gamma &= \tau + S \\ l &= S - P \\ l' &= h - Ps \\ F &= S - N \\ D &= S - H \\ \Omega &= N = -N' \\\end{split}\]

And conversely:

(4.3)\[\begin{split}S &= F + \Omega \\ H &= F + \Omega - D \\ P &= F + \Omega - l\\ N &= \Omega = -N' \\ Ps &= F + \Omega - l' - D\end{split}\]

4.2. Nutation

Nutation is the periodic oscillation of the Earth’s rotation axis around its mean position. Nutation is often split into two components, the nutation in longitude and the nutation in obliquity. The angle between the equator and the orbital plane of Earth around the Sun (the Ecliptic) defines the inclination of the Earth’s rotation axis (obliquity of the ecliptic).

4.3. Ephemerides

pyTMD can calculate the positions of the sun and moon relative to the Earth using approximate relations or use the jplephem package to read JPL Ephemerides. Ephemerides are tables of values that give the positions of astronomical objects at a given time.