listISIMIP: List ISIMIP Environmental Data files

View source: R/listISIMIP.R

listISIMIPR Documentation

List ISIMIP Environmental Data files

Description

Creates a list with required ISIMIP2b Data files

Usage

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

Arguments

path

Path to files

version

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

type

One of GCM or landuse to specify which type of data you want to get

extent

Extent of data, either global or landonly

model

A character string specifying the Global Climate Model used

scenario

Character specifying the scenario to use, either histsoc, 2005soc, rcp26, rcp60

startyear

Integer specifying the startyear for data retrieval

endyear

Integer specifying the endyear for data retrieval

var

Character specifying the required variable name, one of tas, pr, ...

Value

list of file paths with required data

Examples

## Not run: 
listISIMIP(type="landuse", scenario="2005soc", var="urbanareas")

## End(Not run)

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