Skip to content

Commit

Permalink
Some more changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Ugomartinez committed May 31, 2024
1 parent 5568fa5 commit 8baed1e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions opendrift/readers/operators/readerops.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,8 @@ def get_variables_interpolated(self, variables, profiles=None, profiles_depth=No
#Making disctinction between easy functions or more complex ones that need some external parameters
env_c = {}
for var in variables:
print(var)
if self.op_type == "easy":
env_a[var] = self.op(env_a[var], env_b[var])
env_c[var] = self.op(env_a[var], env_b[var])
elif self.op_type == "combine_gaussian":
lon_center, lat_center = self.b.lon, self.b.lat
std = self.external_params
Expand Down

0 comments on commit 8baed1e

Please sign in to comment.