multi-vector-simulator
multi-vector-simulator copied to clipboard
Multi-vector Simulation Tool assessing and optimizing Local Energy Systems (LES) for the E-LAND project
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...
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",
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
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...
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...
- [ ] 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...
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...