!$Author: wjr $ !$Date: 2012-03-30 09:46:26 -0500 (Fri, 30 Mar 2012) $ !$Revision: 12162 $ !$HeadURL: https://svn.weru.ksu.edu/weru/weps1/trunk/weps.src/src/inc/s1phys.inc $ ! ------------------------------------------------------------------ ! file 's1phys.inc' ! This common block contains the state variables relating to ! some physical soil and layer properties. ! Parameter include files: p1werm.inc ! + + + VARIABLE DECLARATIONS + + + real asdblk(0:maxSoilLayr, maxNumSubRegs) real asdsblk(maxSoilLayr, maxNumSubRegs) real asdwblk(maxSoilLayr, maxNumSubRegs) real asdblk0(maxSoilLayr, maxNumSubRegs) real asdpart(maxSoilLayr, maxNumSubRegs) real restrict_depth(maxNumSubRegs) real bedrock_depth(maxNumSubRegs) common / s1phys / & & asdblk, asdsblk, asdwblk, asdblk0, asdpart, & & restrict_depth, bedrock_depth save :: /s1phys/ ! + + + VARIABLE DEFINITIONS + + + ! asdblk - Soil layer bulk density for each subregion (Mg/m^3) ! asdsblk - Soil layer settled bulk density (Mg/m^3) ! asdwblk - Soil layer bulk density at 1/3 bar for each ! subregion (Mg/m^3) ! asdblk0 - Soil layer bulk density from previous day ! for use in hydro to update parameters based on bulk density changes ! asdpart - Soil layer particle density adjusted from mineral only ! to include organic matter content ! restrict_depth - depth to impermeable layer/restricting zone (mm) ! bedrock_depth - depth to bedrock (mm)