NCEP_hgt500_2001_2010: Exemplary data for 'circIndexGrid.R'

NCEP_hgt500_2001_2010R Documentation

Exemplary data for circIndexGrid.R

Description

This exemplary grid contains monthly mean data of geopotential height at 500hPa from NCEP renalysis, for the period 2001-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")

NCEP_hgt500_2001_2010 <- loadGridData(dataset = "http://meteo.unican.es/tds5/dodsC/ncepReanalysis1/ncepReanalysis1_4xDaily.ncml", var = "hgt@500", latLim = c(20,90), lonLim=c(-180,180), years = 2001:2010, time="DD", aggr.d="mean", aggr.m="mean")

Format

A grid object.

Source

https://www.esrl.noaa.gov/psd/data/gridded/data.ncep.reanalysis.html and http://www.meteo.unican.es/udg-tap.

See Also

loadGridData

Examples

## Not run: 
data("NCEP_hgt500_2001_2010")
# Plot in longlat projection
visualizeR::spatialPlot(transformeR::climatology(NCEP_hgt500_2001_2010), 
backdrop.theme = "coastline")

## End(Not run)

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