EPflux | R Documentation |
Computes Eliassen-Palm fluxes.
EPflux(lon, lat, lev, t, u, v)
lon |
longitudes in degrees. |
lat |
latitudes in degrees. |
lev |
pressure levels. |
t |
temperature in Kelvin. |
u |
zonal wind in m/s. |
v |
meridional wind in m/s. |
A data.table with columns Flon
, Flat
and Flev
giving the zonal, meridional
and vertical components of the EP Fluxes at each longitude, latitude and level.
Plumb, R. A. (1985). On the Three-Dimensional Propagation of Stationary Waves. Journal of the Atmospheric Sciences, 42(3), 217–229. \Sexpr[results=rd]{tools:::Rd_expr_doi("10.1175/1520-0469(1985)042<0217:OTTDPO>2.0.CO;2")} Cohen, J., Barlow, M., Kushner, P. J., & Saito, K. (2007). Stratosphere–Troposphere Coupling and Links with Eurasian Land Surface Variability. Journal of Climate, 20(21), 5335–5343. \Sexpr[results=rd]{tools:::Rd_expr_doi("10.1175/2007JCLI1725.1")}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.