pymrio.IOSystem.calc_system

IOSystem.calc_system(include_ghosh=False)

Calculate the missing part of the core IOSystem.

The method checks Z, A, x, L and calculates all which are None

The possible cases are:

Case Provided Calculated 1) Z A, x, L 2) A, x Z, L 3) A, Y L, x, Z

ghosh will be calculated if include_ghosh is True, after the cases above are dealt with. The ghosh calculation rely on Z

Parameters

include_ghosh (bool, optional) – If True, includes ghosh calculations in the system and extensions. Default is False.