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