Skip to content

reports production

Usage

reportProduction(gdx, detail = FALSE, agmip = FALSE, level = "regglo")

Arguments

gdx

GDX file

detail

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

agmip

if agmip = TRUE, additional sector aggregates required for AgMIP are reported (e.g. "AGR")

level

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

Value

production as MAgPIE object. Unit: see names

Production variables

NameUnitMeta
ProductionMt DM/yrTotal agricultural production
Production|+|CropsMt DM/yrProduction of crops
Production|+|Livestock productsMt DM/yrProduction of livestock products (excluding fish)
Production|+|Secondary productsMt DM/yrProduction of secondary products (processed agricultural goods)
Production|+|PastureMt DM/yrProduction of pasture biomass
Production|+|Bioenergy cropsMt DM/yrProduction of second-generation bioenergy crops (short rotation grasses, short rotation trees)

Author

Benjamin Leon Bodirsky, Isabelle Weindl

Examples


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