Skip to content

Commit

Permalink
Syntax fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
bje- committed Dec 11, 2024
1 parent 06ed799 commit 4169b69
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nemo/costs/gencost2025.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ def __init__(self, discount, coal_price, gas_price, ccs_price):
tech.Behind_Meter_PV: 0,
tech.PV1Axis: 12.0,
tech.Wind: 28.0,
tech.WindOffshore: 174.6})
tech.WindOffshore: 174.6}

# Variable O&M (VOM) costs
# Clear all base costs as 2025 costs have changed considerably.
Expand All @@ -67,7 +67,7 @@ def __init__(self, discount, coal_price, gas_price, ccs_price):
tech.Behind_Meter_PV: 0,
tech.PV1Axis: 0,
tech.Wind: 0,
tech.WindOffshore: 0})
tech.WindOffshore: 0}


class GenCost2025_2030_CP(GenCost2025):
Expand Down

0 comments on commit 4169b69

Please sign in to comment.