19 real rinc1(5),rinc2(5)
27 jldayn=
iw3jdn(idat(1),idat(2),idat(3))+nint(rinc2(1))
28 call w3fs26(jldayn,jdat(1),jdat(2),jdat(3),jdow,jdoy)
31 jdat(4)=mod(idat(4)/100,24)*100+mod(mod(idat(4),100),60)/30*30
32 jdat(5:8)=nint(rinc2(2:5))
function iw3jdn(iyear, month, iday)
Computes julian day number from year (4 digits), month, and day.
subroutine w3fs26(jldayn, iyear, month, iday, idaywk, idayyr)
Computes year (4 digits), month, day, day of week, day of year from julian day number.
subroutine w3reddat(it, rinc, dinc)
This subprogram reduces an ncep relative time interval into one of seven canonical forms,...
logical function w3valdat(idat)
This logical function returns true if the input is a valid NCEP absolute date and time.