R/coriolis.R

## -----------------------------------------------------------------------------
## Coriolis Factor as a Function of Latitude
## -----------------------------------------------------------------------------

coriolis <- function (lat)  # latitude in degrees north (-90:+90)
  2 * 7.2921e-5 * sin(pi/180 * lat)

Try the marelac package in your browser

Any scripts or data that you put into this service are public.

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