Skip to content

Commit

Permalink
Merge pull request #1103 from PyPSA/methanol-store-capital-cost
Browse files Browse the repository at this point in the history
non-zero capital_cost for methanol stores
  • Loading branch information
fneum committed Jun 17, 2024
2 parents 0ead0dc + b174a53 commit 6348c90
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 6348c90

Please sign in to comment.