Skip to content

Commit c38b3d1

Browse files
Theresa MorrisonTheresa Morrison
Theresa Morrison
authored and
Theresa Morrison
committed
Fix doxygen style
Changed lines which were too long.
1 parent 49499e6 commit c38b3d1

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

src/diagnostics/MOM_diagnose_MLD.F90

+5-2
Original file line numberDiff line numberDiff line change
@@ -71,14 +71,17 @@ subroutine diagnoseMLDbyDensityDifference(id_MLD, h, tv, densityDiff, G, GV, US,
7171
! have been stored already.
7272
real :: gE_Rho0 ! The gravitational acceleration, sometimes divided by the Boussinesq
7373
! reference density [H T-2 R-1 ~> m4 s-2 kg-1 or m s-2].
74-
real :: H_to_RL2_T2 ! A conversion factor from thicknesses in H to pressure [R L2 T-2 H-1 ~> Pa m-1 or Pa m2 kg-1]
74+
real :: H_to_RL2_T2 ! A conversion factor from thicknesses in H to
75+
! pressure [R L2 T-2 H-1 ~> Pa m-1 or Pa m2 kg-1]
76+
7577
real :: dZ_sub_ML ! Depth below ML over which to diagnose stratification [Z ~> m]
7678
real :: aFac ! A nondimensional factor [nondim]
7779
real :: ddRho ! A density difference [R ~> kg m-3]
7880
real :: dddpth ! A depth difference [Z ~> m]
7981
real :: rhoSurf_k, rhoSurf_km1 ! Desisty in the layers below and above the target reference depth [R ~> kg m-3].
8082
real, dimension(SZI_(G), SZJ_(G)) :: rhoSurf_2d ! The two dimensional density that is considered the "surface"
81-
! when calculating the MLD. It can be saved as a diagnostic [R ~> kg m-3].
83+
! when calculating the MLD. It can be saved
84+
! as a diagnostic [R ~> kg m-3].
8285
integer, dimension(2) :: EOSdom ! The i-computational domain for the equation of state
8386
integer :: i, j, is, ie, js, je, k, nz, id_N2, id_SQ, id_rz, id_rr
8487

0 commit comments

Comments
 (0)