Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cost Func Updates #1104

Merged
merged 114 commits into from
May 16, 2024
Merged

Cost Func Updates #1104

merged 114 commits into from
May 16, 2024

Conversation

rodrigomha
Copy link
Contributor

@rodrigomha rodrigomha commented May 7, 2024

TODO:

  • CostCurve{LinearCurve}
  • CostCurve{QuadraticCurve}
  • CostCurve{PiecewisePointCost}
  • CostCurve{PiecewiseIncrementalCost}
  • CostCurve{PiecewiseAverageCost}
  • FuelCurve{LinearCurve}
  • FuelCurve{QuadraticCurve}
  • FuelCurve{PiecewisePointCost}
  • FuelCurve{PiecewiseIncrementalCost}
  • FuelCurve{PiecewiseAverageCost}

The systems for testing are defined in NREL-Sienna/PowerSystemsTestData#54 and NREL-Sienna/PowerSystemCaseBuilder.jl#87

Comment on lines 11 to 12
("pwl_incremental_cost_test", 3424.43, ThermalBasicUnitCommitment),
("pwl_incremental_fuel_test", 4271.76, ThermalBasicUnitCommitment),
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@rodrigomha these values should match or the data is wrong.

("pwl_incremental_cost_test", 3424.43, ThermalBasicUnitCommitment),
("pwl_incremental_fuel_test", 4271.76, ThermalBasicUnitCommitment),
("non_convex_io_pwl_cost_test", 3047.14, ThermalBasicUnitCommitment),
("fixed_market_bid_cost", 3047.14, ThermalBasicUnitCommitment)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[JuliaFormatter] reported by reviewdog 🐶

Suggested change
("fixed_market_bid_cost", 3047.14, ThermalBasicUnitCommitment)
("fixed_market_bid_cost", 3047.14, ThermalBasicUnitCommitment),

"quadratic_fuel_test_ts",
"pwl_io_fuel_test_ts",
"pwl_incremental_fuel_test_ts",
"market_bid_cost"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[JuliaFormatter] reported by reviewdog 🐶

Suggested change
"market_bid_cost"
"market_bid_cost",

@jd-lara
Copy link
Member

jd-lara commented May 15, 2024

TODO:

  • CostCurve{LinearCurve}
  • CostCurve{QuadraticCurve}
  • CostCurve{PiecewisePointCost}
  • CostCurve{PiecewiseIncrementalCost}
  • CostCurve{PiecewiseAverageCost}
  • FuelCurve{LinearCurve}
  • FuelCurve{QuadraticCurve}
  • FuelCurve{PiecewisePointCost}
  • FuelCurve{PiecewiseIncrementalCost}
  • FuelCurve{PiecewiseAverageCost}

The systems for testing are defined in NREL-Sienna/PowerSystemsTestData#54 and NREL-Sienna/PowerSystemCaseBuilder.jl#87

PiecewiseIncrementalCost and PiecewiseAverageCost are modeled the same way, it's just different representations of the data.

image

@jd-lara jd-lara marked this pull request as ready for review May 16, 2024 22:37
@jd-lara jd-lara merged commit 331db89 into jd/ts_cf_updates_psy4 May 16, 2024
0 of 6 checks passed
@jd-lara jd-lara deleted the rh/cost_funcs_updates_psy4 branch June 28, 2024 20:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants