Skip to content

Commit 56e7d9c

Browse files
committed
Minor comment update
1 parent cf41215 commit 56e7d9c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/histFileMod.F90

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4405,8 +4405,8 @@ subroutine hist_restart_ncd (bounds, ncid, flag, rdate)
44054405
character(len=max_chars) :: units_acc ! accumulator units
44064406
character(len=max_chars) :: fname ! full name of history file
44074407
character(len=max_chars) :: locrest(max_tapes, max_split_files) ! local history restart file names
4408-
character(len=max_chars) :: locrest_onfile(max_split_files, max_tapes) ! local history restart file names, dims flipped
4409-
character(len=max_chars) :: locfnh_onfile(max_split_files, max_tapes) ! local history file names, dims flipped
4408+
character(len=max_chars) :: locrest_onfile(max_split_files, max_tapes) ! history restart file names on file, dims flipped
4409+
character(len=max_chars) :: locfnh_onfile(max_split_files, max_tapes) ! history file names on file, dims flipped
44104410
character(len=max_length_filename) :: my_locfnh ! temporary version of locfnh
44114411
character(len=max_length_filename) :: my_locfnhr ! temporary version of locfnhr
44124412

0 commit comments

Comments
 (0)