Skip to content

Commit

Permalink
update fullVALIDATIONREMIND
Browse files Browse the repository at this point in the history
  • Loading branch information
fbenke-pik committed Aug 29, 2024
1 parent 4b19fee commit b68ad77
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions R/fullVALIDATIONREMIND.R
Original file line number Diff line number Diff line change
Expand Up @@ -178,13 +178,7 @@ fullVALIDATIONREMIND <- function(rev = 0) {

# IEA World Energy Outlook ----
calcOutput(
type = "IEA_WorldEnergyOutlook", version = "default", file = valfile,
aggregate = columnsForAggregation, append = TRUE, warnNA = FALSE,
try = FALSE, years = years, writeArgs = list(scenario = "historical")
)

calcOutput(
type = "IEA_WorldEnergyOutlook", version = "latest", file = valfile,
type = "IEA_WorldEnergyOutlook", file = valfile,
aggregate = columnsForAggregation, append = TRUE, warnNA = FALSE,
try = FALSE, years = years, writeArgs = list(scenario = "historical")
)
Expand Down

0 comments on commit b68ad77

Please sign in to comment.