osier.equations.total_cost#

osier.equations.total_cost(technology_list, solved_dispatch_model)[source]#

This function calculates the total system cost 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:

total_cost – The total system cost.

Return type:

float