-
Notifications
You must be signed in to change notification settings - Fork 7
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
Allow for BAU decreasing soft costs for power plant technologies #78
Comments
We normally avoid introducing a second "improvement rate" variable for anything defined as a time-invariant variable. We just change the time-invariant variable to a time-series variable. Then if you want to use a fixed improvement rate, you can do that in Excel, or you can use any other sort of improvement pattern you like, so it is more flexible than using a separate "improvement rate" variable. It also avoids cluttering up the model structure with extra variable names and arrows. Is there a reason you must have a separate "improvement rate" variable and can't put the improvements into a time series in Excel? I can convert endo-learn/SYSoCCtaSC and endo-learn/SYSoCCtaSC to be in units of dollars per MW, rather than a percentage, if that would be more convenient. |
Hi Jeff, I think that's probably fine, but I'll just flag that one of the challenges here is that we have endogenous learning, so setting a time series percentage is a bit tricky because it means the soft costs will change based on the endogenous learning rate, unless the time series is a multiplier on the start year costs (in which case this would work just fine and it's what I'd propose). |
I'll convert endo-learn/SYSoCCtaSC and endo-learn/SYSoCCtaSC to be in units of dollars per MW, so you won't have to make a time series of a percentage of a changing underlying value. The dollars per MW will be start year soft costs, which you then reduce according to whatever rate or schedule you prefer, so it will be simple. |
Okay, great. Thank you. This will help close the loop on some power sector issues we were having with new data.
…________________________________
Robbie Orvis
Director of Energy Policy Design
Phone: 415-799-2171
98 Battery Street, Suite 202
San Francisco, CA 94111
www.energyinnovation.org<http://www.energyinnovation.org/>
[cid:image001.jpg@01D0D699.20A24470]
________________________________
Check out our new book, Designing Climate Solutions: A Policy Guide for Low-Carbon Energy<https://www.amazon.com/Designing-Climate-Solutions-Policy-Low-Carbon/dp/1610919564>
Available wherever books are sold
[Policy Design book cover]
From: Jeff Rissman <notifications@github.com>
Sent: Friday, July 17, 2020 3:49 PM
To: Energy-Innovation/eps-us <eps-us@noreply.github.com>
Cc: Robbie Orvis <robbie@energyinnovation.org>; Author <author@noreply.github.com>
Subject: Re: [Energy-Innovation/eps-us] Allow for BAU decreasing soft costs for power plant technologies (#78)
I'll convert endo-learn/SYSoCCtaSC and endo-learn/SYSoCCtaSC to be in units of dollars per MW, so you won't have to make a time series of a percentage of a changing underling value. The dollars per MW will be start year soft costs, which you then reduce according to whatever rate or schedule you prefer, so it will be simple.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub<#78 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AK5N6SLLJXJ6MV2HDAQBEXTR4DIPBANCNFSM4O6SBJUQ>.
|
…wind, solar PV, and distributed solar PV. Use $/MW instead of percentage units. (#78)
Structure is completed in 001ec05. Rather than retain the variable I've got temporary soft cost data in Tagging @robbieorvis and @mkmahajan, handing it off to you! |
After the electricity sector update in commit 4013c4f, have you either updated the soft cost time series values, or decided to keep the values I had in there? (E.g. can we close this issue?) |
Megan updated these, so we can close it
…Sent from my iPhone
On Aug 7, 2020, at 12:34 PM, Jeff Rissman <notifications@github.com> wrote:
After the electricity sector update in commit 4013c4f<4013c4f>, have you either updated the soft cost time series values, or decided to keep the values I had in there? (E.g. can we close this issue?)
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub<#78 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AK5N6SNWK2L2UFDCUMRWWKDR7RJNPANCNFSM4O6SBJUQ>.
|
Great! |
Currently, the model separates soft costs and hard costs and only hard costs decline based on cumulative installed capacity, with soft costs remaining constant. Soft costs can only be affected by policy. In practice, however, large improvements in cost are being achieved through improvements in soft costs in the BAU case (NREL ATB has good documentation on this). As such, we need a way to represent the BAU improvement in soft costs without additional policy.
A times series variable, BAU Improvement in Soft Costs Relative to Start Year, should take care of this.
We are likely to overstate the costs of renewables without this tweak.
The text was updated successfully, but these errors were encountered: