osier.equations.annualized_capital_cost#

osier.equations.annualized_capital_cost(technology_list, solved_dispatch_model=None)[source]#

This function calculates the annual capital 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:

capital_cost – The annual capital cost of the technology set.

Return type:

float