W3AQ15

The W3AQ15 routine converts 32 or 64 bit binary time (GMT) into
           a 16 bit string and store these 4 packed decimal
           numbers into bytes 39 and 40 of the output array.

USAGE:    CALL W3AQ15(ITIME, QDESCR)

   Input argument list:
      ITIME     INTEGER WORD CONTAINING TIME IN BINARY

   Output argument list:
      QDESCR    ARRAY CONTAINING TRANSMISSION QUEUE DESCRIPTOR
                NOTE- TIME WILL BE PLACED IN 39 AND 40TH
                BYTE OF THIS ARRAY AS 4 (4 BIT) BCD.

REMARKS:
        The user can obtain the current time in GMT by invocking
        The w3 library routine w3fq02 which fills an eight word array
        with the current date and time. The 5th word from this array
        contains the time which can be passed to w3aq15 as the input
        parameter-itime.

 
W3lib.tar Library contains Fortran 90 decoder/encoder routines for GRIB edition 1. (Fortran90)
Date posted: 2/22/2007