-
Notifications
You must be signed in to change notification settings - Fork 173
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 #412 from magpiemodel/rc
Release of MAgPIE 4.5.0
- Loading branch information
Showing
387 changed files
with
8,660 additions
and
2,874 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
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 |
---|---|---|
|
@@ -114,8 +114,8 @@ authors: | |
email: [email protected] | ||
|
||
title: MAgPIE - An Open Source land-use modeling framework | ||
version: 4.4.0 | ||
date-released: 2021-12-13 | ||
version: 4.5.0 | ||
date-released: 2022-07-07 | ||
repository-code: https://github.com/magpiemodel/magpie | ||
keywords: | ||
- landuse | ||
|
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 |
---|---|---|
|
@@ -24,16 +24,16 @@ 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.4.0 can be found at | ||
https://rse.pik-potsdam.de/doc/magpie/4.4.0/ | ||
The model documentation for version 4.5.0 can be found at | ||
https://rse.pik-potsdam.de/doc/magpie/4.5.0/ | ||
|
||
A most recent version of the documentation can also be extracted from the | ||
model source code via the R package goxygen | ||
(https://github.com/pik-piam/goxygen). To extract the documentation, install the | ||
package and run the main function (goxygen) in the main folder of the model. | ||
The resulting documentation can be found in the folder "doc". | ||
|
||
Please find a set of tutorials here https://github.com/magpiemodel/tutorials. | ||
Please find a set of tutorials here https://magpiemodel.github.io/tutorials/. | ||
This guide will give you a brief technical introduction in how to install, run and use the model | ||
and how to analyse the model output. | ||
|
||
|
@@ -100,7 +100,7 @@ pkgs <- c("gdxrrw", | |
"citation", | ||
"curl", | ||
"gdx", | ||
"gms", # (>= 0.10) | ||
"gms", # (>= 0.11) | ||
"magclass", | ||
"madrat", | ||
"mip", | ||
|
@@ -110,7 +110,8 @@ pkgs <- c("gdxrrw", | |
"lusweave", | ||
"luscale", | ||
"goxygen", | ||
"luplot") | ||
"luplot", | ||
"yaml") | ||
install.packages(pkgs) | ||
``` | ||
For post-processing model outputs *Latex* is required | ||
|
@@ -214,7 +215,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.4.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.5.0/#how-to-cite) in the model documentation for information how to cite the model. | ||
|
||
## AUTHORS | ||
See list of authors in CITATION.cff | ||
|
Oops, something went wrong.