Returns the year, month, day, hr, min, sec for the specified Julian date.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=wp), | intent(in) | :: | julian_date |
julian date |
||
integer, | intent(out) | :: | year | |||
integer, | intent(out) | :: | month | |||
integer, | intent(out) | :: | day | |||
integer, | intent(out) | :: | hrs | |||
integer, | intent(out) | :: | min | |||
real(kind=wp), | intent(out) | :: | sec |