Skip to content

Commit

Permalink
address reviewer comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Courtney Peverley committed Nov 29, 2023
1 parent d37e8c4 commit 13dd76d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/control/cam_history.F90
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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))
Expand Down

0 comments on commit 13dd76d

Please sign in to comment.