Skip to content

reports potential yields after calibration

Usage

reportYieldsCropCalib(gdx, detail = FALSE, level = "regglo")

Arguments

gdx

GDX file

detail

if detail=FALSE, the subcategories of groups are not reported (e.g. "soybean" within "oilcrops")

level

aggregation level of returned data ("regglo" by default)

Value

yield as MAgPIE object (Mt DM/ha)

Calibrated yield variables

NameUnitMeta
Productivity|Yield (after calibration)t DM/haPotential crop yields after calibration
Productivity|Yield (after calibration)|+|Cerealst DM/haCalibrated cereal yields
Productivity|Yield (including tau)t DM/haPotential yields including tau factor

Author

Edna J. Molina Bacca

Examples

if (FALSE) { # \dontrun{
x <- reportYieldsCropCalib(gdx)
} # }