Skip to content

Commit

Permalink
HERON Submodule Update (#2169)
Browse files Browse the repository at this point in the history
  • Loading branch information
dylanjm authored Aug 10, 2023
1 parent e696044 commit 1913585
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/HERON
Submodule HERON updated 58 files
+206 −0 doc/guide/heron_guide.md
+3 −3 doc/user_manual/script/collect_tex.py
+329 −71 src/Cases.py
+93 −181 src/Components.py
+34 −23 src/DispatchManager.py
+9 −5 src/DispatchPlot.py
+118 −35 src/Economics.py
+3 −3 src/Placeholders.py
+1 −2 src/SerializationManager.py
+20 −2 src/ValuedParams/Activity.py
+1 −1 src/ValuedParams/Factory.py
+12 −0 src/ValuedParams/Variable.py
+1 −1 src/_utils.py
+2 −2 src/base.py
+1 −1 src/dispatch/DispatchState.py
+75 −0 src/dispatch/Dispatcher.py
+221 −21 src/dispatch/pyomo_dispatch.py
+354 −0 src/dispatch/twin_pyomo_limited_ramp.py
+3 −3 src/input_loader.py
+3 −3 templates/inner.xml
+251 −113 templates/template_driver.py
+1 −1 tests/integration_tests/mechanics/depreciate/heron_input.xml
+100 −0 tests/integration_tests/mechanics/levelized_cost/LC_CAPEX/heron_input__LC_CAPEX.xml
+102 −0 tests/integration_tests/mechanics/levelized_cost/LC_Price/heron_input__LC_Price.xml
+126 −0 tests/integration_tests/mechanics/levelized_cost/LC_Storage/heron_input__LC_Storage.xml
+102 −0 tests/integration_tests/mechanics/levelized_cost/LC_VOM/heron_input__LC_VOM.xml
+103 −0 tests/integration_tests/mechanics/levelized_cost/LC_VariablePrice/heron_input__LC_VariablePrice.xml
+128 −0 tests/integration_tests/mechanics/levelized_cost/Opt_LC_Price/heron_input__opt_LC_Price.xml
+ tests/integration_tests/mechanics/levelized_cost/analytic.xlsx
+3 −0 tests/integration_tests/mechanics/levelized_cost/gold/LC_CAPEX_o/sweep.csv
+3 −0 tests/integration_tests/mechanics/levelized_cost/gold/LC_Price_o/sweep.csv
+3 −0 tests/integration_tests/mechanics/levelized_cost/gold/LC_Storage_o/sweep.csv
+3 −0 tests/integration_tests/mechanics/levelized_cost/gold/LC_VOM_o/sweep.csv
+3 −0 tests/integration_tests/mechanics/levelized_cost/gold/LC_VariablePrice_o/sweep.csv
+2 −0 tests/integration_tests/mechanics/levelized_cost/gold/Opt_LC_Price_o/opt_soln.csv
+22 −0 tests/integration_tests/mechanics/levelized_cost/gold/Opt_LC_Price_o/opt_soln_0.csv
+86 −0 tests/integration_tests/mechanics/levelized_cost/tests
+1 −1 tests/integration_tests/mechanics/optimization_settings/heron_input.xml
+1 −0 tests/integration_tests/mechanics/pyomo_options/heron_input.xml
+12 −0 tests/integration_tests/mechanics/ramp_freq/demand.csv
+116 −0 tests/integration_tests/mechanics/ramp_freq/heron_input.xml
+12 −0 tests/integration_tests/mechanics/ramp_limits/demand.csv
+12 −0 tests/integration_tests/mechanics/ramp_limits/gold/Sweep_Runs_o/dispatch_print.csv
+114 −0 tests/integration_tests/mechanics/ramp_limits/heron_input.xml
+22 −0 tests/integration_tests/mechanics/ramp_limits/tests
+3 −0 tests/integration_tests/mechanics/return_multiple_metrics/gold/sweep_runs_o/sweep.csv
+130 −0 tests/integration_tests/mechanics/return_multiple_metrics/heron_input.xml
+14 −0 tests/integration_tests/mechanics/return_multiple_metrics/tests
+36 −0 tests/integration_tests/mechanics/return_multiple_metrics/transfers.py
+2 −1 tests/integration_tests/workflows/MOPED/consumption/tests
+1 −0 tests/integration_tests/workflows/MOPED/simple/tests
+2 −1 tests/integration_tests/workflows/MOPED/storage/tests
+1 −0 tests/integration_tests/workflows/MOPED/storage_heavy/tests
+1 −0 tests/integration_tests/workflows/MOPED/synthetic_cashflows/tests
+1 −0 tests/integration_tests/workflows/MOPED/wind/tests
+11 −18 tests/unit_tests/testComponent.py
+1 −1 tests/workshop/wind/gold/OptimizationSolutions/NPP_Wind/opt_heron_input.xml
+1 −1 tests/workshop/wind/gold/OptimizationSolutions/NPP_Wind_Storage/opt_heron_input_storage.xml

0 comments on commit 1913585

Please sign in to comment.