You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
3.9.47: `Add-Ons support for SAM Economic Models <https://nrel.github.io/GEOPHIRES-X/SAM-Economic-Models.html#add-ons>`__ | `release <https://github.com/NREL/GEOPHIRES-X/releases/tag/v3.9.47>`__
12
12
13
-
v3.9 adds the `SAM Single Owner PPA Economic Model <https://nrel.github.io/GEOPHIRES-X/SAM-Economic-Models.html>`__
3.9.33: `Parameterize Reservoir Stimulation Capital Cost per well <https://github.com/NREL/GEOPHIRES-X/pull/399>`__, `Allow input parameters in CSV <https://github.com/NREL/GEOPHIRES-X/pull/398>`__ | `release <https://github.com/NREL/GEOPHIRES-X/releases/tag/v3.9.33>`__
3.9.29: `Move Getting Started to separate documentation page; MPF Gringarten name <https://github.com/NREL/GEOPHIRES-X/pull/396>`__ | `release <https://github.com/NREL/GEOPHIRES-X/releases/tag/v3.9.29>`__
28
+
29
+
3.9.28: `Peaking Boiler Cost per kW; Increase allowed fractures; Honor Capital Cost for Power Plant; Client caching fix; Cape-4 laterals & res. vol.; Doublets parameter <https://github.com/NREL/GEOPHIRES-X/pull/394>`__ | `release <https://github.com/NREL/GEOPHIRES-X/releases/tag/v3.9.28>`__
30
+
31
+
3.9.16: `Fervo Cape Station 500 MWe Update + 50 MWe SAM Example <https://github.com/NREL/GEOPHIRES-X/pull/389>`__ | `release <https://github.com/NREL/GEOPHIRES-X/releases/tag/v3.9.16>`__
32
+
33
+
3.9.8: `Missing percent unit fixes <https://github.com/NREL/GEOPHIRES-X/pull/388>`__ | `release <https://github.com/NREL/GEOPHIRES-X/releases/tag/v3.9.8>`__
34
+
35
+
3.9: `SAM Single Owner PPA Economic Model <https://nrel.github.io/GEOPHIRES-X/SAM-Economic-Models.html>`__ | `release <https://github.com/NREL/GEOPHIRES-X/releases/tag/v3.9.7>`__
Changes default output file path to the original working directory instead of the the GEOPHIRES module source directory (usually ``geophires-x`` or ``src/geophires_x``, depending on package installation type).
57
78
This affects:
@@ -71,7 +92,7 @@ Affected users who do not want the new behavior can specify absolute output path
Copy file name to clipboardExpand all lines: docs/SAM-Economic-Models.md
+15-1Lines changed: 15 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -30,6 +30,7 @@ The following table describes how GEOPHIRES parameters are transformed into SAM
30
30
|`Fraction of Investment in Bonds`| Financial Parameters → Project Term Debt |`Debt percent`|`Singleowner`|`debt_percent`| .. N/A |
31
31
|`Inflated Bond Interest Rate`| Financial Parameters → Project Term Debt |`Annual interest rate`|`Singleowner`|`term_int_rate`| .. N/A |
32
32
|`Starting Electricity Sale Price`, `Ending Electricity Sale Price`, `Electricity Escalation Rate Per Year`, `Electricity Escalation Start Year`| Revenue |`PPA price`|`Singleowner`|`ppa_price_input`| GEOPHIRES's pricing model is used to create a PPA price schedule that is passed to SAM. |
|`Investment Tax Credit Rate`| Incentives → Investment Tax Credit (ITC) |`Federal` → `Percentage (%)`|`Singleowner`|`itc_fed_percent`| Note that unlike the BICYCLE Economic Model's `Total capital costs`, SAM Economic Model's `Total CAPEX` is the total installed cost and does not subtract ITC value (if present). |
@@ -48,7 +49,9 @@ The following table describes how GEOPHIRES parameters are transformed into SAM
48
49
### Limitations
49
50
50
51
1. Only Electricity end-use is supported
51
-
2. Only 1 construction year is supported. Note that the `Inflation Rate During Construction` parameter can be used to partially account for longer construction periods.
52
+
2. Only 1 construction year is supported. Note that the `Inflation Rate During Construction` parameter can be used to
53
+
partially account for longer construction periods.
54
+
3. Add-ons with electricity and heat are not currently supported. (Add-ons CAPEX, OPEX, and profit are supported.)
52
55
53
56
## Using SAM Economic Models with Existing GEOPHIRES Inputs
54
57
@@ -135,6 +138,17 @@ You can then manually enter the parameters from the logged mapping into the SAM
0 commit comments