Skip to content

Commit

Permalink
HERON Submodule Update (#2181)
Browse files Browse the repository at this point in the history
  • Loading branch information
dylanjm authored Sep 13, 2023
1 parent 3f62a2c commit 4aebf32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/HERON
Submodule HERON updated 54 files
+5 −1 src/Cases.py
+16 −4 src/Components.py
+102 −11 src/DispatchManager.py
+22 −0 src/dispatch/pyomo_dispatch.py
+1 −1 templates/outer.xml
+155 −32 templates/template_driver.py
+130 −0 tests/integration_tests/XML_check/gold/optimization_type_VaR_NPV_o/outer.xml
+119 −0 tests/integration_tests/XML_check/gold/optimization_type_mean_LC_o/outer.xml
+130 −0 tests/integration_tests/XML_check/gold/optimization_type_mean_NPV_o/outer.xml
+127 −0 tests/integration_tests/XML_check/optimization_type_VaR_NPV/heron_input.xml
+126 −0 tests/integration_tests/XML_check/optimization_type_mean_LC/heron_input__opt_LC_Capex.xml
+127 −0 tests/integration_tests/XML_check/optimization_type_mean_NPV/heron_input.xml
+42 −0 tests/integration_tests/XML_check/tests
+36 −0 tests/integration_tests/XML_check/transfers.py
+3 −3 tests/integration_tests/mechanics/ROM_source/gold/Sweep_Runs_o/sweep.csv
+3 −3 tests/integration_tests/mechanics/capacity_factors/gold/wind_o/sweep.csv
+3 −3 tests/integration_tests/mechanics/cashflows/gold/Runs_o/sweep.csv
+3 −3 tests/integration_tests/mechanics/depreciate/gold/depreciate_o/sweep.csv
+3 −3 tests/integration_tests/mechanics/hybrid_load/gold/Runs_o/sweep.csv
+3 −3 tests/integration_tests/mechanics/labels/gold/Sweep_Runs_o/sweep.csv
+1 −0 tests/integration_tests/mechanics/levelized_cost/LC_Storage/heron_input__LC_Storage.xml
+3 −3 tests/integration_tests/mechanics/levelized_cost/gold/LC_CAPEX_o/sweep.csv
+3 −3 tests/integration_tests/mechanics/levelized_cost/gold/LC_Price_o/sweep.csv
+3 −3 tests/integration_tests/mechanics/levelized_cost/gold/LC_Storage_o/sweep.csv
+3 −3 tests/integration_tests/mechanics/levelized_cost/gold/LC_VOM_o/sweep.csv
+3 −3 tests/integration_tests/mechanics/levelized_cost/gold/LC_VariablePrice_o/sweep.csv
+22 −22 tests/integration_tests/mechanics/levelized_cost/gold/Opt_LC_Price_o/opt_soln_0.csv
+4 −4 tests/integration_tests/mechanics/levelized_cost/tests
+3 −3 tests/integration_tests/mechanics/min_demand/gold/Sizing_o/sweep.csv
+3 −3 tests/integration_tests/mechanics/multimarket_fix_price/gold/Sweep_Runs_o/sweep.csv
+8 −8 tests/integration_tests/mechanics/multirun_sweep_opt/gold/Runs_o/opt_soln_0.csv
+3 −3 tests/integration_tests/mechanics/multirun_sweep_opt/gold/Runs_o/sweep.csv
+10 −11 tests/integration_tests/mechanics/optimization_settings/gold/Opt_Runs_o/opt_soln_0.csv
+5 −4 tests/integration_tests/mechanics/optimization_settings/heron_input.xml
+ tests/integration_tests/mechanics/pyomo_options/analytic.xlsx
+3 −3 tests/integration_tests/mechanics/pyomo_options/gold/Sweep_Runs_o/sweep.csv
+22 −1 tests/integration_tests/mechanics/pyomo_options/heron_input.xml
+3 −3 tests/integration_tests/mechanics/result_statistics/gold/Sweep_Runs_o/sweep.csv
+3 −3 tests/integration_tests/mechanics/return_multiple_metrics/gold/sweep_runs_o/sweep.csv
+3 −3 tests/integration_tests/mechanics/static_history/gold/Runs_o/sweep.csv
+3 −3 tests/integration_tests/mechanics/storage_func/gold/Sweep_Runs_o/sweep.csv
+3 −3 tests/integration_tests/mechanics/validator/gold/Sweep_Runs_o/sweep.csv
+3 −3 tests/integration_tests/mechanics/var_demand_fix_price/gold/Sweep_Runs_o/sweep.csv
+3 −3 tests/integration_tests/mechanics/var_demand_var_price/gold/Sweep_Runs_o/sweep.csv
+3 −3 tests/integration_tests/workflows/production_flex/gold/Sweep_Runs_o/sweep.csv
+7 −7 tests/integration_tests/workflows/production_flex_opt/gold/Opt_Runs_o/opt_soln_0.csv
+5 −5 tests/integration_tests/workflows/storage/gold/Sweep_Runs_o/sweep.csv
+1 −0 tests/integration_tests/workflows/storage/heron_input.xml
+0 −25 tests/workshop/ies/gold/IES_o/opt_soln_0.csv
+13 −25 tests/workshop/ies/gold/IES_o/sweep.csv
+7 −0 tests/workshop/simple/gold/1_simple_o/sweep.csv
+2 −3 tests/workshop/simple/tests
+25 −25 tests/workshop/wind/gold/npp_wind_o/sweep.csv
+17 −17 tests/workshop/wind/gold/npp_wind_storage_o/sweep.csv

0 comments on commit 4aebf32

Please sign in to comment.