Skip to content

Commit

Permalink
update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
fbenke-pik committed Oct 21, 2024
1 parent 3b87243 commit 7b59dc2
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion R/convGDX2MIF_LCOE.R
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
#' @importFrom magclass mbind write.report
#' @importFrom utils write.table

convGDX2MIF_LCOE <- function(gdx, gdx_ref, file = NULL, scenario = "default",
convGDX2MIF_LCOE <- function(gdx, gdx_ref = NULL, file = NULL, scenario = "default",
t = c(seq(2005, 2060, 5), seq(2070, 2110, 10), 2130, 2150)) {
# make the reporting
output <- NULL
Expand Down
2 changes: 1 addition & 1 deletion R/reportCapacity.R
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
#' @param t temporal resolution of the reporting, default:
#' t=c(seq(2005,2060,5),seq(2070,2110,10),2130,2150)
#' @param gdx_ref a GDX object as created by readGDX, or the path to a gdx of the reference run.
#' It is used to guarantee consistency for Moving Avg prices before cm_startyear
#' It is used to guarantee consistency for capacity additions before cm_startyear
#'
#' @return MAgPIE object - contains the capacity variables
#' @author Lavinia Baumstark, Christoph Bertram
Expand Down
2 changes: 1 addition & 1 deletion R/reportCapitalStock.R
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
#' @param t temporal resolution of the reporting, default:
#' t=c(seq(2005,2060,5),seq(2070,2110,10),2130,2150)
#' @param gdx_ref a GDX object as created by readGDX, or the path to a gdx of the reference run.
#' It is used to guarantee consistency for Moving Avg prices before cm_startyear
#' It is used to guarantee consistency for capacity additions before cm_startyear
#'
#' @return MAgPIE object - contains the capital stock variables
#' @author Lavinia Baumstark; Michaja Pehl
Expand Down
2 changes: 1 addition & 1 deletion R/reportEnergyInvestment.R
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
#' @param t temporal resolution of the reporting, default:
#' t=c(seq(2005,2060,5),seq(2070,2110,10),2130,2150)
#' @param gdx_ref a GDX object as created by readGDX, or the path to a gdx of the reference run.
#' It is used to guarantee consistency for Moving Avg prices before cm_startyear
#' It is used to guarantee consistency for investment costs before cm_startyear
#'
#' @return MAgPIE object - contains the price variables
#' @author Anastasis Giannousaki
Expand Down
2 changes: 1 addition & 1 deletion R/reportLCOE.R
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
#' "marginal" (returns only marginal LCOE), "both" (returns marginal and average LCOE) and
#' and "marginal detail" (returns table to trace back how marginal LCOE are calculated).
#' @param gdx_ref a GDX object as created by readGDX, or the path to a gdx of the reference run.
#' It is used to guarantee consistency for Moving Avg prices before cm_startyear
#' It is used to guarantee consistency for capacity additions and investment variables before cm_startyear
#' @return MAgPIE object - LCOE calculated by model post-processing.
#' Two types a) standing system LCOE b) new plant LCOE.
#' @author Felix Schreyer, Robert Pietzcker, Lavinia Baumstark
Expand Down

0 comments on commit 7b59dc2

Please sign in to comment.