convGDX2MIF_fallback_for_coupling: Read in GDX and calculate only coupling variables

Description Usage Arguments Author(s) See Also Examples

View source: R/convGDX2MIF_fallback_for_coupling.R

Description

Read in GDX and calculate only variables that are required for MAgPIE coupling, i.e. GHG prices and bioenergy demand.

Usage

1
2
3
4
5
6
convGDX2MIF_fallback_for_coupling(
  gdx,
  file = NULL,
  scenario = "default",
  t = c(seq(2005, 2060, 5), seq(2070, 2110, 10), 2130, 2150)
)

Arguments

gdx

a GDX object as created by readGDX, or the path to a gdx

file

name of the mif file which is written, if no name is provided a magpie object containing the reporting is returned

scenario

scenario name that is used in the *.mif reporting

t

temporal resolution of the reporting, default: t=c(seq(2005,2060,5),seq(2070,2110,10),2030,2050)

Author(s)

David Klein

See Also

convGDX2MIF

Examples

1
## Not run: convGDX2MIF_fallback_for_coupling(gdx)

pik-piam/remind documentation built on Sept. 9, 2021, 1:09 p.m.