Skip to content

Commit

Permalink
Merge pull request magpiemodel#653 from pascal-sauer/develop
Browse files Browse the repository at this point in the history
copyright 2024
  • Loading branch information
pascal-sauer authored Apr 2, 2024
2 parents 6c85d90 + 081bd04 commit a3b20ba
Show file tree
Hide file tree
Showing 696 changed files with 703 additions and 704 deletions.
15 changes: 7 additions & 8 deletions .Rprofile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# | (C) 2008-2023 Potsdam Institute for Climate Impact Research (PIK)
# | (C) 2008-2024 Potsdam Institute for Climate Impact Research (PIK)
# | authors, and contributors see CITATION.cff file. This file is part
# | of MAgPIE and licensed under AGPL-3.0-or-later. Under Section 7 of
# | AGPL-3.0, you are granted additional permissions described in the
Expand All @@ -12,8 +12,11 @@ if (Sys.info()[["sysname"]] == "Windows") {
options(renv.download.override = utils::download.file)
}

# do not check if library and renv.lock are in sync, because renv.lock does not exist
options(renv.config.synchronized.check = FALSE)
# do not check if library and renv.lock are in sync, because normally renv.lock does not exist
options(renv.config.synchronized.check = FALSE,
renv.config.user.profile = TRUE) # load user specific settings from ~/.Rprofile

# the text "renvVersion" is required for a check in a coupling script, will be removed soon

source("renv/activate.R")

Expand All @@ -28,11 +31,7 @@ if (isTRUE(rownames(installed.packages(priority = "NA")) == "renv")) {
message("Finished installing R package dependencies.")
}

# in case bootstrapping fails halfway, install piamenv and rely on requirement auto-fixing
if (!requireNamespace("piamenv", quietly = TRUE)) {
renv::install("piamenv", prompt = FALSE)
}

# source global .Rprofile (very important to load user specific settings)
if (file.exists("~/.Rprofile")) {
source("~/.Rprofile")
}
2 changes: 1 addition & 1 deletion config/default.cfg
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# | (C) 2008-2023 Potsdam Institute for Climate Impact Research (PIK)
# | (C) 2008-2024 Potsdam Institute for Climate Impact Research (PIK)
# | authors, and contributors see CITATION.cff file. This file is part
# | of MAgPIE and licensed under AGPL-3.0-or-later. Under Section 7 of
# | AGPL-3.0, you are granted additional permissions described in the
Expand Down
2 changes: 1 addition & 1 deletion core/calculations.gms
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*** | (C) 2008-2023 Potsdam Institute for Climate Impact Research (PIK)
*** | (C) 2008-2024 Potsdam Institute for Climate Impact Research (PIK)
*** | authors, and contributors see CITATION.cff file. This file is part
*** | of MAgPIE and licensed under AGPL-3.0-or-later. Under Section 7 of
*** | AGPL-3.0, you are granted additional permissions described in the
Expand Down
2 changes: 1 addition & 1 deletion core/declarations.gms
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*** | (C) 2008-2023 Potsdam Institute for Climate Impact Research (PIK)
*** | (C) 2008-2024 Potsdam Institute for Climate Impact Research (PIK)
*** | authors, and contributors see CITATION.cff file. This file is part
*** | of MAgPIE and licensed under AGPL-3.0-or-later. Under Section 7 of
*** | AGPL-3.0, you are granted additional permissions described in the
Expand Down
2 changes: 1 addition & 1 deletion core/load_gdx.gms
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*** | (C) 2008-2023 Potsdam Institute for Climate Impact Research (PIK)
*** | (C) 2008-2024 Potsdam Institute for Climate Impact Research (PIK)
*** | authors, and contributors see CITATION.cff file. This file is part
*** | of MAgPIE and licensed under AGPL-3.0-or-later. Under Section 7 of
*** | AGPL-3.0, you are granted additional permissions described in the
Expand Down
2 changes: 1 addition & 1 deletion core/macros.gms
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*** | (C) 2008-2023 Potsdam Institute for Climate Impact Research (PIK)
*** | (C) 2008-2024 Potsdam Institute for Climate Impact Research (PIK)
*** | authors, and contributors see CITATION.cff file. This file is part
*** | of MAgPIE and licensed under AGPL-3.0-or-later. Under Section 7 of
*** | AGPL-3.0, you are granted additional permissions described in the
Expand Down
2 changes: 1 addition & 1 deletion core/sets.gms
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*** | (C) 2008-2023 Potsdam Institute for Climate Impact Research (PIK)
*** | (C) 2008-2024 Potsdam Institute for Climate Impact Research (PIK)
*** | authors, and contributors see CITATION.cff file. This file is part
*** | of MAgPIE and licensed under AGPL-3.0-or-later. Under Section 7 of
*** | AGPL-3.0, you are granted additional permissions described in the
Expand Down
2 changes: 1 addition & 1 deletion main.gms
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*** | (C) 2008-2023 Potsdam Institute for Climate Impact Research (PIK)
*** | (C) 2008-2024 Potsdam Institute for Climate Impact Research (PIK)
*** | authors, and contributors see CITATION.cff file. This file is part
*** | of MAgPIE and licensed under AGPL-3.0-or-later. Under Section 7 of
*** | AGPL-3.0, you are granted additional permissions described in the
Expand Down
2 changes: 1 addition & 1 deletion modules/09_drivers/aug17/declarations.gms
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*** | (C) 2008-2023 Potsdam Institute for Climate Impact Research (PIK)
*** | (C) 2008-2024 Potsdam Institute for Climate Impact Research (PIK)
*** | authors, and contributors see CITATION.cff file. This file is part
*** | of MAgPIE and licensed under AGPL-3.0-or-later. Under Section 7 of
*** | AGPL-3.0, you are granted additional permissions described in the
Expand Down
2 changes: 1 addition & 1 deletion modules/09_drivers/aug17/input.gms
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*** | (C) 2008-2023 Potsdam Institute for Climate Impact Research (PIK)
*** | (C) 2008-2024 Potsdam Institute for Climate Impact Research (PIK)
*** | authors, and contributors see CITATION.cff file. This file is part
*** | of MAgPIE and licensed under AGPL-3.0-or-later. Under Section 7 of
*** | AGPL-3.0, you are granted additional permissions described in the
Expand Down
2 changes: 1 addition & 1 deletion modules/09_drivers/aug17/preloop.gms
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*** | (C) 2008-2023 Potsdam Institute for Climate Impact Research (PIK)
*** | (C) 2008-2024 Potsdam Institute for Climate Impact Research (PIK)
*** | authors, and contributors see CITATION.cff file. This file is part
*** | of MAgPIE and licensed under AGPL-3.0-or-later. Under Section 7 of
*** | AGPL-3.0, you are granted additional permissions described in the
Expand Down
2 changes: 1 addition & 1 deletion modules/09_drivers/aug17/realization.gms
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*** | (C) 2008-2023 Potsdam Institute for Climate Impact Research (PIK)
*** | (C) 2008-2024 Potsdam Institute for Climate Impact Research (PIK)
*** | authors, and contributors see CITATION.cff file. This file is part
*** | of MAgPIE and licensed under AGPL-3.0-or-later. Under Section 7 of
*** | AGPL-3.0, you are granted additional permissions described in the
Expand Down
2 changes: 1 addition & 1 deletion modules/09_drivers/aug17/sets.gms
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*** | (C) 2008-2023 Potsdam Institute for Climate Impact Research (PIK)
*** | (C) 2008-2024 Potsdam Institute for Climate Impact Research (PIK)
*** | authors, and contributors see CITATION.cff file. This file is part
*** | of MAgPIE and licensed under AGPL-3.0-or-later. Under Section 7 of
*** | AGPL-3.0, you are granted additional permissions described in the
Expand Down
2 changes: 1 addition & 1 deletion modules/09_drivers/module.gms
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*** | (C) 2008-2023 Potsdam Institute for Climate Impact Research (PIK)
*** | (C) 2008-2024 Potsdam Institute for Climate Impact Research (PIK)
*** | authors, and contributors see CITATION.cff file. This file is part
*** | of MAgPIE and licensed under AGPL-3.0-or-later. Under Section 7 of
*** | AGPL-3.0, you are granted additional permissions described in the
Expand Down
2 changes: 1 addition & 1 deletion modules/10_land/landmatrix_dec18/declarations.gms
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*** | (C) 2008-2023 Potsdam Institute for Climate Impact Research (PIK)
*** | (C) 2008-2024 Potsdam Institute for Climate Impact Research (PIK)
*** | authors, and contributors see CITATION.cff file. This file is part
*** | of MAgPIE and licensed under AGPL-3.0-or-later. Under Section 7 of
*** | AGPL-3.0, you are granted additional permissions described in the
Expand Down
2 changes: 1 addition & 1 deletion modules/10_land/landmatrix_dec18/equations.gms
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*** | (C) 2008-2023 Potsdam Institute for Climate Impact Research (PIK)
*** | (C) 2008-2024 Potsdam Institute for Climate Impact Research (PIK)
*** | authors, and contributors see CITATION.cff file. This file is part
*** | of MAgPIE and licensed under AGPL-3.0-or-later. Under Section 7 of
*** | AGPL-3.0, you are granted additional permissions described in the
Expand Down
2 changes: 1 addition & 1 deletion modules/10_land/landmatrix_dec18/input.gms
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*** | (C) 2008-2023 Potsdam Institute for Climate Impact Research (PIK)
*** | (C) 2008-2024 Potsdam Institute for Climate Impact Research (PIK)
*** | authors, and contributors see CITATION.cff file. This file is part
*** | of MAgPIE and licensed under AGPL-3.0-or-later. Under Section 7 of
*** | AGPL-3.0, you are granted additional permissions described in the
Expand Down
2 changes: 1 addition & 1 deletion modules/10_land/landmatrix_dec18/postsolve.gms
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*** | (C) 2008-2023 Potsdam Institute for Climate Impact Research (PIK)
*** | (C) 2008-2024 Potsdam Institute for Climate Impact Research (PIK)
*** | authors, and contributors see CITATION.cff file. This file is part
*** | of MAgPIE and licensed under AGPL-3.0-or-later. Under Section 7 of
*** | AGPL-3.0, you are granted additional permissions described in the
Expand Down
2 changes: 1 addition & 1 deletion modules/10_land/landmatrix_dec18/preloop.gms
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*** | (C) 2008-2023 Potsdam Institute for Climate Impact Research (PIK)
*** | (C) 2008-2024 Potsdam Institute for Climate Impact Research (PIK)
*** | authors, and contributors see CITATION.cff file. This file is part
*** | of MAgPIE and licensed under AGPL-3.0-or-later. Under Section 7 of
*** | AGPL-3.0, you are granted additional permissions described in the
Expand Down
2 changes: 1 addition & 1 deletion modules/10_land/landmatrix_dec18/presolve.gms
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*** | (C) 2008-2023 Potsdam Institute for Climate Impact Research (PIK)
*** | (C) 2008-2024 Potsdam Institute for Climate Impact Research (PIK)
*** | authors, and contributors see CITATION.cff file. This file is part
*** | of MAgPIE and licensed under AGPL-3.0-or-later. Under Section 7 of
*** | AGPL-3.0, you are granted additional permissions described in the
Expand Down
2 changes: 1 addition & 1 deletion modules/10_land/landmatrix_dec18/realization.gms
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*** | (C) 2008-2023 Potsdam Institute for Climate Impact Research (PIK)
*** | (C) 2008-2024 Potsdam Institute for Climate Impact Research (PIK)
*** | authors, and contributors see CITATION.cff file. This file is part
*** | of MAgPIE and licensed under AGPL-3.0-or-later. Under Section 7 of
*** | AGPL-3.0, you are granted additional permissions described in the
Expand Down
2 changes: 1 addition & 1 deletion modules/10_land/landmatrix_dec18/scaling.gms
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*** | (C) 2008-2023 Potsdam Institute for Climate Impact Research (PIK)
*** | (C) 2008-2024 Potsdam Institute for Climate Impact Research (PIK)
*** | authors, and contributors see CITATION.cff file. This file is part
*** | of MAgPIE and licensed under AGPL-3.0-or-later. Under Section 7 of
*** | AGPL-3.0, you are granted additional permissions described in the
Expand Down
2 changes: 1 addition & 1 deletion modules/10_land/landmatrix_dec18/sets.gms
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*** | (C) 2008-2023 Potsdam Institute for Climate Impact Research (PIK)
*** | (C) 2008-2024 Potsdam Institute for Climate Impact Research (PIK)
*** | authors, and contributors see CITATION.cff file. This file is part
*** | of MAgPIE and licensed under AGPL-3.0-or-later. Under Section 7 of
*** | AGPL-3.0, you are granted additional permissions described in the
Expand Down
2 changes: 1 addition & 1 deletion modules/10_land/landmatrix_dec18/start.gms
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*** | (C) 2008-2023 Potsdam Institute for Climate Impact Research (PIK)
*** | (C) 2008-2024 Potsdam Institute for Climate Impact Research (PIK)
*** | authors, and contributors see CITATION.cff file. This file is part
*** | of MAgPIE and licensed under AGPL-3.0-or-later. Under Section 7 of
*** | AGPL-3.0, you are granted additional permissions described in the
Expand Down
2 changes: 1 addition & 1 deletion modules/10_land/module.gms
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*** | (C) 2008-2023 Potsdam Institute for Climate Impact Research (PIK)
*** | (C) 2008-2024 Potsdam Institute for Climate Impact Research (PIK)
*** | authors, and contributors see CITATION.cff file. This file is part
*** | of MAgPIE and licensed under AGPL-3.0-or-later. Under Section 7 of
*** | AGPL-3.0, you are granted additional permissions described in the
Expand Down
2 changes: 1 addition & 1 deletion modules/11_costs/default/declarations.gms
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*** | (C) 2008-2023 Potsdam Institute for Climate Impact Research (PIK)
*** | (C) 2008-2024 Potsdam Institute for Climate Impact Research (PIK)
*** | authors, and contributors see CITATION.cff file. This file is part
*** | of MAgPIE and licensed under AGPL-3.0-or-later. Under Section 7 of
*** | AGPL-3.0, you are granted additional permissions described in the
Expand Down
2 changes: 1 addition & 1 deletion modules/11_costs/default/equations.gms
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*** | (C) 2008-2023 Potsdam Institute for Climate Impact Research (PIK)
*** | (C) 2008-2024 Potsdam Institute for Climate Impact Research (PIK)
*** | authors, and contributors see CITATION.cff file. This file is part
*** | of MAgPIE and licensed under AGPL-3.0-or-later. Under Section 7 of
*** | AGPL-3.0, you are granted additional permissions described in the
Expand Down
2 changes: 1 addition & 1 deletion modules/11_costs/default/postsolve.gms
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*** | (C) 2008-2023 Potsdam Institute for Climate Impact Research (PIK)
*** | (C) 2008-2024 Potsdam Institute for Climate Impact Research (PIK)
*** | authors, and contributors see CITATION.cff file. This file is part
*** | of MAgPIE and licensed under AGPL-3.0-or-later. Under Section 7 of
*** | AGPL-3.0, you are granted additional permissions described in the
Expand Down
2 changes: 1 addition & 1 deletion modules/11_costs/default/realization.gms
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*** | (C) 2008-2023 Potsdam Institute for Climate Impact Research (PIK)
*** | (C) 2008-2024 Potsdam Institute for Climate Impact Research (PIK)
*** | authors, and contributors see CITATION.cff file. This file is part
*** | of MAgPIE and licensed under AGPL-3.0-or-later. Under Section 7 of
*** | AGPL-3.0, you are granted additional permissions described in the
Expand Down
2 changes: 1 addition & 1 deletion modules/11_costs/default/scaling.gms
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*** | (C) 2008-2023 Potsdam Institute for Climate Impact Research (PIK)
*** | (C) 2008-2024 Potsdam Institute for Climate Impact Research (PIK)
*** | authors, and contributors see CITATION.cff file. This file is part
*** | of MAgPIE and licensed under AGPL-3.0-or-later. Under Section 7 of
*** | AGPL-3.0, you are granted additional permissions described in the
Expand Down
2 changes: 1 addition & 1 deletion modules/11_costs/module.gms
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*** | (C) 2008-2023 Potsdam Institute for Climate Impact Research (PIK)
*** | (C) 2008-2024 Potsdam Institute for Climate Impact Research (PIK)
*** | authors, and contributors see CITATION.cff file. This file is part
*** | of MAgPIE and licensed under AGPL-3.0-or-later. Under Section 7 of
*** | AGPL-3.0, you are granted additional permissions described in the
Expand Down
2 changes: 1 addition & 1 deletion modules/12_interest_rate/module.gms
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*** | (C) 2008-2023 Potsdam Institute for Climate Impact Research (PIK)
*** | (C) 2008-2024 Potsdam Institute for Climate Impact Research (PIK)
*** | authors, and contributors see CITATION.cff file. This file is part
*** | of MAgPIE and licensed under AGPL-3.0-or-later. Under Section 7 of
*** | AGPL-3.0, you are granted additional permissions described in the
Expand Down
2 changes: 1 addition & 1 deletion modules/12_interest_rate/select_apr20/declarations.gms
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*** | (C) 2008-2023 Potsdam Institute for Climate Impact Research (PIK)
*** | (C) 2008-2024 Potsdam Institute for Climate Impact Research (PIK)
*** | authors, and contributors see CITATION.cff file. This file is part
*** | of MAgPIE and licensed under AGPL-3.0-or-later. Under Section 7 of
*** | AGPL-3.0, you are granted additional permissions described in the
Expand Down
2 changes: 1 addition & 1 deletion modules/12_interest_rate/select_apr20/input.gms
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*** | (C) 2008-2023 Potsdam Institute for Climate Impact Research (PIK)
*** | (C) 2008-2024 Potsdam Institute for Climate Impact Research (PIK)
*** | authors, and contributors see CITATION.cff file. This file is part
*** | of MAgPIE and licensed under AGPL-3.0-or-later. Under Section 7 of
*** | AGPL-3.0, you are granted additional permissions described in the
Expand Down
2 changes: 1 addition & 1 deletion modules/12_interest_rate/select_apr20/preloop.gms
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*** | (C) 2008-2023 Potsdam Institute for Climate Impact Research (PIK)
*** | (C) 2008-2024 Potsdam Institute for Climate Impact Research (PIK)
*** | authors, and contributors see CITATION.cff file. This file is part
*** | of MAgPIE and licensed under AGPL-3.0-or-later. Under Section 7 of
*** | AGPL-3.0, you are granted additional permissions described in the
Expand Down
2 changes: 1 addition & 1 deletion modules/12_interest_rate/select_apr20/realization.gms
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*** | (C) 2008-2023 Potsdam Institute for Climate Impact Research (PIK)
*** | (C) 2008-2024 Potsdam Institute for Climate Impact Research (PIK)
*** | authors, and contributors see CITATION.cff file. This file is part
*** | of MAgPIE and licensed under AGPL-3.0-or-later. Under Section 7 of
*** | AGPL-3.0, you are granted additional permissions described in the
Expand Down
2 changes: 1 addition & 1 deletion modules/13_tc/endo_jan22/declarations.gms
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*** | (C) 2008-2023 Potsdam Institute for Climate Impact Research (PIK)
*** | (C) 2008-2024 Potsdam Institute for Climate Impact Research (PIK)
*** | authors, and contributors see CITATION.cff file. This file is part
*** | of MAgPIE and licensed under AGPL-3.0-or-later. Under Section 7 of
*** | AGPL-3.0, you are granted additional permissions described in the
Expand Down
2 changes: 1 addition & 1 deletion modules/13_tc/endo_jan22/equations.gms
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*** | (C) 2008-2023 Potsdam Institute for Climate Impact Research (PIK)
*** | (C) 2008-2024 Potsdam Institute for Climate Impact Research (PIK)
*** | authors, and contributors see CITATION.cff file. This file is part
*** | of MAgPIE and licensed under AGPL-3.0-or-later. Under Section 7 of
*** | AGPL-3.0, you are granted additional permissions described in the
Expand Down
2 changes: 1 addition & 1 deletion modules/13_tc/endo_jan22/input.gms
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*** | (C) 2008-2023 Potsdam Institute for Climate Impact Research (PIK)
*** | (C) 2008-2024 Potsdam Institute for Climate Impact Research (PIK)
*** | authors, and contributors see CITATION.cff file. This file is part
*** | of MAgPIE and licensed under AGPL-3.0-or-later. Under Section 7 of
*** | AGPL-3.0, you are granted additional permissions described in the
Expand Down
2 changes: 1 addition & 1 deletion modules/13_tc/endo_jan22/nl_fix.gms
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*** | (C) 2008-2023 Potsdam Institute for Climate Impact Research (PIK)
*** | (C) 2008-2024 Potsdam Institute for Climate Impact Research (PIK)
*** | authors, and contributors see CITATION.cff file. This file is part
*** | of MAgPIE and licensed under AGPL-3.0-or-later. Under Section 7 of
*** | AGPL-3.0, you are granted additional permissions described in the
Expand Down
2 changes: 1 addition & 1 deletion modules/13_tc/endo_jan22/nl_relax.gms
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*** | (C) 2008-2023 Potsdam Institute for Climate Impact Research (PIK)
*** | (C) 2008-2024 Potsdam Institute for Climate Impact Research (PIK)
*** | authors, and contributors see CITATION.cff file. This file is part
*** | of MAgPIE and licensed under AGPL-3.0-or-later. Under Section 7 of
*** | AGPL-3.0, you are granted additional permissions described in the
Expand Down
2 changes: 1 addition & 1 deletion modules/13_tc/endo_jan22/nl_release.gms
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*** | (C) 2008-2023 Potsdam Institute for Climate Impact Research (PIK)
*** | (C) 2008-2024 Potsdam Institute for Climate Impact Research (PIK)
*** | authors, and contributors see CITATION.cff file. This file is part
*** | of MAgPIE and licensed under AGPL-3.0-or-later. Under Section 7 of
*** | AGPL-3.0, you are granted additional permissions described in the
Expand Down
2 changes: 1 addition & 1 deletion modules/13_tc/endo_jan22/postsolve.gms
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*** | (C) 2008-2023 Potsdam Institute for Climate Impact Research (PIK)
*** | (C) 2008-2024 Potsdam Institute for Climate Impact Research (PIK)
*** | authors, and contributors see CITATION.cff file. This file is part
*** | of MAgPIE and licensed under AGPL-3.0-or-later. Under Section 7 of
*** | AGPL-3.0, you are granted additional permissions described in the
Expand Down
2 changes: 1 addition & 1 deletion modules/13_tc/endo_jan22/preloop.gms
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*** | (C) 2008-2023 Potsdam Institute for Climate Impact Research (PIK)
*** | (C) 2008-2024 Potsdam Institute for Climate Impact Research (PIK)
*** | authors, and contributors see CITATION.cff file. This file is part
*** | of MAgPIE and licensed under AGPL-3.0-or-later. Under Section 7 of
*** | AGPL-3.0, you are granted additional permissions described in the
Expand Down
2 changes: 1 addition & 1 deletion modules/13_tc/endo_jan22/presolve.gms
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*** | (C) 2008-2023 Potsdam Institute for Climate Impact Research (PIK)
*** | (C) 2008-2024 Potsdam Institute for Climate Impact Research (PIK)
*** | authors, and contributors see CITATION.cff file. This file is part
*** | of MAgPIE and licensed under AGPL-3.0-or-later. Under Section 7 of
*** | AGPL-3.0, you are granted additional permissions described in the
Expand Down
2 changes: 1 addition & 1 deletion modules/13_tc/endo_jan22/realization.gms
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*** | (C) 2008-2023 Potsdam Institute for Climate Impact Research (PIK)
*** | (C) 2008-2024 Potsdam Institute for Climate Impact Research (PIK)
*** | authors, and contributors see CITATION.cff file. This file is part
*** | of MAgPIE and licensed under AGPL-3.0-or-later. Under Section 7 of
*** | AGPL-3.0, you are granted additional permissions described in the
Expand Down
2 changes: 1 addition & 1 deletion modules/13_tc/endo_jan22/scaling.gms
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*** | (C) 2008-2023 Potsdam Institute for Climate Impact Research (PIK)
*** | (C) 2008-2024 Potsdam Institute for Climate Impact Research (PIK)
*** | authors, and contributors see CITATION.cff file. This file is part
*** | of MAgPIE and licensed under AGPL-3.0-or-later. Under Section 7 of
*** | AGPL-3.0, you are granted additional permissions described in the
Expand Down
2 changes: 1 addition & 1 deletion modules/13_tc/endo_jan22/sets.gms
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*** | (C) 2008-2023 Potsdam Institute for Climate Impact Research (PIK)
*** | (C) 2008-2024 Potsdam Institute for Climate Impact Research (PIK)
*** | authors, and contributors see CITATION.cff file. This file is part
*** | of MAgPIE and licensed under AGPL-3.0-or-later. Under Section 7 of
*** | AGPL-3.0, you are granted additional permissions described in the
Expand Down
2 changes: 1 addition & 1 deletion modules/13_tc/exo/declarations.gms
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*** | (C) 2008-2023 Potsdam Institute for Climate Impact Research (PIK)
*** | (C) 2008-2024 Potsdam Institute for Climate Impact Research (PIK)
*** | authors, and contributors see CITATION.cff file. This file is part
*** | of MAgPIE and licensed under AGPL-3.0-or-later. Under Section 7 of
*** | AGPL-3.0, you are granted additional permissions described in the
Expand Down
Loading

0 comments on commit a3b20ba

Please sign in to comment.