listISIMIP | R Documentation |
Creates a list with required ISIMIP2b Data files
listISIMIP( path = getwd(), version = "ISIMIP2b", type = "GCM", extent = "landonly", model = "IPSL-CM5A-LR", scenario = "rcp26", startyear = 2006, endyear = 2010, var = "tas" )
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, ... |
list of file paths with required data
## Not run: listISIMIP(type="landuse", scenario="2005soc", var="urbanareas") ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.