feat: add fuel cost and heat-rate curve to grid object#29
Conversation
7f9aa8d to
5e0f729
Compare
|
This has been rebased and tested, and works as intended. |
|
Any reason to extract |
|
We don't currently use these curve parameters directly, but we could use them to directly calculate the carbon emissions (rather than calculating the heat rate curve implictly by diving the cost curve by the fuel cost) and they could be very valuable in the future as we seek to expand the capabilities of our Scenarios. For example: we can model the impact of a given fuel price or a given carbon price, which would require re-calculating the gencost curves based on the original heat rate curves. |
rouille
left a comment
There was a problem hiding this comment.
4 new columns are added to the plant data frame. These columns are dropped when creating the MATLAB case file. It works as intended.
Adds fuel price and heat rate curves to the gen columns which are imported from the aux file, and drops them when creating the .mat file. These will be used for analysis of CO2 emissions.