harmonica.ellipsoid_gravity#
- harmonica.ellipsoid_gravity(coordinates, ellipsoids)[source]#
Forward model gravity fields of ellipsoids.
Compute the gravity acceleration components for an ellipsoidal body at specified observation points.
Warning
The vertical direction points upwards, i.e. positive and negative values of
upwardrepresent points above and below the surface, respectively. But,g_zis the downward component of the gravitational acceleration so that positive density contrasts produce positive anomalies.Important
The gravity acceleration components are returned in mGal (\(\text{m}/\text{s}^2\)).
- Parameters:
- coordinates
listofarray List of arrays containing the
easting,northingandupwardcoordinates of the computation points defined on a Cartesian coordinate system. All coordinates should be in meters.- ellipsoid
ellipsoidorlistofellipsoids Ellipsoidal body represented by an instance of
harmonica.TriaxialEllipsoid,harmonica.ProlateEllipsoid, orharmonica.OblateEllipsoid, or a list of them.
- coordinates
- Returns:
- g_e, g_n, g_z
array Easting, northing and downward component of the gravity acceleration in mGal.
- g_e, g_n, g_z
References
For derivations of the equations, and methods used in this code.