Skip to content

Commit

Permalink
Add variable_operating_cost enum value
Browse files Browse the repository at this point in the history
  • Loading branch information
ppinchuk committed May 21, 2024
1 parent 27e4e34 commit bca098b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions reV/utilities/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ class MetaKeyName(str, Enum):
CAPACITY_AC = 'capacity_ac'
CAPITAL_COST = 'capital_cost'
FIXED_OPERATING_COST = 'fixed_operating_cost'
VARIABLE_OPERATING_COST = 'variable_operating_cost'
FIXED_CHARGE_RATE = 'fixed_charge_rate'
SC_POINT_CAPITAL_COST = 'sc_point_capital_cost'
SC_POINT_FIXED_OPERATING_COST = 'sc_point_fixed_operating_cost'
Expand Down

0 comments on commit bca098b

Please sign in to comment.