|
NCEPLIBS-bufr
12.2.0
|
Public Member Functions | |
| subroutine | stseq_c (lun, irepct, idn, nemo, cseq, cdesc, ncdesc) |
| Store information about a standard Table D descriptor. More... | |
Definition at line 326 of file bufrlib.F90.
| bufrlib::stseq_c::stseq_c | ( | integer(c_int), intent(in), value | lun, |
| integer(c_int), intent(inout) | irepct, | ||
| integer(c_int), intent(in), value | idn, | ||
| character(kind=c_char), dimension(*), intent(in) | nemo, | ||
| character(kind=c_char), dimension(*), intent(in) | cseq, | ||
| integer(c_int), dimension(*), intent(out) | cdesc, | ||
| integer(c_int), intent(in), value | ncdesc | ||
| ) |
Store information about a standard Table D descriptor.
Wraps stseq() function.
| lun | - File ID. |
| irepct | - Replication sequence counter for the current master table. |
| idn | - WMO bit-wise representation of FXY value for standard Table D descriptor. |
| nemo | - Mnemonic corresponding to idn. |
| cseq | - Description corresponding to idn. |
| cdesc | - Array of WMO-standard child descriptors equivalent to idn. |
| ncdesc | - Number of WMO-standard child descriptors in cdesc. |
Definition at line 326 of file bufrlib.F90.