| coriolis {marelac} | R 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)
[Package marelac version 2.1.11 Index]