NCEPLIBS-w3emc 2.12.0
Loading...
Searching...
No Matches
w3locdat.f
Go to the documentation of this file.
1
4
22 subroutine w3locdat(idat)
23 integer idat(8)
24 character cdate*8,ctime*10,czone*5
25! - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
26! get local date and time but use the character time zone
27 call date_and_time(cdate,ctime,czone,idat)
28 read(czone,'(i5)') idat(4)
29! - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
30 end
subroutine w3locdat(idat)
This subprogram returns the local date and time in the ncep absolute date and time data structure.
Definition w3locdat.f:23