File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -1742,7 +1742,10 @@ def PrintOutputs(self, model: Model):
1742
1742
f .write (f' Number of fractures: { model .reserv .fracnumbcalc .value :10.2f} ' + NL )
1743
1743
f .write (f' Fracture separation: { model .reserv .fracsepcalc .value :10.2f} ' + model .reserv .fracsep .CurrentUnits .value + NL )
1744
1744
f .write (f' Reservoir volume: { model .reserv .resvolcalc .value :10.0f} ' + model .reserv .resvol .CurrentUnits .value + NL )
1745
+
1745
1746
if model .wellbores .impedancemodelused .value :
1747
+ # See note re: unit conversion:
1748
+ # https://github.com/NREL/GEOPHIRES-X/blob/d51eb8d1dc8b21c7a79c4d35f296d740347658e0/src/geophires_x/WellBores.py#L1280-L1282
1746
1749
f .write (f' Reservoir impedance: { model .wellbores .impedance .value / 1000 :10.4f} { model .wellbores .impedance .CurrentUnits .value } \n ' )
1747
1750
else :
1748
1751
if model .wellbores .overpressure_percentage .Provided :
You can’t perform that action at this time.
0 commit comments