caldate Subroutine

public subroutine caldate(jday, iyear, iyday)

This routine takes the modified Julian date and converts it to a date and time string.

Calls: GREGORIAN

Arguments

Type IntentOptional Attributes Name
real(kind=real64), intent(in) :: jday

modified Julian day (integer)

integer, intent(out) :: iyear

year (integer)

integer, intent(out) :: iyday

year day (integer)