Skip to content

Commit

Permalink
The dz halo is behaving today, I don't know
Browse files Browse the repository at this point in the history
  • Loading branch information
kshedstrom committed Nov 16, 2023
1 parent 2a6a078 commit e530cee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/MOM_open_boundary.F90
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit e530cee

Please sign in to comment.