DOYSOD2YMDHMS Subroutine

public subroutine DOYSOD2YMDHMS(YYYY, DOY, SOD, MM, DD, HOUR, MINUTE, SECOND)

Arguments

Type IntentOptional Attributes Name
integer, intent(in) :: YYYY
integer, intent(in) :: DOY
integer, intent(in) :: SOD
integer, intent(out) :: MM
integer, intent(out) :: DD
integer, intent(out), optional :: HOUR
integer, intent(out), optional :: MINUTE
integer, intent(out), optional :: SECOND