-
Notifications
You must be signed in to change notification settings - Fork 45
/
calcIO.Rd
44 lines (41 loc) · 1.23 KB
/
calcIO.Rd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/calcIO.R
\name{calcIO}
\alias{calcIO}
\title{Calc Input Output}
\usage{
calcIO(
subtype = c("input", "output", "output_biomass", "trade", "input_Industry_subsectors",
"output_Industry_subsectors", "IEA_input"),
ieaVersion = "default"
)
}
\arguments{
\item{subtype}{Data subtype. See default argument for possible values.}
\item{ieaVersion}{Release version of IEA data, either 'default'
(vetted and used in REMIND) or 'latest'.}
}
\value{
IEA data as MAgPIE object aggregated to country level
}
\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.
}
\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 \code{output_Industry_subsectors}, additional corrections are
applied to the IEA data in \code{\link{tool_fix_IEA_data_for_Industry_subsectors}}.
}
\examples{
\dontrun{
a <- calcOutput("IO", subtype = "output")
}
}
\seealso{
\code{\link{calcOutput}}
}
\author{
Anastasis Giannousakis
}