NCEPLIBS-bufr
12.2.0
|
Produces a BUFR file inventory by satellite type. More...
Go to the source code of this file.
Functions/Subroutines | |
subroutine | satcode (lunit, icode, csad, jcode, csid) |
This subroutine looks in the master BUFR tables for meaning strings associated with specified code figures for the satellite platform and instrument. More... | |
program | sinv |
Usage: sinv satbufrfile <tabledir> will print an inventory of satellites in the satbufrfile by platform and instrument. More... | |
subroutine satcode | ( | lunit, | |
icode, | |||
character(16) | csad, | ||
jcode, | |||
character(80) | csid | ||
) |
This subroutine looks in the master BUFR tables for meaning strings associated with specified code figures for the satellite platform and instrument.
[in] | lunit | - integer: Fortran logical unit number for BUFR file |
[in] | icode | - integer: satellite platform code |
[out] | csad | - character*16: meaning string associated with icode |
[in] | jcode | - integer: satellite instrument code |
[out] | csid | - character*80: meaning string associated with jcode |
Definition at line 117 of file sinv.F90.
References getcfmng().
Referenced by sinv().
program sinv |
Usage: sinv satbufrfile <tabledir> will print an inventory of satellites in the satbufrfile by platform and instrument.
The optional tabledir argument can be used to specify a custom directory for the master BUFR tables.
Definition at line 13 of file sinv.F90.
References bort(), codflg(), mtinfo(), openbf(), readmg(), satcode(), and ufbtab().