Skip to content

Commit 46d51a7

Browse files
SHR examples CO2 avoided in kilotonne
1 parent b7a6d86 commit 46d51a7

File tree

5 files changed

+12
-9
lines changed

5 files changed

+12
-9
lines changed

src/geophires_x/Units.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -313,7 +313,7 @@ class MassUnit(str, Enum):
313313
KILOGRAM = "kilogram"
314314
TONNE = "tonne"
315315
TON = "ton"
316-
KILOTON = "kiloton"
316+
KILOTONNE = "kilotonne"
317317
LB = "pound"
318318
OZ = "ounce"
319319

tests/examples/example_SHR-1.out

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

55
Simulation Metadata
66
----------------------
7-
GEOPHIRES Version: 3.4.34
8-
Simulation Date: 2024-06-19
9-
Simulation Time: 07:44
10-
Calculation Time: 0.587 sec
7+
GEOPHIRES Version: 3.4.41
8+
Simulation Date: 2024-06-27
9+
Simulation Time: 12:28
10+
Calculation Time: 0.604 sec
1111

1212
***SUMMARY OF RESULTS***
1313

@@ -19,6 +19,7 @@ Simulation Metadata
1919
Flowrate per production well: 55.0 kg/sec
2020
Well depth (or total length, if not vertical): 7.5 kilometer
2121
Geothermal gradient: 50 degC/km
22+
Total Avoided Carbon Emissions: 3087.50 kilotonne
2223

2324

2425
***ECONOMIC PARAMETERS***

tests/examples/example_SHR-1.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,5 +45,7 @@ Electricity Escalation Rate Per Year, 0.012
4545
Annual License Etc, 0
4646
Flat License Etc, 0
4747
Tax Relief Per Year, 2.212
48+
Do Carbon Price Calculations, true
49+
Units:Total Saved Carbon Production, kilotonne,
4850

4951
# See relevant discussion regarding thermosiphoning: https://github.com/NREL/GEOPHIRES-X/issues/188?#issuecomment-2102937796

tests/examples/example_SHR-2.out

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ Simulation Metadata
66
----------------------
77
GEOPHIRES Version: 3.4.41
88
Simulation Date: 2024-06-27
9-
Simulation Time: 12:21
10-
Calculation Time: 0.602 sec
9+
Simulation Time: 12:28
10+
Calculation Time: 0.605 sec
1111

1212
***SUMMARY OF RESULTS***
1313

@@ -19,7 +19,7 @@ Simulation Metadata
1919
Flowrate per production well: 55.0 kg/sec
2020
Well depth (or total length, if not vertical): 7.5 kilometer
2121
Geothermal gradient: 50 degC/km
22-
Total Avoided Carbon Emissions: 3403.38 kiloton
22+
Total Avoided Carbon Emissions: 3087.50 kilotonne
2323

2424

2525
***ECONOMIC PARAMETERS***

tests/examples/example_SHR-2.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,4 +46,4 @@ Annual License Etc, 0
4646
Flat License Etc, 0
4747
Tax Relief Per Year, 2.212
4848
Do Carbon Price Calculations, true
49-
Units:Total Saved Carbon Production, kiloton,
49+
Units:Total Saved Carbon Production, kilotonne,

0 commit comments

Comments
 (0)