NCEPLIBS-bufr  12.3.0
bufrlib::catch_bort_readlc_c Interface Reference

Public Member Functions

subroutine catch_bort_readlc_c (lunit, cstr, cstr_len, chr, chr_len, nchr)
 Catch any bort error inside of subroutine readlc(). More...
 

Detailed Description

Definition at line 664 of file bufrlib.F90.

Constructor & Destructor Documentation

◆ catch_bort_readlc_c()

bufrlib::catch_bort_readlc_c::catch_bort_readlc_c ( integer(c_int), intent(in), value  lunit,
character(kind=c_char), dimension(*), intent(inout)  cstr,
integer(c_int), intent(in), value  cstr_len,
character(kind=c_char), dimension(*), intent(out)  chr,
integer(c_int), intent(in), value  chr_len,
integer(c_int), intent(out)  nchr 
)

Catch any bort error inside of subroutine readlc().

Wraps catch_bort_readlc() function.

Parameters
lunit- Fortran logical unit number for BUFR file
cstr- Mnemonic of long character string to read from data subset
cstr_len- Length of cstr
chr- Long character string corresponding to cstr
chr_len- Allocated length of chr
nchr- Number of characters returned in chr
Author
J. Ator
Date
2025-10-15

Definition at line 664 of file bufrlib.F90.


The documentation for this interface was generated from the following file: