knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>"
)

Introduction

Some CL-PFU database products contain aggregated products (energy carriers) and industries (sectors) on rows and columns of the RUVY matrices that describe energy conversion chains (ECCs). This vignette discusses the meaning of the some columns in matsindf data frames such as agg_eta_pfu.

Product aggregations

The Product.aggregation column tells how products (i.e., energy carriers) are aggregated in the RUVY matrices. There are three possible values.

In many data frames, rows for all of "Specified", "Despecified", and "Grouped" are present. Although there should be no difference between "Specified", "Despecified", and "Grouped" when summing to primary, final, and useful stages, I usually choose "Specified". If energy carriers are mis-identified for aggregation, "Despecified" and "Grouped" will contain less than all of the energy or exergy at a primary, final, or useful stage.

Industry aggregations

There are, again, three options for values in the Industry.aggregation column:

Again, I usually choose the "Specified" option, although when summing to primary, final, and useful stages, there should be no difference between Specified, Despecified, and Grouped.

Conclusion

This vignette described the meaning of the some columns ("Product.aggregation" and "Industry.aggregation") in matsindf data frames such as agg_eta_pfu.



EnergyEconomyDecoupling/PFUAggDatabase documentation built on Feb. 14, 2024, 9:28 a.m.