From 4d5c7862f7e4064ed5d42adb75f447ff7a638d1c Mon Sep 17 00:00:00 2001 From: Gustavo Marques Date: Tue, 17 Sep 2019 16:43:41 -0600 Subject: [PATCH] Fixes undoxygenized LBM module variables --- src/tracer/MOM_lateral_boundary_mixing.F90 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/tracer/MOM_lateral_boundary_mixing.F90 b/src/tracer/MOM_lateral_boundary_mixing.F90 index d4cd7b0302..8f8e417b99 100644 --- a/src/tracer/MOM_lateral_boundary_mixing.F90 +++ b/src/tracer/MOM_lateral_boundary_mixing.F90 @@ -32,6 +32,7 @@ module MOM_lateral_boundary_mixing integer, parameter :: BOTTOM = 1 !< Set a value that corresponds to the bottom boundary #include +!> Sets parameters for lateral boundary mixing module. type, public :: lateral_boundary_mixing_CS ; private integer :: method !< Determine which of the three methods calculate !! and apply near boundary layer fluxes @@ -50,7 +51,7 @@ module MOM_lateral_boundary_mixing ! This include declares and sets the variable "version". #include "version_variable.h" -character(len=40) :: mdl = "MOM_lateral_boundary_mixing" +character(len=40) :: mdl = "MOM_lateral_boundary_mixing" !< Name of this module contains