c ------------------------------------------------------------------ c file 's1layd.inc' c This common block contains the state variables relating to c the WERM soil layer properties. c Parameter include files: p1werm.inc c + + + VARIABLE DECLARATIONS + + + real aszlyd(mnsz, mnsub) common / s1layd / r aszlyd c + + + VARIABLE DEFINITIONS + + + c aszlyd - Depth to each soil layer for each subregion (mm) c range values min max c ------------ --------- --------- c fixed ? ? c typical ? ? c ------------ --------- --------- c - This variable maintains the depth to each soil layer c for each of the subregions. c ------------------------------------------------------------------