config: add fixed_year parameter for load
This commit is contained in:
parent
6713317bbe
commit
cb0554f609
@ -157,7 +157,7 @@ load:
|
|||||||
time_shift_for_large_gaps: 1w # data gaps up until this size are copied by copying from
|
time_shift_for_large_gaps: 1w # data gaps up until this size are copied by copying from
|
||||||
manual_adjustments: true # false
|
manual_adjustments: true # false
|
||||||
scaling_factor: 1.0
|
scaling_factor: 1.0
|
||||||
fallback_year: 2013
|
fixed_year: 2013
|
||||||
|
|
||||||
costs:
|
costs:
|
||||||
year: 2030
|
year: 2030
|
||||||
|
@ -155,7 +155,7 @@ load:
|
|||||||
time_shift_for_large_gaps: 1w # data gaps up until this size are copied by copying from
|
time_shift_for_large_gaps: 1w # data gaps up until this size are copied by copying from
|
||||||
manual_adjustments: true # false
|
manual_adjustments: true # false
|
||||||
scaling_factor: 1.0
|
scaling_factor: 1.0
|
||||||
fallback_year: 2013
|
fixed_year: false
|
||||||
|
|
||||||
costs:
|
costs:
|
||||||
year: 2030
|
year: 2030
|
||||||
|
Loading…
Reference in New Issue
Block a user