readSupplycurveBio: Read bioenergy supplycurve from GDX

Description Usage Arguments Author(s)

View source: R/readSupplycurveBio.R

Description

Read coefficients for bioenergy prices from gdx and calculate bioenergy supplycurve. Also read the actual demand for bioenergy from gdx.

Usage

1
2
3
4
5
readSupplycurveBio(
  outputdirs,
  userfun = function(param, x) {     return(param[[1]] + param[[2]] * x) },
  mult_on = "all"
)

Arguments

outputdirs

Vector providing the folders that contain the gdx files

userfun

Function that was used to fit the supplycurve. Is needed to calculate the supplycurve correctly. User can provide a functional form using the following syntax: function(param,x)return(param[[1]] + param[[2]] * x ^param[[3]]). This function is the default.

mult_on

Should the multiplication factor (read from the gdx) be applied on the entire forumla ("all"), or on the slope only ("slope"). Use "all" for REMIND 2.0 (this is the default) and "slope" for REMIND 1.7

Author(s)

David Klein


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