message_ix_models.project.engage.workflow.retr_CO2_price
- message_ix_models.project.engage.workflow.retr_CO2_price(scen: Scenario)[source]
Retrieve
PRICE_EMISSION
data and transform for use astax_emission
.This is identical to
ScenarioRunner.retr_CO2_price()
, except without the argument new_type_emission. For the same effect, use pandas built-inassign()
or, to create data for multipletype_emission
, usemessage_ix_models.util.broadcast()
.