NCEPLIBS-bufr
11.5.0
|
Print the contents of a data subset. More...
Go to the source code of this file.
Functions/Subroutines | |
subroutine | ufdump (LUNIT, LUPRT) |
This subroutine prints a verbose listing of the contents of a data subset, including all data values and replicated sequences, as well as the meanings of data values which are code or flag table entries. More... | |
Print the contents of a data subset.
Definition in file ufdump.f.
subroutine ufdump | ( | LUNIT, | |
LUPRT | |||
) |
This subroutine prints a verbose listing of the contents of a data subset, including all data values and replicated sequences, as well as the meanings of data values which are code or flag table entries.
This subroutine is similar to subroutine ufbdmp(), but it prints different characteristics of each data subset, and in a slightly different format. However, both subroutines can be useful for different diagnostic purposes, and both can also be run interactively to scroll through the contents of a data subset.
[in] | LUNIT | - integer: Fortran logical unit number for BUFR file |
[in] | LUPRT | - integer: Fortran logical unit number for print output
|
Logical unit LUNIT should have already been opened for input operations via a previous call to subroutine openbf(), and a BUFR data subset should have already been read into internal arrays via a previous call to one of the subset-reading subroutines.
Except when LUPRT = 0, logical unit LUPRT must already be associated with a filename on the local system, typically via a Fortran "OPEN" statement. When LUPRT = 0, the subroutine will run interactively and print to standard output, scrolling 20 lines at a time and prompting each time whether to quit and return to the application program (by typing 'q' then '<Enter>') or continue scrolling (by typing anything else).
Program history log:
Definition at line 71 of file ufdump.f.
References bort(), fstag(), ibfms(), icbfms(), ireadmt(), isize(), nemtab(), numtbd(), readlc(), rjust(), srchtbf(), status(), strsuc(), and upftbv().
Referenced by fdebufr().