Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use the fulldata.gdx of a successful SSP2EU-NPi-AMT to update the gdx on the RSE server #96

Merged
merged 2 commits into from
Mar 28, 2024

Conversation

dklein-pik
Copy link
Member

Also: Update check for debug run (cfg$gms$cm_nash_mode is no string anymore but a number)

… on the RSE server that is used for testing convGDX2MIF.

Update check for debug run (cfg$gms$cm_nash_mode is no string anymore but a number)
@dklein-pik dklein-pik merged commit b2bc0de into pik-piam:master Mar 28, 2024
2 checks passed
@@ -300,6 +300,12 @@ evaluateRuns <- function(model, mydir, gitPath, compScen, email, mattermostToken
if (grsi[, "Conv"] %in% c("converged", "converged (had INFES)")) {
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-NPi-AMT", rownames(grsi))) {
gdxOnRseServer <- "rse:/webservice/data/example/remind2_test-convGDX2MIF_fulldata.gdx"
Copy link
Contributor

@orichters orichters Mar 28, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sorry for being late to the party, but it seems you overwriting the file used for remind2 testing, while in this discussion, there seems to be quite some support for keeping a file as well from the last release, so maybe we should push the AMT results to a different filename?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oh, thanks for notifying.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants