Skip to content

Reports the Nitrogen in Manure of all animals for future MAgPIE projections

Usage

reportManure(gdx, nutrient = "nr", level = "regglo")

Arguments

gdx

GDX file

nutrient

nr, p, c...

level

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

Manure variables

NameUnitMeta
Resources|Nitrogen|ManureMt Nr/yrTotal manure nitrogen production
Resources|Nitrogen|Manure|++|ConfinementMt Nr/yrManure from confined livestock
Resources|Nitrogen|Manure|++|GrazingMt Nr/yrManure deposited during grazing
Resources|Nitrogen|Manure|+|RuminantsMt Nr/yrManure from ruminant animals
Resources|Nitrogen|Manure|+|MonogastricMt Nr/yrManure from monogastric animals

Author

Benjamin Leon Bodirsky

Examples

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