osier.equations.annual_emission#

osier.equations.annual_emission(technology_list, solved_dispatch_model, emission='lifecycle_co2_rate')[source]#

This function calculates the total system co2 emissions for a given set of technologies and their corresponding dispatch.

Parameters:
  • technology_list (list of osier.Technology objects) – The list of technologies.

  • solved_dispatch_model (osier.DispatchModel) – A _solved_ dispatch model (i.e. with model results and objective attributes).

Returns:

emissions_total – The total emissions of the technology set.

Return type:

float