Skip to content

Commit 600ebf9

Browse files
committed
Merge remote-tracking branch 'upstream/dev/emc' into ocn_stoch
2 parents 6bb9d0b + cec1ad3 commit 600ebf9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

config_src/nuopc_driver/mom_surface_forcing_nuopc.F90

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -790,7 +790,7 @@ subroutine convert_IOB_to_forces(IOB, forces, index_bounds, Time, G, US, CS)
790790
endif
791791
forces%ustar(i,j) = sqrt(gustiness*Irho0 + Irho0*tau_mag)
792792
enddo ; enddo
793-
793+
call pass_vector(forces%taux, forces%tauy, G%Domain, halo=1)
794794
elseif (wind_stagger == AGRID) then
795795
call pass_vector(taux_at_h, tauy_at_h, G%Domain, To_All+Omit_Corners, stagger=AGRID, halo=1)
796796

@@ -816,7 +816,7 @@ subroutine convert_IOB_to_forces(IOB, forces, index_bounds, Time, G, US, CS)
816816
forces%ustar(i,j) = sqrt(gustiness*Irho0 + Irho0 * G%mask2dT(i,j) * &
817817
sqrt(taux_at_h(i,j)**2 + tauy_at_h(i,j)**2))
818818
enddo ; enddo
819-
819+
call pass_vector(forces%taux, forces%tauy, G%Domain, halo=1)
820820
else ! C-grid wind stresses.
821821
if (G%symmetric) &
822822
call fill_symmetric_edges(forces%taux, forces%tauy, G%Domain)

0 commit comments

Comments
 (0)