NCEPLIBS-w3emc 2.12.0
|
Updating office note 85 date/time word. More...
Go to the source code of this file.
Functions/Subroutines | |
subroutine | w3fs15 (idate, jtau, ndate) |
Updates or backdates a fullword date/time word (o.n. | |
subroutine w3fs15 | ( | character*1, dimension(4) | idate, |
jtau, | |||
character*1, dimension(4) | ndate | ||
) |
Updates or backdates a fullword date/time word (o.n.
84) by a specified number of hours.
Date | Programmer | Comments |
---|---|---|
Unknown | Robert Allard | Initial. |
1987-02-19 | Ralph Jones | Clean up code |
1987-02-19 | Ralph Jones | Change to microsoft fortran 4.10 |
1989-05-12 | Ralph Jones | Correct order of bytes in date word for pc |
1989-08-04 | Ralph Jones | Clean up code, get rid of assign, correction for memory set to indefinite. |
1989-10-25 | Ralph Jones | Change to cray cft77 fortran |
1995-11-15 | Ralph Jones | Add save statement |
2002-10-15 | Boi Vuong | Replaced function ichar with mova2i |
[in] | IDATE | Packed binary date/time as follows:
| |||||||||||||||
[in] | JTAU | Number of hours to update (if positive) or backdate (if negative) | |||||||||||||||
[out] | NDATE | New date/time word returned in the same format as 'IDATE'. 'NDATE' and 'IDATE' may be the same variable. |
Exit states: An error found by out of range tests on the given date/time information will be indicated by returning a binary zero word in 'NDATE'.