Skip to content

Commit 1dc6dcb

Browse files
Regenerate schema (with Royalty Rate)
1 parent 86af5fd commit 1dc6dcb

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

src/geophires_x_schema_generator/geophires-request.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1638,6 +1638,15 @@
16381638
"minimum": 0.0,
16391639
"maximum": 1.0
16401640
},
1641+
"Royalty Rate": {
1642+
"description": "Royalty rate used in SAM Economic Models.",
1643+
"type": "number",
1644+
"units": "",
1645+
"category": "Economics",
1646+
"default": 0.0,
1647+
"minimum": 0.0,
1648+
"maximum": 1.0
1649+
},
16411650
"Discount Initial Year Cashflow": {
16421651
"description": "Whether to discount cashflow in the initial project year when calculating NPV (Net Present Value). The default value of False conforms to NREL's standard convention for NPV calculation (Short W et al, 1995. https://www.nrel.gov/docs/legosti/old/5173.pdf). A value of True will, by contrast, cause NPV calculation to follow the convention used by Excel, Google Sheets, and other common spreadsheet software. Although NREL's NPV convention may typically be considered more technically correct, Excel-style NPV calculation might be preferred for familiarity or compatibility with existing business processes. See https://github.com/NREL/GEOPHIRES-X/discussions/344 for further details.",
16431652
"type": "boolean",

0 commit comments

Comments
 (0)