Skip to content

Commit c0e2ea3

Browse files
Add missing reservoir parameters result fields
1 parent d51eb8d commit c0e2ea3

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

src/geophires_x_client/geophires_x_result.py

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,10 +143,15 @@ class GeophiresXResult:
143143
# TODO moved to power generation profile, parse from there
144144
# 'Annual Thermal Drawdown (%/year)',
145145
'Bottom-hole temperature',
146+
'Well separation: fracture diameter',
146147
'Well separation: fracture height',
147-
'Fracture area',
148148
'Fracture width',
149+
'Fracture area',
150+
'Number of fractures',
151+
'Fracture separation',
152+
# TODO reservoir volume note
149153
'Reservoir volume',
154+
'Reservoir impedance',
150155
'Reservoir hydrostatic pressure',
151156
'Average reservoir pressure',
152157
'Plant outlet pressure',

0 commit comments

Comments
 (0)