config: add fixed_year parameter for load

This commit is contained in:
Fabian Neumann 2022-06-16 08:51:06 +02:00
parent 6713317bbe
commit b4c819c757
2 changed files with 2 additions and 2 deletions

View File

@ -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: false
costs: costs:
year: 2030 year: 2030

View File

@ -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