Skip to content

Commit

Permalink
loosening tolerance, csv to gitignore, cleaning up notebook match xml
Browse files Browse the repository at this point in the history
  • Loading branch information
GabrielSoto-INL committed Sep 30, 2022
1 parent 55ee86b commit 56a9895
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 7 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -46,3 +46,4 @@ __pycache__
*_o/
tests/integration_tests/mechanics/optimizedDispatch2Hybrid/hybrid_compatible_dispatch.txt
tests/integration_tests/mechanics/optimizedDispatch2Hybrid/user_input.txt
/tests/integration_tests/workflows/HERD/*/*.csv
Original file line number Diff line number Diff line change
Expand Up @@ -223,9 +223,7 @@
<Component name="electricity_market">
<demands resource="electricity" dispatch="dependent">
<capacity>
<!-- for some reason, economic Indicator doesn't get created without an ARMA model -->
<ARMA variable="dispatches-test">dispatches-test</ARMA>
<multiplier>-1</multiplier>
<fixed_value>-1</fixed_value>
</capacity>
</demands>

Expand All @@ -237,8 +235,7 @@
</driver>
<reference_price>
<!-- ballpark $25/MWh -->
<ARMA variable="dispatches-test">LMP</ARMA> <!-- assumed $/MWh-->
<!-- <multiplier>1e-3</multiplier> -->
<ARMA variable="dispatches-test">dispatches-test</ARMA> <!-- assumed $/MWh-->
<!-- convert to $/kWh -->
</reference_price>
</CashFlow>
Expand Down Expand Up @@ -273,7 +270,6 @@
<DataGenerators>
<!-- to trigger the use of the JSON LMP signal, name needs to be 'dispatches-test'-->
<ARMA name='dispatches-test' variable="TOTALLOAD">%HERON%/tests/workshop/arma_202112_nyiso_def.pk</ARMA>
<ARMA name='LMP' variable="TOTALLOAD">%HERON%/tests/workshop/arma_202112_nyiso_def.pk</ARMA>
</DataGenerators>

</HERON>
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
type = HeronMoped
input = dispatches_input.xml
max_time = 600
rel_err = 1e-6
[./csv]
type = OrderedCSV
output = 'opt_solution__nuclearCase_notebook_match.csv'
zero_threshold = 1e-6
rel_err = 1e-6
[../]
[../]

Expand Down

0 comments on commit 56a9895

Please sign in to comment.