--- jupytext: text_representation: extension: .md format_name: myst format_version: 0.13 jupytext_version: 1.10.3 kernelspec: display_name: Python 3 language: python name: python3 ---
### Calculation The equation below is valid for any realization and is therefore implicitly indexed by test case. Let be $x_{a, e, n}(t)$ the value returned by the KPI for a given asset $a$, energy $e$ and node $n$. The Technology and the data type (technology_type) are directly deduced from the asset. We can then express $x_{a, e, n}(t)$ as: $$ x_{a, e, n}(t) = c_{a, e, n}(t) $$ *Global variables and parameters notations definitions can be consulted [here](../notations.md).* ### Indexing - The asset index refers to the name of the asset - The energy index is the energy consumed by the asset (CO2 or CO2 captured) - the asset_type refers to type of asset concerned (tags mentioned above) - The node index of this KPI refers to the node in which the asset consumes - The technology index refers to the technology type of the asset - The test case index corresponds the test case of the realization variables and parameters are taken fromModelling hint
From a modeling point of a view, CO2 emissions into the atmosphere are modelled via the consumption of CO2 produced by a "CO2_EMISSIONS" asset. These assets appear in this KPI and correspond then to the CO2 emissions emitted within the corresponding country.