idaholab / HERON

Holistic Energy Resource Optimization Network (HERON) is a modeling toolset and plugin for RAVEN to accelerate stochastic technoeconomic assessment of the economic viability of various grid-energy system configurations, especially with application to electrical grids and integrated energy systems (IES).
Apache License 2.0
22 stars 36 forks source link

Capacity factors added to Components #271

Closed GabrielSoto-INL closed 1 year ago

GabrielSoto-INL commented 1 year ago

Pull Request Description

What issue does this change request address?

121

What are the significant changes in functionality due to this change request?

New input node for Components allows user to apply capacity factors to the nameplate capacity. <capacity_factor> is applied parallel to the <capacity> node. Currently only allows Synthetic History (ARMA) input to be applied as a per-unit-time capacity factor.

Adding new tests based off the initial wind workshop case (simplified with Sine ARMA). Results are tested against the previous way that the wind workshop case was implemented: <capacity> took a Synthetic history valued param and the <multiplier> would contain the intended nameplate capacity. A copy of that script also included in test directory.


For Change Control Board: Change Request Review

The following review must be completed by an authorized member of the Change Control Board.

GabrielSoto-INL commented 1 year ago

PR is now ready for review