Skip to content

Commit

Permalink
Remove a comment unrelated to these modifications
Browse files Browse the repository at this point in the history
  • Loading branch information
slevis-lmwg committed Oct 17, 2024
1 parent 020db62 commit 1e81456
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/main/histFileMod.F90
Original file line number Diff line number Diff line change
Expand Up @@ -5278,10 +5278,6 @@ character(len=max_length_filename) function set_hist_filename (hist_freq, hist_m
write(cdate,'(i4.4,"-",i2.2,"-",i2.2,"-",i5.5)') yr,mon,day,sec
endif
write(hist_index,'(i1.1)') hist_file - 1
! TODO slevis: After hist_index add "i" or "a"
! For guidance on how to split the files, search for
! maxsplitfiles in https://github.com/ESCOMP/CAM/pull/903/files
! See CAM#1003 for a bug-fix in monthly avged output
set_hist_filename = "./"//trim(caseid)//"."//trim(compname)//trim(inst_suffix)//&
".h"//hist_index//"."//trim(cdate)//".nc"

Expand Down

0 comments on commit 1e81456

Please sign in to comment.