Go to the documentation of this file.
9 subroutine ymdhms2jul(year,month,day,hour,minute,sec,jul)
22 jul =
jd(year,month,day)
23 . + (hour*3600.d0 + minute*60.d0 + sec)/86400.d0
void ymdhms2jul(int32_t year, int32_t month, int32_t day, int32_t hour, int32_t minute, double sec, double *jul)
c ----------------------------------------------------------— c Subroutine ymdhms2jul c c Convers fro...