diff --git a/src/core/MOM_open_boundary.F90 b/src/core/MOM_open_boundary.F90 index c910eaa335..7bfb6479b2 100644 --- a/src/core/MOM_open_boundary.F90 +++ b/src/core/MOM_open_boundary.F90 @@ -3877,7 +3877,7 @@ subroutine update_OBC_segment_data(G, GV, US, OBC, tv, h, Time) endif if (OBC%number_of_segments >= 1) then - call thickness_to_dz(h, tv, dz, G, GV, US, halo_size=G%Domain%nihalo) + call thickness_to_dz(h, tv, dz, G, GV, US) call pass_var(dz, G%Domain) endif