renameFiles Subroutine

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

Replace the year in the filename with the value of ncciy for the gswp file format.

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

Called by

proc~~renamefiles~~CalledByGraph proc~renamefiles renameFiles proc~preparefiles prepareFiles proc~preparefiles->proc~renamefiles proc~mpidrv_master~2 mpidrv_master proc~mpidrv_master~2->proc~preparefiles proc~serialdrv serialdrv proc~serialdrv->proc~preparefiles program~cable_offline_driver cable_offline_driver program~cable_offline_driver->proc~serialdrv