NCEPLIBS-bufr  12.0.0
nenubd.f File Reference

Confirm that a mnemonic and FXY value haven't already been defined. More...

Go to the source code of this file.

Functions/Subroutines

subroutine nenubd (NEMO, NUMB, LUN)
 Confirm that a mnemonic and FXY value haven't already been defined. More...
 

Detailed Description

Confirm that a mnemonic and FXY value haven't already been defined.

Author
J. Woollen
Date
1994-01-06

Definition in file nenubd.f.

Function/Subroutine Documentation

◆ nenubd()

subroutine nenubd ( character*8  NEMO,
character*6  NUMB,
  LUN 
)

Confirm that a mnemonic and FXY value haven't already been defined.

This subroutine checks a mnemonic and FXY value pair that were read from a user-supplied BUFR DX dictionary table in character format, in order to make sure that neither value has already been defined within internal BUFR table B or D (in module moda_tababd) for the given LUN. If either value has already been defined for this LUN, then an appropriate call is made to BUFR archive library subroutine bort().

Parameters
[in]NEMO- character*8: Mnemonic.
[in]NUMB- character*6: FXY value associated with NEMO.
[in]LUN- integer: File ID.
Author
J. Woollen
Date
1994-01-06

Definition at line 21 of file nenubd.f.

References bort(), moda_tababd::ntbb, moda_tababd::ntbd, moda_tababd::tabb, and moda_tababd::tabd.

Referenced by stbfdx(), and stntbi().