Skip to content

Commit

Permalink
Remove debug logging.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jussi Aittoniemi committed Nov 15, 2023
1 parent 62a6475 commit 673c97e
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions warmth/mesh_model.py
Original file line number Diff line number Diff line change
Expand Up @@ -664,9 +664,6 @@ def boundary(x):
self.mean_porosity.x.array[i] = mean_porosity
self.c_rho.x.array[i] = 1000*((self.c_rho0.x.array[i]/1000) * (1-mean_porosity) + mean_porosity*1000)

# if (np.any(np.array(xpos)==12150)) and (np.any(np.array(ypos)==12000) and (self.tti==0)):
# print("conductivity_effective", zpos, conductivity_effective, conductivity_effective )

# self.rhpFcn.x.array[:] = np.multiply( self.rhp0.x.array[:], (1.0-self.mean_porosity.x.array[:]) )
self.rhpFcn.x.array[:] = np.multiply( self.rhp0.x.array[:], 1.0 )

Expand Down

0 comments on commit 673c97e

Please sign in to comment.