Skip to content
Snippets Groups Projects
Commit c5b75de5 authored by Christoph von Oy's avatar Christoph von Oy
Browse files

Fixed cost vs costs

parent 0ab0283c
Branches
No related tags found
No related merge requests found
Subproject commit e81644a46e73d1a7148f9c4ab8c95b44b25545fb Subproject commit 2ac4c168d26b456070b6dbda1a8fe150fe870f76
...@@ -75,6 +75,6 @@ prosumer_json["additional_model_logic"]["charger_2_enable"]["enable"] = input_pr ...@@ -75,6 +75,6 @@ prosumer_json["additional_model_logic"]["charger_2_enable"]["enable"] = input_pr
prosumer = Prosumer("LaTrielle", prosumer_json, dynamic) prosumer = Prosumer("LaTrielle", prosumer_json, dynamic)
prosumer.optimize_sizing("sized", ["annuity", "peak_power_costs"]) prosumer.optimize_sizing("sized", ["annuity", "peak_power_cost"])
prosumer.save_results("output_files") prosumer.save_results("output_files")
...@@ -93,6 +93,6 @@ prosumer_json["additional_model_logic"]["HPC_3_bus_2_enable"][ ...@@ -93,6 +93,6 @@ prosumer_json["additional_model_logic"]["HPC_3_bus_2_enable"][
prosumer = Prosumer("LaTreille", prosumer_json, dynamic) prosumer = Prosumer("LaTreille", prosumer_json, dynamic)
prosumer.optimize_sizing("sized", ["annuity", "peak_power_costs"]) prosumer.optimize_sizing("sized", ["annuity", "peak_power_cost"])
prosumer.save_results("output_files") prosumer.save_results("output_files")
...@@ -97,6 +97,6 @@ prosumer_json["components"]["bus_2_motor_inverter"][ ...@@ -97,6 +97,6 @@ prosumer_json["components"]["bus_2_motor_inverter"][
prosumer = Prosumer("LaTreille", prosumer_json, dynamic) prosumer = Prosumer("LaTreille", prosumer_json, dynamic)
prosumer.optimize_sizing("sized", ["annuity", "peak_power_costs"]) prosumer.optimize_sizing("sized", ["annuity", "peak_power_cost"])
prosumer.save_results("output_files") prosumer.save_results("output_files")
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment