cmip3_2100: Climate Change signals for CMIP3 ensemble

Description Details Source References Examples

Description

This dataset contains air temperature and precipitation climate change signals of all climate simulations from the CMIP3 project from 1961-1990 to 2071-2100. Subregions are defined according to the CORDEX project. Subregion EU.ENS contains the European region defined in the ENSEMBLES project and World contains the entire earth. http://wcrp.ipsl.jussieu.fr/SF_RCD_CORDEX.html.

Details

This dataset is an exemplary output of models2wux.

Source

CMIP3 project: http://www-pcmdi.llnl.gov

References

Meehl, G. A., C. Covey, T. Delworth, M. Latif, B. McAvaney, J. F. B. Mitchell, R. J. Stouffer, and K. E. Taylor, 2007: The WCRP CMIP3 multi-model dataset: A new era in climate change research, Bulletin of the American Meteorological Society, 88, 1383-1394.

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
require(wux)
data(cmip3_2100)

str(cmip3_2100)
summary(cmip3_2100)

## Not run: plot(cmip3_2100,  "perc.delta.precipitation_amount",
              "delta.air_temperature",  subreg.subset = "CORDEX.Africa",
              boxplots = TRUE, xlim = c(-20,20), label.only.these.models = "",
              ylim = c(0,5), xlab = "Precipitation Amount [%]",
              ylab = "2-m Air Temperature [K]", draw.legend = FALSE,
              draw.median.lines = FALSE,
              main = "CMIP3 2-m Air Temp. and Precip. Amount")

## End(Not run)

wux documentation built on May 2, 2019, 4:03 p.m.