read.hadslp2 {sealevel} | R Documentation |
Read the surface level pressure dataset from the metoffice. This is used for the inverse barometer correction.
read.hadslp2(filename)
filename |
a file or opendap url with a link to the hadslp2 dataset (as processed by NOAA) |
slp |
A three dimensional array of sea level pressure per time, lat and lon |
Fedor Baart
url <- get.hadslp2.url() filename <- basename(url) ## Not run: download.file(url, filename) read.hadslp2(filename=filename) ## End(Not run)