NCEPLIBS-bufr  11.5.0
 All Data Structures Files Functions Variables Pages
rdmtbf.f File Reference

Go to the source code of this file.

Functions/Subroutines

subroutine rdmtbf (LUNSTF, LUNLTF)
 THIS SUBROUTINE READS MASTER CODE/FLAG TABLE INFORMATION FROM TWO SEPARATE (I.E. More...
 

Detailed Description

Author
ATOR
Date
2017-10-17

Definition in file rdmtbf.f.

Function/Subroutine Documentation

subroutine rdmtbf (   LUNSTF,
  LUNLTF 
)

THIS SUBROUTINE READS MASTER CODE/FLAG TABLE INFORMATION FROM TWO SEPARATE (I.E.

ONE STANDARD AND ONE LOCAL) ASCII FILES AND THEN MERGES IT INTO AN INTERNAL MEMORY STRUCTURE. EACH OF THE TWO INPUT FILES MUST ALREADY BE INDIVIDUALLY SORTED IN ASCENDING ORDER WITH RESPECT TO THE FXY NUMBERS.

PROGRAM HISTORY LOG: 2017-10-17 J. ATOR – ORIGINAL AUTHOR

USAGE: CALL RDMTBF ( LUNSTF, LUNLTF )

INPUT ARGUMENT LIST: LUNSTF - INTEGER: FORTRAN LOGICAL UNIT NUMBER OF ASCII FILE CONTAINING STANDARD CODE/FLAG TABLE INFORMATION LUNLTF - INTEGER: FORTRAN LOGICAL UNIT NUMBER OF ASCII FILE CONTAINING LOCAL CODE/FLAG TABLE INFORMATION

REMARKS: THIS ROUTINE CALLS: ADN30 BORT GETNTBE GETTBH INITTBF SNTBFE SORTTBF WRDLEN THIS ROUTINE IS CALLED BY: IREADMT Not normally called by any application programs.

Definition at line 28 of file rdmtbf.f.

References adn30(), bort(), getntbe(), gettbh(), inittbf(), sntbfe(), sorttbf(), and wrdlen().

Referenced by ireadmt().