Skip to content

Commit

Permalink
Merge pull request #1508 from fbenke-pik/nash
Browse files Browse the repository at this point in the history
update output scripts
  • Loading branch information
fbenke-pik authored Dec 15, 2023
2 parents d1f092f + 26352b3 commit 73fc5bc
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 43 deletions.
43 changes: 0 additions & 43 deletions scripts/output/single/dashboard.R

This file was deleted.

22 changes: 22 additions & 0 deletions scripts/output/single/nashAnalysis.R
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# | (C) 2006-2023 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: [email protected]
library(lucode2)
library(remind2)


if(!exists("outputdir")) {
#Define arguments that can be read from command line
readArgs("outputdir")
}

gdx_name <- "fulldata.gdx"
gdx <- file.path(outputdir, gdx_name)

remind2::nashAnalysis(
gdx = gdx,
outputDir = outputdir
)

0 comments on commit 73fc5bc

Please sign in to comment.