Skip to content

Commit

Permalink
non-zero capital_cost for methanol stores
Browse files Browse the repository at this point in the history
  • Loading branch information
lindnemi committed Jun 14, 2024
1 parent 72af49a commit b174a53
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions doc/release_notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ Release Notes
Upcoming Release
================

* Set non-zero capital_cost for methanol stores to avoid unrealistic storage sizes

* Set p_nom = p_nom_min for generators with baseyear == grouping_year in add_existing_baseyear. This has no effect on the optimization but helps n.statistics to correctly report already installed capacities.

* Reverted outdated hotfix for doubled renewable capacity in myopic optimization.
Expand Down
1 change: 1 addition & 0 deletions scripts/prepare_sector_network.py
Original file line number Diff line number Diff line change
Expand Up @@ -2702,6 +2702,7 @@ def add_industry(n, costs):
e_nom_extendable=True,
e_cyclic=True,
carrier="methanol",
capital_cost=0.02,
)

n.madd(
Expand Down

0 comments on commit b174a53

Please sign in to comment.