Skip to content

Create and Interpolate Free-air anomaly for comparing to Bouguer Anomlay + Bouguer Disturbance #84

Answered by santisoler
geojoeyphillips asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @geojoeyphillips! Thanks for opening this question. There are a few things going on here that I'll try to sort out.

The first one is more conceptual. You mention that:

To get the free-air on a sphere use 0 instead of height above ellipsoid:

data = data.assign(fa_normal_grav_ellipsoid = bl.WGS84.normal_gravity (data.Latitude, 0))

But the output of bl.WGS84.normal_gravity() at zero height doesn't contain any free air contribution: it's just the gravity acceleration of the WGS84 ellipsoid computed on its surface. This is equivalent to using the Somigliana equation in case you are familiar with it.
The gravity anomaly $\Delta g$ is defined as

$\Delta g = g_\text{obs} - \gamma_q$

Where $g…

Replies: 1 comment 6 replies

Comment options

You must be logged in to vote
6 replies
@santisoler
Comment options

@geojoeyphillips
Comment options

@santisoler
Comment options

@geojoeyphillips
Comment options

@leouieda
Comment options

Answer selected by geojoeyphillips
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants