From 78bb4c14c0f6632ed9c21eae6c27da83a74de439 Mon Sep 17 00:00:00 2001 From: Gustavo Marques Date: Wed, 11 Dec 2019 08:55:57 -0700 Subject: [PATCH] Delete quotes from doxygen comment --- src/parameterizations/lateral/MOM_hor_visc.F90 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/parameterizations/lateral/MOM_hor_visc.F90 b/src/parameterizations/lateral/MOM_hor_visc.F90 index d5a14c933e..f104353c1f 100644 --- a/src/parameterizations/lateral/MOM_hor_visc.F90 +++ b/src/parameterizations/lateral/MOM_hor_visc.F90 @@ -75,7 +75,7 @@ module MOM_hor_visc !! Default is False to maintain answers with legacy experiments !! but should be changed to True for new experiments. logical :: anisotropic !< If true, allow anisotropic component to the viscosity. - logical :: add_LES_viscosity !< "If true, adds the viscosity from Smagorinsky and Leith to + logical :: add_LES_viscosity!< If true, adds the viscosity from Smagorinsky and Leith to !! the background viscosity instead of taking the maximum. real :: Kh_aniso !< The anisotropic viscosity [L2 T-1 ~> m2 s-1]. logical :: dynamic_aniso !< If true, the anisotropic viscosity is recomputed as a function