NCEPLIBS-w3emc 2.12.0
|
Return a date from a time interval and date. More...
Go to the source code of this file.
Functions/Subroutines | |
subroutine | w3movdat (rinc, idat, jdat) |
This subprogram returns the date and time that is a given NCEP relative time interval from an NCEP absolute date and time. | |
subroutine w3movdat | ( | real, dimension(5) | rinc, |
integer, dimension(8) | idat, | ||
integer, dimension(8) | jdat | ||
) |
This subprogram returns the date and time that is a given NCEP relative time interval from an NCEP absolute date and time.
The output is in the NCEP absolute date and time data structure.
Date | Programmer | Comment |
---|---|---|
1998-01-05 | Mark Iredell | Initial. |
[in] | RINC | NCEP relative time interval (days, hours, minutes, seconds milliseconds) |
[in] | IDAT | NCEP absolute date and time (year, month, day, time zone, hour, minute, second, millisecond) |
[in] | JDAT | NCEP absolute date and time (year, month, day, time zone, hour, minute, second, millisecond) (jdat is later than idat if time interval is positive.) |
Definition at line 23 of file w3movdat.f.