View source: R/calcMulticroppingYieldIncrease.R
calcMulticroppingYieldIncrease | R Documentation |
Calculates yield increase achieved through multiple cropping (as factor of off season to main season crop yield) under irrigated and rainfed conditions respectively. Optionally: return which grid cells are potentially suitable for multiple cropping activities under rainfed and irrigated conditions. Calculation is based on grassland gross primary production (GPP) in the growing period of the respective crop and annual grass GPP.
calcMulticroppingYieldIncrease(
selectyears,
lpjml,
climatetype,
fallowFactor = 0.75
)
selectyears |
Years to be returned |
lpjml |
LPJmL version required for respective inputs as single string: "crop" version |
climatetype |
Switch between different climate scenarios or historical baseline "GSWP3-W5E5:historical" |
fallowFactor |
Factor determining yield reduction in off season due to fallow period between harvest of first (main) season and sowing of second (off) season |
magpie object in cellular resolution
Felicitas Beier
## Not run:
calcOutput("MulticroppingYieldIncrease", aggregate = FALSE)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.