Skip to content

Commit

Permalink
Regenerate schema (geophires-request.json; NREL#171)
Browse files Browse the repository at this point in the history
  • Loading branch information
softwareengineerprogrammer committed Jun 21, 2024
1 parent 77a860e commit 63545f3
Showing 1 changed file with 12 additions and 3 deletions.
15 changes: 12 additions & 3 deletions src/geophires_x_schema_generator/geophires-request.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
},
"Gradients": {
"description": "Geothermal gradients",
"type": "number",
"type": "array",
"units": "degC/m",
"category": "Reservoir",
"default": [
Expand All @@ -94,9 +94,9 @@
"Gradient 1": {
"description": "Geothermal gradient 1 in rock segment 1",
"type": "number",
"units": "degC/m",
"units": "degC/km",
"category": "Reservoir",
"default": 0.05,
"default": 50,
"minimum": 0.0,
"maximum": 500.0
},
Expand Down Expand Up @@ -1600,6 +1600,15 @@
"minimum": null,
"maximum": null
},
"Estimated Jobs Created per MW of Electricity Produced": {
"description": "Estimated jobs created per MW of electricity produced, per https://geothermal.org/resources/geothermal-basics",
"type": "number",
"units": null,
"category": "Economics",
"default": 2.13,
"minimum": -1.8e+30,
"maximum": 1.8e+30
},
"Operation & Maintenance Cost of Surface Plant": {
"description": "",
"type": "number",
Expand Down

0 comments on commit 63545f3

Please sign in to comment.