From 7cc0d7a2a079aa6d39a7e5e3c15e3927fcebfb74 Mon Sep 17 00:00:00 2001 From: rem1776 Date: Thu, 5 Dec 2024 16:18:05 -0500 Subject: [PATCH] missed some docs --- diag_integral/diag_integral.F90 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/diag_integral/diag_integral.F90 b/diag_integral/diag_integral.F90 index 3e6e99fdb..4bf39b8eb 100644 --- a/diag_integral/diag_integral.F90 +++ b/diag_integral/diag_integral.F90 @@ -902,8 +902,8 @@ end subroutine format_text_init !! !! @param [in] starting/ending integral index which will be !! included in this format statement -!! @param [in] starting/ending integral index which will be -!! included in this format statement +!! @param [in] if true, uses exponent notation for the first format code +!! to avoid overflow with larger time values !! subroutine format_data_init (nst_in, nend_in, use_exp_format)