Skip to content

Commit

Permalink
Merge pull request #535 from adcroft/fix-hor-visc-openmp
Browse files Browse the repository at this point in the history
Fixes openmp directives for Leith mods
  • Loading branch information
Hallberg-NOAA authored Jun 29, 2017
2 parents 0c4f909 + d69ca55 commit 9c3ff33
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/parameterizations/lateral/MOM_hor_visc.F90
Original file line number Diff line number Diff line change
Expand Up @@ -396,6 +396,7 @@ subroutine horizontal_viscosity(u, v, h, diffu, diffv, MEKE, VarMix, G, GV, CS,
!$OMP sh_xy, str_xy, Ah, Kh, AhSm, KhSm, dvdx, dudy, &
!$OMP bhstr_xx, bhstr_xy,FatH,RoScl, hu, hv, h_u, h_v, &
!$OMP vort_xy,vort_xy_dx,vort_xy_dy,Vort_mag,AhLth,KhLth, &
!$OMP div_xx, div_xx_dx, div_xx_dy, mod_Leith, &
!$OMP Shear_mag, h2uq, h2vq, hq, Kh_scale, hrat_min)
do k=1,nz

Expand Down

0 comments on commit 9c3ff33

Please sign in to comment.