awips2/ncep/gov.noaa.nws.ncep.viz.rsc.ncgrid/dgdriv_c/ercmn.cmn
Roger Ferrel 901d493ecf Issue #181
Added files to index.


Former-commit-id: 7324dcd368 [formerly e3d3629375] [formerly cf1383a412] [formerly beae8e7e59 [formerly cf1383a412 [formerly 874ae116e412c39b73dc3cc74ee3f3a3b02d82f7]]]
Former-commit-id: beae8e7e59
Former-commit-id: c8669b5ab7910607c5f11760fd75aaf1865a062e [formerly e1fc0b48c1]
Former-commit-id: 49dfa99cc5
2012-01-26 15:05:25 -06:00

26 lines
772 B
Text
Executable file

C************************************************************************
C* ERCMN *
C* *
C* This common block contains variables for the ER-library subroutines. *
C* *
C** *
C* Log: *
C* K. Tyle/GSC 12/96 *
C* S. Maxwell/GSC 6/97 Documentation changes *
C************************************************************************
LOGICAL etmflg
C*
COMMON / ERCMN /
+ ielevl,
C! Error level
C! 0 = always logged
C! 2 = detailed information
C! 4 = debug information
+ iebuff,
C! Output destination
C! -1 = No output
C! 0 = Standard output
C! 1 = Output to buffer
+ etmflg
C! Time flag
C------------------------------------------------------------------------