NCEPLIBS-bufr 11.7.1
ardllocc.c
Go to the documentation of this file.
1
6#include "bufrlib.h"
7#include "cread.h"
8#include "mstabs.h"
9
23void ardllocc( void )
24{
25
26/*
27** cread arrays
28*/
29
30 free( pb );
31 free( lstpos );
32
33/*
34** mstabs arrays
35*/
36
37 free( MSTABS_BASE(ibfxyn) );
38 free( MSTABS_BASE(cbscl) );
39 free( MSTABS_BASE(cbsref) );
40 free( MSTABS_BASE(cbbw) );
41 free( MSTABS_BASE(cbunit) );
42 free( MSTABS_BASE(cbmnem) );
43 free( MSTABS_BASE(cbelem) );
44 free( MSTABS_BASE(idfxyn) );
45 free( MSTABS_BASE(cdseq) );
46 free( MSTABS_BASE(cdmnem) );
47 free( MSTABS_BASE(ndelem) );
48 free( MSTABS_BASE(idefxy) );
49
50}
51
void ardllocc(void)
This subroutine frees any memory that was dynamically allocated during a previous call to subroutine ...
Definition: ardllocc.c:23
Define signatures to enable a number of BUFRLIB subprograms to be called directly from C application ...
Define signatures and declare variables for reading or writing BUFR messages via a C language interfa...
FILE ** pb
File pointers.
fpos_t * lstpos
Byte positions of last successful reads from files corresponding to pb, for files that were opened fo...
Define signatures and declare variables for internal storage of master Table B and Table D entries.
integer, dimension(:), allocatable ndelem
Numbers of child descriptors corresponding to idfxyn.
Definition: moda_mstabs.F:72
integer, dimension(:), allocatable idfxyn
Bit-wise representations of FXY numbers for master Table D.
Definition: moda_mstabs.F:69
character, dimension(:,:), allocatable cdseq
Sequence names corresponding to idfxyn.
Definition: moda_mstabs.F:70
integer, dimension(:), allocatable idefxy
Bit-wise representations of child descriptors corresponding to idfxyn.
Definition: moda_mstabs.F:73
character, dimension(:,:), allocatable cbscl
Scale factors corresponding to ibfxyn.
Definition: moda_mstabs.F:63
character, dimension(:,:), allocatable cbmnem
Mnemonics corresponding to ibfxyn.
Definition: moda_mstabs.F:67
character, dimension(:,:), allocatable cbsref
Reference values corresponding to ibfxyn.
Definition: moda_mstabs.F:64
character, dimension(:,:), allocatable cbelem
Element names corresponding to ibfxyn.
Definition: moda_mstabs.F:68
character, dimension(:,:), allocatable cbunit
Units corresponding to ibfxyn.
Definition: moda_mstabs.F:66
character, dimension(:,:), allocatable cdmnem
Mnemonics corresponding to idfxyn.
Definition: moda_mstabs.F:71
integer, dimension(:), allocatable ibfxyn
Bit-wise representations of FXY numbers for master Table B.
Definition: moda_mstabs.F:62
character, dimension(:,:), allocatable cbbw
Bit widths corresponding to ibfxyn.
Definition: moda_mstabs.F:65