press {jcext} | R Documentation |
Mean Sea Level pressure files
Description
Data from a ERA-Interim reanalysis data set downloaded from ECMWF (http://apps.ecmwf.int/datasets/data/interim-full-daily/levtype=sfc/). This data corresponds to global daily values of mean sea level pressure with 2.5 x 2.5 resolution for January 2000.
Usage
data(press)
Format
A list with values of pressure and coordinates (longitude, latitude, time)
- msl
mean sea level pressure values, "Pa"
- longitude
144
- latitude
73
- times
366, one year (2000)
References
Dee et al. (2011) The ERA-Interim reanalysis: configuration and performance of the data assimilation system. Q.J.R. Meteorol. Soc., 137: 553–597. doi:10.1002/qj.828
Examples
data(press)
mslp <- press$msl
loni <- press$loni
lati <- press$lati
times <- press$dates
[Package jcext version 0.1.1 Index]