@@ -761,7 +761,7 @@ subroutine convective_adjustment(h, u, v, R0, Rcv, T, S, eps, d_eb, &
761761 real , dimension (SZI_(G),SZK0_(GV)), intent (inout ) :: Rcv ! < The coordinate defining potential
762762 ! ! density [R ~> kg m-3].
763763 real , dimension (SZI_(G),SZK0_(GV)), intent (inout ) :: T ! < Layer temperatures [C ~> degC].
764- real , dimension (SZI_(G),SZK0_(GV)), intent (inout ) :: S ! < Layer salinities [ppt].
764+ real , dimension (SZI_(G),SZK0_(GV)), intent (inout ) :: S ! < Layer salinities [S ~> ppt].
765765 real , dimension (SZI_(G),SZK_(GV)), intent (in ) :: eps ! < The negligibly small amount of water
766766 ! ! that will be left in each layer [H ~> m or kg m-2].
767767 real , dimension (SZI_(G),SZK_(GV)), intent (inout ) :: d_eb ! < The downward increase across a layer
@@ -908,7 +908,7 @@ subroutine mixedlayer_convection(h, d_eb, htot, Ttot, Stot, uhtot, vhtot, &
908908 real , dimension (SZI_(G),SZK0_(GV)), &
909909 intent (in ) :: T ! < Layer temperatures [C ~> degC].
910910 real , dimension (SZI_(G),SZK0_(GV)), &
911- intent (in ) :: S ! < Layer salinities [ppt].
911+ intent (in ) :: S ! < Layer salinities [C ~> ppt].
912912 real , dimension (SZI_(G),SZK0_(GV)), &
913913 intent (in ) :: R0 ! < Potential density referenced to
914914 ! ! surface pressure [R ~> kg m-3].
@@ -940,7 +940,7 @@ subroutine mixedlayer_convection(h, d_eb, htot, Ttot, Stot, uhtot, vhtot, &
940940 ! ! shortwave radiation.
941941 real , dimension (max (nsw,1 ),SZI_(G)), intent (inout ) :: Pen_SW_bnd ! < The penetrating shortwave
942942 ! ! heating at the sea surface in each penetrating
943- ! ! band [degC H ~> C m or degC kg m-2].
943+ ! ! band [C H ~> degC m or degC kg m-2].
944944 real , dimension (max (nsw,1 ),SZI_(G),SZK_(GV)), intent (in ) :: opacity_band ! < The opacity in each band of
945945 ! ! penetrating shortwave radiation [H-1 ~> m-1 or m2 kg-1].
946946 real , dimension (SZI_(G)), intent (out ) :: Conv_En ! < The buoyant turbulent kinetic energy source
@@ -1465,9 +1465,9 @@ subroutine mechanical_entrainment(h, d_eb, htot, Ttot, Stot, uhtot, vhtot, &
14651465 real , dimension (SZI_(G),SZK_(GV)), &
14661466 intent (in ) :: v ! < Zonal velocities interpolated to h points [L T-1 ~> m s-1].
14671467 real , dimension (SZI_(G),SZK0_(GV)), &
1468- intent (in ) :: T ! < Layer temperatures [degC].
1468+ intent (in ) :: T ! < Layer temperatures [C ~> degC].
14691469 real , dimension (SZI_(G),SZK0_(GV)), &
1470- intent (in ) :: S ! < Layer salinities [ppt].
1470+ intent (in ) :: S ! < Layer salinities [S ~> ppt].
14711471 real , dimension (SZI_(G),SZK0_(GV)), &
14721472 intent (in ) :: R0 ! < Potential density referenced to
14731473 ! ! surface pressure [R ~> kg m-3].
@@ -1478,7 +1478,7 @@ subroutine mechanical_entrainment(h, d_eb, htot, Ttot, Stot, uhtot, vhtot, &
14781478 intent (in ) :: eps ! < The negligibly small amount of water
14791479 ! ! that will be left in each layer [H ~> m or kg m-2].
14801480 real , dimension (SZI_(G)), intent (in ) :: dR0_dT ! < The partial derivative of R0 with respect to
1481- ! ! temperature [R degC -1 ~> kg m-3 degC-1].
1481+ ! ! temperature [R C -1 ~> kg m-3 degC-1].
14821482 real , dimension (SZI_(G)), intent (in ) :: dRcv_dT ! < The partial derivative of Rcv with respect to
14831483 ! ! temperature [R C-1 ~> kg m-3 degC-1].
14841484 real , dimension (2 ,SZI_(G)), intent (in ) :: cMKE ! < Coefficients of HpE and HpE^2 used in calculating the
@@ -1832,8 +1832,8 @@ subroutine resort_ML(h, T, S, R0, Rcv, RcvTgt, eps, d_ea, d_eb, ksort, G, GV, CS
18321832 ! ! structure.
18331833 real , dimension (SZI_(G),SZK0_(GV)), intent (inout ) :: h ! < Layer thickness [H ~> m or kg m-2].
18341834 ! ! Layer 0 is the new mixed layer.
1835- real , dimension (SZI_(G),SZK0_(GV)), intent (inout ) :: T ! < Layer temperatures [degC].
1836- real , dimension (SZI_(G),SZK0_(GV)), intent (inout ) :: S ! < Layer salinities [ppt].
1835+ real , dimension (SZI_(G),SZK0_(GV)), intent (inout ) :: T ! < Layer temperatures [C ~> degC].
1836+ real , dimension (SZI_(G),SZK0_(GV)), intent (inout ) :: S ! < Layer salinities [S ~> ppt].
18371837 real , dimension (SZI_(G),SZK0_(GV)), intent (inout ) :: R0 ! < Potential density referenced to
18381838 ! ! surface pressure [R ~> kg m-3].
18391839 real , dimension (SZI_(G),SZK0_(GV)), intent (inout ) :: Rcv ! < The coordinate defining
@@ -2151,8 +2151,8 @@ subroutine mixedlayer_detrain_2(h, T, S, R0, Rcv, RcvTgt, dt, dt_diag, d_ea, j,
21512151 type (verticalGrid_type), intent (in ) :: GV ! < The ocean's vertical grid structure.
21522152 real , dimension (SZI_(G),SZK0_(GV)), intent (inout ) :: h ! < Layer thickness [H ~> m or kg m-2].
21532153 ! ! Layer 0 is the new mixed layer.
2154- real , dimension (SZI_(G),SZK0_(GV)), intent (inout ) :: T ! < Potential temperature [degC].
2155- real , dimension (SZI_(G),SZK0_(GV)), intent (inout ) :: S ! < Salinity [ppt].
2154+ real , dimension (SZI_(G),SZK0_(GV)), intent (inout ) :: T ! < Potential temperature [C ~> degC].
2155+ real , dimension (SZI_(G),SZK0_(GV)), intent (inout ) :: S ! < Salinity [S ~> ppt].
21562156 real , dimension (SZI_(G),SZK0_(GV)), intent (inout ) :: R0 ! < Potential density referenced to
21572157 ! ! surface pressure [R ~> kg m-3].
21582158 real , dimension (SZI_(G),SZK0_(GV)), intent (inout ) :: Rcv ! < The coordinate defining potential
@@ -3040,8 +3040,8 @@ subroutine mixedlayer_detrain_1(h, T, S, R0, Rcv, RcvTgt, dt, dt_diag, d_ea, d_e
30403040 type (verticalGrid_type), intent (in ) :: GV ! < The ocean's vertical grid structure.
30413041 real , dimension (SZI_(G),SZK0_(GV)), intent (inout ) :: h ! < Layer thickness [H ~> m or kg m-2].
30423042 ! ! Layer 0 is the new mixed layer.
3043- real , dimension (SZI_(G),SZK0_(GV)), intent (inout ) :: T ! < Potential temperature [degC].
3044- real , dimension (SZI_(G),SZK0_(GV)), intent (inout ) :: S ! < Salinity [ppt].
3043+ real , dimension (SZI_(G),SZK0_(GV)), intent (inout ) :: T ! < Potential temperature [C ~> degC].
3044+ real , dimension (SZI_(G),SZK0_(GV)), intent (inout ) :: S ! < Salinity [S ~> ppt].
30453045 real , dimension (SZI_(G),SZK0_(GV)), intent (inout ) :: R0 ! < Potential density referenced to
30463046 ! ! surface pressure [R ~> kg m-3].
30473047 real , dimension (SZI_(G),SZK0_(GV)), intent (inout ) :: Rcv ! < The coordinate defining potential
0 commit comments