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
Change the LMP component to accommodate different calculation types.
Instead of just taking the average of the LMPs that fall within the range tied to the technology capacity factor, there should be a few options for determining the LMP value. The LMP calculation type should be added as an option in the configuration file.
Suggested calculation types :
Capacity factor-driven (average of LMP range tied to capacity factor)
Annual Average (would be used for wind and would just take the average of all 8760 LMPs)
Specific Hours (would be used for solar, would take the average of specific hours)
The 3rd option could be implemented by also requiring a path in the config yaml to a csv file indicating which hours to use. I'm thinking 1 through 8760 in column 1 and a binary option in column 2 (1 for include, 0 for disregard).
The text was updated successfully, but these errors were encountered:
Change the LMP component to accommodate different calculation types.
Instead of just taking the average of the LMPs that fall within the range tied to the technology capacity factor, there should be a few options for determining the LMP value. The LMP calculation type should be added as an option in the configuration file.
Suggested calculation types :
The 3rd option could be implemented by also requiring a path in the config yaml to a csv file indicating which hours to use. I'm thinking 1 through 8760 in column 1 and a binary option in column 2 (1 for include, 0 for disregard).
The text was updated successfully, but these errors were encountered: