Skip to content

reports trade

Usage

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

Arguments

gdx

GDX file

detail

if true, provides estimates for all commodities, otherwise aggregates some groups

level

The aggregation level of the trade reporting

Value

Net-Exports and self sufficiency (exports/domestic supply) as MAgPIE object. Unit: see names

Net trade variables

NameUnitMeta
Trade|Net-Trade|+|CropsMt DM/yrNet export of crops (positive = net exporter)
Trade|Net-Trade|+|Livestock productsMt DM/yrNet export of livestock products (excluding fish)
Trade|Net-Trade|+|Secondary productsMt DM/yrNet export of secondary products
Trade|Net-Trade|+|Bioenergy cropsMt DM/yrNet export of bioenergy crops

Gross trade variables

NameUnitMeta
Trade|Exports|+|CropsMt DM/yrGross exports of crops
Trade|Exports|+|Livestock productsMt DM/yrGross exports of livestock products
Trade|Imports|+|CropsMt DM/yrGross imports of crops
Trade|Imports|+|Livestock productsMt DM/yrGross imports of livestock products

Self-sufficiency variables

NameUnitMeta
Trade|Self-sufficiency|+|Crops1Self-sufficiency ratio for crops (production/domestic supply)
Trade|Self-sufficiency|+|Livestock products1Self-sufficiency ratio for livestock products

Author

Benjamin Leon Bodirsky, Mishko Stevanovic

Examples


  if (FALSE) { # \dontrun{
    x <- reportTrade(gdx="fulldata.gdx",detail=TRUE)
  } # }