c $Header: /weru/cvs/weps/weps.src/inc/manage/oper.inc,v 1.2 1999-04-14 19:01:20 jt 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 character*50 prname integer prcode 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 common / oper2 / opname,impl common / proc1 / prcode common / proc2 / prname common / plant / crnam common / harvp / cutht common / crushp / calpha, cbeta c c + + + VARIABLE DEFINITIONS + + + c