Skip to content

Commit 56cc816

Browse files
regenerate schema
1 parent 1634427 commit 56cc816

File tree

1 file changed

+130
-2
lines changed

1 file changed

+130
-2
lines changed

src/geophires_x_schema_generator/geophires-request.json

Lines changed: 130 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@
2121
"Cylindrical Reservoir Output Depth",
2222
"Cylindrical Reservoir Length",
2323
"Drilled length",
24+
"Number of Horizontal Injection Well Cells",
25+
"Number of Horizontal Production Well Cells",
2426
"Number of Production Wells",
2527
"Number of Injection Wells",
2628
"Production Well Diameter",
@@ -606,7 +608,133 @@
606608
"type": "string",
607609
"units": null,
608610
"category": "Reservoir",
609-
"default": null,
611+
"default": "Doublet",
612+
"minimum": null,
613+
"maximum": null
614+
},
615+
"Vertical Injection Well Cell ID": {
616+
"description": "",
617+
"type": "string",
618+
"units": null,
619+
"category": "Reservoir",
620+
"default": "A3Q23",
621+
"minimum": null,
622+
"maximum": null
623+
},
624+
"Vertical Production Well Cell ID": {
625+
"description": "",
626+
"type": "string",
627+
"units": null,
628+
"category": "Reservoir",
629+
"default": "A3Q28",
630+
"minimum": null,
631+
"maximum": null
632+
},
633+
"Number of Horizontal Injection Well Cells": {
634+
"description": "Number of cells assumed as horizontal injection wells",
635+
"type": "integer",
636+
"units": null,
637+
"category": "Reservoir",
638+
"default": 0,
639+
"minimum": 0,
640+
"maximum": 5
641+
},
642+
"Horizontal Injection Well Cell ID 1": {
643+
"description": "",
644+
"type": "string",
645+
"units": null,
646+
"category": "Reservoir",
647+
"default": "A3R23",
648+
"minimum": null,
649+
"maximum": null
650+
},
651+
"Horizontal Injection Well Cell ID 2": {
652+
"description": "",
653+
"type": "string",
654+
"units": null,
655+
"category": "Reservoir",
656+
"default": "A3S23",
657+
"minimum": null,
658+
"maximum": null
659+
},
660+
"Horizontal Injection Well Cell ID 3": {
661+
"description": "",
662+
"type": "string",
663+
"units": null,
664+
"category": "Reservoir",
665+
"default": "A3T23",
666+
"minimum": null,
667+
"maximum": null
668+
},
669+
"Horizontal Injection Well Cell ID 4": {
670+
"description": "",
671+
"type": "string",
672+
"units": null,
673+
"category": "Reservoir",
674+
"default": "A3U23",
675+
"minimum": null,
676+
"maximum": null
677+
},
678+
"Horizontal Injection Well Cell ID 5": {
679+
"description": "",
680+
"type": "string",
681+
"units": null,
682+
"category": "Reservoir",
683+
"default": "A3V23",
684+
"minimum": null,
685+
"maximum": null
686+
},
687+
"Number of Horizontal Production Well Cells": {
688+
"description": "Number of cells assumed as horizontal production wells",
689+
"type": "integer",
690+
"units": null,
691+
"category": "Reservoir",
692+
"default": 0,
693+
"minimum": 0,
694+
"maximum": 5
695+
},
696+
"Horizontal Production Well Cell ID 1": {
697+
"description": "",
698+
"type": "string",
699+
"units": null,
700+
"category": "Reservoir",
701+
"default": "A3R28",
702+
"minimum": null,
703+
"maximum": null
704+
},
705+
"Horizontal Production Well Cell ID 2": {
706+
"description": "",
707+
"type": "string",
708+
"units": null,
709+
"category": "Reservoir",
710+
"default": "A3S28",
711+
"minimum": null,
712+
"maximum": null
713+
},
714+
"Horizontal Production Well Cell ID 3": {
715+
"description": "",
716+
"type": "string",
717+
"units": null,
718+
"category": "Reservoir",
719+
"default": "A3T28",
720+
"minimum": null,
721+
"maximum": null
722+
},
723+
"Horizontal Production Well Cell ID 4": {
724+
"description": "",
725+
"type": "string",
726+
"units": null,
727+
"category": "Reservoir",
728+
"default": "A3U28",
729+
"minimum": null,
730+
"maximum": null
731+
},
732+
"Horizontal Production Well Cell ID 5": {
733+
"description": "",
734+
"type": "string",
735+
"units": null,
736+
"category": "Reservoir",
737+
"default": "A3V28",
610738
"minimum": null,
611739
"maximum": null
612740
},
@@ -616,7 +744,7 @@
616744
"units": "meter",
617745
"category": "Reservoir",
618746
"default": 0.0,
619-
"minimum": 10,
747+
"minimum": 5,
620748
"maximum": 10000
621749
},
622750
"Reservoir Width": {

0 commit comments

Comments
 (0)