Skip to content
This repository was archived by the owner on Apr 24, 2023. It is now read-only.
This repository was archived by the owner on Apr 24, 2023. It is now read-only.

v_co2capturevalve values calculated but ignored #136

Description

remind/R/reportEmi.R

Lines 781 to 797 in bf6b1c4

mbind(
lapply(
sub(paste0('^Emi\\|CO2\\|Carbon Capture and Storage\\|IndustryCCS',
'(\\|?.*) \\(Mt CO2/yr\\)$'), '\\1', getNames(tmp2)),
function(x) {
a <- paste0('Emi|CO2|Carbon Capture and Storage|IndustryCCS', x,
' (Mt CO2/yr)')
b <- paste0('Emi|CO2|Carbon Capture|IndustryCCS', x, ' (Mt CO2/yr)')
mbind(
setNames(tmp2[,,a] * dimSums(p_share_carbonCapture_stor, dim = 3), a),
setNames(tmp2[,,a], b)
)
}
)
)
tmp <- mbind(tmp, tmp2)

Metadata

Metadata

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions