c ------------------------------------------------------------------ c file 's1phys.inc' c This common block contains the state variables relating to c some of physical soil layer properties. c Parameter include files: p1werm.inc c + + + VARIABLE DECLARATIONS + + + real asdblk(0:mnsz, mnsub) real asdwbd(mnsz, mnsub) common / s1phys / r asdblk, asdwbd c + + + VARIABLE DEFINITIONS + + + c asdblk - Soil layer bulk density for each subregion (Mg/m^3) c range values min max c ------------ --------- --------- c fixed fmin fmax c typical tmin tmax c ------------ --------- --------- c - This variable maintains the soil layer density values c for each of the subregions. c asdwdb - Soil layer bulk density at 1/3 bar for each c subregion (Mg/m^3) c range values min max c ------------ --------- --------- c fixed fmin fmax c typical tmin tmax c ------------ --------- --------- c - This variable maintains the soil layer density (1/3 bar) c for each of the subregions. c ------------------------------------------------------------------