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
Fix incorrect tooltip text for 'Drilling and completion costs per well' (was erroneously copy-paste-duplicated from 'Wellfield cost'). Use parameterized default indirect cost in relevant tooltip texts (leftover TODOs from NREL#383)
Copy file name to clipboardExpand all lines: src/geophires_x_schema_generator/geophires-result.json
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -342,12 +342,12 @@
342
342
"properties": {
343
343
"Drilling and completion costs": {
344
344
"type": "number",
345
-
"description": "Wellfield cost. Includes total drilling and completion cost of all injection and production wells and laterals, plus 5% indirect costs.",
345
+
"description": "Wellfield cost. Includes total drilling and completion cost of all injection and production wells and laterals, plus indirect costs (default: 5%).",
346
346
"units": "MUSD"
347
347
},
348
348
"Drilling and completion costs per well": {
349
349
"type": "number",
350
-
"description": "Includes total drilling and completion cost per well, including injection and production wells and laterals, plus 5% indirect costs.",
350
+
"description": "Drilling and completion cost per well, including indirect costs (default: 5%).",
351
351
"units": "MUSD"
352
352
},
353
353
"Drilling and completion costs per production well": {},
0 commit comments