Skip to content

Commit

Permalink
add missing shared variable
Browse files Browse the repository at this point in the history
  • Loading branch information
raphaeldussin authored and marshallward committed Mar 22, 2022
1 parent 115d714 commit ce22d7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/diagnostics/MOM_wave_speed.F90
Original file line number Diff line number Diff line change
Expand Up @@ -759,7 +759,7 @@ subroutine wave_speeds(h, tv, G, GV, US, nmodes, cn, CS, full_halos)
min_h_frac = tol_Hfrac / real(nz)
!$OMP parallel do default(private) shared(is,ie,js,je,nz,h,G,GV,US,min_h_frac,use_EOS,T,S, &
!$OMP Z_to_pres,tv,cn,g_Rho0,nmodes,cg1_min2,better_est, &
!$OMP c1_thresh,tol_solve,tol_merge)
!$OMP c1_thresh,tol_solve,tol_merge,c2_scale)
do j=js,je
! First merge very thin layers with the one above (or below if they are
! at the top). This also transposes the row order so that columns can
Expand Down

0 comments on commit ce22d7a

Please sign in to comment.