c ------------------------------------------------------------------ c file 'c1gen.inc' c This common block contains the state variables relating to c the general purpose crop information. c Parameter include files: p1werm.inc c + + + VARIABLE DECLARATIONS + + + integer ac0rg(mnsub) real acxrow(mnsub) real acdpop(mnsub) common / c1gen / i ac0rg, r acxrow, acdpop c + + + VARIABLE DEFINITIONS + + + c acxrow - Crop row spacing (m) c range values min max c ------------ --------- --------- c fixed fmin fmax c typical tmin tmax c ------------ --------- --------- c - This variable contains the crop row spacing c for each of the subregions. c acdpop - Crop seeding density (plants/m^2) c range values min max c ------------ --------- --------- c fixed fmin fmax c typical tmin tmax c ------------ --------- --------- c - This variable contains the crop seeding density c for each of the subregions. c ac0rg - Crop seeding locatopn in relation to ridge c = 0 if plant in furrow c = 1 if plant on ridge c - This variable contains the crop seeding location c in relation to the furrow for each subregion. c ------------------------------------------------------------------