Skip to content
New issue

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

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

Already on GitHub? # to your account

add units to set variable cost #63

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

rodrigomha
Copy link
Collaborator

Update to new set variable cost interface

@@ -498,8 +498,8 @@ function thermal_generators_market_bid_ts(sys, node)

PSY.add_component!(sys, gen1)
PSY.add_component!(sys, gen2)
PSY.set_variable_cost!(sys, gen1, market_bid_gen1)
PSY.set_variable_cost!(sys, gen2, market_bid_gen2)
PSY.set_variable_cost!(sys, gen1, market_bid_gen1, PSY.UnitSystem.NATURAL_UNITS)
Copy link
Member

Choose a reason for hiding this comment

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

@GabrielKS should we just default this to NaturalUnits on the PSY side?

@jd-lara
Copy link
Member

jd-lara commented Oct 10, 2024

we can merge this but it isn't a requirement.

@GabrielKS
Copy link
Contributor

we can merge this but it isn't a requirement.

If we went with the plan I'm remembering, let's merge it to prevent the warning.

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants