NCEPLIBS-bufr  12.0.1
modv_maxmem Module Reference

This module declares and initializes the MAXMEM variable. More...

Variables

integer maxmem = 50000000
 Maximum number of bytes that can be used to store BUFR messages within internal memory. More...
 

Detailed Description

This module declares and initializes the MAXMEM variable.

Author
J. Ator
Date
2014-12-10

Variable Documentation

◆ maxmem

integer modv_maxmem::maxmem = 50000000

Maximum number of bytes that can be used to store BUFR messages within internal memory.

This variable is initialized to a default value which can be overridden by a subsequent call to function isetprm() within the application program.

Definition at line 79 of file modules_vars.F90.

Referenced by arallocf(), igetprm(), isetprm(), ufbmem(), and ufbmex().