message_ix_models.tools.remove_emission_bounds.main

message_ix_models.tools.remove_emission_bounds.main(scen: Scenario, remove_all: bool = False, *, parameters: Collection[str] = ('bound_emission', 'tax_emission')) None[source]

Remove bound_emission and tax_emission data from scen.

Parameters:
  • scen – Scenario for which the parameters should be removed.

  • remove_all – If True, remove all data in the parameters. If False (default), do not remove data where type_year is equal to or less than \(y_0\).

  • parameters – Parameters from which to remove data.