NCEPLIBS-bufr
12.1.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> will print inventory of satellites by platform and instrument. More... | |
Produces a BUFR file inventory by satellite type.
Looks in the BUFR tables to get meaning strings for satellite platform and instrument codes.
Definition in file sinv.F90.
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 119 of file sinv.F90.
References getcfmng().
Referenced by sinv().