rl-institut / multi-vector-simulator

Multi-vector Simulation Tool assessing and optimizing Local Energy Systems (LES) for the E-LAND project
GNU General Public License v2.0
21 stars 10 forks source link

[bug] Storage capacity has a flow when battery is not used #847

Closed TheOneAndra closed 3 years ago

TheOneAndra commented 3 years ago

The battery storage capacity shows an aggregated flow in the report but the battery is not used (verified with the battery input and output time series). The battery flow printed in the report is _= (sum of SOC)*StorageCapacity This value doesn't seem to make much sense and is confusing for the user. This is not an aggregated flow. grafik

Here are the input files if you want to recreacte this simulation. Battery pint flow error.zip

Bachibouzouk commented 3 years ago

Could it be also that the battery is used but the input and output flow are not reported?

TheOneAndra commented 3 years ago

Could it be also that the battery is used but the input and output flow are not reported?

I checked the timeseries_all_busses spreadsheet to verify, and the max and min values for battery input and output are 0

TheOneAndra commented 3 years ago

We also noticed with @smartie2076 that the battery input power and output power from timeseries_all_busses have marginal values (order of 10^-9 to 10^-12) which should have already been fixed in #791.

smartie2076 commented 3 years ago

I am working on this now.