Skip to content
Snippets Groups Projects

EDGE-T Validation Output - Fix

Merged Jerome Hilaire requested to merge github/fork/MariannaR/reporting_fix into develop
1 file
+ 7
0
Compare changes
  • Side-by-side
  • Inline
# | (C) 2006-2019 Potsdam Institute for Climate Impact Research (PIK)
# | authors, and contributors see CITATION.cff file. This file is part
# | of REMIND and licensed under AGPL-3.0-or-later. Under Section 7 of
# | AGPL-3.0, you are granted additional permissions described in the
# | REMIND License Exception, version 1.0 (see LICENSE file).
# | Contact: remind@pik-potsdam.de
require(rmarkdown)
require(lucode)
if(!exists("source_include")) {
## Define arguments that can be read from command line
readArgs("outputdir","gdx_name","gdx_ref_name")
}
load(file.path(outputdir, "config.Rdata"))
## run EDGE transport validation output if required
if(cfg$gms$transport == "edge_esm"){
Loading