Skip to content

Commit b5641a5

Browse files
Tweak default params order, use double-flash instead of single-flash
1 parent c63cd65 commit b5641a5

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

geophires/geophires-ui.js

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -392,17 +392,15 @@ $(document).ready(function () {
392392

393393
// Default from example_SHR-2.txt
394394
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",
403396
"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",
404403
"Number of Segments": "1",
405-
"Gradient 1": "50",
406404
"Number of Production Wells": "2",
407405
"Number of Injection Wells": "2",
408406
"Production Well Diameter": "7",
@@ -411,6 +409,13 @@ $(document).ready(function () {
411409
"Production Wellbore Temperature Drop": ".5",
412410
"Injection Wellbore Temperature Gain": "0",
413411
"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",
414419
"Fracture Shape": "3",
415420
"Fracture Height": "900",
416421
"Reservoir Volume Option": "3",
@@ -423,10 +428,6 @@ $(document).ready(function () {
423428
"Maximum Drawdown": "1",
424429
"Reservoir Heat Capacity": "1000",
425430
"Reservoir Density": "2700",
426-
"Reservoir Thermal Conductivity": "2.7",
427-
"End-Use Option": "1",
428-
"Economic Model": "1",
429-
"Power Plant Type": "3",
430431
"Circulation Pump Efficiency": ".8",
431432
"Utilization Factor": ".9",
432433
"Surface Temperature": "20",
@@ -435,7 +436,6 @@ $(document).ready(function () {
435436
"Fixed Charge Rate": ".05",
436437
"Inflation Rate During Construction": "0",
437438
"Time steps per year": "6",
438-
"Maximum Temperature": "500"
439439
}
440440

441441
try {

0 commit comments

Comments
 (0)