multi-vector-simulator icon indicating copy to clipboard operation
multi-vector-simulator copied to clipboard

Multi-vector Simulation Tool assessing and optimizing Local Energy Systems (LES) for the E-LAND project

Results 100 multi-vector-simulator issues
Sort by recently updated
recently updated
newest added

As I understand, the simulation results are supposed to be JSON compatible. However, in edge cases the results include Infinity, -Infinity and NaN. Those are by defintion not strict JSON...

bug

Optimized_add_cap in energy_production is in the unit kWh, should be kW or kWp instead of kWh Simplified example output: ``` { ... "energy_production": [ {... "optimized_add_cap": { "unit": "kWh",

bug

Fix #950, fix https://github.com/open-plan-tool/gui/issues/59 **Changes proposed in this pull request**: - Your_changes The following steps were realized, as well (if applies): - [ ] Use in-line comments to explain your...

I am trying to find optimal capacities for investment in PV and wind power plant. I see that LCOE is less than feed-in tariff so Ihave set maximum capacity for...

In open-plan-tool we noticed a peculiar behavior of MVS. For a simple setup with a PV plant, a DSO and a demand (plus a bus). The DSO energy price is...

The report freezes and never get outputed Checklist to make sure that the bug report ist complete: - [ ] OS: window 10 - [ ] Branch: dev branch

bug

Hi all, @smartie2076 @ciaradunks @Bachibouzouk I have a project duration of 20y and PV with lifetime of 30y and age_installed of 0y. In the scalars results table I get a...

bug

When defining energyAsssets in the input templates, there is a parameter `energyVector`. There, one should define to which sector the costs should be added. This is easy for `energyProduction `assets...

decision wanted

- [ ] All default values in [ `mvs_parameters.csv`](https://github.com/rl-institut/multi-vector-simulator/blob/dev/docs/MVS_parameters_list.csv) are given as `None`, but should be the same as in [constants.py](https://github.com/rl-institut/multi-vector-simulator/blob/71396b827086c5d9aa931fcc40f39564baef4493/src/multi_vector_simulator/utils/constants.py#L243-L268) (?). - [x] Column `unit` is used inconsistently: either...

documentation

Copied from #391, @smartie2076 : I was wondering if there might be an instance that a dispatchable source needs two outputs. I came up with this: A fuel source is...

enhancement