NCEPLIBS-bufr 11.7.1
stntbia.f File Reference

Go to the source code of this file.

Functions/Subroutines

subroutine stntbia (N, LUN, NUMB, NEMO, CELSQ)
 THIS SUBROUTINE STORES A NEW ENTRY WITHIN INTERNAL BUFR TABLE A. More...
 

Detailed Description

Author
ATOR
Date
2009-03-23

Definition in file stntbia.f.

Function/Subroutine Documentation

◆ stntbia()

subroutine stntbia (   N,
  LUN,
character*(*)  NUMB,
character*(*)  NEMO,
character*(*)  CELSQ 
)

THIS SUBROUTINE STORES A NEW ENTRY WITHIN INTERNAL BUFR TABLE A.

PROGRAM HISTORY LOG: 2009-03-23 J. ATOR – ORIGINAL AUTHOR 2014-12-10 J. ATOR – USE MODULES INSTEAD OF COMMON BLOCKS

USAGE: CALL STNTBIA ( N, LUN, NUMB, NEMO, CELSQ ) INPUT ARGUMENT LIST: N - INTEGER: STORAGE INDEX INTO INTERNAL TABLE A LUN - INTEGER: I/O STREAM INDEX INTO INTERNAL TABLE A NUMB - CHARACTER*6: FXY NUMBER FOR NEW TABLE A ENTRY (IN FORMAT FXXYYY) NEMO - CHARACTER*8: MNEMONIC CORRESPONDING TO NUMB CELSQ - CHARACTER*55: SEQUENCE DESCRIPTION CORRESPONDING TO NUMB

REMARKS: THIS ROUTINE CALLS: BORT DIGIT THIS ROUTINE IS CALLED BY: RDUSDX READS3 STBFDX Not normally called by application programs.

Definition at line 27 of file stntbia.f.

References bort(), moda_tababd::idna, moda_tababd::ntba, and moda_tababd::taba.

Referenced by rdusdx(), reads3(), and stbfdx().