c begin include file cprams2.inc c + + + COMMON BLOCK DESCRIPTION + + + c + + + INSERT DESCRIPTION HERE + + + common /prams2/ alpha(mxplan),norun(mxplan),alphay(mxplan) c + + + VARIABLE DECLARATIONS + + + integer norun real alpha,alphay c + + + VARIABLE DEFINITIONS + + + c alpha(mxplan) : Chezy depth-discharge coefficient c norun(mxplan) : flag for runoff occurrence c alphay(mxplan) : previous days alpha value c end include file cprams2.inc