wflux: Takaya Nakamura Wave Activity Flux

Description Usage Arguments Details Value References

Description

Compute the Takaya Nakamura Wave Activity Flux.

Usage

1
2
3
  Takaya_Nakamura_Flux (GPH, U, V, lat, lon, lev,
                        lat_lon = TRUE, spherical_x = FALSE,
                        a = 6371000, rad = FALSE)

Arguments

GPH

2D array of the geopotential heigth anomaly

U

2D array of the zonal wind climatology

V

2D array of the meridional wind climatology

lat

numeric vector of the latitudes of the data

lon

numeric vector of the longitudes of the data

lev

numeric, vertical level in hPa

lat_lon

logical, is the data dims organize lat_lon (default), if are lon_lat use =FALSE

spherical_x

logical, is the x axis continous (after the last value comes the first one) ? default = FALSE

a

numeric, redius of the Earth in meters default = 6371000

rad

logical, are the latitude and longitude in radians ? default = FALSE

Details

Takaya_Nakamura_Flux compute the Wave Activity Flux propoused by Takaya and Nakamura (2001).

Value

Returns a list with the X and Y components of the wave activity flux.

Flux_x

Component of the x axis

Flux_y

Component of the y axis

References

- Takaya, K., & Nakamura, H. (2001). A formulation of a phase-independent wave-activity flux for stationary and migratory quasigeostrophic eddies on a zonally varying basic flow. Journal of the Atmospheric Sciences, 58(6), 608-627


santiagoh719/ClimFunctions documentation built on June 2, 2020, 12:05 a.m.