coriolis: The Coriolis Force as a Function of Latitude

coriolisR Documentation

The Coriolis Force as a Function of Latitude

Description

Estimates the coriolis factor, f (in s^{-1}), where f = 2 \cdot \omega \cdot sin(lat), where \omega = 7.292e^{-5} radians/sec, the rotation of the earth.

Usage

coriolis(lat)

Arguments

lat

latitude in degrees north (-90 to +90).

Value

The coriolis factor (s^{-1}).

Author(s)

Karline Soetaert < karline.soetaert@nioz.nl >

References

Pond S and Pickard G, 1986. Introductory Dynamical Oceanography, Pergamon Press, Sydney, 2nd Ed.

Griffies SM, 2004. Fundamentals of Ocean Climate Models. Princeton, NJ, Princeton University Press, 518 pp.

See Also

viscosity, diffcoeff, ssd2rad, vertmean, gravity

Examples

plot(-90:90, coriolis(-90:90), xlab = "latitude, dg North", 
  ylab = "/s", main = "coriolis factor", type = "l", lwd = 2)

marelac documentation built on Sept. 25, 2023, 5:06 p.m.