-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #112 from orichters/master
adjust modeltests to SSP2EU -> SSP2 rename
- Loading branch information
Showing
5 changed files
with
13 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
Package: modelstats | ||
Type: Package | ||
Title: Run Analysis Tools | ||
Version: 0.21.11 | ||
Date: 2024-06-16 | ||
Version: 0.21.12 | ||
Date: 2024-06-21 | ||
Authors@R: c( | ||
person("Anastasis", "Giannousakis", email = "[email protected]", role = c("aut","cre")), | ||
person("Oliver", "Richters", role = "aut") | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -215,8 +215,8 @@ evaluateRuns <- function(model, mydir, gitPath, compScen, email, mattermostToken | |
write(paste0("Path to runs: ", mydir, "output/"), myfile, append = TRUE) | ||
if (model == "REMIND") { | ||
write(paste0(c("Responsibilities:", | ||
" Robert : SSP2EU-EU21", | ||
" Jess / Oli : SSP2EU", | ||
" Robert : SSP2-EU21", | ||
" Jess / Oli : SSP2", | ||
" Bjoern : SDP", | ||
" : SSP1", | ||
" : SSP5"), collapse = "\n"), myfile, append = TRUE) | ||
|
@@ -303,9 +303,9 @@ evaluateRuns <- function(model, mydir, gitPath, compScen, email, mattermostToken | |
if (grsi[, "Conv"] %in% c("converged", "converged (had INFES)", "not_converged")) { | ||
setwd(i) | ||
message("Changed to ", normalizePath(".")) | ||
# Use the fulldata.gdx of a successful SSP2EU-NPi-AMT to update the gdx on the RSE server that is used for testing convGDX2MIF | ||
if (grepl("SSP2EU-PkBudg650-AMT", rownames(grsi)) && grsi[, "Conv"] %in% c("converged", "converged (had INFES)")) { | ||
gdxOnRseServer <- "[email protected]:/webservice/data/example/remind2_test-convGDX2MIF_SSP2EU-PkBudg650-AMT.gdx" | ||
# Use the fulldata.gdx of a successful SSP2-NPi-AMT to update the gdx on the RSE server that is used for testing convGDX2MIF | ||
if (grepl("SSP2-PkBudg650-AMT", rownames(grsi)) && grsi[, "Conv"] %in% c("converged", "converged (had INFES)")) { | ||
gdxOnRseServer <- "[email protected]:/webservice/data/example/remind2_test-convGDX2MIF_SSP2-PkBudg650-AMT.gdx" | ||
message(paste("Updating the gdx on the RSE server", gdxOnRseServer, "with the fulldata.gdx of", rownames(grsi))) | ||
system(paste("rsync -e ssh -av fulldata.gdx", gdxOnRseServer)) | ||
} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters