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

Adding resistive heating and non-fusion dispatch and UC constraints #151

Open
wants to merge 16 commits into
base: v0.3.3fusion
Choose a base branch
from

Conversation

emiliocanor
Copy link

did not incorporate startup costs for now and will wait on writing output until after we review (the UC was harder than expected!)

src/write_outputs/write_thermal_storage.jl Outdated Show resolved Hide resolved
src/write_outputs/write_thermal_storage.jl Outdated Show resolved Hide resolved
src/write_outputs/write_thermal_storage.jl Outdated Show resolved Hide resolved
src/write_outputs/write_thermal_storage.jl Outdated Show resolved Hide resolved
@@ -288,6 +331,21 @@ function fusion_max_cap_constraint!(EP::Model, inputs::Dict, setup::Dict)
end
end

# set maximum power capacity constraint for the thermal core (in MWth)
function thermal_core_max_cap_constraint!(EP::Model, inputs::Dict, setup::Dict)
Copy link
Author

Choose a reason for hiding this comment

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

do we need to divide the provided max cap by MSF to convert to GW?

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.

2 participants