Learn R Programming

ensembleBMA (version 2.1)

prcpTest: Precipitation Test Data Set

Description

This is a subset of daily 48 hour forecasts of 24 hour accumulated precipitation over the US Pacific Northwest region in 2003 based on a 9 member version of the University of Washington mesoscale ensemble (Grimit and Mass 2002; Eckel and Mass 2005). Precipitation amounts are quantized to hundredths of an inch. Note that forecasts are not available for some of the interim dates.

Arguments

format

A data frame with 175 rows and 15 columns: CENT,AVN,CMCG,ETA,GASP,JMA,NGAPS,TCWB,UKMO forecasts from the 9 members of the ensemble (numeric). observation the observed sea-level pressure (numeric). date the date of each forecast/observation, format YYYYMMDDHH (categorical). station weather station identifier (categorical). latitude the latitude of each weather station (numeric). longitude the longitude of each weather station (numeric). elevation the elevation of each weather station (numeric).

Details

This dataset is a small subset of the data used in Sloughter et al.(2007), provided for the purposes of testing. Typically forecasting would be performed on much larger datasets.

References

E. P. Grimit and C. F. Mass, Initial results of a mesoscale short-range ensemble forecasting system over the Pacific Northwest, Weather and Forecasting 17:192--205, 2002.

F. A. Eckel and C. F. Mass, Effective mesoscale, short-range ensemble forecasting, Weather and Forecasting 20:328--350, 2005.

J. M. Sloughter, A. E. Raftery, T. Gneiting and C. Fraley, Probabilistic quantitative precipitation forecasting using Bayesian model averaging, Monthly Weather Review 135:3209--3220, 2007.

Examples

Run this code
data(prcpTest)

  labels <- c("CENT","AVN","CMCG","ETA","GASP","JMA","NGPS","TCWB","UKMO")
  prcpTestData <- ensembleData( forecasts = prcpTest[,labels],
                          dates = prcpTest$date, observations = prcpTest$obs)

  prcpTestFit <- ensembleBMA(prcpTestData, model = "gamma0")

Run the code above in your browser using DataLab