NCEPLIBS-bufr
12.1.0
|
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... | |
Declare arrays used by various subroutines and functions to hold a temporary working copy of a Section 3 descriptor list.
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().
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().