awips2/ncep/gov.noaa.nws.ncep.viz.rsc.ncgrid/dgdriv_c/CONTUR.CMN
Brad Gonzales 632020195a Issue committing PGEN code received from Plummer on 4-19-2012.
Former-commit-id: fda897d2d0 [formerly 253e8bc948] [formerly fda897d2d0 [formerly 253e8bc948] [formerly 295cbf95e5 [formerly 0816cd253c86acc699cb90866131619c4679f631]]]
Former-commit-id: 295cbf95e5
Former-commit-id: 2a3bf4ec32 [formerly ae3d17c698]
Former-commit-id: a610dcde73
2012-05-10 16:50:45 -05:00

37 lines
1.3 KiB
Text
Executable file

C************************************************************************
C* These common areas are used by the contouring task. *
C* *
C** *
C* Log: *
C* M. desJardins/GSFC 6/89 GEMPAK 5 *
C* J. Whistler/SSAI 6/91 Set internal grids to size LLMXGD *
C* M. desJardins/NMC 11/91 Reorganized contouring options *
C* S. Gilbert/NCEP 04/07 Removed work arrays *
C************************************************************************
COMMON / CTRCMN /
+ jbxsub, jlblbk, jsmoth, jsadjf,
C! Grid subset size
C! Label background color
C! Number of smoothing passes
C! Spline adjustment factor
+ isize, jsize,
C! Size of grid
+ offx, offy, skip,
C! Offsets from orig grid
C* Grid skip factor
+ numsub, fincxy,
C! Grid subspacing,
C! Fractional distance
+ number,
C! Number of points
+ xval ( 1024 ), yval ( 1024 )
C! Points on line
C************************************************************************
C* /COFICN/ *
C* *
C* This common area stores the Lagrangian coefficients used in the *
C* contouring package. *
C* *
C************************************************************************
COMMON /COFICN/ c00, c10, c20, c30, c01, c11, c21, c31, c02,
+ c12, c22, c32, c03, c13, c23, c33