! !$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/h1temp.inc $ ! ! ------------------------------------------------------------------ ! file 'h1temp.inc' ! This common block contains the state variables relating to ! the soil temperature values by layer generated within HYDROLOGY. ! Parameter include files: ! + + + VARIABLE DECLARATIONS + + + real ahtsav(maxSoilLayr,maxNumSubRegs) real ahtsmx(maxSoilLayr,maxNumSubRegs) real ahtsmn(maxSoilLayr,maxNumSubRegs) real ahfice(maxSoilLayr,maxNumSubRegs) common / h1temp / & & ahtsav, ahtsmx, ahtsmn, ahfice save :: /h1temp/ ! + + + VARIABLE DEFINITIONS + + + ! ahtsav - Mean daily soil temperature (deg C) ! ahtsmx - Maximum daily soil temperature (deg C) ! ahtsmn - Minimum daily soil temperature (deg C) ! ahfice - fraction of soil water in layer which is frozen