c ------------------------------------------------------------------ c file 'c1db1.inc' c This common block contains variables representing the crop c database properties for each subregion. c Parameter include files: p1werm.inc c + + + VARIABLE DECLARATIONS + + + real acrcn(mnsub) integer ac0id(mnsub) real acrhi(mnsub) integer actdtm(mnsub) real aczmrt(mnsub) real aczmxc(mnsub) real acrmla(mnsub) real acrbe(mnsub) real acrbed(mnsub) real ac0lad(mncz, mnsub) real ac0sad(mncz, mnsub) real acehu0(mnsub) real ac0bev(mnsub) real ac0be1(2, mnsub) real ac0be2(2, mnsub) real acrmhi(mnsub) real ac0alf(mnsub) real ac0blf(mnsub) real ac0clf(mnsub) real ac0dlf(mnsub) real ac0arp(mnsub) real ac0brp(mnsub) real ac0crp(mnsub) real ac0drp(mnsub) real ac0aht(mnsub) real ac0bht(mnsub) real ac0ssa(mnsub) real ac0ssb(mnsub) real ac0sla(mnsub) real ac0hue(mnsub) real ac0lfe(mnsub) common / c1db1 / r acrcn, ac0id, acrhi, actdtm, aczmrt, aczmxc, r acrmla, acrbe, acrbed, ac0lad, ac0sad ,acehu0, r ac0bev, ac0be1, ac0be2, acrmhi, ac0alf ,ac0blf, r ac0clf, ac0dlf, ac0arp, ac0brp, ac0crp ,ac0drp, r ac0aht, ac0bht, ac0ssa, ac0ssb, ac0sla ,ac0hue, r ac0lfe c + + + VARIABLE DEFINITIONS + + + c acrcn - Crop C:N ratio (Mg/Mg) c range values min max c ------------ --------- --------- c fixed fmin fmax c typical tmin tmax c ------------ --------- --------- c - This variable contains the crop C:N ratio c for each of the subregions. c ac0id - Crop ID no. c range values min max c ------------ --------- --------- c fixed fmin fmax c typical tmin tmax c ------------ --------- --------- c - This variable contains the crop ID no. c for each of the subregions. c acrhi - Crop harvest index (Mg/Mg) c range values min max c ------------ --------- --------- c fixed fmin fmax c typical tmin tmax c ------------ --------- --------- c - This variable contains the crop harvest index value c for each of the subregions. c actdtm - days from planting to maturity for summer crops, or the days c from start of spring growth to maturity for winter and c perennial crops. c range values min max c ------------ --------- --------- c fixed fmin fmax c typical tmin tmax c ------------ --------- --------- c - This variable contains the number of days it takes c for a crop in each of the subregions to mature or complete c spring and summer growth(in the case of perennials). c aczmrt - Maximum root depth (m) c range values min max c ------------ --------- --------- c fixed fmin fmax c typical tmin tmax c ------------ --------- --------- c - This variable contains the maximum crop root depth c for each of the subregions. c aczmxc - Maximum crop height (m) c range values min max c ------------ --------- --------- c fixed fmin fmax c typical tmin tmax c ------------ --------- --------- c - This variable contains the maximum crop height c for each of the subregions. c acrmla - Maximum crop leaf area index (?) c range values min max c ------------ --------- --------- c fixed fmin fmax c typical tmin tmax c ------------ --------- --------- c - This variable contains the maximum crop c leaf area index for each of the subregions. c acrbe - Biomass-energy ratio (kg/ha*MJ) c range values min max c ------------ --------- --------- c fixed fmin fmax c typical tmin tmax c ------------ --------- --------- c - This variable contains the crop biomass-energy c ratio for each of the subregions. c acrbed - Biomass-energy decline rate (?) c range values min max c ------------ --------- --------- c fixed fmin fmax c typical tmin tmax c ------------ --------- --------- c - This variable contains the crop biomass-energy c decline rate for each of the subregions. c ac0lad - leaf area distribution (?) c range values min max c ------------ --------- --------- c fixed fmin fmax c typical tmin tmax c ------------ --------- --------- c - This variable contains the leaf area distribution c parameters for each subregion. c ac0sad - stem area distribution (?) c range values min max c ------------ --------- --------- c fixed fmin fmax c typical tmin tmax c ------------ --------- --------- c - This variable contains the stem area distribution c parameters for each subregion. c acehu0 - heat unit index at senescence c range values min max c ------------ --------- --------- c fixed fmin fmax c typical tmin tmax c ------------ --------- --------- c - This variable contains the heat unit index when c leaf senescence starts for each subregion. c acrbev - vapor pressure to biomass conv. eff. parm c range values min max c ------------ --------- --------- c fixed fmin fmax c typical tmin tmax c ------------ --------- --------- c - This variable contains the parameter relating the vapor c pressure deficit to biomass conversion efficiency for c each subregion. c ac0be1 - x and y for 1 st point on biomass conv eff curve c range values min max c ------------ --------- --------- c fixed fmin fmax c typical tmin tmax c ------------ --------- --------- c - This variable contains the x and y coordinate of the c 1st point on the biomass conversion efficiency curve. c ac0be2 - x and y for 2nd point on biomass conv eff curve c range values min max c ------------ --------- --------- c fixed fmin fmax c typical tmin tmax c ------------ --------- --------- c - This variable contains the x and y coordinate of the c 2nd point on the biomass conversion efficiency curve. c acrmhi - minimum harvest index under drought c range values min max c ------------ --------- --------- c fixed fmin fmax c typical tmin tmax c ------------ --------- --------- c - This variable contains the minimum crop harvest index c under drought conditions for each subregion. c ------------------------------------------------------------------