Skip to content

Commit 602f1ba

Browse files
committed
BC error in interp uv causing noisy sst
1 parent 49ab7e3 commit 602f1ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/TracerAdvection.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ function interp_uv!(uvi::AbstractMatrix,
148148
elseif (m+4,n+2) == (muv,nuv) # v case
149149
# halo sizes 1: left/bottom, 2: right/top
150150
xh1 = 2
151-
xh2 = 1 # don't fully understand why this is 1 ...
151+
xh2 = 2
152152
yh1 = 1
153153
yh2 = 1
154154
else

0 commit comments

Comments
 (0)