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 Feb. 12, 2020, 3 a.m.