Skip to content

Commit

Permalink
Actual Angle Change
Browse files Browse the repository at this point in the history
  • Loading branch information
manishvenu committed Oct 25, 2024
1 parent ed4e02d commit e019788
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions regional_mom6/regional_mom6.py
Original file line number Diff line number Diff line change
Expand Up @@ -3453,6 +3453,7 @@ def regrid_tides(
print(ucplex)
SEMA, ECC, INC, PHA = ap2ep(ucplex, vcplex)

INC -= angle.data[np.newaxis, :]
ua, va, up, vp = ep2ap(SEMA, ECC, INC, PHA)
print(ua)
ds_ap = xr.Dataset(
Expand Down

0 comments on commit e019788

Please sign in to comment.