NCEPLIBS-bufr
11.6.0
|
Dynamically allocate Fortran language arrays within internal memory. More...
Go to the source code of this file.
Functions/Subroutines | |
subroutine | arallocf |
This subroutine is called internally during the first call to subroutine openbf() from an application program, in order to dynamically allocate internal Fortran language arrays based on parameter values set during one or more previous calls to function isetprm(). More... | |
Dynamically allocate Fortran language arrays within internal memory.
Definition in file arallocf.f.
subroutine arallocf | ( | ) |
This subroutine is called internally during the first call to subroutine openbf() from an application program, in order to dynamically allocate internal Fortran language arrays based on parameter values set during one or more previous calls to function isetprm().
This subroutine isn't normally called directly from an application program, since it's automatically called internally during the first call to subroutine openbf() from an application program.
Program history log:
Date | Programmer | Comments |
---|---|---|
2014-12-04 | J. Ator | Original author |
2016-05-24 | J. Ator | Added allocations for MODA_BITMAPS and MODA_NRV203 |
2017-05-22 | J. Ator | Added allocations for MODA_RLCCMN |
2019-05-09 | J. Ator | Modified allocations for MODA_BUFRMG |
2021-01-08 | J. Ator | Modified mstabs array declarations for GNUv10 portability |
2021-05-17 | J. Ator | Allow up to 24 characters in cbunit |
Definition at line 34 of file arallocf.f.
References bort(), and errwrt().
Referenced by openbf().