message_ix_models.model.material.data_other_industry.get_hist_act
- message_ix_models.model.material.data_other_industry.get_hist_act(scen: Scenario, years: List[int], iea_file_path: str = '', use_cached: bool = False) dict[source]
Derive activity calibration data for industrial technologies.
- Parameters:
scen – Scenario instance.
years – List of years for which activity should be retrieved.
iea_file_path – Path to EWEB parquet file.
use_cached – If True, use cached CSV files instead of recomputation.
- Returns:
Dictionary with DataFrames for
bound_activity_up,bound_activity_loandhistorical_activity.- Return type: