Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
19 commits
Select commit Hold shift + click to select a range
3d295b6
SAM single-owner PPA economic model proof-of-concept
softwareengineerprogrammer Apr 8, 2025
4d6705f
WIP - SAM NPV + IRR
softwareengineerprogrammer Apr 8, 2025
86e7738
Bump version: 3.8.14 → 3.8.15
softwareengineerprogrammer Apr 8, 2025
6a943f5
use absolute path when loading SAM economics data
softwareengineerprogrammer Apr 8, 2025
017b24c
Bump version: 3.8.15 → 3.8.16
softwareengineerprogrammer Apr 8, 2025
740e01d
unignore sam_economics JSON files
softwareengineerprogrammer Apr 8, 2025
232bc03
Bump version: 3.8.16 → 3.8.17
softwareengineerprogrammer Apr 8, 2025
9f17881
Bump version: 3.8.17 → 3.8.18
softwareengineerprogrammer Apr 8, 2025
7ab3a73
replace References/ files with references.md linking to files in git …
softwareengineerprogrammer Apr 8, 2025
5047369
fix py38-incompatible type annotation
softwareengineerprogrammer Apr 9, 2025
8144d51
Economic model name: 'SAM Single Owner PPA'
softwareengineerprogrammer Apr 9, 2025
74d60c1
try __future__ for py38 compatibility in EconomicsSam.py
softwareengineerprogrammer Apr 9, 2025
fc60acd
method rename, py39 compat
softwareengineerprogrammer Apr 9, 2025
d40bd3b
set sam ppa price from geophires electricity price
softwareengineerprogrammer Apr 9, 2025
27af812
py38-compatible dict union
softwareengineerprogrammer Apr 9, 2025
352665e
DRY-ify Economics.read_parameters warning messages
softwareengineerprogrammer Apr 9, 2025
304920b
Validate only electricity is allowed for SAM econ model (for now)
softwareengineerprogrammer Apr 9, 2025
8134f73
split SAM economics test into separate test_economics_sam file
softwareengineerprogrammer Apr 9, 2025
31c134b
WIP - preparation for SAM cash flow table
softwareengineerprogrammer Apr 9, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 3.8.14
current_version = 3.8.18
commit = True
tag = True

Expand Down
2 changes: 1 addition & 1 deletion .cookiecutterrc
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ default_context:
sphinx_doctest: "no"
sphinx_theme: "sphinx-py3doc-enhanced-theme"
test_matrix_separate_coverage: "no"
version: 3.8.14
version: 3.8.18
version_manager: "bump2version"
website: "https://github.com/NREL"
year_from: "2023"
Expand Down
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,9 @@ Free software: `MIT license <LICENSE>`__
:alt: Supported implementations
:target: https://pypi.org/project/geophires-x

.. |commits-since| image:: https://img.shields.io/github/commits-since/softwareengineerprogrammer/GEOPHIRES-X/v3.8.14.svg
.. |commits-since| image:: https://img.shields.io/github/commits-since/softwareengineerprogrammer/GEOPHIRES-X/v3.8.18.svg
:alt: Commits since latest release
:target: https://github.com/softwareengineerprogrammer/GEOPHIRES-X/compare/v3.8.14...main
:target: https://github.com/softwareengineerprogrammer/GEOPHIRES-X/compare/v3.8.18...main

.. |docs| image:: https://readthedocs.org/projects/GEOPHIRES-X/badge/?style=flat
:target: https://nrel.github.io/GEOPHIRES-X
Expand Down
Binary file removed References/Beckers 2013 GEOPHIRES v1.pdf
Binary file not shown.
Binary file removed References/Beckers 2016 Dissertation.pdf
Binary file not shown.
Binary file not shown.
Binary file removed References/Beckers 2019 GEOPHIRES v2.pdf
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed References/GEOPHIRES v2.0 User Manual.pdf
Binary file not shown.
Binary file not shown.
Binary file removed References/GeoVision report.pdf
Binary file not shown.
2 changes: 0 additions & 2 deletions References/JEDI.md

This file was deleted.

Binary file removed References/JPSE2023.pdf
Binary file not shown.
28 changes: 0 additions & 28 deletions References/LACETable.txt

This file was deleted.

Binary file removed References/Muffler-Cataldi_1978_ HIP-RA.pdf
Binary file not shown.
Binary file removed References/US-EIA_2013_LCOE-and-LACE-supplement.pdf
Binary file not shown.
Binary file removed References/Wanju-et-al_2021_CLGS-Energy-Recovery.pdf
Binary file not shown.
2 changes: 0 additions & 2 deletions References/fervo_references.md

This file was deleted.

Binary file not shown.
32 changes: 32 additions & 0 deletions References/references.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@

# GEOPHIRES
* [GEOPHIRES v2.0 User Manual.pdf](https://github.com/NREL/GEOPHIRES-X/blob/fb5caadfa419c3bd05de656a33700d085fbc0432/References/GEOPHIRES%20v2.0%20User%20Manual.pdf)
* [Beckers 2013 GEOPHIRES v1.pdf](https://github.com/NREL/GEOPHIRES-X/blob/fb5caadfa419c3bd05de656a33700d085fbc0432/References/Beckers%202013%20GEOPHIRES%20v1.pdf)
* [Beckers 2016 Dissertation.pdf](https://github.com/NREL/GEOPHIRES-X/blob/fb5caadfa419c3bd05de656a33700d085fbc0432/References/Beckers%202016%20Dissertation.pdf)
* [Beckers 2018 Introducing GEOPHIRES v2.pdf](https://github.com/NREL/GEOPHIRES-X/blob/fb5caadfa419c3bd05de656a33700d085fbc0432/References/Beckers%202018%20Introducing%20GEOPHIRES%20v2.pdf)
* [Beckers 2019 GEOPHIRES v2.pdf](https://github.com/NREL/GEOPHIRES-X/blob/fb5caadfa419c3bd05de656a33700d085fbc0432/References/Beckers%202019%20GEOPHIRES%20v2.pdf)

# Reference
* [GeoVision report.pdf](https://github.com/NREL/GEOPHIRES-X/blob/ea5c67d43fe77c83a64208d8e2ab92a9abea3742/References/GeoVision%20report.pdf)
* [US-EIA_2013_LCOE-and-LACE-supplement.pdf](https://github.com/NREL/GEOPHIRES-X/blob/7adc9598944a78487e5071ca23a06bfd17248c16/References/US-EIA_2013_LCOE-and-LACE-supplement.pdf)
* [LACETable.txt](https://github.com/NREL/GEOPHIRES-X/blob/fb5caadfa419c3bd05de656a33700d085fbc0432/References/LACETable.txt)
* [Drill cost correlation converting to per foot cost.xlsx](https://github.com/NREL/GEOPHIRES-X/blob/aae93f36ca5e01f4b700ddb5a59d0ec600aed3d4/References/Drill%20cost%20correlation%20converting%20to%20per%20foot%20cost.xlsx)

# Fervo
* [fervo_energy_white_paper.pdf](https://github.com/NREL/GEOPHIRES-X/blob/703c967b0b1fe9f6d619b1e786686ba07fb0fe59/References/fervo_energy_white_paper.pdf)
* [fervo_drilling costs.pdf](https://github.com/softwareengineerprogrammer/GEOPHIRES-X/blob/62ecc37385cc89dcac36a3684c258e454bcc0241/References/fervo_drilling%20costs.pdf)

# JEDI
* [JEDI.pdf](https://github.com/NREL/GEOPHIRES-X/blob/a7d1ff2e0d47e957c19c3b6dec28fece16905dcb/References/JEDI.pdf)
* [01d-jedi-geothermal-model-rel-gt12-23-16.xlsm](https://github.com/NREL/GEOPHIRES-X/raw/a7d1ff2e0d47e957c19c3b6dec28fece16905dcb/References/01d-jedi-geothermal-model-rel-gt12-23-16.xlsm)

# HIP-RA
* [Muffler-Cataldi_1978_ HIP-RA.pdf](https://github.com/NREL/GEOPHIRES-X/blob/7adc9598944a78487e5071ca23a06bfd17248c16/References/Muffler-Cataldi_1978_%20HIP-RA.pdf)
* [Garg-Combs_2011_HIP-RA-Reexamination.pdf](https://github.com/NREL/GEOPHIRES-X/blob/7adc9598944a78487e5071ca23a06bfd17248c16/References/Garg-Combs_2011_HIP-RA-Reexamination.pdf)

# CLGS
* [Beckers-et-al_2023_Tabulated-Database-CLGS.pdf](https://github.com/NREL/GEOPHIRES-X/blob/7adc9598944a78487e5071ca23a06bfd17248c16/References/Beckers-et-al_2023_Tabulated-Database-CLGS.pdf)
* [Wanju-et-al_2021_CLGS-Energy-Recovery.pdf](https://github.com/NREL/GEOPHIRES-X/blob/7adc9598944a78487e5071ca23a06bfd17248c16/References/Wanju-et-al_2021_CLGS-Energy-Recovery.pdf)

# S-DAC-GT
* [JPSE2023.pdf](https://github.com/NREL/GEOPHIRES-X/blob/ea5c67d43fe77c83a64208d8e2ab92a9abea3742/References/JPSE2023.pdf)
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
year = '2025'
author = 'NREL'
copyright = f'{year}, {author}'
version = release = '3.8.14'
version = release = '3.8.18'

pygments_style = 'trac'
templates_path = ['./templates']
Expand Down
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ def read(*names, **kwargs):

setup(
name='geophires-x',
version='3.8.14',
version='3.8.18',
license='MIT',
description='GEOPHIRES is a free and open-source geothermal techno-economic simulator.',
long_description='{}\n{}'.format(
Expand Down Expand Up @@ -80,6 +80,7 @@ def read(*names, **kwargs):
'coolprop',
'rich',
'pylocker',
'nrel-pysam',
],
extras_require={
# eg:
Expand Down
2 changes: 2 additions & 0 deletions src/geophires_x/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -134,3 +134,5 @@ Examples\Test2.json
/Preliminary_Corpus Christi GRA_093019.xlsx
/temperature.txt
all_messages_conf.log

!sam_economics/Generic_400_MWe/*.json
Loading