The n.objective is the raw solver output, and constant terms of already existing infrastructure (e.g. with p_nom_min) are subtracted in this case.
In general, there are two different methods of pathway optimisation with perfect foresight. These differ in the way of accounting the investment costs:
- In the first case (type I), the complete overnight investment costs are applied.
- In the second case (type II), the investment costs are annualised over the years, in which an asset is active (depending on the build year and lifetime).
Method II is used in PyPSA since it allows a separation of the discounting over different years and the end-of-horizon effects are smaller compared to method I. For a more detailed comparison of the two methods and a reference to other energy system models see https://nworbmot.org/energy/multihorizon.pdf.
Be aware, that the attribute capital_cost represents the annualised investment costs NOT the overnight investment costs for the multi-investment.
...
...
Note that the `capital_cost` of the assets is now the fixed annual costs, including annuity and FOM.
--
You received this message because you are subscribed to a topic in the Google Groups "pypsa" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/pypsa/k45-oXGqWGQ/unsubscribe.
To unsubscribe from this group and all its topics, send an email to pypsa+un...@googlegroups.com.
To view this discussion on the web, visit https://groups.google.com/d/msgid/pypsa/63320180-4c01-40f7-88ef-d62cc383a454n%40googlegroups.com.
After optimizing, the network has now an additional attribute `objective_constant` which reflects the capital cost of already existing infrastructure in the network referring to `p_nom` and `s_nom` values.