c $Header: /weru/cvs/weps/weps.src/inc/manage/oper.inc,v 1.2.4.1 2000-03-31 20:03:11 fredfox Exp $ c ------------------------------------------------------------------ c file 'oper.inc' c c This common block contains the variables used in the MANAGEMENT c process subprograms. c c Parameter include files required: p1werm.inc c c + + + VARIABLE DECLARATIONS + + + c character*50 opname integer opcode integer opskip character*50 grname integer grcode character*50 impl c next two were added by jt on Apr 8, '94 character*50 crnam real cutht real calpha, cbeta c common / oper1 / opcode, opskip common / oper2 / opname,impl common / proc1 / grcode common / proc2 / grname common / plant / crnam common / harvp / cutht common / crushp / calpha, cbeta c c + + + VARIABLE DEFINITIONS + + + c