validation: further fine-tuning

This commit is contained in:
Fabian 2023-07-31 11:15:21 +02:00
parent d7ab7db243
commit 9579198162
2 changed files with 5 additions and 2 deletions

View File

@ -69,7 +69,7 @@ renewable:
flatten_dispatch: 0.01
conventional:
unit_commitment: false
unit_commitment: true
dynamic_fuel_price: true
nuclear:
p_max_pu: "data/nuclear_p_max_pu.csv" # float of file name
@ -82,7 +82,7 @@ load:
lines:
s_max_pu: 0.25
s_max_pu: 0.23
under_construction: 'remove' # 'zero': set capacity to zero, 'remove': remove, 'keep': with full capacity

View File

@ -77,6 +77,9 @@ price_2020 = (
pd.Series({"coal": 3.0, "oil": 10.6, "gas": 5.6, "lignite": 1.1}) * 3.6
) # Eur/MWh
# manual correction for better fit:
price_2020["coal"] = 2.2
def get_fuel_price():
price = {}