TNO Intern

Commit 07d557b2 authored by Florian Knappers's avatar Florian Knappers
Browse files

fixed inj and prd temop

parent dbd11abf
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -4830,7 +4830,7 @@ packages:
- pypi: ./
  name: pythermogis
  version: 1.1.2
  sha256: 043b1dc3f19c94485d7c1c88cfdd65bde30f3cdb479db50a6138630311c3967c
  sha256: 6c2c51bb843ce5d8e0fb17a271a6425a468bc6da8718c96355b2132adc2a0c4d
  requires_dist:
  - jpype1>=1.5.2,<2
  - xarray==2024.9.0.*
+2 −2
Original line number Diff line number Diff line
@@ -149,8 +149,8 @@ def calculate_performance_of_single_location(mask: float, depth: float, thicknes
                     "pres": results.pres(),
                     "flow_rate": results.flow(),
                     "welld": results.welld(),
                     "inj_temp": 0, #TODO: this is ATES output. Is ATES supported in pytg?
                     "prd_temp": 0 #TODO: this is ATES output. Is ATES supported in pytg?
                     "inj_temp": results.injectionTemp(),
                     "prd_temp": results.productionTemp(),
                     }

    # Reset doublet variables for next calculation