Skip to content

Commit

Permalink
Merge branch 'dev/gfdl' into add_file_type
Browse files Browse the repository at this point in the history
  • Loading branch information
Hallberg-NOAA authored Feb 15, 2021
2 parents 14b1269 + 2af85e4 commit 1f02e6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/MOM_barotropic.F90
Original file line number Diff line number Diff line change
Expand Up @@ -1462,7 +1462,7 @@ subroutine btstep(U_in, V_in, eta_in, dt, bc_accel_u, bc_accel_v, forces, pbce,
do J=js-1,je ; do i=is,ie ; if (CS%lin_drag_v(i,J) > 0.0) then
Htot = 0.5 * (eta(i,j) + eta(i,j+1))
if (GV%Boussinesq) &
Htot = Htot + 0.5*GV%Z_to_H * (CS%bathyT(i,j) + CS%bathyT(i+1,j+1))
Htot = Htot + 0.5*GV%Z_to_H * (CS%bathyT(i,j) + CS%bathyT(i,j+1))
bt_rem_v(i,J) = bt_rem_v(i,J) * (Htot / (Htot + CS%lin_drag_v(i,J) * dtbt))

Rayleigh_v(i,J) = CS%lin_drag_v(i,J) / Htot
Expand Down

0 comments on commit 1f02e6c

Please sign in to comment.