Merge pull request #1103 from PyPSA/methanol-store-capital-cost
non-zero capital_cost for methanol stores
This commit is contained in:
commit
6348c904bd
@ -10,6 +10,8 @@ Release Notes
|
|||||||
Upcoming Release
|
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.
|
* 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.
|
* Reverted outdated hotfix for doubled renewable capacity in myopic optimization.
|
||||||
|
@ -2702,6 +2702,7 @@ def add_industry(n, costs):
|
|||||||
e_nom_extendable=True,
|
e_nom_extendable=True,
|
||||||
e_cyclic=True,
|
e_cyclic=True,
|
||||||
carrier="methanol",
|
carrier="methanol",
|
||||||
|
capital_cost=0.02,
|
||||||
)
|
)
|
||||||
|
|
||||||
n.madd(
|
n.madd(
|
||||||
|
Loading…
Reference in New Issue
Block a user