-
Notifications
You must be signed in to change notification settings - Fork 22
/
Copy pathWaveFlux.Rd
48 lines (41 loc) · 1.27 KB
/
WaveFlux.Rd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/WaveFlux.R
\name{WaveFlux}
\alias{WaveFlux}
\title{Calculate wave-activity flux}
\usage{
WaveFlux(gh, u, v, lon, lat, lev, g = 9.81, a = 6371000)
}
\arguments{
\item{gh}{geopotential height}
\item{u}{mean zonal velocity}
\item{v}{mean meridional velocity}
\item{lon}{longitude (in degrees)}
\item{lat}{latitude (in degrees)}
\item{lev}{pressure level (in hPa)}
\item{g}{acceleration of gravity}
\item{a}{Earth's radius}
}
\value{
A list with elements: longitude, latitude, and the two horizontal components
of the wave activity flux.
}
\description{
Calculate wave-activity flux
}
\details{
Calculates Plum-like wave activity fluxes
}
\references{
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, \doi{10.1175/1520-0469(2001)058<0608:AFOAPI>2.0.CO;2} \cr
Adapted from \url{https://github.com/marisolosman/Reunion_Clima/blob/master/WAF/Calculo_WAF.ipynb}
}
\seealso{
Other meteorology functions:
\code{\link{Derivate}()},
\code{\link{EOF}()},
\code{\link{GeostrophicWind}()},
\code{\link{thermodynamics}},
\code{\link{waves}}
}
\concept{meteorology functions}