Skip to content

Commit

Permalink
set BtL non-extendable
Browse files Browse the repository at this point in the history
  • Loading branch information
cpschau committed Oct 21, 2024
1 parent 28d93ce commit a485c9a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/prepare_sector_network.py
Original file line number Diff line number Diff line change
Expand Up @@ -838,7 +838,8 @@ def add_biomass(n, costs):
efficiency=costs.at["BtL", "efficiency"],
efficiency2=-costs.at["solid biomass", "CO2 intensity"]
+ costs.at["BtL", "CO2 stored"],
p_nom_extendable=True,
p_nom=p_nom,
p_nom_extendable=False,
p_min_pu=p_minmax_pu,
p_max_pu=p_minmax_pu,
capital_cost=costs.at["BtL", "fixed"] * costs.at["BtL", "efficiency"],
Expand Down

0 comments on commit a485c9a

Please sign in to comment.