mario.CoreModel.fc_ex#
\[fc_{\mathrm{ex},k} = \operatorname{diag}(ea_k) (s w_{cc})\]
- CoreModel.fc_ex(*, satellite_accounts=None, scenario: str = 'baseline')#
Return commodity-side exploded satellite footprints for SUT.
- Parameters:
satellite_accounts – Optional subset of satellite rows to explode. Accepts one label or an iterable of labels.
scenario – Scenario used to read source matrices.
- Returns:
DataFrame with a 3-level MultiIndex on the rows describing the satellite account and the contributing activity or commodity.
- Return type:
pandas.DataFrame
Notes
For IOT models use
f_ex(). For the activity side usefa_ex().