cmip5_2050: Climate Change signals for CMIP5 ensemble

Description Details Source References Examples

Description

This dataset contains air temperature and precipitation climate change signals of all climate simulations from the CMIP5 project from 1961-1990 to 2021-2050. 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

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

References

Karl E. Taylor, Ronald J. Stouffer, and Gerald A. Meehl, 2012: An Overview of CMIP5 and the Experiment Design. Bull. Amer. Meteor. Soc., 93, 485-498. doi: http://dx.doi.org/10.1175/BAMS-D-11-00094.1

Examples

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

str(cmip5_2050)
summary(cmip5_2050)

tas.range <- c(0, 2.5)
pr.range <- c(-10, 15)
## Not run: plot(cmip5_2050, "delta.air_temperature",
              "perc.delta.precipitation_amount", boxplots = TRUE,
              ylim = pr.range, xlim = tas.range, ylab = "Precipitation Amount [
              xlab = "2-m Air Temperature [K]", draw.legend = TRUE,
              draw.median.lines = FALSE, subreg.subset = "CORDEX.Africa",
              main = "CMIP5 2-m Air Temp. and Precip. Amount 1961-1990 to 2021-2050",
              label.only.these.models = "", draw.seperate.legend = TRUE,
              copyright = TRUE, horiz.box.col = "coral", vert.box.col = "cyan")

## End(Not run)

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