Skip to content

Commit 1c4b95c

Browse files
fix field name print width
1 parent cdaff45 commit 1c4b95c

24 files changed

+139
-139
lines changed

src/geophires_x/Outputs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2168,4 +2168,4 @@ def o(output_param: OutputParameter):
21682168

21692169
@staticmethod
21702170
def _field_label(field_name:str, print_width_before_value: int) -> str:
2171-
return f'{field_name}:{" " * (print_width_before_value - len(field_name))}'
2171+
return f'{field_name}:{" " * (print_width_before_value - len(field_name) - 1)}'

tests/examples/Fervo_Norbeck_Latimer_2023.out

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@
44

55
Simulation Metadata
66
----------------------
7-
GEOPHIRES Version: 3.6.7
8-
Simulation Date: 2025-01-14
9-
Simulation Time: 08:40
10-
Calculation Time: 0.448 sec
7+
GEOPHIRES Version: 3.6.9
8+
Simulation Date: 2025-01-20
9+
Simulation Time: 10:28
10+
Calculation Time: 0.903 sec
1111

1212
***SUMMARY OF RESULTS***
1313

@@ -17,7 +17,7 @@ Simulation Metadata
1717
Number of production wells: 1
1818
Number of injection wells: 1
1919
Flowrate per production well: 41.0 kg/sec
20-
Well depth: 2.3 kilometer
20+
Well depth: 2.3 kilometer
2121
Geothermal gradient: 74 degC/km
2222

2323

@@ -38,7 +38,7 @@ Simulation Metadata
3838

3939
Number of Production Wells: 1
4040
Number of Injection Wells: 1
41-
Well depth: 2.3 kilometer
41+
Well depth: 2.3 kilometer
4242
Water loss rate: 10.0
4343
Pump efficiency: 80.0 %
4444
Injection temperature: 41.0 degC

tests/examples/Fervo_Project_Cape-2.out

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@
44

55
Simulation Metadata
66
----------------------
7-
GEOPHIRES Version: 3.6.7
8-
Simulation Date: 2025-01-14
9-
Simulation Time: 08:40
10-
Calculation Time: 0.675 sec
7+
GEOPHIRES Version: 3.6.9
8+
Simulation Date: 2025-01-20
9+
Simulation Time: 10:28
10+
Calculation Time: 1.419 sec
1111

1212
***SUMMARY OF RESULTS***
1313

@@ -17,7 +17,7 @@ Simulation Metadata
1717
Number of production wells: 1
1818
Number of injection wells: 2
1919
Flowrate per production well: 93.0 kg/sec
20-
Well depth: 2.6 kilometer
20+
Well depth: 2.6 kilometer
2121
Geothermal gradient: 74 degC/km
2222

2323

@@ -38,7 +38,7 @@ Simulation Metadata
3838

3939
Number of Production Wells: 1
4040
Number of Injection Wells: 2
41-
Well depth: 2.6 kilometer
41+
Well depth: 2.6 kilometer
4242
Water loss rate: 2.0
4343
Pump efficiency: 80.0 %
4444
Injection temperature: 56.7 degC

tests/examples/Fervo_Project_Cape-3.out

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@
44

55
Simulation Metadata
66
----------------------
7-
GEOPHIRES Version: 3.6.7
8-
Simulation Date: 2025-01-14
9-
Simulation Time: 08:40
10-
Calculation Time: 0.889 sec
7+
GEOPHIRES Version: 3.6.9
8+
Simulation Date: 2025-01-20
9+
Simulation Time: 10:28
10+
Calculation Time: 1.696 sec
1111

1212
***SUMMARY OF RESULTS***
1313

@@ -17,7 +17,7 @@ Simulation Metadata
1717
Number of production wells: 39
1818
Number of injection wells: 39
1919
Flowrate per production well: 120.0 kg/sec
20-
Well depth: 2.6 kilometer
20+
Well depth: 2.6 kilometer
2121
Geothermal gradient: 74 degC/km
2222

2323

@@ -38,7 +38,7 @@ Simulation Metadata
3838

3939
Number of Production Wells: 39
4040
Number of Injection Wells: 39
41-
Well depth: 2.6 kilometer
41+
Well depth: 2.6 kilometer
4242
Water loss rate: 5.0
4343
Pump efficiency: 80.0 %
4444
Injection temperature: 56.7 degC

tests/examples/Fervo_Project_Cape.out

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@
44

55
Simulation Metadata
66
----------------------
7-
GEOPHIRES Version: 3.6.7
8-
Simulation Date: 2025-01-14
9-
Simulation Time: 08:40
10-
Calculation Time: 0.700 sec
7+
GEOPHIRES Version: 3.6.9
8+
Simulation Date: 2025-01-20
9+
Simulation Time: 10:29
10+
Calculation Time: 0.891 sec
1111

1212
***SUMMARY OF RESULTS***
1313

@@ -17,7 +17,7 @@ Simulation Metadata
1717
Number of production wells: 12
1818
Number of injection wells: 12
1919
Flowrate per production well: 98.0 kg/sec
20-
Well depth: 2.6 kilometer
20+
Well depth: 2.6 kilometer
2121
Geothermal gradient: 73 degC/km
2222

2323

@@ -38,7 +38,7 @@ Simulation Metadata
3838

3939
Number of Production Wells: 12
4040
Number of Injection Wells: 12
41-
Well depth: 2.6 kilometer
41+
Well depth: 2.6 kilometer
4242
Water loss rate: 2.0
4343
Pump efficiency: 80.0 %
4444
Injection temperature: 56.2 degC

tests/examples/S-DAC-GT.out

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@
44

55
Simulation Metadata
66
----------------------
7-
GEOPHIRES Version: 3.6.7
8-
Simulation Date: 2025-01-14
9-
Simulation Time: 08:40
10-
Calculation Time: 0.103 sec
7+
GEOPHIRES Version: 3.6.9
8+
Simulation Date: 2025-01-20
9+
Simulation Time: 10:29
10+
Calculation Time: 0.108 sec
1111

1212
***SUMMARY OF RESULTS***
1313

@@ -19,7 +19,7 @@ Simulation Metadata
1919
Number of production wells: 3
2020
Number of injection wells: 3
2121
Flowrate per production well: 70.0 kg/sec
22-
Well depth: 3.1 kilometer
22+
Well depth: 3.1 kilometer
2323
Geothermal gradient: 70 degC/km
2424

2525

@@ -40,7 +40,7 @@ Simulation Metadata
4040

4141
Number of Production Wells: 3
4242
Number of Injection Wells: 3
43-
Well depth: 3.1 kilometer
43+
Well depth: 3.1 kilometer
4444
Water loss rate: 2.0
4545
Pump efficiency: 80.0 %
4646
Injection temperature: 70.0 degC

tests/examples/Wanju_Yuan_Closed-Loop_Geothermal_Energy_Recovery.out

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@
44

55
Simulation Metadata
66
----------------------
7-
GEOPHIRES Version: 3.6.7
8-
Simulation Date: 2025-01-14
9-
Simulation Time: 08:40
10-
Calculation Time: 1.607 sec
7+
GEOPHIRES Version: 3.6.9
8+
Simulation Date: 2025-01-20
9+
Simulation Time: 10:28
10+
Calculation Time: 2.973 sec
1111

1212
***SUMMARY OF RESULTS***
1313

@@ -17,7 +17,7 @@ Simulation Metadata
1717
Number of production wells: 1
1818
Number of injection wells: 1
1919
Flowrate per production well: 110.0 kg/sec
20-
Well depth: 4.0 kilometer
20+
Well depth: 4.0 kilometer
2121
Geothermal gradient: 26.25 degC/km
2222

2323

@@ -38,7 +38,7 @@ Simulation Metadata
3838

3939
Number of Production Wells: 1
4040
Number of Injection Wells: 1
41-
Well depth: 4.0 kilometer
41+
Well depth: 4.0 kilometer
4242
Water loss rate: 0.0
4343
Pump efficiency: 80.0 %
4444
Injection temperature: 60.0 degC

tests/examples/example1.out

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@
44

55
Simulation Metadata
66
----------------------
7-
GEOPHIRES Version: 3.6.7
8-
Simulation Date: 2025-01-14
9-
Simulation Time: 08:40
10-
Calculation Time: 0.810 sec
7+
GEOPHIRES Version: 3.6.9
8+
Simulation Date: 2025-01-20
9+
Simulation Time: 10:18
10+
Calculation Time: 0.824 sec
1111

1212
***SUMMARY OF RESULTS***
1313

@@ -17,7 +17,7 @@ Simulation Metadata
1717
Number of production wells: 2
1818
Number of injection wells: 2
1919
Flowrate per production well: 55.0 kg/sec
20-
Well depth: 3.0 kilometer
20+
Well depth: 3.0 kilometer
2121
Geothermal gradient: 50 degC/km
2222

2323

@@ -39,7 +39,7 @@ Simulation Metadata
3939

4040
Number of Production Wells: 2
4141
Number of Injection Wells: 2
42-
Well depth: 3.0 kilometer
42+
Well depth: 3.0 kilometer
4343
Water loss rate: 2.0
4444
Pump efficiency: 80.0 %
4545
Injection temperature: 50.0 degC

tests/examples/example13.out

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@
44

55
Simulation Metadata
66
----------------------
7-
GEOPHIRES Version: 3.6.7
8-
Simulation Date: 2025-01-14
9-
Simulation Time: 08:40
10-
Calculation Time: 0.035 sec
7+
GEOPHIRES Version: 3.6.9
8+
Simulation Date: 2025-01-20
9+
Simulation Time: 10:18
10+
Calculation Time: 0.038 sec
1111

1212
***SUMMARY OF RESULTS***
1313

@@ -19,7 +19,7 @@ Simulation Metadata
1919
Number of production wells: 2
2020
Number of injection wells: 2
2121
Flowrate per production well: 50.0 kg/sec
22-
Well depth: 4.0 kilometer
22+
Well depth: 4.0 kilometer
2323
Geothermal gradient: 50 degC/km
2424

2525

@@ -41,7 +41,7 @@ Simulation Metadata
4141

4242
Number of Production Wells: 2
4343
Number of Injection Wells: 2
44-
Well depth: 4.0 kilometer
44+
Well depth: 4.0 kilometer
4545
Water loss rate: 0.0
4646
Pump efficiency: 80.0 %
4747
Injection temperature: 50.0 degC

tests/examples/example1_addons.out

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@
44

55
Simulation Metadata
66
----------------------
7-
GEOPHIRES Version: 3.6.7
8-
Simulation Date: 2025-01-14
9-
Simulation Time: 08:40
10-
Calculation Time: 0.798 sec
7+
GEOPHIRES Version: 3.6.9
8+
Simulation Date: 2025-01-20
9+
Simulation Time: 10:18
10+
Calculation Time: 0.834 sec
1111

1212
***SUMMARY OF RESULTS***
1313

@@ -17,7 +17,7 @@ Simulation Metadata
1717
Number of production wells: 2
1818
Number of injection wells: 2
1919
Flowrate per production well: 55.0 kg/sec
20-
Well depth: 3.0 kilometer
20+
Well depth: 3.0 kilometer
2121
Geothermal gradient: 50 degC/km
2222
Total Avoided Carbon Emissions: 472.02 kilotonne
2323

@@ -40,7 +40,7 @@ Simulation Metadata
4040

4141
Number of Production Wells: 2
4242
Number of Injection Wells: 2
43-
Well depth: 3.0 kilometer
43+
Well depth: 3.0 kilometer
4444
Water loss rate: 2.0
4545
Pump efficiency: 80.0 %
4646
Injection temperature: 50.0 degC

0 commit comments

Comments
 (0)