Skip to content

Commit

Permalink
Merge pull request #1867 from orichters/develop
Browse files Browse the repository at this point in the history
increase piamInterfaces version number in IIASA tutorial
  • Loading branch information
orichters authored Oct 21, 2024
2 parents 20bd640 + 3c5076f commit 8e1b564
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tutorials/13_Submit_to_IIASA_database.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ The following functions from `piamInterfaces` might be helpful for further analy
If you like to generate a 'historical.mif' file for a different regional resolution and variable naming scheme than the REMIND one to pass it to plotIntercomparison, you can use the [regionmapping](https://github.com/pik-piam/piamInterfaces/tree/master/inst/regionmapping) ISO files from piamInterfaces or a similarly formatted file, for example like this:
```
library(madrat); library(mrremind); library(quitte); library(piamInterfaces)
stopifnot(utils::packageVersion("piamInterfaces") >= "0.35.3")
stopifnot(utils::packageVersion("piamInterfaces") >= "0.36.2")
setConfig(regionmapping = system.file("regionmapping/ISO_2_ISO.csv", package = "piamInterfaces"))
d <- madrat::retrieveData("VALIDATIONREMIND")
system(paste("tar -xvf", d, "./historical.mif"))
Expand Down

0 comments on commit 8e1b564

Please sign in to comment.