osier.equations.annualized_fixed_cost#

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

This function calculates the annual fixed cost for a given set of technologies.

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:

fixed_cost – The annual fixed cost of the technology set.

Return type:

float