31 COMMON /dateln/ lendat
33 CHARACTER*128 bort_str
44 CALL x84(len,my_len,1)
57 IF(len.NE.8 .AND. len.NE.10)
GOTO 900
64 900
WRITE(bort_str,
'("BUFRLIB: DATELEN - INPUT ARGUMENT IS",I4," - '//
65 .
'IT MUST BE EITHER 8 OR 10")') len
subroutine bort(STR)
Log one error message and abort application program.
recursive subroutine datelen(LEN)
This subroutine is used to specify the format of Section 1 date-time values that will be output by fu...
This module declares and initializes the IM8B variable.
logical, public im8b
Status indicator to keep track of whether all future calls to BUFRLIB subroutines and functions from ...
subroutine wrdlen
Determine important information about the local machine.
subroutine x84(IIN8, IOUT4, NVAL)
Encode one or more 8-byte integer values as 4-byte integer values.