File tree Expand file tree Collapse file tree 1 file changed +12
-3
lines changed
src/geophires_x_schema_generator Expand file tree Collapse file tree 1 file changed +12
-3
lines changed Original file line number Diff line number Diff line change 79
79
},
80
80
"Gradients" : {
81
81
"description" : " Geothermal gradients" ,
82
- "type" : " number " ,
82
+ "type" : " array " ,
83
83
"units" : " degC/m" ,
84
84
"category" : " Reservoir" ,
85
85
"default" : [
94
94
"Gradient 1" : {
95
95
"description" : " Geothermal gradient 1 in rock segment 1" ,
96
96
"type" : " number" ,
97
- "units" : " degC/m " ,
97
+ "units" : " degC/km " ,
98
98
"category" : " Reservoir" ,
99
- "default" : 0.05 ,
99
+ "default" : 50 ,
100
100
"minimum" : 0.0 ,
101
101
"maximum" : 500.0
102
102
},
1600
1600
"minimum" : null ,
1601
1601
"maximum" : null
1602
1602
},
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
+ },
1603
1612
"Operation & Maintenance Cost of Surface Plant" : {
1604
1613
"description" : " " ,
1605
1614
"type" : " number" ,
You can’t perform that action at this time.
0 commit comments