!$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/c1db2.inc $ ! This common block contains variables representing the acop ! database properties for each subregion. ! Parameter include files: p1werm.inc ! + + + VARIABLE DECLARATIONS + + + real actopt(maxNumSubRegs) real actmin(maxNumSubRegs) real acfdla(maxNumSubRegs) real acrdla(maxNumSubRegs) real ac0caf(maxNumSubRegs) real ac0psf(maxNumSubRegs) real ac0pt1(2,maxNumSubRegs) real ac0pt2(2,maxNumSubRegs) real ac0fd1(2,maxNumSubRegs) real ac0fd2(2,maxNumSubRegs) real ac0ck(maxNumSubRegs) common / c1db2 / & & actopt, actmin, acfdla, acrdla, & & ac0caf, ac0psf, & & ac0pt1, ac0pt2, ac0fd1, ac0fd2, ac0ck save :: /c1db2/ ! + + + VARIABLE DEFINITIONS + + + ! actopt - Optimal temperature for plant growth (deg C) ! actmin - Minimum temperature for plant growth (deg C) ! acfdla - Fraction of growing season when LAI starts declining (?) ! acrdla - LAI decline rate (?) ! ac0caf - Critical aeration factor (?) ! ac0psf - Pest stress factor (?) ! ac0pt1 - xy coordinate for 1st pt on optimal LAI curve ! ac0pt2 - xy coordinate for 2nd pt on optimal LAI curve ! ac0fd1 - xy coordinate for 1st pt on frost damage curve ! ac0fd2 - xy coordinate for 2nd pt on frost damage curve ! ac0ck - canopy light extinction coefficient (0.0 < ac0ck < 1.0)