@@ -392,17 +392,15 @@ $(document).ready(function () {
392
392
393
393
// Default from example_SHR-2.txt
394
394
let defaultParams = {
395
- "Starting Electricity Sale Price" : "0.06" ,
396
- "Ending Electricity Sale Price" : "0.10" ,
397
- "Electricity Escalation Start Year" : "1" ,
398
- "Electricity Escalation Rate Per Year" : "0.012" ,
399
- "Annual License Etc" : "0" ,
400
- "Flat License Etc" : "0" ,
401
- "Tax Relief Per Year" : "2.212" ,
402
- "Reservoir Model" : "1" ,
395
+ "Gradient 1" : "50" ,
403
396
"Reservoir Depth" : "7.5" ,
397
+ "Reservoir Thermal Conductivity" : "2.7" ,
398
+ "End-Use Option" : "1" ,
399
+ "Economic Model" : "1" ,
400
+ "Power Plant Type" : "4" ,
401
+ "Maximum Temperature" : "500" ,
402
+ "Reservoir Model" : "1" ,
404
403
"Number of Segments" : "1" ,
405
- "Gradient 1" : "50" ,
406
404
"Number of Production Wells" : "2" ,
407
405
"Number of Injection Wells" : "2" ,
408
406
"Production Well Diameter" : "7" ,
@@ -411,6 +409,13 @@ $(document).ready(function () {
411
409
"Production Wellbore Temperature Drop" : ".5" ,
412
410
"Injection Wellbore Temperature Gain" : "0" ,
413
411
"Production Flow Rate per Well" : "55" ,
412
+ "Starting Electricity Sale Price" : "0.06" ,
413
+ "Ending Electricity Sale Price" : "0.10" ,
414
+ "Electricity Escalation Start Year" : "1" ,
415
+ "Electricity Escalation Rate Per Year" : "0.012" ,
416
+ "Annual License Etc" : "0" ,
417
+ "Flat License Etc" : "0" ,
418
+ "Tax Relief Per Year" : "2.212" ,
414
419
"Fracture Shape" : "3" ,
415
420
"Fracture Height" : "900" ,
416
421
"Reservoir Volume Option" : "3" ,
@@ -423,10 +428,6 @@ $(document).ready(function () {
423
428
"Maximum Drawdown" : "1" ,
424
429
"Reservoir Heat Capacity" : "1000" ,
425
430
"Reservoir Density" : "2700" ,
426
- "Reservoir Thermal Conductivity" : "2.7" ,
427
- "End-Use Option" : "1" ,
428
- "Economic Model" : "1" ,
429
- "Power Plant Type" : "3" ,
430
431
"Circulation Pump Efficiency" : ".8" ,
431
432
"Utilization Factor" : ".9" ,
432
433
"Surface Temperature" : "20" ,
@@ -435,7 +436,6 @@ $(document).ready(function () {
435
436
"Fixed Charge Rate" : ".05" ,
436
437
"Inflation Rate During Construction" : "0" ,
437
438
"Time steps per year" : "6" ,
438
- "Maximum Temperature" : "500"
439
439
}
440
440
441
441
try {
0 commit comments