Skip to content

Commit 9029e02

Browse files
committed
Merge branch 'main' into fix-pump-efficiency-units
2 parents 9ef43e0 + b3b682d commit 9029e02

File tree

10 files changed

+122
-107
lines changed

10 files changed

+122
-107
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 3.6.3
2+
current_version = 3.6.4
33
commit = True
44
tag = True
55

.cookiecutterrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ default_context:
5454
sphinx_doctest: "no"
5555
sphinx_theme: "sphinx-py3doc-enhanced-theme"
5656
test_matrix_separate_coverage: "no"
57-
version: 3.6.3
57+
version: 3.6.4
5858
version_manager: "bump2version"
5959
website: "https://github.com/NREL"
6060
year_from: "2023"

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,9 @@ Free software: `MIT license <LICENSE>`__
5151
:alt: Supported implementations
5252
:target: https://pypi.org/project/geophires-x
5353

54-
.. |commits-since| image:: https://img.shields.io/github/commits-since/softwareengineerprogrammer/GEOPHIRES-X/v3.6.3.svg
54+
.. |commits-since| image:: https://img.shields.io/github/commits-since/softwareengineerprogrammer/GEOPHIRES-X/v3.6.4.svg
5555
:alt: Commits since latest release
56-
:target: https://github.com/softwareengineerprogrammer/GEOPHIRES-X/compare/v3.6.3...main
56+
:target: https://github.com/softwareengineerprogrammer/GEOPHIRES-X/compare/v3.6.4...main
5757

5858
.. |docs| image:: https://readthedocs.org/projects/GEOPHIRES-X/badge/?style=flat
5959
:target: https://nrel.github.io/GEOPHIRES-X

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
year = '2024'
1919
author = 'NREL'
2020
copyright = f'{year}, {author}'
21-
version = release = '3.6.3'
21+
version = release = '3.6.4'
2222

2323
pygments_style = 'trac'
2424
templates_path = ['./templates']

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ def read(*names, **kwargs):
1313

1414
setup(
1515
name='geophires-x',
16-
version='3.6.3',
16+
version='3.6.4',
1717
license='MIT',
1818
description='GEOPHIRES is a free and open-source geothermal techno-economic simulator.',
1919
long_description='{}\n{}'.format(

src/geophires_x/Economics.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -579,7 +579,7 @@ def __init__(self, model: Model):
579579
"Reservoir Stimulation Capital Cost",
580580
DefaultValue=-1.0,
581581
Min=0,
582-
Max=100,
582+
Max=1000,
583583
UnitType=Units.CURRENCY,
584584
PreferredUnits=CurrencyUnit.MDOLLARS,
585585
CurrentUnits=CurrencyUnit.MDOLLARS,

src/geophires_x/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '3.6.3'
1+
__version__ = '3.6.4'

src/geophires_x_schema_generator/geophires-request.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1344,7 +1344,7 @@
13441344
"category": "Economics",
13451345
"default": -1.0,
13461346
"minimum": 0,
1347-
"maximum": 100
1347+
"maximum": 1000
13481348
},
13491349
"Reservoir Stimulation Capital Cost Adjustment Factor": {
13501350
"description": "Multiplier for built-in reservoir stimulation capital cost correlation",

tests/examples/Fervo_Project_Cape-3.out

Lines changed: 106 additions & 90 deletions
Large diffs are not rendered by default.

tests/examples/Fervo_Project_Cape-3.txt

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
# "Deployment of Enhanced Geothermal System technology leads to rapid cost reductions and performance improvements."
55
# https://doi.org/10.31223/X5VH8C
66

7-
87
Reservoir Model, 1
98
Reservoir Volume Option, 1
109
Reservoir Density, 2800
@@ -35,18 +34,19 @@ Plant Outlet Pressure, 1000 psi
3534
Production Wellhead Pressure, 325 psi
3635
Ramey Production Wellbore Model, 1
3736
Utilization Factor, .9
38-
Water Loss Fraction, 0.02
37+
Water Loss Fraction, 0.05
3938
Maximum Drawdown, 1
4039
Ambient Temperature, 10 degC
4140
Surface Temperature, 10 degC
4241
End-Use Option, 1
43-
Plant Lifetime, 15
42+
Plant Lifetime, 20
4443
Power Plant Type, 2
4544
Circulation Pump Efficiency, 0.80
4645

47-
Exploration Capital Cost, 0
48-
Well Drilling and Completion Capital Cost, 4, -- Assume cost continues to decrease from 4.8 (https://houston.innovationmap.com/fervo-energy-drilling-utah-project-2667300142.html)
49-
Reservoir Stimulation Capital Cost, 78, -- $1M/well estimated
46+
Surface Plant Capital Cost Adjustment Factor, 0.71, -- $1900/kW (peak production)
47+
Exploration Capital Cost, 30
48+
Well Drilling and Completion Capital Cost, 3.84, -- Assume cost continues to decrease from $4.8M/well (https://houston.innovationmap.com/fervo-energy-drilling-utah-project-2667300142.html)
49+
Reservoir Stimulation Capital Cost, 234, -- 78 wells @ $3M/well
5050
Economic Model, 3
5151
Starting Electricity Sale Price, 0.15
5252
Ending Electricity Sale Price, 1.00
@@ -58,12 +58,11 @@ Gross Revenue Tax Rate, 0
5858
Inflated Bond Interest Rate, .05
5959
Inflated Equity Interest Rate, .08
6060
Inflation Rate, .02
61-
Investment Tax Credit Rate, 0
61+
Investment Tax Credit Rate, .3
6262
Inflation Rate During Construction, 0.05
6363
Property Tax Rate, 0
6464
Time steps per year, 10
6565
Maximum Temperature, 500
66-
Surface Plant Capital Cost Adjustment Factor, 0.78, -- pad drilling reduces surface CAPEX by 22% https://www.resfrac.com/blog/digesting-the-bonkers-incredible-off-the-charts-spectacular-results-from-the-fervo-and-forge-enhanced-geothermal-projects
6766

6867
Well Geometry Configuration, 4
6968
Has Nonvertical Section, True

0 commit comments

Comments
 (0)