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
Copy file name to clipboardExpand all lines: src/geophires_x_schema_generator/geophires-request.json
+10-1Lines changed: 10 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -320,7 +320,16 @@
320
320
"category": "Reservoir",
321
321
"default": 10,
322
322
"minimum": 1,
323
-
"maximum": 99999
323
+
"maximum": 1000000
324
+
},
325
+
"Number of Fractures per Stimulated Well": {
326
+
"description": "Number of identical parallel fractures per stimulated well in EGS fracture-based reservoir model. (Note that injection wells are assumed to be stimulated by default; production wells are assumed to be stimulated if Reservoir Stimulation Capital Cost per Production Well is provided.)",
327
+
"type": "integer",
328
+
"units": null,
329
+
"category": "Reservoir",
330
+
"default": 20,
331
+
"minimum": 1,
332
+
"maximum": 1000000
324
333
},
325
334
"Fracture Separation": {
326
335
"description": "Separation of identical parallel fractures with uniform spatial distribution in EGS fracture-based reservoir",
0 commit comments