You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.rst
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,6 +8,8 @@ GEOPHIRES v3 (2023-2025)
8
8
3.9
9
9
^^^
10
10
11
+
3.9.48: `Well diameter outputs, surface plant cost, non-SAM-EM Inflation costs during construction <https://github.com/NREL/GEOPHIRES-X/pull/412>`__ | `release <https://github.com/NREL/GEOPHIRES-X/releases/tag/v3.9.48>`__
12
+
11
13
3.9.47: `Add-Ons support for SAM Economic Models <https://nrel.github.io/GEOPHIRES-X/SAM-Economic-Models.html#add-ons>`__ | `release <https://github.com/NREL/GEOPHIRES-X/releases/tag/v3.9.47>`__
f.write(' User-provided production well temperature drop\n')
328
342
f.write(f' Constant production well temperature drop: {model.wellbores.tempdropprod.value:10.1f} '+model.wellbores.tempdropprod.PreferredUnits.value+NL)
329
343
f.write(f' Flowrate per production well: {model.wellbores.prodwellflowrate.value:10.1f} '+model.wellbores.prodwellflowrate.CurrentUnits.value+NL)
330
-
f.write(f' Injection well casing ID: {model.wellbores.injwelldiam.value:10.3f}'+model.wellbores.injwelldiam.CurrentUnits.value+NL)
331
-
f.write(f' Production well casing ID: {model.wellbores.prodwelldiam.value:10.3f}'+model.wellbores.prodwelldiam.CurrentUnits.value+NL)
0 commit comments