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
f.write(f' Drilling and completion costs (for redrilling):{model.economics.Cwell.value:10.2f} '+model.economics.Cwell.CurrentUnits.value+NL)
480
480
f.write(f' Drilling and completion costs per redrilled well: {(model.economics.Cwell.value/(model.wellbores.nprod.value+model.wellbores.ninj.value)):10.2f} '+model.economics.Cwell.CurrentUnits.value+NL)
Copy file name to clipboardExpand all lines: src/geophires_x_schema_generator/geophires-request.json
+19-1Lines changed: 19 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1395,8 +1395,26 @@
1395
1395
"minimum": 0,
1396
1396
"maximum": 1000
1397
1397
},
1398
+
"Reservoir Stimulation Capital Cost per Injection Well": {
1399
+
"description": "Reservoir stimulation capital cost per injection well",
1400
+
"type": "number",
1401
+
"units": "MUSD",
1402
+
"category": "Economics",
1403
+
"default": 1.25,
1404
+
"minimum": 0,
1405
+
"maximum": 100
1406
+
},
1407
+
"Reservoir Stimulation Capital Cost per Production Well": {
1408
+
"description": "Reservoir stimulation capital cost per production well. By default, only the injection wells are assumed to be stimulated unless this parameter is provided.",
1409
+
"type": "number",
1410
+
"units": "MUSD",
1411
+
"category": "Economics",
1412
+
"default": 0,
1413
+
"minimum": 0,
1414
+
"maximum": 100
1415
+
},
1398
1416
"Reservoir Stimulation Capital Cost Adjustment Factor": {
1399
-
"description": "Multiplier for built-in reservoir stimulation capital cost correlation",
1417
+
"description": "Multiplier for reservoir stimulation capital cost correlation",
Copy file name to clipboardExpand all lines: src/geophires_x_schema_generator/geophires-result.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -351,7 +351,7 @@
351
351
"Drilling and completion costs per redrilled well": {},
352
352
"Stimulation costs": {
353
353
"type": "number",
354
-
"description": "Default correlation: $1.25M per injection well plus 15% contingency plus 12% indirect costs. Provide Reservoir Stimulation Capital Cost Adjustment Factor to multiply the default correlation. Provide Reservoir Stimulation Capital Cost to override the default correlation and set your own cost.",
354
+
"description": "Default correlation: $1.25M per injection well plus 15% contingency plus 5% indirect costs. Provide Reservoir Stimulation Capital Cost per Injection Well and Reservoir Stimulation Capital Cost per Production Well to set the correlation costs per well. Provide Reservoir Stimulation Capital Cost Adjustment Factor to multiply the correlation-calculated cost. Provide Reservoir Stimulation Capital Cost to override the correlation and set your own total stimulation cost.",
0 commit comments