non-zero capital_cost for methanol stores
This commit is contained in:
parent
72af49a78d
commit
b174a53480
@ -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.
|
||||
|
@ -2702,6 +2702,7 @@ def add_industry(n, costs):
|
||||
e_nom_extendable=True,
|
||||
e_cyclic=True,
|
||||
carrier="methanol",
|
||||
capital_cost=0.02,
|
||||
)
|
||||
|
||||
n.madd(
|
||||
|
Loading…
Reference in New Issue
Block a user