c$Author: fredfox $ c$Date: 2001-11-21 22:45:28 $ c$Revision: 1.1 $ c$Source: /weru/cvs/weps/weps.src/inc/c1report.inc,v $ c This common block contains the character variables containing c information about the crop c Parameter include files: p1werm.inc c + + + VARIABLE DECLARATIONS + + + integer prevday(mnsub) integer prevmon(mnsub) integer prevyr(mnsub) common / c1report / & prevday, prevmon, prevyr c + + + VARIABLE DEFINITIONS + + + c prevday - day of month of previously printed crop harvest report c prevmon - month of year of previously printed crop harvest report c prevyr - year in rotation of previously printed crop harvest report