Observations and errors when processing the new scenarios of experiment 2.
New results template contains FlexMex1_Scalars.csv and FlexMex2_Scalars.csv. Added an if elif in postprocessing to choose the template depending on the experiment in 073c84a.
FlexMex2_1a runs
FlexMex2_2a
Checked the preprocessed data. heat-demand amount is empty. This comes because Energy_FinalEnergy_Heat has been split into Energy_FinalEnergy_Heat_HeatPump and Energy_FinalEnergy_Heat_CHP. For experiment 2, we thus need heat-demand_decentral and heat-demand_central.
optimization fails because of initial_storage_level being empty for those regions with zero capacity. This happens when determining the relative storage level which returns nan in case of division by zero. Fixed with 8461752
Observations and errors when processing the new scenarios of experiment 2.
Energy_FinalEnergy_Heat
has been split intoEnergy_FinalEnergy_Heat_HeatPump
andEnergy_FinalEnergy_Heat_CHP
. For experiment 2, we thus need heat-demand_decentral and heat-demand_central.initial_storage_level
being empty for those regions with zero capacity. This happens when determining the relative storage level which returns nan in case of division by zero. Fixed with 8461752