Skip to content

Commit

Permalink
Fix cs2 for OAE
Browse files Browse the repository at this point in the history
  • Loading branch information
katarkow committed Aug 10, 2024
1 parent cda2b92 commit 424277d
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
12 changes: 12 additions & 0 deletions inst/compareScenarios/cs_03_emissions.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -312,6 +312,18 @@ items <- c(
showAreaAndBarPlots(data, items, tot, scales = "fixed")
```

#### Ocean CDR
```{r Ocean CDR}
tot <- "Emi|CO2|CDR|net OAE"
items <- c(
"Emi|CO2|CDR|net OAE|Ocean Uptake|traditional calciner",
"Emi|CO2|CDR|net OAE|Ocean Uptake|electric calciner",
"Emi|CO2|CDR|net OAE|Released emissions",
"Emi|CO2|CDR|net OAE|Unavoidable emissions"
)
showAreaAndBarPlots(data, items, tot, scales = "fixed")
```

#### CDR Subcategories - Line
```{r CO2 CDR Subcategories - Line}
cdrVars <-
Expand Down
1 change: 1 addition & 0 deletions inst/compareScenarios/cs_09_carbon_management.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ showLinePlots(data, "Carbon Management|Storage|Share of annual potential used")
showAreaAndBarPlots(data,
vars = c("Carbon Management|Storage"),
tot = "Carbon Management|Storage|Maximum annual CO2 storage potential")
```

## Carbon Usage
### Usage Total - Line
Expand Down

0 comments on commit 424277d

Please sign in to comment.