Skip to content

Commit

Permalink
Remove OMP directive that came with cherry-picking
Browse files Browse the repository at this point in the history
  • Loading branch information
gustavo-marques committed May 4, 2020
1 parent 7d228f7 commit 933b09a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/parameterizations/lateral/MOM_hor_visc.F90
Original file line number Diff line number Diff line change
Expand Up @@ -478,7 +478,7 @@ subroutine horizontal_viscosity(u, v, h, diffu, diffv, MEKE, VarMix, G, GV, US,
!$OMP meke_res_fn, Shear_mag, vert_vort_mag, hrat_min, visc_bound_rem, &
!$OMP Kh, Ah, AhSm, AhLth, local_strain, Sh_F_pow, &
!$OMP dDel2vdx, dDel2udy, DY_dxCv, DX_dyCu, Del2vort_q, Del2vort_h, &
!$OMP h2uq, h2vq, hu, hv, hq, FatH, RoScl, GME_coeff, KE &
!$OMP h2uq, h2vq, hu, hv, hq, FatH, RoScl, GME_coeff &
!$OMP )
do k=1,nz

Expand Down

0 comments on commit 933b09a

Please sign in to comment.