Go to the documentation of this file. 1 SUBROUTINE julday (YYMMDD,JDAY)
29 INTEGER YYMMDD, JDAY, MONTH(12), YY, MM, DD, IT
31 DATA month /0,31,59,90,120,151,181,212,243,273,304,334/
42 IF (mod(yy, 4) .EQ. 0)
THEN
43 IF (mm .GT. 2) jday = jday + 1
subroutine julday(YYMMDD, JDAY)