Skip to content

reportes feed demand by animal type

Usage

reportFeedConversion(gdx, livestockSystem = TRUE, balanceflow = FALSE)

Arguments

gdx

GDX file

livestockSystem

if TRUE, ruminant products and poultry products are aggregated

balanceflow

If true, feed includes the calibration balanceflow

Value

feed demand as MAgPIE object (Mt DM)

Feed conversion variables

NameUnitMeta
Productivity|Feed conversionGE per GEOverall feed conversion efficiency (gross energy)
Productivity|Feed conversion|Ruminant meat and dairyGE per GEFeed conversion for ruminant products
Productivity|Feed conversion|Poultry meat and eggsGE per GEFeed conversion for poultry products
Productivity|Feed conversion|Pig meatGE per GEFeed conversion for pig meat
Productivity|Roughage share|Ruminant meat and dairyGE per GEShare of roughage in ruminant feed
Productivity|Pasture share|Ruminant meat and dairyGE per GEShare of pasture in ruminant feed

Author

Benjamin Bodirsky

Examples


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