File tree Expand file tree Collapse file tree 1 file changed +7
-10
lines changed Expand file tree Collapse file tree 1 file changed +7
-10
lines changed Original file line number Diff line number Diff line change @@ -4937,23 +4937,20 @@ def add_waste_CHP_ingolstadt(self):
49374937
49384938def adjust_capital_costs (self ):
49394939 """
4940- Add a waste-fueled CHP unit (power + heat) located in the interest area .
4940+ Update the capital cost parameters for selected technologies in the network .
49414941
4942- The function:
4943- - Creates a new ``waste`` fuel bus with coordinates in Ingolstadt.
4944- - Adds a fixed-capacity ``waste`` generator (fuel supply proxy) on that bus.
4945- - Adds two extendable links:
4946- * ``central_waste_CHP`` -> electric output to the AC bus
4947- * ``central_waste_CHP_heat`` -> thermal output to the central_heat bus
4942+ The function overwrites the ``capital_cost`` values for:
4943+ - Links: power-to-gas and gas-to-power conversion technologies
4944+ (e.g. H₂ electrolysis, methanation, reforming)
4945+ - Storage units: battery storage systems
4946+ - Stores: central and rural heat storages
49484947
49494948 Parameters
49504949 ----------
49514950 self : :class:`Etrago`
49524951 Model instance providing:
49534952 - ``network`` : pypsa.Network
4954- Network with ``buses``, ``generators``, and ``links`` components.
4955- - ``find_interest_buses`` : callable
4956- Helper to resolve AC and central_heat buses in the interest area.
4953+ Must contain ``links``, ``storage_units``, and ``stores`` components.
49574954
49584955 Returns
49594956 -------
You can’t perform that action at this time.
0 commit comments