Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
187 commits
Select commit Hold shift + click to select a range
ef07b01
SAM single-owner PPA economic model proof-of-concept
softwareengineerprogrammer Apr 8, 2025
cc5e396
WIP - SAM NPV + IRR
softwareengineerprogrammer Apr 8, 2025
4e31841
Bump version: 3.8.14 → 3.8.15
softwareengineerprogrammer Apr 8, 2025
ce36a68
use absolute path when loading SAM economics data
softwareengineerprogrammer Apr 8, 2025
99d3bb6
Bump version: 3.8.15 → 3.8.16
softwareengineerprogrammer Apr 8, 2025
7fc1918
unignore sam_economics JSON files
softwareengineerprogrammer Apr 8, 2025
421f925
Bump version: 3.8.16 → 3.8.17
softwareengineerprogrammer Apr 8, 2025
4f8982a
Bump version: 3.8.17 → 3.8.18
softwareengineerprogrammer Apr 8, 2025
fc6dfa0
fix py38-incompatible type annotation
softwareengineerprogrammer Apr 9, 2025
e3bf274
Economic model name: 'SAM Single Owner PPA'
softwareengineerprogrammer Apr 9, 2025
40baa6b
try __future__ for py38 compatibility in EconomicsSam.py
softwareengineerprogrammer Apr 9, 2025
7ec206d
method rename, py39 compat
softwareengineerprogrammer Apr 9, 2025
843be3c
set sam ppa price from geophires electricity price
softwareengineerprogrammer Apr 9, 2025
d23aee9
py38-compatible dict union
softwareengineerprogrammer Apr 9, 2025
cd0bf10
DRY-ify Economics.read_parameters warning messages
softwareengineerprogrammer Apr 9, 2025
1f51179
Validate only electricity is allowed for SAM econ model (for now)
softwareengineerprogrammer Apr 9, 2025
4f601c7
split SAM economics test into separate test_economics_sam file
softwareengineerprogrammer Apr 9, 2025
96e420e
WIP - preparation for SAM cash flow table
softwareengineerprogrammer Apr 9, 2025
bc42a16
WIP - SAM-style cash flow (instead of trying to graft into GEOPHIRES …
softwareengineerprogrammer Apr 10, 2025
539b788
Basic SAM-style Cash Flow profile (WIP)
softwareengineerprogrammer Apr 10, 2025
dca6629
total revenue
softwareengineerprogrammer Apr 10, 2025
a1ffcf1
more cash flow properties, first meaningful unit test assertion
softwareengineerprogrammer Apr 10, 2025
0ab946e
attempt to include EconomicsSam.py with pre-commit but doesn't work, …
softwareengineerprogrammer Apr 10, 2025
6fe3243
property tax expense + total operating expense
softwareengineerprogrammer Apr 10, 2025
6c93cae
ignore SAM ssc files
softwareengineerprogrammer Apr 10, 2025
28eaff2
create separate generic egs test case for SAM economics, tweaks to sy…
softwareengineerprogrammer Apr 10, 2025
fe74c26
fix ITC/capex calculation
softwareengineerprogrammer Apr 10, 2025
4a07285
total installed cost
softwareengineerprogrammer Apr 10, 2025
b09ac6b
cash flow from investing activities
softwareengineerprogrammer Apr 10, 2025
fc956f1
pre-commit-applied fixes to GEOPHIRESv3.py, which apparently is cover…
softwareengineerprogrammer Apr 10, 2025
2f9b3c6
Financing activities, rounding adjustment to match SAM GUI
softwareengineerprogrammer Apr 10, 2025
72f278b
fix new pre-commit failure in base_test_case.py
softwareengineerprogrammer Apr 10, 2025
f55ac69
pre-tax returns
softwareengineerprogrammer Apr 10, 2025
0db5440
After-tax returns
softwareengineerprogrammer Apr 10, 2025
0fd567a
py38 compatibility
softwareengineerprogrammer Apr 10, 2025
b081968
fix double EBITDA row, print tabulated cash flow in test
softwareengineerprogrammer Apr 10, 2025
b5869a3
add missing blank rows
softwareengineerprogrammer Apr 10, 2025
3accc85
IRR + NPV, years off-by-one fix
softwareengineerprogrammer Apr 10, 2025
524624a
remove addressed FIXMEs
softwareengineerprogrammer Apr 10, 2025
e4e613a
after-tax LCOE
softwareengineerprogrammer Apr 10, 2025
644a8fa
print tsv SAM cash flow profile in output file
softwareengineerprogrammer Apr 10, 2025
f023cae
FIXME provide entire generation profile to SAM
softwareengineerprogrammer Apr 10, 2025
07d8092
Configify single owner output properties
softwareengineerprogrammer Apr 11, 2025
e23a647
read from exported SAM cash flow CSV as template instead of hardcodin…
softwareengineerprogrammer Apr 11, 2025
343942e
match all category patterns
softwareengineerprogrammer Apr 11, 2025
e480f31
match all category patterns
softwareengineerprogrammer Apr 11, 2025
bcf5ea1
move cash flow function to EconomicsSamCashFlow.py
softwareengineerprogrammer Apr 11, 2025
75ba07d
fix _get_file_path util function
softwareengineerprogrammer Apr 11, 2025
2b338a8
generate suggestions to populate single owner output properties
softwareengineerprogrammer Apr 11, 2025
99f8f2d
more properties configured with help of suggestion utility
softwareengineerprogrammer Apr 11, 2025
ab92de5
suggestions tweaks
softwareengineerprogrammer Apr 11, 2025
0edf657
WIP - skip ambiguous mapping for now
softwareengineerprogrammer Apr 11, 2025
ff47e91
more suggestions enhancements
softwareengineerprogrammer Apr 11, 2025
8501829
+2 debt properties, category header fixes, suggestions enhancement
softwareengineerprogrammer Apr 11, 2025
8eb990d
+3 more properties
softwareengineerprogrammer Apr 11, 2025
5c5d479
collapse consecutive blank lines
softwareengineerprogrammer Apr 11, 2025
78b9cd8
move SAM depreciation table to separate file from cash flow
softwareengineerprogrammer Apr 11, 2025
a1fa4e1
debt closing costs
softwareengineerprogrammer Apr 11, 2025
46f7c35
debt/equity ratio
softwareengineerprogrammer Apr 11, 2025
8c6e45c
approximate GEOPHIRES electricity price escalation rate to SAM
softwareengineerprogrammer Apr 11, 2025
c87f0c3
pass inflation to SAM
softwareengineerprogrammer Apr 11, 2025
e1acdb9
pass property tax rate to SAM
softwareengineerprogrammer Apr 11, 2025
8f30dab
output interest rate (tangentially related to WIP to pass it to SAM)
softwareengineerprogrammer Apr 11, 2025
9de75e5
fix unit test failure introduced in d6966a642ac9d71a22743d25755e6321b…
softwareengineerprogrammer Apr 11, 2025
d2c89fa
remove addressed FIXME
softwareengineerprogrammer Apr 11, 2025
7edc418
discount rate & term interest rate
softwareengineerprogrammer Apr 11, 2025
d3ffac4
fix category row label case
softwareengineerprogrammer Apr 11, 2025
274dd11
consolidate tabulation into shared method
softwareengineerprogrammer Apr 11, 2025
6ba504a
workaround unwanted tabulate formatting of year headers as floats
softwareengineerprogrammer Apr 11, 2025
e001082
fix unit test failure caused by error introduced in https://github.co…
softwareengineerprogrammer Apr 11, 2025
f084fc6
parse SAM cash flow profile in client, add example_SAM-single-owner-PPA
softwareengineerprogrammer Apr 11, 2025
3a63eaa
remove addressed FIXME
softwareengineerprogrammer Apr 11, 2025
751afb8
link reference to https://github.com/softwareengineerprogrammer/GEOPH…
softwareengineerprogrammer Apr 11, 2025
9822af8
generate mapping from cashloan module doc
softwareengineerprogrammer Apr 14, 2025
c249d92
Generate properties from Singleowner module doc
softwareengineerprogrammer Apr 14, 2025
dcd2832
designator row special case
softwareengineerprogrammer Apr 14, 2025
4021ccd
generate all of _SINGLE_OWNER_OUTPUT_PROPERTIES from JSON + additiona…
softwareengineerprogrammer Apr 14, 2025
b8d2884
'Interest on reserves' special case (appears to only be present in in…
softwareengineerprogrammer Apr 14, 2025
c6e1fc4
TODOs re: construction financing and other financing properties
softwareengineerprogrammer Apr 14, 2025
9a1d58b
regenerate SAM econ model example
softwareengineerprogrammer Apr 14, 2025
eb23fe2
format SAM cash flow profile with commas
softwareengineerprogrammer Apr 14, 2025
fb9701b
enable designator rows
softwareengineerprogrammer Apr 14, 2025
70149d6
Don't output R&C profile for SAM econ model - it's inaccurate & redun…
softwareengineerprogrammer Apr 14, 2025
219c006
Bump version: 3.8.18 → 3.9.0
softwareengineerprogrammer Apr 14, 2025
137ce9f
rename properties json
softwareengineerprogrammer Apr 14, 2025
f87579c
fix client parsing of SAM cash flow profile
softwareengineerprogrammer Apr 14, 2025
9772770
Bump version: 3.9.0 → 3.9.1
softwareengineerprogrammer Apr 14, 2025
9c33608
break out separate geophires_sam_economics utility module
softwareengineerprogrammer Apr 14, 2025
08c35ae
Add Generic_400_MWe.sam
softwareengineerprogrammer Apr 14, 2025
061adc2
PySAM generation instructions
softwareengineerprogrammer Apr 14, 2025
cff8dcb
remove code that was moved to geophires_sam_economics
softwareengineerprogrammer Apr 14, 2025
33b87c4
SAM case - 100% sales tax basis. Has no effect on base case PySAM JSO…
softwareengineerprogrammer Apr 14, 2025
2fb47e0
'One-time Grants Etc' + 'Other Incentives' -> SAM Other IBI
softwareengineerprogrammer Apr 15, 2025
fe1c40f
MC user guide web interface link
softwareengineerprogrammer Apr 15, 2025
239b988
minor code cleanup
softwareengineerprogrammer Apr 15, 2025
2cf19cb
SAM Economic Models documentation
softwareengineerprogrammer Apr 15, 2025
c90fbb5
simulate entire GEOPHIRES generation profile by using SAM AC Degradat…
softwareengineerprogrammer Apr 15, 2025
8c4edbf
fix invalid end-use option error message
softwareengineerprogrammer Apr 15, 2025
0fa78a1
test drawdown generation profile
softwareengineerprogrammer Apr 15, 2025
6ef5b15
update SAM example for generation profile change in ae3be090ca5c3461c…
softwareengineerprogrammer Apr 15, 2025
14f5df4
Plant Lifetime -> Analysis period, Term tenor
softwareengineerprogrammer Apr 15, 2025
fa48305
Limit construction years = 1
softwareengineerprogrammer Apr 15, 2025
69b9a67
sync .sam project
softwareengineerprogrammer Apr 15, 2025
0fed676
fix payback period output alignment
softwareengineerprogrammer Apr 15, 2025
c48dfdb
don't output payback period, VIR, or MOIC for SAM econ model
softwareengineerprogrammer Apr 15, 2025
cf60993
fix documentation table rendering
softwareengineerprogrammer Apr 15, 2025
1c6fc14
Bump version: 3.9.1 → 3.9.2
softwareengineerprogrammer Apr 15, 2025
70d8089
Stub v3.9 changelog entry
softwareengineerprogrammer Apr 15, 2025
ca0d3db
unit test electricity generation profile with FIXME WIP for apparent …
softwareengineerprogrammer Apr 15, 2025
a86016a
deeper testing of generation profile, clarification of discrepancy be…
softwareengineerprogrammer Apr 15, 2025
f2c18cb
fix documentation errors, add descriptions + links to SAM pages
softwareengineerprogrammer Apr 16, 2025
75537da
SAM economics PTC
softwareengineerprogrammer Apr 17, 2025
fed5211
Use GEOPHIRES PPA pricing model instead of escalation-based approxima…
softwareengineerprogrammer Apr 17, 2025
1d0ab27
set heat_rate to zero. has no effect on results. per SAM docs: 'If yo…
softwareengineerprogrammer Apr 17, 2025
e2d4d7e
capacity factor WIP
softwareengineerprogrammer Apr 17, 2025
8e66c57
finish integrating capacity/utilization factor, including resolution …
softwareengineerprogrammer Apr 17, 2025
0dd6b89
fix py38 compatibility issue
softwareengineerprogrammer Apr 17, 2025
e8ef916
minor tweak to client parsing
softwareengineerprogrammer Apr 17, 2025
396cddb
set values on utility rate module correctly (change has no apparent e…
softwareengineerprogrammer Apr 17, 2025
cb42c66
support Inflation Rate During Construction
softwareengineerprogrammer Apr 17, 2025
5a3e224
regenerate SAM example
softwareengineerprogrammer Apr 17, 2025
e6881f0
skip output properties known to not be present
softwareengineerprogrammer Apr 17, 2025
49bd72a
Documentation of LCOE as nominal for SAM econ models
softwareengineerprogrammer Apr 17, 2025
7f70233
Bump version: 3.9.2 → 3.9.3
softwareengineerprogrammer Apr 17, 2025
e4fa082
HIP-RA MC test intermittent failure note
softwareengineerprogrammer Apr 17, 2025
9230615
update SAM defaults (.sam project file + PySAM JSON) with 5% EPC cost…
softwareengineerprogrammer Apr 17, 2025
a834710
link to https://www.nrel.gov/docs/fy23osti/84979.pdf in Beckers CLGS …
softwareengineerprogrammer Apr 19, 2025
cee7d54
skip cents for large presumed-to-be-dollar amounts >M
softwareengineerprogrammer Apr 22, 2025
1a2c6cc
Bump version: 3.9.3 → 3.9.4
softwareengineerprogrammer Apr 22, 2025
4074aaa
correct comment from d68a2a0db550bf1a1c18280b061e6b3386a279ee - in th…
softwareengineerprogrammer Apr 22, 2025
314520b
sam cash flow profile csv support
softwareengineerprogrammer Apr 22, 2025
aa8531d
Bump version: 3.9.4 → 3.9.5
softwareengineerprogrammer Apr 22, 2025
c7420af
use class for Economics.sam_economics
softwareengineerprogrammer Apr 23, 2025
2d7a732
base fed/state income tax splits on assumption of 21% max fed tax rat…
softwareengineerprogrammer Apr 23, 2025
2f77a29
Consolidate assertHasLogRecordWithMessage
softwareengineerprogrammer Apr 23, 2025
700625f
Log warning about GTR being ignored if it's provided
softwareengineerprogrammer Apr 23, 2025
6106344
log ignored warning if EIR provided
softwareengineerprogrammer Apr 23, 2025
16cd0c7
README examples entry
softwareengineerprogrammer Apr 23, 2025
4a35db8
instructions in geophires_sam_economics/README.md
softwareengineerprogrammer Apr 23, 2025
443829a
remove/comment out gross revenue tax rate and inflated equity interes…
softwareengineerprogrammer Apr 24, 2025
1d6910a
set nameplate capacity to max total generation (instead of net) and a…
softwareengineerprogrammer Apr 24, 2025
f383427
comments cleanup
softwareengineerprogrammer Apr 24, 2025
b2d694d
consolidate unit conversion
softwareengineerprogrammer Apr 24, 2025
a431d0c
minor code cleaup
softwareengineerprogrammer Apr 24, 2025
fd173e3
update PySAM/.sam project file defaults to reflect changes/stay appro…
softwareengineerprogrammer Apr 24, 2025
c2d91d1
example .txt description & param organization
softwareengineerprogrammer Apr 24, 2025
c0d70f8
no log error/warning for skipped properties
softwareengineerprogrammer Apr 24, 2025
20bd44a
improve internal utility method
softwareengineerprogrammer Apr 24, 2025
f82d5a8
Disable debug logging/unknown property suggestions unless ENABLE_GEOP…
softwareengineerprogrammer Apr 24, 2025
5c48d8f
minor comment cleanup
softwareengineerprogrammer Apr 24, 2025
d8b1a82
Outputs.py - remove unused import, suppress inaccurate PyCharm inspec…
softwareengineerprogrammer Apr 24, 2025
c3f459d
add reference to https://github.com/NREL/GEOPHIRES-X/issues/382
softwareengineerprogrammer Apr 24, 2025
d404012
clean up non-calculated econ output placeholders
softwareengineerprogrammer Apr 24, 2025
5ad245e
Address TODO/WIP re: non-SAM cash flow calculation when SAM economic …
softwareengineerprogrammer Apr 24, 2025
5f198f1
unit test claimed to have been added in previous commit (7ea08b3f00eb…
softwareengineerprogrammer Apr 24, 2025
01a01ca
update changelog stub
softwareengineerprogrammer Apr 24, 2025
e8f515a
fix doc typo
softwareengineerprogrammer Apr 30, 2025
f97b1d6
README references tweaks
softwareengineerprogrammer May 1, 2025
0a6feac
Prevent intermittent GitHub Actions failures on Windows by setting MP…
softwareengineerprogrammer May 1, 2025
c046526
Conditionally set matplotlib backend to Agg only if running in GitHub…
softwareengineerprogrammer May 1, 2025
d5ee44f
Revert "Prevent intermittent GitHub Actions failures on Windows by se…
softwareengineerprogrammer May 1, 2025
0ab1244
Workaround for https://github.com/NREL/GEOPHIRES-X/issues/365 with sh…
softwareengineerprogrammer May 1, 2025
a6dfefa
remove stray breaking import accidentally introduced in previous commit
softwareengineerprogrammer May 1, 2025
d3b6074
utili-fy additional calls relevant to https://github.com/NREL/GEOPHIR…
softwareengineerprogrammer May 1, 2025
c15630e
fix plt_show reference in SBTReservoir.py
softwareengineerprogrammer May 2, 2025
0572374
Handle TclError that percolates indirectly as TypeError in HTML outpu…
softwareengineerprogrammer May 2, 2025
e364ec3
Catch/test for correct error and otherwise re-raise https://github.co…
softwareengineerprogrammer May 2, 2025
629b821
README econ model list update
softwareengineerprogrammer May 2, 2025
7b20767
add sphinx theme to development requirements
softwareengineerprogrammer May 5, 2025
026e5bf
update docs/conf.py external links (repo name)
softwareengineerprogrammer May 5, 2025
66ae602
sphinx styling override to allow body/tables to take up width of page…
softwareengineerprogrammer May 5, 2025
a1bb509
address yet another windows github action failure mode re: https://gi…
softwareengineerprogrammer May 5, 2025
293b455
Bump version: 3.9.5 → 3.9.6
softwareengineerprogrammer May 5, 2025
4dd2247
Use consistent naming - 'SAM Single Owner PPA'
softwareengineerprogrammer May 9, 2025
83d76ec
Enable SAM-EM link in documentation examples table (now present in we…
softwareengineerprogrammer May 9, 2025
e049b05
log mapped SAM parameters
softwareengineerprogrammer May 13, 2025
f9282fb
log sam parameter mapping in tabulated format
softwareengineerprogrammer May 13, 2025
b475294
references DOI link fix, addition
softwareengineerprogrammer May 13, 2025
49a3e7d
Calculate and display WACC for SAM Economic Model
softwareengineerprogrammer May 14, 2025
0112dc0
Remove EIR TODO addressed in previous commit
softwareengineerprogrammer May 14, 2025
f1604bb
SAM-Economic-Models.md cleanup
softwareengineerprogrammer May 14, 2025
23c34ec
Document WACC calculation, citing SAM Help
softwareengineerprogrammer May 14, 2025
05a768b
Include Nominal Discount Rate in output
softwareengineerprogrammer May 14, 2025
ee9ca4d
Display Real Discount Rate instead of Interest Rate for SAM Economic …
softwareengineerprogrammer May 14, 2025
7021cdb
Merge branch 'main' into econ-model-single-owner-ppa-sam-3
softwareengineerprogrammer May 14, 2025
9e0e9b2
Fix unit test impacted by change to display Real Discount Rate instea…
softwareengineerprogrammer May 14, 2025
5ab4e36
Check that economics has discountrate field before attempting to sync…
softwareengineerprogrammer May 14, 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.9.6
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.9.6
version_manager: "bump2version"
website: "https://github.com/NREL"
year_from: "2023"
Expand Down
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,20 @@
# pre-commit install --install-hooks
# To update the versions:
# pre-commit autoupdate
exclude: '^(\.tox|ci/templates|\.bumpversion\.cfg|src/geophires_x)(/|$)'
exclude: '^(\.tox|ci/templates|\.bumpversion\.cfg|src/geophires_x(?!/(GEOPHIRESv3|EconomicsSam|EconomicsSamCashFlow)\.py))(/|$)'
# Note the order is intentional to avoid multiple passes of the hooks
repos:
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.3.1
rev: v0.11.4
hooks:
- id: ruff
args: [--fix, --exit-non-zero-on-fix, --show-fixes]
- repo: https://github.com/psf/black
rev: 24.2.0
rev: 25.1.0
hooks:
- id: black
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.5.0
rev: v5.0.0
hooks:
- id: trailing-whitespace
- id: end-of-file-fixer
Expand Down
10 changes: 10 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,16 @@ Changelog
GEOPHIRES-X (2023-2025)
------------------------

3.9
^^^

.. TODO/WIP stub

`release <https://github.com/NREL/GEOPHIRES-X/releases/tag/v3.9.5>`__

SAM Single-owner PPA Economic Model


3.8
^^^

Expand Down
1 change: 1 addition & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,6 @@ include How-to-extend-GEOPHIRES-X.md
include geophires-logo.png

prune References
prune geophires_sam_economics

global-exclude *.py[cod] __pycache__/* *.so *.dylib
18 changes: 13 additions & 5 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.9.6.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.9.6...main

.. |docs| image:: https://readthedocs.org/projects/GEOPHIRES-X/badge/?style=flat
:target: https://nrel.github.io/GEOPHIRES-X
Expand Down Expand Up @@ -288,18 +288,22 @@ direct-use heat (e.g. for industrial processing heating or residential space hea
(3) co-generation of heat and electricity. The co-generation option considers bottoming
cycle, topping cycle, and parallel cycle.

GEOPHIRES has 4 economic models to calculate the levelized cost of heat or
GEOPHIRES has 5 economic models to calculate the levelized cost of heat or
electricity: (1) fixed charge rate (FCR) model;
(2) standard discounting levelized cost model;
(3) BICYCLE model;
(4) CLGS.
(4) CLGS;
(5) SAM Single-owner PPA.

.. TODO link to SAM Economic Model docs

The capital and O&M costs for the different geothermal system components (exploration,
well drilling, surface plant, etc.) are either provided by the user or calculated with built-in
correlations.

For more information on the theoretical basis for GEOPHIRES see
`GEOPHIRES v2.0: updated geothermal techno‐economic simulation tool (Beckers & McCabe, 2019) <https://github.com/NREL/GEOPHIRES-X/blob/fb5caadfa419c3bd05de656a33700d085fbc0432/References/GEOPHIRES%20v2.0%20User%20Manual.pdf>`__.
`GEOPHIRES v2.0: updated geothermal techno‐economic simulation tool (Beckers & McCabe, 2019) <https://github.com/NREL/GEOPHIRES-X/blob/fb5caadfa419c3bd05de656a33700d085fbc0432/References/GEOPHIRES%20v2.0%20User%20Manual.pdf>`__
and `GEOPHIRES reference materials <References/references.md#geophires>`__.

Parameters
----------
Expand Down Expand Up @@ -458,6 +462,10 @@ Example-specific web interface deeplinks are listed in the Link column.
- `example_SHR-2.txt <tests/examples/example_SHR-2.txt>`__
- `.out <tests/examples/example_SHR-2.out>`__
- `link <https://gtp.scientificwebservices.com/geophires?geophires-example-id=example_SHR-2>`__
* - SAM Single Owner PPA
- `example_SAM-single-owner-PPA.txt <tests/examples/example_SAM-single-owner-PPA.txt>`__
- `.out <tests/examples/example_SAM-single-owner-PPA.out>`__
- `link <https://gtp.scientificwebservices.com/geophires?geophires-example-id=example_SAM-single-owner-PPA>`__

.. raw:: html

Expand Down
4 changes: 2 additions & 2 deletions References/references.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@

# GEOPHIRES
* [GEOPHIRES v2.0 User Manual.pdf](https://github.com/NREL/GEOPHIRES-X/blob/fb5caadfa419c3bd05de656a33700d085fbc0432/References/GEOPHIRES%20v2.0%20User%20Manual.pdf) ![https://doi.org/10.1186/s40517-019-0119-6](https://zenodo.org/badge/doi/10.1186/s40517-019-0119-6.svg)
* [GEOPHIRES v2.0 User Manual.pdf](https://github.com/NREL/GEOPHIRES-X/blob/fb5caadfa419c3bd05de656a33700d085fbc0432/References/GEOPHIRES%20v2.0%20User%20Manual.pdf) [![](https://zenodo.org/badge/doi/10.1186/s40517-019-0119-6.svg)](https://doi.org/10.1186/s40517-019-0119-6)
* [Beckers 2019 GEOPHIRES v2.pdf](https://github.com/NREL/GEOPHIRES-X/blob/fb5caadfa419c3bd05de656a33700d085fbc0432/References/Beckers%202019%20GEOPHIRES%20v2.pdf)
* [Beckers 2018 Introducing GEOPHIRES v2.pdf](https://github.com/NREL/GEOPHIRES-X/blob/fb5caadfa419c3bd05de656a33700d085fbc0432/References/Beckers%202018%20Introducing%20GEOPHIRES%20v2.pdf)
* [Beckers 2016 Dissertation.pdf](https://github.com/NREL/GEOPHIRES-X/blob/fb5caadfa419c3bd05de656a33700d085fbc0432/References/Beckers%202016%20Dissertation.pdf)
* [Beckers 2016 Dissertation.pdf](https://github.com/NREL/GEOPHIRES-X/blob/fb5caadfa419c3bd05de656a33700d085fbc0432/References/Beckers%202016%20Dissertation.pdf) [![](https://zenodo.org/badge/doi/10.7298/X4736NTC.svg)](https://doi.org/10.7298/X4736NTC)
* [Beckers 2013 GEOPHIRES v1.pdf](https://github.com/NREL/GEOPHIRES-X/blob/fb5caadfa419c3bd05de656a33700d085fbc0432/References/Beckers%202013%20GEOPHIRES%20v1.pdf)

# Reference
Expand Down
4 changes: 4 additions & 0 deletions docs/Monte-Carlo-User-Guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,3 +118,7 @@ python -mgeophires_monte_carlo GEOPHIRESv3.py GEOPHIRES-example1.txt MC_GEOPHIRE
## Documentation

See [module documentation](reference/geophires_monte_carlo.html)

## Web Interface

Monte Carlo is available in the web interface at [gtp.scientificwebservices.com/monte-carlo](https://gtp.scientificwebservices.com/monte-carlo)
Loading