Skip to content

Commit

Permalink
Fixes doxygen syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
gustavo-marques committed Jun 3, 2019
1 parent 35eccc0 commit 3d997ee
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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 @@ -127,8 +127,8 @@ module MOM_lateral_mixing_coeffs
real :: Visbeck_S_max !< Upper bound on slope used in Eady growth rate [nondim].

! Leith parameters
logical :: use_QG_Leith_GM !! If true, uses the QG Leith viscosity as the GM coefficient
logical :: use_beta_in_QG_Leith !! If true, includes the beta term in the QG Leith GM coefficient
logical :: use_QG_Leith_GM !< If true, uses the QG Leith viscosity as the GM coefficient
logical :: use_beta_in_QG_Leith !< If true, includes the beta term in the QG Leith GM coefficient

! Diagnostics
!>@{
Expand Down
2 changes: 1 addition & 1 deletion src/parameterizations/lateral/MOM_thickness_diffuse.F90
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ module MOM_thickness_diffuse
!! framework (Marshall et al., 2012)
real :: MEKE_GEOMETRIC_alpha !< The nondimensional coefficient governing the efficiency of
!! the GEOMETRIC thickness difussion [nondim]
logical :: Use_KH_in_MEKE !! If true, uses the thickness diffusivity calculated here to diffuse MEKE.
logical :: Use_KH_in_MEKE !< If true, uses the thickness diffusivity calculated here to diffuse MEKE.
logical :: GM_src_alt !< If true, use the GM energy conversion form S^2*N^2*kappa rather
!! than the streamfunction for the GM source term.
type(diag_ctrl), pointer :: diag => NULL() !< structure used to regulate timing of diagnostics
Expand Down

0 comments on commit 3d997ee

Please sign in to comment.