Skip to content

Aviary command line refactor#1041

Open
hschilling wants to merge 18 commits intoOpenMDAO:mainfrom
hschilling:IA884-cmd-line-refactor
Open

Aviary command line refactor#1041
hschilling wants to merge 18 commits intoOpenMDAO:mainfrom
hschilling:IA884-cmd-line-refactor

Conversation

@hschilling
Copy link
Copy Markdown
Member

@hschilling hschilling commented Mar 24, 2026

Summary

Refactored the Aviary command line

  1. removed aviary hangar command
  2. combined convert_aero_table, convert_engine, convert_prop_table, and fortran_to_aviary subcommands into a single convert command with 4 sub-sub-commands
  3. Added --rt option to run_mission level 1 command so that real-time optimization progress plot is automatically kicked off
  4. Added rt option to run_aviary_mission so that level 2 and level 3 scripts can make use of the real-time optimization plot
  5. Updated the docs

Related Issues

Backwards incompatibilities

Some previous aviary commands moved to sub commands

New Dependencies

None

@ehariton ehariton requested review from ehariton April 7, 2026 13:38
…ile function to cause a fail if the file does not exist. The current get_file caused the test to skip. But we want the tests to have access to the correct files. It should fail if the file is not there. When get_file was changed, many tests now failed due to missing files. Correct files and options were used to make them work again.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Simplify/combine existing Aviary cmd interface

2 participants