forked from NREL/GEOPHIRES-X
-
Notifications
You must be signed in to change notification settings - Fork 1
ITC period fix [v3.8.12] #63
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
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ErrMessage="assume default investment tax credit rate (0)", | ||
ToolTipText="Investment tax credit rate (see docs)" | ||
ToolTipText="Investment tax credit rate " | ||
"(see https://programs.dsireusa.org/system/program/detail/658)" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Note: I would ideally have preferred this to be to a .gov
site but:
- The original quasi-canonical government page seems to have been removed and now redirects to the DOE homepage: https://www.energy.gov/eere/solar/federal-solar-tax-credits-businesses
- Existing .gov sites including https://www.energy.gov/sites/prod/files/2016/12/f34/Leveraging_Federal_Renewable_Energy_Tax_Credits_Final.pdf and https://www.epa.gov/sites/default/files/2018-08/documents/guide-purchasing-green-power-7.pdf point to https://programs.dsireusa.org/system/program/detail/658 so it appears to have some level of blessing as an official source of information
- The DSIRE page links to relevant .gov pages as authorities:
- ITC-specific .gov pages such as https://www.irs.gov/pub/irs-pdf/i3468.pdf are focused on specific tax form instructions which are an inappropriate/inaccessible level of detail in the context of GEOPHIRES documentation
(Also note the previous tooltip text erroneously instructed "see docs" when ITC is not discussed any existing documentation)
Closed
This was referenced Apr 7, 2025
Closed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
This change applies ITC credit as revenue after construction rather than deduction of capital costs.
GEOPHIRES's existing ITC implementation is incorrect. It treats ITC credit as a negative capital expenditure in year 0 that is ultimately subtracted from total capital costs. For example
Fervo_Project_Cape-3
actual total capital costs are $1532.78M, but are displayed/used in underlying calculations as $1072.95M via subtraction of the $459.83M ITC:However, according to the convention used by SAM (which is presumably correct), ITC is treated as income the year after capital expenditure. This seems to make sense because taxes in general are filed and refunds received after the fiscal year in question, not during. Note the selected Federal ITC income box in year 1 in this screenshot from SAM:
This change raises LCOE for cases with ITC because the value of the credit is now discounted (like other future cash flows). For example
Fervo_Project_Cape-3
LCOE increases by 35.7% from 2.77¢/kWh to 3.76¢/kWh. Other economic metrics are also negative affected: Project NPV (0.6%), IRR (10.3%), VIR=PI=PIR (24.7%), and MOIC (22%).Testing & Validation
example_ITC
andFervo_Project_Cape-3