-
Notifications
You must be signed in to change notification settings - Fork 12
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
It is not possible to pass time series via storage_*.csv files.
When I try to pass a time series I get this error message:
Traceback (most recent call last):
File "/home/local/RL-INSTITUT/marie-claire.gering/Repositories/pvcompare/pvcompare/main.py", line 207, in <module>
mvs_input_directory="/home/local/RL-INSTITUT/marie-claire.gering/Repositories/pvcompare/pvcompare/data/mvs_inputs_template_sector_coupling/", mvs_output_directory=None,
File "/home/local/RL-INSTITUT/marie-claire.gering/Repositories/pvcompare/pvcompare/main.py", line 185, in apply_mvs
save_png=True,
File "/home/local/RL-INSTITUT/marie-claire.gering/Repositories/multi-vector-simulator/src/multi_vector_simulator/cli.py", line 159, in main
dict_values, save_energy_system_graph=save_energy_system_graph
File "/home/local/RL-INSTITUT/marie-claire.gering/Repositories/multi-vector-simulator/src/multi_vector_simulator/D0_modelling_and_optimization.py", line 91, in run_oemof
dict_values, dict_model, model
File "/home/local/RL-INSTITUT/marie-claire.gering/Repositories/multi-vector-simulator/src/multi_vector_simulator/D0_modelling_and_optimization.py", line 195, in adding_assets_to_energysystem_model
model, dict_values[asset_group][asset], **dict_model
File "/home/local/RL-INSTITUT/marie-claire.gering/Repositories/multi-vector-simulator/src/multi_vector_simulator/D1_model_components.py", line 152, in storage
**kwargs,
File "/home/local/RL-INSTITUT/marie-claire.gering/Repositories/multi-vector-simulator/src/multi_vector_simulator/D1_model_components.py", line 327, in check_optimize_cap
func_optimize(model, dict_asset, **kwargs)
File "/home/local/RL-INSTITUT/marie-claire.gering/Repositories/multi-vector-simulator/src/multi_vector_simulator/D1_model_components.py", line 647, in storage_optimize
fixed_losses_absolute=dict_asset[STORAGE_CAPACITY][THERM_LOSSES_ABS][VALUE],
KeyError: 'value'
Checklist to make sure that the bug report ist complete:
- OS: Linux - Ubuntu 20.04.1 and macOS - Mojave 10.14.6
- Branch: dev, updated on 14. DEz. 2020, 15:37 MEZ
- If applicable: Attach full error message
- If applicable: Share screenshots/images of your problem
- If applicable: Share used input data
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working