calcIO: Calc Input Output

View source: R/calcIO.R

calcIOR Documentation

Calc Input Output

Description

Computes IEA-based model data for different "subtypes" by use of raw IEA "Energy Balances" data and a mapping that corresponds to the structure of "products" and "flows" of IEA.

Usage

calcIO(
  subtype = c("input", "output", "output_biomass", "trade", "input_Industry_subsectors",
    "output_Industry_subsectors", "IEA_output", "IEA_input"),
  ieaVersion = "default"
)

Arguments

subtype

Data subtype. See default argument for possible values.

ieaVersion

Release version of IEA data, either 'default' (vetted and used in REMIND) or 'latest'.

Details

Mapping structure example: IEA product ANTCOAL used for IEA flow TPATFUEL, contributes via REMIND technology coaltr for generating sesofos from pecoal (REMIND names)

When using subtype output_Industry_subsectors, additional corrections are applied to the IEA data in tool_fix_IEA_data_for_Industry_subsectors.

Value

IEA data as MAgPIE object aggregated to country level

Author(s)

Anastasis Giannousakis

See Also

calcOutput

Examples

## Not run: 
a <- calcOutput("IO", subtype = "output")

## End(Not run)


pik-piam/mrremind documentation built on March 30, 2024, 3:37 a.m.