Skip to content

Commit bbb426c

Browse files
changelog entry
1 parent 694ef95 commit bbb426c

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,12 @@ GEOPHIRES-X (2023-2025)
1313
Revenue & Cashflow Profile period output aligned with NREL convention used to calculate NPV.
1414
See https://github.com/NREL/GEOPHIRES-X/discussions/344
1515

16+
3.8.5: Baseline well drilling cost curves updated to NREL's 2025 cost curve update:
17+
Akindipe, D. and Witter. E. 2025. "2025 Geothermal Drilling Cost Curves Update". https://pangea.stanford.edu/ERE/db/GeoConf/papers/SGW/2025/Akindipe.pdf?t=1740084555.
18+
19+
Intermediate and ideal correlations retain existing values from GeoVision:
20+
DOE 2019. "GeoVision" p. 163. https://www.energy.gov/sites/prod/files/2019/06/f63/GeoVision-full-report-opt.pdf.
21+
1622
3.7
1723
^^^
1824

src/geophires_x/OptionList.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ def from_input_string(input_string: str):
159159
class _WellDrillingCostCorrelationCitation(StrEnum):
160160
"""
161161
Values are abbreviated citations used in tooltip text.
162-
Commented full citations could be used in future documentation.
162+
Commented full citations are present in CHANGELOG and could also be used in future documentation.
163163
"""
164164

165165
NREL_COST_CURVE_2025 = 'NREL\'s 2025 cost curve update'

0 commit comments

Comments
 (0)