Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 0c1e89a

Browse files
Add missing units
Address comment from reviewer by adding units to covTS and varS.
1 parent 9e27b52 commit 0c1e89a

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/parameterizations/lateral/MOM_mixed_layer_restrat.F90

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,8 @@ subroutine mixedlayer_restrat_general(h, uhtr, vhtr, tv, forces, dt, MLD_in, Var
179179
real, dimension(SZI_(G)) :: dK, dKm1 ! Depths of layer centers [H ~> m or kg m-2].
180180
real, dimension(SZI_(G)) :: pRef_MLD ! A reference pressure for calculating the mixed layer
181181
! densities [R L2 T-2 ~> Pa].
182-
real, dimension(SZI_(G)) :: covTS, varS !SGS TS covariance, S variance in Stanley param; currently 0
182+
real, dimension(SZI_(G)) :: covTS, & !SGS TS covariance in Stanley param; currently 0 [degC ppt]
183+
varS !SGS S variance in Stanley param; currently 0 [ppt2]
183184
real :: aFac, bFac ! Nondimensional ratios [nondim]
184185
real :: ddRho ! A density difference [R ~> kg m-3]
185186
real :: hAtVel ! Thickness at the velocity points [H ~> m or kg m-2]

0 commit comments

Comments
 (0)