Skip to content

Commit

Permalink
Declare local variables NoSt and ShSt (normal stress and shear stress)
Browse files Browse the repository at this point in the history
  • Loading branch information
neerajabhamidipati committed Aug 10, 2020
1 parent b62ad1b commit 1978854
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/parameterizations/lateral/MOM_hor_visc.F90
Original file line number Diff line number Diff line change
Expand Up @@ -218,6 +218,12 @@ subroutine horizontal_viscosity(u, v, h, diffu, diffv, MEKE, VarMix, G, GV, US,
real, dimension(SZIB_(G),SZJ_(G),SZK_(G)), &
intent(out) :: diffu !< Zonal acceleration due to convergence of
!! along-coordinate stress tensor [L T-2 ~> m s-2]
real, dimension(SZIB_(G),SZJB_(G),SZK_(G)) :: &
intent(out) :: NoSt !< Normal stress [T-1 ~> s-1].

real, dimension(SZIB_(G),SZJB_(G),SZK_(G)) :: &
intent(out) :: ShSt !< Shear stress [T-1 ~> s-1].

real, dimension(SZI_(G),SZJB_(G),SZK_(G)), &
intent(out) :: diffv !< Meridional acceleration due to convergence
!! of along-coordinate stress tensor [L T-2 ~> m s-2].
Expand Down

0 comments on commit 1978854

Please sign in to comment.