Skip to content

Commit 63545f3

Browse files
Regenerate schema (geophires-request.json; NREL#171)
1 parent 77a860e commit 63545f3

File tree

1 file changed

+12
-3
lines changed

1 file changed

+12
-3
lines changed

src/geophires_x_schema_generator/geophires-request.json

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@
7979
},
8080
"Gradients": {
8181
"description": "Geothermal gradients",
82-
"type": "number",
82+
"type": "array",
8383
"units": "degC/m",
8484
"category": "Reservoir",
8585
"default": [
@@ -94,9 +94,9 @@
9494
"Gradient 1": {
9595
"description": "Geothermal gradient 1 in rock segment 1",
9696
"type": "number",
97-
"units": "degC/m",
97+
"units": "degC/km",
9898
"category": "Reservoir",
99-
"default": 0.05,
99+
"default": 50,
100100
"minimum": 0.0,
101101
"maximum": 500.0
102102
},
@@ -1600,6 +1600,15 @@
16001600
"minimum": null,
16011601
"maximum": null
16021602
},
1603+
"Estimated Jobs Created per MW of Electricity Produced": {
1604+
"description": "Estimated jobs created per MW of electricity produced, per https://geothermal.org/resources/geothermal-basics",
1605+
"type": "number",
1606+
"units": null,
1607+
"category": "Economics",
1608+
"default": 2.13,
1609+
"minimum": -1.8e+30,
1610+
"maximum": 1.8e+30
1611+
},
16031612
"Operation & Maintenance Cost of Surface Plant": {
16041613
"description": "",
16051614
"type": "number",

0 commit comments

Comments
 (0)