INTERFACE:
subroutine getdatetime (cdate, ctime)DESCRIPTION:
A generic Date and Time routine
ARGUMENTS:
implicit none character(len=8), intent(out) :: cdate !current date character(len=8), intent(out) :: ctime !current timeREVISION HISTORY:
Created by Mariana VertensteinLOCAL VARIABLES: