WRFG: Average temperature from WRFG RCM output from NARCCAP

Description Usage Format Details Source Examples

Description

A list containing coordinates and averages of yearly average temperatures from a 24-year period of WRFG-NCEP RCM output on 14606 grid boxes over North America (Weather Research and Forecasting - Grell scheme [WRFG] with boundary conditions provided by the National Center for Environmental Prediciton [NCEP] Regional Climate Model [RCM]).

Usage

1

Format

A list containing five items:

lon

longitude of the grid boxes

lat

latitude of the grid boxes

xc

x coordinates of the grid boxes (Lambert Conformal projection)

yc

y coordinates of the grid boxes (Lambert Conformal projection)

WRFG.NCEP.tas

matrix of average temperatures

Details

RCM output is available through the North American Regional Climate Change Assessment Program (NARCCAP). Data used for this example are from the WRFG model with NCEP boundary conditions. For the years 1981-2004, grid box temperatures (given by the variable 'tas') are averaged over the entire year. Yearly average temperatures for each grid box were then averaged over the 24 year period to create the matrix WRFG.NCEP.tas.

Source

https://www.earthsystemgrid.org/project/narccap.html

Examples

1
2
3
4
data(WRFG)
library(fields)
image.plot(WRFG$lon-360, WRFG$lat, WRFG$WRFG.NCEP.tas)
world(add = TRUE)

spTest documentation built on May 2, 2019, 8:27 a.m.

Related to WRFG in spTest...