Skip to content

Commit

Permalink
update gdx weblinks
Browse files Browse the repository at this point in the history
  • Loading branch information
orichters committed Jul 4, 2024
1 parent 36e8cb8 commit 3d55476
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
1 change: 1 addition & 0 deletions inst/compareScenarios/cs_06_energy_services.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -429,6 +429,7 @@ if ("Production|Industry|Steel|BF-BOF" %in% levels(data$variable)){ # if process
showAreaAndBarPlots(droute, items, tot, orderVars="user", scales = "fixed")
}
```

### Subsector per-Capita Production
```{r plot subsector per-capita production}
items <- c("Production|Industry|Cement|per-capita",
Expand Down
4 changes: 2 additions & 2 deletions man/loadModeltest.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions tests/testthat/test-convGDX2mif.R
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ library(gdx)
test_that("Test if REMIND reporting is produced as it should and check data integrity", {
skip_if_not(as.logical(gdxrrw::igdx(silent = TRUE)), "gdxrrw is not initialized properly")

# GDXs for comparison. Once the remind2::reportEmi does not report negative gross emissions we will switch to SSP2-EU21-PkBudg and SSP2-NPi
gdxList <- c("fulldata-release.gdx" = "https://rse.pik-potsdam.de/data/example/remind2_test-convGDX2MIF_SSP2EU-EU21-NPi_2024-03-28_10.23.13.gdx",
"fulldata-AMT.gdx" = "https://rse.pik-potsdam.de/data/example/remind2_test-convGDX2MIF_SSP2-PkBudg650-AMT.gdx")
# GDXs for comparison.
gdxList <- c("fulldata-SSP2-EU21-PkBudg650-release.gdx" = "https://rse.pik-potsdam.de/data/example/remind2_test-convGDX2MIF_SSP2-EU21-PkBudg650_2024-06-18_22.43.19.gdx",
"fulldata-SSP2-NPi-AMT.gdx" = "https://rse.pik-potsdam.de/data/example/remind2_test-convGDX2MIF_SSP2-NPi-AMT.gdx")

gdxPaths <- NULL
for (i in seq_along(gdxList)) {
Expand Down

0 comments on commit 3d55476

Please sign in to comment.