idaholab / HERON

Holistic Energy Resource Optimization Network (HERON) is a modeling toolset and plugin for RAVEN to accelerate stochastic technoeconomic assessment of the economic viability of various grid-energy system configurations, especially with application to electrical grids and integrated energy systems (IES).
Apache License 2.0
24 stars 38 forks source link

[DEFECT] Optimization steps not printed #218

Closed mgarrouste closed 1 year ago

mgarrouste commented 1 year ago

Defect Description

Describe the defect

What did you expect to see happen?

The opt_soln_0.csv should contain all the steps of the optimization

What did you see instead?

The opt_soln.png shows that the optimization has converged but the opt_soln_0.csv only shows a subset of the steps performed.

Do you have a suggested fix for the development team?

Describe how to Reproduce Steps to reproduce the behavior:

  1. run HERON case with input file provided

Screenshots and Input Files Please attach the input file(s) that generate this error. The simpler the input, the faster we can find the issue.

Platform (please complete the following information):


For Change Control Board: Issue Review

This review should occur before any development is performed as a response to this issue.


For Change Control Board: Issue Closure

This review should occur when the issue is imminently going to be closed.

dylanjm commented 1 year ago

@mgarrouste can you update your attached archive to include everything required to run the case please? Things like the arma.pk and any custom functions required. This will allow me to run your case fully. Thanks.

mgarrouste commented 1 year ago

Output_2018_2021_Braidwood_periodic.zip functions.py.zip

mgarrouste commented 1 year ago

This is still an issue and I will need to run HERON models very soon

mgarrouste commented 1 year ago

HERON_issue.zip Here are the necessary files to run my case and the opt_soln_0.csv and opt_path.png when I run it on the HPC. The png file shows at least 3 steps while only the first one is printed to the csv file

mgarrouste commented 1 year ago

Re-ran the case with persistence=7 instead of =3 and got these results: one more step is printed to the csv file so it seems like the issue is that the final result is not printed to the csv file opt_soln_0-2.csv opt_path-2

dylanjm commented 1 year ago

This issue should be solved by #241