Add a check or warning when annual production statistics are based on a small simulation length
This has come up in a few code standups before, but if we're to allow different simulation lengths, we need to make it clear to the user when certain metrics may not be representative of system performance.
A simple example is if someone simulates a solar PV system for a week in June and H2I reports an LCOE with that level of generation extrapolated to the whole year.
A good solution would take user's expectations for reasonable behavior in mind.
If you simulate for 1+ years, AEP or other annual metrics are fine.
Proposed solution
For shorter simulations, should we:
- print a warning to screen?
- throw an error? (seems extreme)
- not compute annual metrics
- something else?
Alternatives considered
Additional context
Add a check or warning when annual production statistics are based on a small simulation length
This has come up in a few code standups before, but if we're to allow different simulation lengths, we need to make it clear to the user when certain metrics may not be representative of system performance.
A simple example is if someone simulates a solar PV system for a week in June and H2I reports an LCOE with that level of generation extrapolated to the whole year.
A good solution would take user's expectations for reasonable behavior in mind.
If you simulate for 1+ years, AEP or other annual metrics are fine.
Proposed solution
For shorter simulations, should we:
Alternatives considered
Additional context