Skip to content

Commit

Permalink
heat demand config was not loading properly
Browse files Browse the repository at this point in the history
  • Loading branch information
squoilin committed Feb 8, 2020
1 parent 6419db2 commit 8e02a6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dispaset/preprocessing/data_handler.py
Original file line number Diff line number Diff line change
Expand Up @@ -388,7 +388,7 @@ def load_config_excel(ConfigFile,AbsPath=True):
'PriceOfNuclear':180, 'PriceOfBlackCoal':181, 'PriceOfGas':182,
'PriceOfFuelOil':183,'PriceOfBiomass':184, 'PriceOfCO2':166,
'ReservoirLevels':133, 'PriceOfLignite':185, 'PriceOfPeat':186,
'HeatDemand':135,'CostHeatSlack':165,'CostLoadShedding':168,'ShareOfFlexibleDemand':125,
'HeatDemand':134,'CostHeatSlack':165,'CostLoadShedding':168,'ShareOfFlexibleDemand':125,
'Temperatures':135}
modifiers= {'Demand':274,'Wind':275,'Solar':276,'Storage':277}
default = {'ReservoirLevelInitial':101,'ReservoirLevelFinal':102,'PriceOfNuclear':180,'PriceOfBlackCoal':181,
Expand Down

0 comments on commit 8e02a6f

Please sign in to comment.