TheOneAndra

Results 17 comments of TheOneAndra

Full log: ``` (MVS) C:\Andra\MVS_GitHub>python mvs_tool.py -i C:\Andra\RLI\Master_Thesis\Data\MVS\Input_templates\Greenfield_test_sensitivity -ext csv -o C:\Andra\RLI\Master_Thesis\Data\MVS\Simulations\Greenfield\210202_GF_no_constraints_sensitivity\LCOE_error -f -pdf 11:38:53-INFO-Path for logging: C:\Andra\RLI\Master_Thesis\Data\MVS\Simulations\Greenfield\210202_GF_no_constraints_sensitivity\LCOE_error\mvs_logfile.log 11:38:53-INFO- Multi-Vector Simulation Tool (MVS) V0.5.5dev Version: 2020-12-18 Part of the toolbox...

It happens with non-dispatchable assets as well: ``` (MVS) C:\Andra\MVS_GitHub>python mvs_tool.py -i C:\Andra\RLI\Master_Thesis\Data\MVS\Input_templates\Greenfield_test_sensitivity -ext csv -o C:\Andra\RLI\Master_Thesis\Data\MVS\Simulations\Greenfield\210202_GF_no_constraints_sensitivity\test_WT_prices -f -pdf 16:39:05-INFO-Path for logging: C:\Andra\RLI\Master_Thesis\Data\MVS\Simulations\Greenfield\210202_GF_no_constraints_sensitivity\test_WT_prices\mvs_logfile.log 16:39:05-INFO- Multi-Vector Simulation Tool (MVS) V0.5.5dev Version:...

> > > If you want to avoid this locally, go to `C1_verification.py", line 224` and replace `raise ValueError(msg)` by `logging.error(msg)` Thank you! This worked and oemof didn't optimize my...

> > > @TheOneAndra do you have comments on this? Is this still valuable? Since the end user would use the GUI and not the csv files. If you think...

I find the way the [c-rate](https://multi-vector-simulator.readthedocs.io/en/latest/MVS_parameters.html#c-rate) is presented in the **example** section is very clear. ![grafik](https://user-images.githubusercontent.com/66671861/110127058-6e732000-7dc5-11eb-8b18-f261931c1485.png) It would be good if the other parameters would be described similarly. [soc_initial](https://multi-vector-simulator.readthedocs.io/en/latest/MVS_parameters.html#soc-initial) is...

**pandas 1.0.5 pypi_0 pypi** **multi-vector-simulator 0.5.5.dev0 dev_0 ** _See below:_ ``` (MVS) C:\Andra\MVS_GitHub>conda list # packages in environment at C:\Users\andra.backhaus\.conda\envs\MVS: # # Name Version Build Channel alabaster 0.7.12 pypi_0 pypi...

So I personally understood it as this way when using the MVS for my simulations > 2) coupled >* `maximumCap` is the maximum capacity in the system, including `installedCap` Nevertheless,...

> 2. To make it more understandable for the users: replace 'maximumCap' with 'maximumAddCap'/'possibleAddCap', including the input files I am wondering why there is a need to change `maximumCap`. If...

At this stage `mvs_report `terminates with: ``` (MVS) C:\Andra\MVS_GitHub>mvs_report -i C:\Andra\RLI\Master_Thesis\Data\MVS\Simulations\Sensitivity_analysis\210203_GF_var\210210_simplistic_system_PV\outputs\json_with_results_1_1.json WARNING:root:The assets folder C:\Andra\RLI\Master_Thesis\Data\MVS\Simulations\Sensitivity_analysis\210203_GF_var\210210_simplistic_system_PV\outputs\report\assets exists already, it will not be replaced by default folder from multi_vector_simulator's package Traceback (most...

> > > @Bachibouzouk @TheOneAndra is this something that should be merged in the near future? If so, @TheOneAndra can you do a local rebase and force push (in coordination...