ERAInterim_sst_1981_2010: Exemplary data for 'circIndexGrid.R'

ERAInterim_sst_1981_2010R Documentation

Exemplary data for circIndexGrid.R

Description

This exemplary grid contains monthly mean data of sea surface temperature from ERA-Interim renalysis, for the period 1981-2010. This R data object was obtained from the UDG server (http://www.meteo.unican.es/udg-tap, log-in is requiered, see loginUDG) by means of function loadGridData (package loadeR) in the following manner:

loginUDG("username", "pasword")

ERAInterim_sst_1981_2010 <- loadGridData(dataset = "http://meteo.unican.es/tds5/dodsC/interim/daily/interim20_daily.ncml", var = "sst", latLim = c(-6,6), lonLim=c(-170,-120), years = 1981:2010, time="DD", aggr.d="mean", aggr.m="mean")

Format

A grid object.

Source

https://www.ecmwf.int/en/forecasts/datasets/reanalysis-datasets/era-interim and http://www.meteo.unican.es/udg-tap.

See Also

loadGridData

Examples

## Not run: 
data("ERAInterim_sst_1981_2010")
# Plot 
visualizeR::spatialPlot(transformeR::climatology(ERAInterim_sst_1981_2010), 
backdrop.theme = "coastline")

## End(Not run)

SantanderMetGroup/climate4R.indices documentation built on July 3, 2023, 11:02 p.m.