Skip to content

Commit

Permalink
fix timestamp string length
Browse files Browse the repository at this point in the history
  • Loading branch information
jedwards4b committed Sep 13, 2024
1 parent 4dcd4b4 commit 463bf55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/restFileMod.F90
Original file line number Diff line number Diff line change
Expand Up @@ -442,7 +442,7 @@ subroutine restFile_write_pfile( fnamer )
integer :: m ! index
integer :: nio ! restart pointer file
integer :: yr, mon, day, tod
character(len=16) :: timestamp
character(len=17) :: timestamp
character(len=256) :: filename ! local file name
!-----------------------------------------------------------------------

Expand Down

0 comments on commit 463bf55

Please sign in to comment.