From 13dd76d1e19df61ce25c948795df94d3a87fb354 Mon Sep 17 00:00:00 2001 From: Courtney Peverley Date: Wed, 29 Nov 2023 13:35:38 -0700 Subject: [PATCH] address reviewer comments --- src/control/cam_history.F90 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/control/cam_history.F90 b/src/control/cam_history.F90 index f5c1875b35..c5c296e56f 100644 --- a/src/control/cam_history.F90 +++ b/src/control/cam_history.F90 @@ -2655,7 +2655,7 @@ subroutine fldlst () ! array vec_comp_names. Next insure (for interpolated output only) that all complements ! are also present in the fincl array. - ! The first empty slot in the current fincl array is index f from loop above. + ! The first empty slot in the current fincl array is index fld from loop above. add_fincl_idx = fld if (fld > 1 .and. interpolate_output(t)) then do i = 1, n_vec_comp @@ -4314,7 +4314,7 @@ subroutine h_define (t, restart) if (hfile_accum(t)) then ! We have an accumulated file in addition to the instantaneous write(iulog,*)'Opening netcdf history files ', trim(nhfil(t,accumulated_file_index)), & - trim(nhfil(t,instantaneous_file_index)) + ' ', trim(nhfil(t,instantaneous_file_index)) else ! We just have the instantaneous file write(iulog,*)'Opening instantaneous netcdf history file ', trim(nhfil(t,instantaneous_file_index))