NCEPLIBS-bufr  12.1.0
moda_s3list Module Reference

Declare arrays used by various subroutines and functions to hold a temporary working copy of a Section 3 descriptor list. More...

Variables

character *6, dimension(:), allocatable cds3
 Temporary working copy of Section 3 descriptor list in character form. More...
 
integer, dimension(:), allocatable ids3
 Temporary working copy of Section 3 descriptor list in integer form. More...
 

Detailed Description

Declare arrays used by various subroutines and functions to hold a temporary working copy of a Section 3 descriptor list.

Author
J. Ator
Date
2024-02-27

Variable Documentation

◆ cds3

character*6, dimension(:), allocatable moda_s3list::cds3

Temporary working copy of Section 3 descriptor list in character form.

Definition at line 309 of file modules_arrs.F90.

Referenced by arallocf(), ardllocf(), ireadmt(), and reads3().

◆ ids3

integer, dimension(:), allocatable moda_s3list::ids3

Temporary working copy of Section 3 descriptor list in integer form.

Definition at line 307 of file modules_arrs.F90.

Referenced by arallocf(), ardllocf(), reads3(), and stndrd().