NCEP_slp_2001_2010 | R Documentation |
circIndexGrid.R
This exemplary grid contains daily mean data of sea level pressure from NCEP renalysis, for the period 2001-2010, for a domain in the North-Atlantic.
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")
NCEP_slp_2001_2010 <- loadGridData(dataset = "http://meteo.unican.es/tds5/dodsC/ncepReanalysis1/ncepReanalysis1_4xDaily.ncml", var = "slp", latLim = c(30,70), lonLim = c(-70,10), years = 2001:2010, time="DD", aggr.d="mean")
A grid object.
https://www.esrl.noaa.gov/psd/data/gridded/data.ncep.reanalysis.html and http://www.meteo.unican.es/udg-tap.
loadGridData
## Not run:
data("NCEP_slp_2001_2010")
# Plot in longlat projection
visualizeR::spatialPlot(transformeR::climatology(NCEP_slp_2001_2010),
backdrop.theme = "coastline")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.