View source: R/calcClimateRegionsIPCC.R
calcClimateRegionsIPCC | R Documentation |
calculates IPCC Climate Regions (IPCC2006 ch.4.3) based on t, ppt, pet from LPJml. elevation dimension not included for tropical montane class
calcClimateRegionsIPCC(
landusetypes = "all",
cellular = FALSE,
yearly = FALSE,
convert = TRUE
)
landusetypes |
all or only one |
cellular |
FALSE for country level, TRUE for cells |
yearly |
FALSE for normal magpie 5 year time spans, TRUE for yearly |
convert |
fills missing countries for country level aggregation with warm temperate moist (mostly small island nations) |
Country or cellular magpie object with fraction of each climate region by country or cell
David Chen
## Not run:
calcOutput("ClimateRegionsIPCC")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.