NCEPLIBS-bufr
12.1.0
|
Declare arrays and variables needed for the storage of data values needed when writing compressed data subsets to a BUFR message for output. More...
Variables | |
character *(:), dimension(:,:), allocatable | catx |
Character data values for all data subsets in message. More... | |
integer *8 | incr |
Increment used when compressing non-character data values. More... | |
integer *8, dimension(:,:), allocatable | matx |
Non-character data values for all data subsets in message. More... | |
integer | ncol |
Number of data subsets in message. More... | |
Declare arrays and variables needed for the storage of data values needed when writing compressed data subsets to a BUFR message for output.
These values can only be stored for one compressed BUFR message at any given time.
character*(:), dimension(:,:), allocatable moda_comprs::catx |
Character data values for all data subsets in message.
Definition at line 134 of file modules_arrs.F90.
Referenced by ardllocf(), wrcmps(), and writlc().
integer*8 moda_comprs::incr |
Increment used when compressing non-character data values.
Definition at line 130 of file modules_arrs.F90.
Referenced by wrcmps().
integer*8, dimension(:,:), allocatable moda_comprs::matx |
Non-character data values for all data subsets in message.
Definition at line 132 of file modules_arrs.F90.
Referenced by arallocf(), ardllocf(), wrcmps(), and writlc().
integer moda_comprs::ncol |
Number of data subsets in message.
Definition at line 128 of file modules_arrs.F90.