Skip to content

Commit a35eecf

Browse files
Merge pull request NREL#200 from softwareengineerprogrammer/main
Remove inaccurate overpressure example comments; v3.4.27
2 parents 2aea924 + 8fec565 commit a35eecf

File tree

8 files changed

+9
-25
lines changed

8 files changed

+9
-25
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.4.26
2+
current_version = 3.4.27
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.4.26
57+
version: 3.4.27
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
@@ -47,9 +47,9 @@ Free software: `MIT license <LICENSE>`__
4747
:alt: Supported implementations
4848
:target: https://pypi.org/project/geophires-x
4949

50-
.. |commits-since| image:: https://img.shields.io/github/commits-since/softwareengineerprogrammer/GEOPHIRES-X/v3.4.26.svg
50+
.. |commits-since| image:: https://img.shields.io/github/commits-since/softwareengineerprogrammer/GEOPHIRES-X/v3.4.27.svg
5151
:alt: Commits since latest release
52-
:target: https://github.com/softwareengineerprogrammer/GEOPHIRES-X/compare/v3.4.26...main
52+
:target: https://github.com/softwareengineerprogrammer/GEOPHIRES-X/compare/v3.4.27...main
5353

5454
.. |docs| image:: https://readthedocs.org/projects/GEOPHIRES-X/badge/?style=flat
5555
: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 = '2023'
1919
author = 'NREL'
2020
copyright = f'{year}, {author}'
21-
version = release = '3.4.26'
21+
version = release = '3.4.27'
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.4.26',
16+
version='3.4.27',
1717
license='MIT',
1818
description='GEOPHIRES is a free and open-source geothermal techno-economic simulator.',
1919
long_description='{}\n{}'.format(

src/geophires_x/__init__.py

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

tests/examples/example_overpressure.txt

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,4 @@
1-
GEOPHIRES v2.0 Input File
2-
Created on 2018-06-11
3-
Last modified on 2024-02-28
4-
Geothermal Electricity Problem using a Multiple Parallel Fractures Model
5-
6-
Example 1 Description: This problem considers an EGS reservoir at 3km depth.
7-
Ramey's model is applied to simulate production wellbore heat losses. The heat
8-
is used in for electricity application with a reinjection temperature of 50deg.C.
9-
1+
-- Overpressure Example
102

113
***Subsurface technical parameters***
124
*************************************

tests/examples/example_overpressure2.txt

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,4 @@
1-
GEOPHIRES v2.0 Input File
2-
Created on 2018-06-11
3-
Last modified on 2024-02-28
4-
Geothermal Electricity Problem using a Multiple Parallel Fractures Model
5-
6-
Example 1 Description: This problem considers an EGS reservoir at 3km depth.
7-
Ramey's model is applied to simulate production wellbore heat losses. The heat
8-
is used in for electricity application with a reinjection temperature of 50deg.C.
9-
1+
-- Overpressure Example 2
102

113
***Subsurface technical parameters***
124
*************************************

0 commit comments

Comments
 (0)