Skip to content

Commit fa958f3

Browse files
Tweak discount initial year cashflow documentation
1 parent 6f088ba commit fa958f3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/geophires_x/Economics.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -893,9 +893,9 @@ def __init__(self, model: Model):
893893
'A value of True will, by contrast, cause NPV calculation to follow the convention used by '
894894
'Excel, Google Sheets, and other common spreadsheet software. '
895895
'Although NREL\'s NPV convention may typically be considered more technically correct, '
896-
'Excel-style NPV calculation may be preferred by some for familiarity '
896+
'Excel-style NPV calculation might be preferred for familiarity '
897897
'or compatibility with existing business processes. '
898-
'See https://github.com/NREL/GEOPHIRES-X/discussions/344 for discussion and further details.'
898+
'See https://github.com/NREL/GEOPHIRES-X/discussions/344 for further details.'
899899
)
900900

901901
self.FIB = self.ParameterDict[self.FIB.Name] = floatParameter(

src/geophires_x_schema_generator/geophires-request.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1581,7 +1581,7 @@
15811581
"maximum": 1.0
15821582
},
15831583
"Discount Initial Year Cashflow": {
1584-
"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 may be preferred by some for familiarity or compatibility with existing business processes. See https://github.com/NREL/GEOPHIRES-X/discussions/344 for discussion and further details.",
1584+
"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.",
15851585
"type": "boolean",
15861586
"units": null,
15871587
"category": "Economics",

0 commit comments

Comments
 (0)