Skip to content

Commit

Permalink
fix comments
Browse files Browse the repository at this point in the history
  • Loading branch information
mellamoSimon committed Nov 23, 2023
1 parent 3e667b1 commit b444663
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion R/reportEmi.R
Original file line number Diff line number Diff line change
Expand Up @@ -337,7 +337,6 @@ reportEmi <- function(gdx, output = NULL, regionSubsetList = NULL, t = c(seq(200
}

if (!is.null(vm_plasticsCarbon)){
#fix me: create reported variable for vm_feedstockEmiUnknownFate -> Emi|CO2|Feedstocks unknown fate
vm_feedstockEmiUnknownFate <- readGDX(gdx, "vm_feedstockEmiUnknownFate", field = "l", restore_zeros = T, react = "silent")[,t,]
vm_incinerationEmi <- readGDX(gdx, "vm_incinerationEmi", field = "l", restore_zeros = T, react = "silent")[,t,]
vm_nonIncineratedPlastics <- readGDX(gdx, "vm_nonIncineratedPlastics", field = "l", restore_zeros = T, react = "silent")[,t,]
Expand Down
2 changes: 1 addition & 1 deletion inst/markdown/compareScenarios2/cs2_01_summary.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ items <- c(
showAreaAndBarPlots(data, items, scales = "fixed")
```

## FE Transport by carrier (incl. international bunkers)
## FE Transport by carrier

```{r FE Transport by carrier}
items <- c(
Expand Down

0 comments on commit b444663

Please sign in to comment.