!$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/c1db3.inc $ ! This common block contains variables representing the crop ! database properties for each subregion. ! Parameter include files: p1werm.inc ! + + + VARIABLE DECLARATIONS + + + real ac0bn1(maxNumSubRegs) real ac0bn2(maxNumSubRegs) real ac0bn3(maxNumSubRegs) real ac0bp1(maxNumSubRegs) real ac0bp2(maxNumSubRegs) real ac0bp3(maxNumSubRegs) real acfny(maxNumSubRegs) real acfpy(maxNumSubRegs) real acfwy(maxNumSubRegs) common / c1db3 / & & ac0bn1, ac0bn2, ac0bn3, ac0bp1, ac0bp2, ac0bp3, & & acfny, acfpy, acfwy save :: /c1db3/ ! + + + VARIABLE DEFINITIONS + + + ! ac0bn1 - Crop nitrogen uptake parm (N fraction at emergence) ! ac0bn2 - Crop nitrogen uptake parm (N fraction @ 1/2 maturity) ! ac0bn3 - Crop nitrogen uptake parm (N fraction at maturity) ! ac0bp1 - Crop phosphorous uptake parm (N fraction at emergence) ! ac0bp2 - Crop phosphorous uptake parm (N fraction @ 1/2 maturity) ! ac0bp3 - Crop phosphorous uptake parm (N fraction at maturity) ! acfny - Fraction of nitrogen in yield (?) ! acfpy - Fraction of phosphorous in yield (?) ! acfwy - Fraction of water in yield (?)