Gravityfield2AbsoluteGravity

This program computes the absolute value of gravity $\left\lVert{\M g}\right\rVert$ of a gravityfield on a given grid. The result is multiplicated with factor. To get the full gravity vector in a terrestrial frame add the centrifugal part, see gravityfield:tides:centrifugal.

The values will be saved together with points expressed as ellipsoidal coordinates (longitude, latitude, height) based on a reference ellipsoid with parameters R and inverseFlattening.

It is intended to compute gravity anomalies from absolute gravity observations. To visualize the results use PlotMap.

NameTypeAnnotation
outputfileGriddedData
filename
grid
grid
gravityfield
gravityfield
factor
doublethe result is multiplied by this factor, set -1 to subtract the field
time
timeat this time the gravity field will be evaluated
R
doublereference radius for ellipsoidal coordinates on output
inverseFlattening
doublereference flattening for ellipsoidal coordinates on output, 0: spherical coordinates
This program is parallelized.