--- 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, n}$ the co2 captured installed capacity returned by the KPI for a given asset $a$ producing co2 captured at node $n$. Technology is directly deduced from the asset. Depending on its consumption behavior, i.e, the way the asset consumption is modeled, the calculation of the CO2 captured installed capacity is not the same. For an asset $a$ producing CO2 captured at node $n$ : If it has **FUEL** behaviour activated: $$ x_{a, CO2 \text{ } captured, n} = \bar{p}_a * fuel\_co2\_content_a / fuel\_yield_a * ratio\_cc_a $$ If not : $$ x_{a, CO2 \text{ } captured, n} = \bar{p}_a * co2\_content_a * ratio\_cc_a $$ With : - $\bar{p}_a$ : the maximal energy production capacity of asset $a$ such as returned by [Installed capacities KPI](installed_capacities.md) - $n$ : the node to which asset $a$ produced CO2 captured *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 always co2 captured - The node index of this KPI refers to the node in which the asset produces - 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
This KPI enables to visualize the nominal installed capacity. In many cases, the actual production capacity at each timestep does not correspond to the nominal capacity of the asset because its availability is not 100% throughout the entire period under consideration. This available production capacity at each timestep can be visualized in the temporal KPI [CO2 Asset production](../temporal_kpis/co2_asset_production.md)