Learn R Programming

marelac (version 2.1.11)

gravity: Gravity on Earth

Description

Computes the gravity, based on latitude.

Usage

gravity(lat = 0, method = c("Moritz", "UNESCO"))

Value

Gravity, in \(\rm m\,sec^{-2}\).

Arguments

lat

latitude (-90 - +90).

method

When "UNESCO", uses the UNESCO (1983) polynomial, else according to Moritz, 2000

Author

Karline Soetaert <karline.soetaert@nioz.nl>

References

The UNESCO polynomial:

Fofonoff NP and Millard RC Jr, 1983. Algorithms for computation of fundamental properties of seawater. UNESCO technical papers in marine science, 44, 53 pp.
http://unesdoc.unesco.org/images/0005/000598/059832EB.pdf

Moritz H, 2000. Geodetic reference system 1980. Journal of Geodesy 74, 128-133.

See Also

coriolis, viscosity, diffcoeff, ssd2rad, vertmean

Examples

Run this code
gravity(lat = 30)

Run the code above in your browser using DataLab