@@ -157,14 +157,24 @@ def from_input_string(input_string:str):
157157
158158
159159class WellDrillingCostCorrelation (GeophiresInputEnum ):
160- """Note: order must be retained since input is read as an int; first int arg is duplicative of order"""
160+ """
161+ Akindipe, D. and Witter. E. 2025.
162+ "2025 Geothermal Drilling Cost Curves Update".
163+ https://pangea.stanford.edu/ERE/db/GeoConf/papers/SGW/2025/Akindipe.pdf?t=1740084555
164+
165+ Robins, J.C., Kesseli, D., Witter, E. and Rhodes, G. 2022.
166+ "2022 GETEM Geothermal Drilling Cost Curve Update."
167+ https://www.nrel.gov/docs/fy23osti/82771.pdf
168+
169+ Note: order must be retained since input is read as an int; first int arg is duplicative of order
170+ """
161171
162- VERTICAL_SMALL = 1 , "vertical small diameter, baseline" , 0.30212 , 584.91124 , 751368.47270
172+ VERTICAL_SMALL = 1 , "vertical small diameter, baseline (2025 curve) " , 0.258496 , 357.967 , 738531.58
163173 DEVIATED_SMALL = 2 , "deviated small diameter, baseline" , 0.28977 , 882.15067 , 680562.50150
164- VERTICAL_LARGE = 3 , "vertical large diameter, baseline" , 0.28180 , 1275.52130 , 632315.12640
174+ VERTICAL_LARGE = 3 , "vertical large diameter, baseline (2025 curve) " , 0.248458 , 935.8985 , 626586.68
165175 DEVIATED_LARGE = 4 , "deviated large diameter, baseline" , 0.25528 , 1716.71568 , 500866.89110
166176
167- SIMPLE = 5 , "Simple" , 0 , 1846 * 1E6 , 0 # Based on Fervo Project Cape cost per meter (~$1846/m)
177+ SIMPLE = 5 , "Simple" , 0 , 1846 * 1E6 , 0 # Based on Fervo Project Cape cost per meter (~$1846/m)
168178
169179 VERTICAL_SMALL_INT1 = 6 , "vertical small diameter, intermediate1" , 0.13710 , 129.61033 , 1205587.57100
170180 VERTICAL_SMALL_INT2 = 7 , "vertical small diameter, intermediate2" , 0.00804 , 455.60507 , 921007.68680
0 commit comments