Skip to content

Commit

Permalink
fix omp directives in MOM_thickness_diffuse
Browse files Browse the repository at this point in the history
  • Loading branch information
alperaltuntas committed Jan 9, 2020
1 parent 44d36c4 commit e2bafc5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/parameterizations/lateral/MOM_thickness_diffuse.F90
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,8 @@ subroutine thickness_diffuse(h, uhtr, vhtr, tv, dt, G, GV, US, MEKE, VarMix, CDp
!$OMP parallel default(none) shared(is,ie,js,je,Khth_Loc_u,CS,use_VarMix,VarMix, &
!$OMP MEKE,Resoln_scaled,KH_u,G,use_QG_Leith,use_Visbeck,&
!$OMP KH_u_CFL,nz,Khth_Loc,KH_v,KH_v_CFL,int_slope_u, &
!$OMP int_slope_v,khth_use_ebt_struct)
!$OMP int_slope_v,khth_use_ebt_struct, Depth_scaled, &
!$OMP Khth_loc_v)
!$OMP do
do j=js,je; do I=is-1,ie
Khth_loc_u(I,j) = CS%Khth
Expand Down

0 comments on commit e2bafc5

Please sign in to comment.