indicesENSO | R Documentation |
Calculate ENSO indices of grids or multimember grids.
indicesENSO(
grid,
base = NULL,
ref = NULL,
season = NULL,
index.code,
members = NULL
)
grid |
A grid (gridded or station dataset), or multimember grid object of sea surface temperature. |
base |
Baseline grid to be substracted for the calculation of anomalies. Default: NULL. See |
ref |
Reference grid to be added for the calculation of anomalies. Default: NULL. See |
season |
Selected month(s) for the calculation. Default: NULL (i.e. as input grid). |
index.code |
Circulation index (or vector of indices with same input variables) to be computed. See |
members |
Select number of members. Default: NULL (all members of the grid). |
The calculation of ENSO indices is based on https://climatedataguide.ucar.edu/climate-data/nino-sst-indices-nino-12-3-34-4-oni-and-tni, consisting of SST anomalies, using a different size moving window.
A list of circulation indices (and members, if applicable) with:
* index: vector with the time series of the teleconnection index. * pattern: matrix with the spatial pattern of the teleconnection. * dates and coordinates as list attributes.
## Not run:
data(ERAInterim_sst_1981_2010)
nino <- indicesENSO(grid=ERAInterim_sst_1981_2010, index.code = "NINO3.4")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.