ModelEquilibriumTide
Computes the equilibrium ocean tide of the long periodic tideGeneratingPotential. The spherical harmonics expansion up to maxDegree with GM and R is estimated using a least squares adjustment.
The inputfileDensityGrid must be a global regular grid with the vertically averaged seawater density over the ocean and zero over land.
It takes iteratively self attraction and loading into account using the Love numbers inputfilePotentialLoadLoveNumber and inputfileDeformationLoadLoveNumber.
Additionally the effects of the solid Earth tide are considered, both the gravitational (Love numbers k20, k20plus) and the geometrical (Love numbers h20,0, h20,2) effect.
See also PotentialCoefficients2DoodsonHarmonics.

| Name | Type | Annotation |
|---|---|---|
outputfilePotentialCoefficients | filename | includes the loading |
maxDegree | uint | |
GM | double | Geocentric gravitational constant |
R | double | reference radius |
inputfileDensityGrid | filename | [kg/m^3] density of sea water, zero over land |
tideGeneratingPotential | double | [m^2/s^2] |
k20 | double | earth tide love number |
k20plus | double | earth tide love number |
h20_0 | double | earth tide love number |
h20_2 | double | earth tide love number |
inputfilePotentialLoadLoveNumber | filename | |
inputfileDeformationLoadLoveNumber | filename | |
iterationCount | uint |