Go to the documentation of this file.
8 subroutine jul2yds(jul,year,day,sec)
21 call jddate( julday, year, month, dayofmonth )
22 call ymd2day( year, month, dayofmonth, day )
23 sec = dmod(jul,1.d0) * 86400.d0
subroutine jul2yds(jul, year, day, sec)
subroutine ymd2day(year, month, dayOfMonth, dayOfYear)