Skip to content

Commit

Permalink
Bug
Browse files Browse the repository at this point in the history
  • Loading branch information
manishvenu committed Dec 11, 2024
1 parent 08dcf5d commit 9ab34e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion regional_mom6/regional_mom6.py
Original file line number Diff line number Diff line change
Expand Up @@ -2967,7 +2967,7 @@ def regrid_velocity_tracers(self, rotational_method=rot.RotationMethod.GIVEN_ANG
if rotational_method == rot.RotationMethod.GIVEN_ANGLE:
rotated_u, rotated_v = self.rotate(
regridded[self.u],
regridded_v,
regridded[self.v],
radian_angle=np.radians(coords.angle.values),
)

Expand Down

0 comments on commit 9ab34e9

Please sign in to comment.