38 CALL
status(lunit,lun,il,im)
43 CALL
pkbs1(mini,mbay(1,lun),
'MINU')
49 900 CALL
bort(
'BUFRLIB: MINIMG - OUTPUT BUFR FILE IS CLOSED, IT '//
50 .
'MUST BE OPEN FOR OUTPUT')
51 901 CALL
bort(
'BUFRLIB: MINIMG - OUTPUT BUFR FILE IS OPEN FOR '//
52 .
'INPUT, IT MUST BE OPEN FOR OUTPUT')
53 902 CALL
bort(
'BUFRLIB: MINIMG - A MESSAGE MUST BE OPEN IN OUTPUT '//
54 .
'BUFR FILE, NONE ARE')
subroutine minimg(LUNIT, MINI)
This subroutine writes a minutes value into Section 1 of the BUFR message that was most recently open...
subroutine pkbs1(IVAL, MBAY, S1MNEM)
This subroutines writes a specified value into a specified location within Section 1 of a BUFR messag...
subroutine status(LUNIT, LUN, IL, IM)
This subroutine checks whether a specified Fortran logical unit number is currently connected to the ...
subroutine bort(STR)
This subroutine calls subroutine errwrt() to log an error message, then calls subroutine bort_exit() ...
This module contains array and variable declarations used to store BUFR messages internally for multi...