Open Issues Need Help
View All on GitHub Enable verbose option to hide/show command line outputs about 2 months ago
AI Summary: Implement a verbose option in the PVade command-line interface (CLI) to control the level of output displayed to the terminal. This involves modifying the `ns_main.py` script to accept a new command-line argument (e.g., `--verbose` or `-v`) that toggles detailed output on or off. The existing output should be conditionally displayed based on the value of this new argument.
Complexity:
3/5
good first issue
PVade is a fluid-structure interaction solver for studying wind loading and aerodynamic stability in solar-tracking PV arrays.
Python