message_ix_models.tools.add_dac.generate_df
- message_ix_models.tools.add_dac.generate_df(scenario, tech_data)[source]
This function generate parameter dataframe, matching the data input in yaml file and parameter’s dimension
- Parameters:
scenario (
message_ix.Scenario()) – MESSAGEix Scenario where the data will be includedtech_data (
dictionary,technology data read using load_package_data)