-
Notifications
You must be signed in to change notification settings - Fork 3
Closed
Description
Issue
The number of different technologies in CLOVER is resulting in cumbersome CLI arguments: --hot-water-pv-t-system-size, --num-clean-water-tanks etc. Whilst fine, it is adding unnecessary complication to the code and is frustrating to use.
This problem exists within the standard codebase, but is likely to be exacerbated as the number of flags and technologies continues to grow and expand with #76 and future changes such as #41 .
Proposal
Either:
- Shorter command-line arguments should be introduced to replace the current command-line arguments;
- Shorter command-line arguments should be introduced to work alongside the current command-line arguments.
There are no alternatives beyond simply putting up with this.
Note
Additional context
This issue will impact the functionality of CLOVER and how current users use it. It hence a high-impact feature.
Reactions are currently unavailable
Metadata
Metadata
Labels
enhancementNew feature or requestNew feature or request
Type
Projects
Status
Done