Home > general > phys_fun > coriolis.m

coriolis

PURPOSE ^

CORIOLIS value of coriolis parameter f

SYNOPSIS ^

function f = coriolis(lat,varargin)

DESCRIPTION ^

CORIOLIS value of coriolis parameter f  

 returns value of coriolis parameter f

 f = coriolis(lat) where lat is the latitude in DEGREES.
 
 By default the length of a day is 23 hr 56 m 4.1 s (a siderral day).

 A solar day the day has a length of 24 h precise.
 This can be switched on with an additional keyword,value
 pair: coriolis(latitude,'day',value)
 where value can be 'SIDERIAL','SOLAR','D3D','delft3d' or 
 any value in SECONDS (all case insensitive).

See also: beaufort, http://en.wikipedia.org/wiki/Coriolis_parameter

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:
Generated on Mon 29-Nov-2010 15:42:51 by m2html © 2005