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.
Name | Type | Annotation |
---|---|---|
outputfileGriddedData | filename | |
grid | grid | |
gravityfield | gravityfield | |
factor | double | the result is multiplied by this factor, set -1 to subtract the field |
time | time | at this time the gravity field will be evaluated |
R | double | reference radius for ellipsoidal coordinates on output |
inverseFlattening | double | reference flattening for ellipsoidal coordinates on output, 0: spherical coordinates |