convGDX2CSV_LCOE: Read in GDX and write LCOE .csv reporting

Description Usage Arguments Author(s) Examples

View source: R/convGDX2CSV_LCOE.R

Description

Read in all information from GDX file, calculate the LCOE for pe2se technologies and create the LCOE .csv reporting

Usage

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

Arguments

gdx

a GDX as created by readGDX, or the file name of a gdx

file

name of the csv file which will be written

scen

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)

Felix Schreyer

Examples

1
## Not run: convGDX2CSV_LCOE(gdx,file="REMIND_LCOE_reporting.csv",scenario="default")

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