Skip to content

Commit

Permalink
Merge pull request #771 from pascal-sauer/develop
Browse files Browse the repository at this point in the history
merge master into develop
  • Loading branch information
pascal-sauer authored Jan 31, 2025
2 parents 267ac50 + 895bbae commit f0b2757
Show file tree
Hide file tree
Showing 748 changed files with 886 additions and 868 deletions.
2 changes: 1 addition & 1 deletion .Rprofile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# | (C) 2008-2024 Potsdam Institute for Climate Impact Research (PIK)
# | (C) 2008-2025 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
4 changes: 2 additions & 2 deletions .zenodo.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"title": "MAgPIE - An Open Source land-use modeling framework",
"version": "4.9.0dev",
"version": "4.9.1dev",
"creators": [
{
"name": "Dietrich, Jan Philipp",
Expand Down Expand Up @@ -123,5 +123,5 @@
"license": {
"id": "AGPL-3.0-or-later"
},
"publication_date": "2024-12-05"
"publication_date": "2025-01-28"
}
24 changes: 19 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,19 +7,32 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
## [Unreleased]

### changed
- **scripts** peatland rewetting now automatically considered in `extra/runSEALSallocation.R`
-

### added
- **scripts** added start script for land-based mitigation and biodiversity conservation paper
- **start_scripts** added `lock_timeout` as option to `start_run` function
- **scripts** release number can be passed as an argument to test_runs.R to tag as release
-

### removed
-

### fixed
-


## [4.9.1] - 2025-01-28

### changed
- **scripts** peatland rewetting now automatically considered in `extra/runSEALSallocation.R`

### added
- **scripts** added start script for land-based mitigation and biodiversity conservation paper
- **scripts** release number can be passed as an argument to test_runs.R to tag as release
- **start_scripts** added `lock_timeout` as option to `start_run` function

### fixed
- **44_biodiversity** bugfix i44_biome_share, code cleanup, added scaling of `q44_bii`


## [4.9.0] - 2024-12-05

### changed
Expand Down Expand Up @@ -1069,7 +1082,8 @@ This release version is focussed on consistency between the MAgPIE setup and the
First open source release of the framework. See [MAgPIE 4.0 paper](https://doi.org/10.5194/gmd-12-1299-2019) for more information.


[Unreleased]: https://github.com/magpiemodel/magpie/compare/v4.9.0...develop
[Unreleased]: https://github.com/magpiemodel/magpie/compare/v4.9.1...develop
[4.9.1]: https://github.com/magpiemodel/magpie/compare/v4.9.0...v4.9.1
[4.9.0]: https://github.com/magpiemodel/magpie/compare/v4.8.2...v4.9.0
[4.8.2]: https://github.com/magpiemodel/magpie/compare/v4.8.1...v4.8.2
[4.8.1]: https://github.com/magpiemodel/magpie/compare/v4.8.0...v4.8.1
Expand Down
4 changes: 2 additions & 2 deletions CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -156,8 +156,8 @@ abstract: The *Model of Agricultural Production and its Impact on the Environmen
exogenously given population in 10 food energy categories, based on regional diets.
Future trends in food demand are derived from a cross-country regression analysis,
based on future scenarios on GDP and population growth.
version: 4.9.0dev
date-released: 2024-12-05
version: 4.9.1dev
date-released: 2025-01-28
repository-code: https://github.com/magpiemodel/magpie
keywords:
- landuse
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ https://www.pik-potsdam.de/research/projects/activities/land-use-modelling/magpi
A framework description paper has been published in
Geoscientific Model Development (GMD): https://doi.org/10.5194/gmd-12-1299-2019

The model documentation for version 4.9.0 can be found at
https://rse.pik-potsdam.de/doc/magpie/4.9.0/
The model documentation for version 4.9.1 can be found at
https://rse.pik-potsdam.de/doc/magpie/4.9.1/

A most recent version of the documentation can also be extracted from the
model source code via the R package goxygen
Expand All @@ -43,7 +43,7 @@ The Coding Etiquette explains also the naming conventions and other
structural characteristics.

## COPYRIGHT
Copyright 2008-2022 Potsdam Institute for Climate Impact Research (PIK)
Copyright 2008-2025 Potsdam Institute for Climate Impact Research (PIK)

## LICENSE
This program is free software: you can redistribute it and/or modify
Expand Down Expand Up @@ -226,7 +226,7 @@ [email protected]
Please contact [email protected]

## CITATION
See file CITATION.cff or the [How-to-Cite section](https://rse.pik-potsdam.de/doc/magpie/4.9.0/#how-to-cite) in the model documentation for information how to cite the model.
See file CITATION.cff or the [How-to-Cite section](https://rse.pik-potsdam.de/doc/magpie/4.9.1/#how-to-cite) in the model documentation for information how to cite the model.

## AUTHORS
See list of authors in CITATION.cff
Expand Down
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-2024 Potsdam Institute for Climate Impact Research (PIK)
# | (C) 2008-2025 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-2024 Potsdam Institute for Climate Impact Research (PIK)
*** | (C) 2008-2025 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-2024 Potsdam Institute for Climate Impact Research (PIK)
*** | (C) 2008-2025 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-2024 Potsdam Institute for Climate Impact Research (PIK)
*** | (C) 2008-2025 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-2024 Potsdam Institute for Climate Impact Research (PIK)
*** | (C) 2008-2025 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-2024 Potsdam Institute for Climate Impact Research (PIK)
*** | (C) 2008-2025 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-2024 Potsdam Institute for Climate Impact Research (PIK)
*** | (C) 2008-2025 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-2024 Potsdam Institute for Climate Impact Research (PIK)
*** | (C) 2008-2025 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-2024 Potsdam Institute for Climate Impact Research (PIK)
*** | (C) 2008-2025 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-2024 Potsdam Institute for Climate Impact Research (PIK)
*** | (C) 2008-2025 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-2024 Potsdam Institute for Climate Impact Research (PIK)
*** | (C) 2008-2025 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-2024 Potsdam Institute for Climate Impact Research (PIK)
*** | (C) 2008-2025 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-2024 Potsdam Institute for Climate Impact Research (PIK)
*** | (C) 2008-2025 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-2024 Potsdam Institute for Climate Impact Research (PIK)
*** | (C) 2008-2025 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-2024 Potsdam Institute for Climate Impact Research (PIK)
*** | (C) 2008-2025 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-2024 Potsdam Institute for Climate Impact Research (PIK)
*** | (C) 2008-2025 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-2024 Potsdam Institute for Climate Impact Research (PIK)
*** | (C) 2008-2025 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-2024 Potsdam Institute for Climate Impact Research (PIK)
*** | (C) 2008-2025 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-2024 Potsdam Institute for Climate Impact Research (PIK)
*** | (C) 2008-2025 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-2024 Potsdam Institute for Climate Impact Research (PIK)
*** | (C) 2008-2025 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-2024 Potsdam Institute for Climate Impact Research (PIK)
*** | (C) 2008-2025 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-2024 Potsdam Institute for Climate Impact Research (PIK)
*** | (C) 2008-2025 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-2024 Potsdam Institute for Climate Impact Research (PIK)
*** | (C) 2008-2025 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-2024 Potsdam Institute for Climate Impact Research (PIK)
*** | (C) 2008-2025 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-2024 Potsdam Institute for Climate Impact Research (PIK)
*** | (C) 2008-2025 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-2024 Potsdam Institute for Climate Impact Research (PIK)
*** | (C) 2008-2025 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-2024 Potsdam Institute for Climate Impact Research (PIK)
*** | (C) 2008-2025 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-2024 Potsdam Institute for Climate Impact Research (PIK)
*** | (C) 2008-2025 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-2024 Potsdam Institute for Climate Impact Research (PIK)
*** | (C) 2008-2025 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-2024 Potsdam Institute for Climate Impact Research (PIK)
*** | (C) 2008-2025 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-2024 Potsdam Institute for Climate Impact Research (PIK)
*** | (C) 2008-2025 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-2024 Potsdam Institute for Climate Impact Research (PIK)
*** | (C) 2008-2025 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-2024 Potsdam Institute for Climate Impact Research (PIK)
*** | (C) 2008-2025 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-2024 Potsdam Institute for Climate Impact Research (PIK)
*** | (C) 2008-2025 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-2024 Potsdam Institute for Climate Impact Research (PIK)
*** | (C) 2008-2025 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-2024 Potsdam Institute for Climate Impact Research (PIK)
*** | (C) 2008-2025 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-2024 Potsdam Institute for Climate Impact Research (PIK)
*** | (C) 2008-2025 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-2024 Potsdam Institute for Climate Impact Research (PIK)
*** | (C) 2008-2025 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-2024 Potsdam Institute for Climate Impact Research (PIK)
*** | (C) 2008-2025 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-2024 Potsdam Institute for Climate Impact Research (PIK)
*** | (C) 2008-2025 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-2024 Potsdam Institute for Climate Impact Research (PIK)
*** | (C) 2008-2025 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 f0b2757

Please sign in to comment.