Skip to content

Commit

Permalink
Merge branch 'develop' of github.com:tabeado/remind into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
tabeado committed Mar 4, 2024
2 parents 1e73fcf + db6f248 commit abd21a7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ authors:
affiliation: "Potsdam Institute for Climate Impact Research"

title: REMIND - REgional Model of INvestments and Development
version: "3.2.1.dev1226"
version: "3.2.1.dev1230"
date-released: 2024-03-01
repository-code: https://github.com/remindmodel/remind
keywords:
Expand Down
2 changes: 1 addition & 1 deletion config/default.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ cfg$validationmodel_name <- "VALIDATIONREMIND"

#### model version of the overall model (used for run statistics only).
# automatically generated for development versions, updated by hand for releases
cfg$model_version <- "3.2.1.dev1226"
cfg$model_version <- "3.2.1.dev1230"

#### settings ####
cfg$gms <- list()
Expand Down
2 changes: 1 addition & 1 deletion start_bundle_coupled.R
Original file line number Diff line number Diff line change
Expand Up @@ -552,7 +552,7 @@ for(scen in common){
errorsfound <- errorsfound + cfg_rem$errorsfoundInCheckFixCfg
}

if (! any(c("--test", "--gamscompile")) %in% flags) {
if (! any(c("--test", "--gamscompile") %in% flags)) {
Rdatafile <- paste0(fullrunname, ".RData")
message("Save settings to ", Rdatafile)
save(path_remind, path_magpie, cfg_rem, cfg_mag, runname, fullrunname, max_iterations, start_iter,
Expand Down

0 comments on commit abd21a7

Please sign in to comment.