Skip to content

Commit 37f4fb9

Browse files
kshedstrommarshallward
authored andcommitted
The dz halo is behaving today, I don't know
1 parent 497c50d commit 37f4fb9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/core/MOM_open_boundary.F90

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3883,7 +3883,7 @@ subroutine update_OBC_segment_data(G, GV, US, OBC, tv, h, Time)
38833883
endif
38843884

38853885
if (OBC%number_of_segments >= 1) then
3886-
call thickness_to_dz(h, tv, dz, G, GV, US, halo_size=G%Domain%nihalo)
3886+
call thickness_to_dz(h, tv, dz, G, GV, US)
38873887
call pass_var(dz, G%Domain)
38883888
endif
38893889

0 commit comments

Comments
 (0)