Skip to content

Commit

Permalink
Fix inconsequent use of CAPACITY_INVERTER_KW and `CAPACITY_INVERTER…
Browse files Browse the repository at this point in the history
…_DC_AC_KW`
  • Loading branch information
smartie2076 committed Apr 28, 2021
1 parent 680f349 commit 9daa214
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/C_sensitivity_experiments.py
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,6 @@
CASE,
RESULTS_DEMAND_CHARACTERISTICS,
RESULTS_BLACKOUT_CHARACTERISTICS,
CAPACITY_INVERTER_KW,
LCOE,
ANNUITY,
NPV,
Expand Down Expand Up @@ -182,6 +181,7 @@
CAPACITY_STORAGE_KWH,
POWER_STORAGE_KW,
CAPACITY_RECTIFIER_AC_DC_KW,
CAPACITY_INVERTER_DC_AC_KW,
CAPACITY_WIND_KW,
CAPACITY_GENSET_KW,
CO2_EMISSIONS_KGC02EQ,
Expand Down Expand Up @@ -1306,7 +1306,7 @@ def overall_results_title(settings, number_of_project_sites, sensitivity_array_d
CAPACITY_STORAGE_KWH,
POWER_STORAGE_KW,
CAPACITY_RECTIFIER_AC_DC_KW,
CAPACITY_INVERTER_KW,
CAPACITY_INVERTER_DC_AC_KW,
CAPACITY_WIND_KW,
CAPACITY_GENSET_KW,
CAPACITY_PCOUPLING_KW,
Expand Down
1 change: 0 additions & 1 deletion src/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,6 @@
CASE = "case"
RESULTS_DEMAND_CHARACTERISTICS = "results_demand_characteristics"
RESULTS_BLACKOUT_CHARACTERISTICS = "results_blackout_characteristics"
CAPACITY_INVERTER_KW = "capacity_inverter_kW"
LCOE = "lcoe"
ANNUITY = "annuity"
NPV = "npv"
Expand Down

0 comments on commit 9daa214

Please sign in to comment.