adjusted egs storage parameters
This commit is contained in:
parent
52041fc656
commit
31b1ffb8d6
@ -3480,14 +3480,13 @@ def add_enhanced_geothermal(
|
|||||||
]
|
]
|
||||||
boost = snakemake.params.sector["enhanced_geothermal_reservoir_max_boost"]
|
boost = snakemake.params.sector["enhanced_geothermal_reservoir_max_boost"]
|
||||||
|
|
||||||
max_hours = max_hours * boost
|
|
||||||
n.add(
|
n.add(
|
||||||
"StorageUnit",
|
"StorageUnit",
|
||||||
bus + " geothermal reservoir",
|
bus + " geothermal reservoir",
|
||||||
bus=f"{bus} geothermal heat surface",
|
bus=f"{bus} geothermal heat surface",
|
||||||
carrier="geothermal heat",
|
carrier="geothermal heat",
|
||||||
p_nom_extendable=True,
|
p_nom_extendable=True,
|
||||||
p_min_pu=-1.0 - boost,
|
p_min_pu=-boost,
|
||||||
max_hours=max_hours,
|
max_hours=max_hours,
|
||||||
)
|
)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user