press: Mean Sea Level pressure files

Description Usage Format References Examples

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

1

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

1
2
3
4
5
data(press)
mslp  <- press$msl
loni  <- press$loni
lati  <- press$lati
times <- press$dates

jcext documentation built on May 1, 2019, 10:27 p.m.

Related to press in jcext...