WaveFlux | R Documentation |
Calculate wave-activity flux
WaveFlux(gh, u, v, lon, lat, lev, g = 9.81, a = 6371000)
gh |
geopotential height |
u |
mean zonal velocity |
v |
mean meridional velocity |
lon |
longitude (in degrees) |
lat |
latitude (in degrees) |
lev |
pressure level (in hPa) |
g |
acceleration of gravity |
a |
Earth's radius |
Calculates Plum-like wave activity fluxes
A list with elements: longitude, latitude, and the two horizontal components of the wave activity flux.
Takaya, K. and H. Nakamura, 2001: A Formulation of a Phase-Independent Wave-Activity Flux for Stationary and Migratory Quasigeostrophic Eddies on a Zonally Varying Basic Flow. J. Atmos. Sci., 58, 608–627, \Sexpr[results=rd]{tools:::Rd_expr_doi("10.1175/1520-0469(2001)058<0608:AFOAPI>2.0.CO;2")}
Adapted from https://github.com/marisolosman/Reunion_Clima/blob/master/WAF/Calculo_WAF.ipynb
Other meteorology functions:
Derivate()
,
EOF()
,
GeostrophicWind()
,
thermodynamics
,
waves
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.