capping capacity factor for fossil plants #150
Answered
by
wesleyjcole
ssattler
asked this question in
Q&A: Analysis
-
I'd like to cap the capacity factor of coal plants in different years (varying the cap for a period of time), and would also like to add in different gas CF caps as well. Any potential problems with this approach? Any advice on how I might do this? Thanks! |
Beta Was this translation helpful? Give feedback.
Answered by
wesleyjcole
Jun 1, 2023
Replies: 1 comment 6 replies
-
There shouldn't be any problems with this approach. You can replicate eq_min_cf in the model and turn it into eq_max_cf by just flipping the greater than to a less than. |
Beta Was this translation helpful? Give feedback.
6 replies
Answer selected by
ssattler
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
There shouldn't be any problems with this approach. You can replicate eq_min_cf in the model and turn it into eq_max_cf by just flipping the greater than to a less than.