harmonics {TideHarmonics} | R Documentation |
Table Of All 409 Harmonic Constituents
Description
The harmonics
data frame has 409 rows and 12 variables. It
shows the standard list of tidal constituents as provided by the
IHO tidal committee.
Some corrections and adjustments have been made to the standard
list; these are documented in the package vignette. We also use
a different naming scheme which is more logical and consistent.
Our names are given in the name
column. The traditional
names are given in the sname
column. Either can be used
in the code.
We have retained lower case characters and have used the first three characters for greek letters e.g. the1 for theta1. The code has been written for robustness and will still work if you use upper case characters and/or full names for greek letters.
There are many variations of constituent names and I have attempted to write the software so that it will work whatever names are used. For example, NOAA uses RHO rather than the more common rho1 or RHO1. The names RHO and RHO1 are therefore automatically converted to rho1. TASK-2000 uses LAMDA1 (with the B missing), which is automatically converted to lam1.
Usage
harmonics
Format
This data frame contains the following columns:
- name
The name of the constituent, which is unique.
- sname
The standard name of the constituent, which is also unique.
- speed
The speed (angular frequency) in degrees per hour. Derived from the Doodson number. To calculate the period in hours, divide 360 by the speed.
- code
The extended Doodson code.
- i1
The first Doodson number.
- i2
The second Doodson number.
- i3
The third Doodson number.
- i4
The forth Doodson number.
- i5
The fifth Doodson number (always zero).
- i6
The sixth Doodson number (mostly zero).
- phi
The phase constant in degrees.
- nodal
The type of nodal correction, as taken from the standard list.
Source
Standard list of tidal constituents of the IHO tidal committee.