33 CALL status(lunit,lun,il,im)
44900
CALL bort(
'BUFRLIB: MINIMG - OUTPUT BUFR FILE IS CLOSED, IT '//
45 .
'MUST BE OPEN FOR OUTPUT')
46901
CALL bort(
'BUFRLIB: MINIMG - OUTPUT BUFR FILE IS OPEN FOR '//
47 .
'INPUT, IT MUST BE OPEN FOR OUTPUT')
48902
CALL bort(
'BUFRLIB: MINIMG - A MESSAGE MUST BE OPEN IN OUTPUT '//
49 .
'BUFR FILE, NONE ARE')
subroutine bort(STR)
This subroutine calls subroutine errwrt() to log an error message, then calls subroutine bort_exit() ...
subroutine minimg(LUNIT, MINI)
This subroutine writes a minutes value into Section 1 of the BUFR message that was most recently open...
This module contains array and variable declarations used to store BUFR messages internally for multi...
integer, dimension(:,:), allocatable mbay
Current BUFR message for each internal I/O stream.
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 ...