Skip to content

Commit

Permalink
HERON Submodule Update (#1837)
Browse files Browse the repository at this point in the history
  • Loading branch information
dylanjm authored May 24, 2022
1 parent 5d83730 commit f36cc10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/HERON
Submodule HERON updated 39 files
+1 −1 .gitignore
+2 −1 dependencies.xml
+96 −0 doc/make_docs.bat
+2 −1 doc/make_docs.sh
+1 −1 doc/sqa/make_docs.sh
+0 −29 doc/user_manual/make_docs.bat
+1 −1 doc/user_manual/script/collect_tex.py
+124 −0 doc/user_manual/src/ExternalCodeIntegration.tex
+1 −0 doc/user_manual/src/HERON_user_manual.tex
+94 −3 src/Cases.py
+2 −7 src/DispatchManager.py
+29 −0 src/Hybrid2Heron/HYBRID_HERON_keywords.csv
+387 −0 src/Hybrid2Heron/hybrid2heron_economic.py
+6 −1 src/Placeholders.py
+13 −14 src/dispatch/pyomo_dispatch.py
+1 −0 templates/outer.xml
+90 −10 templates/template_driver.py
+ tests/integration_tests/ARMA/Sine/arma.pk
+ tests/integration_tests/ARMA/Sine30yr/arma_30yr.pk
+ tests/integration_tests/ARMA/Sine_Hour/arma.pk
+ tests/integration_tests/ROM/linear_rom.pk
+2 −0 tests/integration_tests/mechanics/hybrid_load/Costs/README.txt
+8 −0 tests/integration_tests/mechanics/hybrid_load/Costs/sink/sink.toml
+13 −0 tests/integration_tests/mechanics/hybrid_load/Costs/source/source.toml
+19 −0 tests/integration_tests/mechanics/hybrid_load/README.txt
+18 −0 tests/integration_tests/mechanics/hybrid_load/functions.py
+3 −0 tests/integration_tests/mechanics/hybrid_load/gold/Runs_o/sweep.csv
+157 −0 tests/integration_tests/mechanics/hybrid_load/heron_input.xml
+14 −0 tests/integration_tests/mechanics/hybrid_load/hybrid2heron_economic_test.py
+62 −0 tests/integration_tests/mechanics/hybrid_load/pre_heron_input.xml
+17 −0 tests/integration_tests/mechanics/hybrid_load/tests
+8 −4 tests/integration_tests/mechanics/optimization_settings/gold/Opt_Runs_o/opt_soln_0.csv
+10 −0 tests/integration_tests/mechanics/optimization_settings/heron_input.xml
+5 −3 tests/integration_tests/workflows/storage/gold/Sweep_Runs_o/sweep.csv
+5 −0 tests/integration_tests/workflows/storage/heron_input.xml
+ tests/workshop/htse/arma_202112_nyiso_def.pk
+3 −3 tests/workshop/htse/example1_simple/heron_input.xml
+13 −0 tests/workshop/htse/example1_simple/tests
+128 −0 tests/workshop/htse/ny_default_load_train.xml

0 comments on commit f36cc10

Please sign in to comment.