From 2428684ac7537412794297e5329c98de2b648c6f Mon Sep 17 00:00:00 2001 From: Scott Bachman Date: Fri, 29 Jul 2022 12:37:09 -0600 Subject: [PATCH] !! ----> !< --- src/tracer/ideal_age_example.F90 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tracer/ideal_age_example.F90 b/src/tracer/ideal_age_example.F90 index 460b5cba41..c1d12b1594 100644 --- a/src/tracer/ideal_age_example.F90 +++ b/src/tracer/ideal_age_example.F90 @@ -55,7 +55,7 @@ module ideal_age_example !! surface value equals young_val, in years. logical :: use_real_BL_depth !< If true, uses the BL scheme to determine the number of !! layers above the BL depth instead of the fixed nkml value. - integer :: ML_residence_num !! The tracer number assigned to the ML residence tracer in this module + integer :: ML_residence_num !< The tracer number assigned to the ML residence tracer in this module logical :: tracers_may_reinit !< If true, these tracers be set up via the initialization code if !! they are not found in the restart files. logical :: tracer_ages(NTR_MAX) !< Indicates whether each tracer ages.