message_ix_models.tools.inter_pipe.SpecConfig

class message_ix_models.tools.inter_pipe.SpecConfig(spec_tech_pipe: bool, spec_tech_pipe_group: bool, spec_supply_pipe_group: bool)[source]

Bases: object

Options for specifying pipeline pairs.

These allow to use files to filter pipe technologies and regions to a desired set, instead of using all combinations.

__init__(spec_tech_pipe: bool, spec_tech_pipe_group: bool, spec_supply_pipe_group: bool) None

Methods

__init__(spec_tech_pipe, ...)

Attributes

spec_tech_pipe

True to use a sheet of all mapped pipe technologies and regions to filter desired pairs.

spec_tech_pipe_group

True to use a sheet to specify groups of pipe technologies.

spec_supply_pipe_group

True to use a sheet to specify groups of pipe supply technologies.

spec_supply_pipe_group: bool

True to use a sheet to specify groups of pipe supply technologies.

spec_tech_pipe: bool

True to use a sheet of all mapped pipe technologies and regions to filter desired pairs.

spec_tech_pipe_group: bool

True to use a sheet to specify groups of pipe technologies.