readISIMIP: Read ISIMIP Environmental Data from NetCDF Files

View source: R/readISIMIP.R

readISIMIPR Documentation

Read ISIMIP Environmental Data from NetCDF Files

Description

Read and pre-process ISIMIP Data

Usage

readISIMIP(
  path = getwd(),
  version = "ISIMIP2b",
  type = "GCM",
  extent = "landonly",
  model = "IPSL-CM5A-LR",
  scenario = "rcp26",
  startyear = 2006,
  endyear = 2010,
  var = "tas"
)

Arguments

path

Path to ISIMIP files

version

Version of ISIMIP data, default is ISIMIP2b, can be one of ISIMIP2b, ISIMIP3a, ISIMIP3b

type

One of EWEMBI, GCM, landuse or population, to specify which type of data you want to use.

extent

Extent of data, either global or landonly

model

A character string specifying the Global Climate Model used

scenario

A character string specifying the scenario, either histsoc, 2005soc, rcp26, rcp60 or ssp2soc

startyear

Startyear of timeperiod for required data

endyear

Endyear of timeperiod for required data

var

A character string specifying the variable to use (tas, tmin, tmax, huss, hurss, pr, ...)

Value

raster stack or list of raster stacks with all the data

Examples

## Not run: 
readISIMIP(type="landuse", scenario="rcp26", var="urbanareas", startyear=2010, endyear=2020)

## End(Not run)

RS-eco/rISIMIP documentation built on Oct. 31, 2022, 2:26 a.m.