c*********************************************************************** c c include file: hlayrs.kom c c*********************************************************************** c c must include 'pwerm.inc' c c*********************************************************************** c c global hydro variables (local to hydro submodel) c c*********************************************************************** c thickness of soil layer (m) real tlayr(mnsz) c depth to midpoint of soil layer from soil surface (m) real dmlayr(mnsz) c distance of flow between adjacent soil layers (m) real dist(mnsz) c----------------------------------------------------------------------- common /slayrs/ tlayr, dmlayr, dist