You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Allow ProFAST wrapper to use either production or nameplate capacity with capacity factor
The ProFAST wrapper currently in the CustomFinancialModel uses actual plant production. ProFAST can also accept a nameplate capacity and capacity factor. There may be interest in being able to switch between these two approaches.
Proposed solution
We could select the options automatically depending on if a capacity factor is provided or an actual production value is not.
Alternatives considered
We could also provide a flag for the user to select which option is preferred, with actual production being the default.
Allow ProFAST wrapper to use either production or nameplate capacity with capacity factor
The ProFAST wrapper currently in the
CustomFinancialModel
uses actual plant production. ProFAST can also accept a nameplate capacity and capacity factor. There may be interest in being able to switch between these two approaches.Proposed solution
We could select the options automatically depending on if a capacity factor is provided or an actual production value is not.
Alternatives considered
We could also provide a flag for the user to select which option is preferred, with actual production being the default.
Additional context
This issue stems out of a conversation in PR #355
The text was updated successfully, but these errors were encountered: