renameFiles Subroutine

public subroutine renameFiles(logn, inFile, ncciy, inName)

Replace the year in the filename with the value of ncciy.

Arguments

Type IntentOptional Attributes Name
integer, intent(in) :: logn

Log file unit number

character(len=200), intent(inout) :: inFile
integer, intent(in) :: ncciy

Year to use in replacement in filenames

character(len=*), intent(in) :: inName