Skip to content

Commit

Permalink
Change calc_Leith_viscosity to calc_QG_Leith_viscosity
Browse files Browse the repository at this point in the history
  • Loading branch information
gustavo-marques committed Oct 16, 2018
1 parent 84542af commit da862b3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/parameterizations/lateral/MOM_lateral_mixing_coeffs.F90
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ module MOM_lateral_mixing_coeffs
end type VarMix_CS

public VarMix_init, calc_slope_functions, calc_resoln_function
public calc_Leith_viscosity
public calc_QG_Leith_viscosity

contains

Expand Down Expand Up @@ -840,7 +840,7 @@ subroutine calc_QG_Leith_viscosity(CS, G, GV, h, k, vort_xy_dx, vort_xy_dy)
! vort_xy_dy(I,j) = vort_xy_dy(I,j) + 0.5 * ( G%dF_dy(i,j) + G%dF_dy(i+1,j) )
! enddo ; enddo
! endif
!
!
! Add in stretching term for the QG Leith vsicosity
! if (CS%use_QG_Leith) then
do j=js-1,Jeq+1 ; do I=is-2,Ieq+1
Expand Down

0 comments on commit da862b3

Please sign in to comment.