Skip to content

Commit

Permalink
dont need var
Browse files Browse the repository at this point in the history
  • Loading branch information
yoctoyotta1024 committed Jan 9, 2024
1 parent 914d5ab commit 8e70660
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pySD/thermobinary_src/thermogen.py
Original file line number Diff line number Diff line change
Expand Up @@ -399,7 +399,6 @@ def generate_qvap(self, zfulls, xfulls, PRESS, TEMP):

def generate_thermo(self, gbxbounds, ndims, ntime):

ngridboxes = int(np.prod(ndims))
zfulls, xfulls, yfulls = rgrid.fullcoords_forallgridboxes(gbxbounds,
ndims)
PRESS, TEMP = self.hydrostatic_adiabatic_thermo(zfulls)
Expand All @@ -425,7 +424,6 @@ class ConstHydrostaticLapseRates:

def generate_thermo(self, gbxbounds, ndims, ntime):

ngridboxes = int(np.prod(ndims))
zfulls, xfulls, yfulls = rgrid.fullcoords_forallgridboxes(gbxbounds,
ndims)
PRESS, TEMP = self.hydrostatic_adiabatic_thermo(zfulls)
Expand Down

0 comments on commit 8e70660

Please sign in to comment.