woasst: World Ocean Atlas SST 2013

Description Usage Format Source References Examples

Description

World Ocean Atlas surface temperature data, 1/4 degree, monthly for the North Atlantic

Usage

1
data("WOASST")

Format

A list

lon

a numeric vector

lat

a numeric vector

sst

a 3D array by month

Source

https://www.nodc.noaa.gov/OC5/woa13/woa13data.html

References

Boyer, T.P., J. I. Antonov, O. K. Baranova, C. Coleman, H. E. Garcia, A. Grodsky, D. R. Johnson, R. A. Locarnini, A. V. Mishonov, T.D. O'Brien, C.R. Paver, J.R. Reagan, D. Seidov, I. V. Smolyar, and M. M. Zweng, 2013: World Ocean Database 2013, NOAA Atlas NESDIS 72, S. Levitus, Ed., A. Mishonov, Technical Ed.; Silver Spring, MD, 209 pp., http://doi.org/10.7289/V5NZ85MT

Examples

1
2
3
data(woasst)
library(fields)
image.plot(woasst$lon, woasst$lat, woasst$sst[,,1])

galuardi/SatTagSim documentation built on Nov. 15, 2020, 6:28 a.m.