message_ix_models.tools.inter_pipe.build
- message_ix_models.tools.inter_pipe.build(scen: Scenario, config_name: str | None = None, data_dir: Path | None = None) Scenario [source]
Read the input csv files and build the pipe tech sets and parameters.
- Parameters:
scen – The target scenario object to build inter_pipe on.
config_name – Name of the config file. If
None
, use defaultdata/inter_pipe/config.yaml
.data_dir – Directory in which to locate CSV data files. See
read_data()
.