validation: further fine-tuning
This commit is contained in:
parent
d7ab7db243
commit
9579198162
@ -69,7 +69,7 @@ renewable:
|
|||||||
flatten_dispatch: 0.01
|
flatten_dispatch: 0.01
|
||||||
|
|
||||||
conventional:
|
conventional:
|
||||||
unit_commitment: false
|
unit_commitment: true
|
||||||
dynamic_fuel_price: true
|
dynamic_fuel_price: true
|
||||||
nuclear:
|
nuclear:
|
||||||
p_max_pu: "data/nuclear_p_max_pu.csv" # float of file name
|
p_max_pu: "data/nuclear_p_max_pu.csv" # float of file name
|
||||||
@ -82,7 +82,7 @@ load:
|
|||||||
|
|
||||||
|
|
||||||
lines:
|
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
|
under_construction: 'remove' # 'zero': set capacity to zero, 'remove': remove, 'keep': with full capacity
|
||||||
|
|
||||||
|
|
||||||
|
@ -77,6 +77,9 @@ price_2020 = (
|
|||||||
pd.Series({"coal": 3.0, "oil": 10.6, "gas": 5.6, "lignite": 1.1}) * 3.6
|
pd.Series({"coal": 3.0, "oil": 10.6, "gas": 5.6, "lignite": 1.1}) * 3.6
|
||||||
) # Eur/MWh
|
) # Eur/MWh
|
||||||
|
|
||||||
|
# manual correction for better fit:
|
||||||
|
price_2020["coal"] = 2.2
|
||||||
|
|
||||||
|
|
||||||
def get_fuel_price():
|
def get_fuel_price():
|
||||||
price = {}
|
price = {}
|
||||||
|
Loading…
Reference in New Issue
Block a user