NCEPLIBS-w3emc 2.12.0
|
Returns the integer day of week, the day of year, and julian day given an NCEP absolute date and time. More...
Go to the source code of this file.
Functions/Subroutines | |
subroutine | w3doxdat (idat, jdow, jdoy, jday) |
Program history log: | |
Returns the integer day of week, the day of year, and julian day given an NCEP absolute date and time.
Definition in file w3doxdat.f.
subroutine w3doxdat | ( | integer, dimension(8) | idat, |
jdow, | |||
jdoy, | |||
jday | |||
) |
Program history log:
[in] | IDAT | Integer (8) NCEP absolute date and time (year, month, day, time zone, hour, minute, second, millisecond) |
[out] | JDOW | Integer day of week (1-7, where 1 is sunday) |
[out] | JDOY | Integer day of year (1-366, where 1 is january 1) |
[out] | JDAY | Integer julian day (day number from jan. 1,4713 b.c.) |
Definition at line 16 of file w3doxdat.f.