Iers2003SolidTideModel Constructor |
Initializes a high-fidelity Earth solid tide model based on the IERS Conventions (2003) technical report 32.
The Sun and Moon are automatically added as tidal third bodies.
Namespace:
AGI.Foundation.Celestial
Assembly:
AGI.Foundation.OrbitPropagation (in AGI.Foundation.OrbitPropagation.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public Iers2003SolidTideModel(
EarthOrientationParameters earthOrientationParameters
)
Public Sub New (
earthOrientationParameters As EarthOrientationParameters
)
public:
Iers2003SolidTideModel(
EarthOrientationParameters^ earthOrientationParameters
)
new :
earthOrientationParameters : EarthOrientationParameters -> Iers2003SolidTideModel
Parameters
- earthOrientationParameters
- Type: AGI.Foundation.CelestialEarthOrientationParameters
Used to calculate Earth pole wander which has a small effect on the C21 and S21 tidal terms.
See Also