OpenMDAO / Aviary

NASA's aircraft analysis, design, and optimization tool
https://openmdao.github.io/Aviary/
Other
134 stars 59 forks source link

When using aviary level1, create a subdirectory within reports using the input deck name #269

Closed xjjiang closed 4 months ago

xjjiang commented 4 months ago

Summary

The issue is: when running the aviary command with level1, the reports that are generated go into the ./reports/aviary directory. The name of the input deck is not used. So when running different input decks, the results overwrite previous results from different decks. This PR fixes the problem.

Related Issues

Backwards incompatibilities

None

New Dependencies

None