c$Author: fredfox $ c$Date: 2001-11-21 22:45:31 $ c$Revision: 1.4 $ c$Source: /weru/cvs/weps/weps.src/inc/manage/mproc.inc,v $ c This common block contains the variables used in the MANAGEMENT c process subprograms. c Parameter include files required: p1werm.inc c + + + VARIABLE DECLARATIONS + + + integer prcode character*30 prname real ospeed, odir, ostdspeed, ominspeed, omaxspeed real tdepth, ti, tstddepth, tmindepth, tmaxdepth integer tlayer, trdflg real imprs real fracarea integer bioflg integer cropno character*80 cropname character*80 amdname common / till / ospeed, odir, ostdspeed, ominspeed, omaxspeed, & tdepth, tlayer, ti, & tstddepth, tmindepth, tmaxdepth, & trdflg, imprs common / bio / bioflg, fracarea common / mproc / cropno, cropname common / mproc1 / prcode, prname common / mproc2 / amdname c + + + VARIABLE DEFINITIONS + + + c cropno - number that identifies the crop to be grown c fracarea - fraction of area tilled (not implement but field?) (m*m) c tdepth - tillage depth (m) c trdflg - tillage ridge flag c imprs - implement ridge spacing (can be used to set row spacing) c ospeed - operation speed (m/s) c odir - operation direction (degrees from NORTH)