c begin include file cpass1.inc c + + + COMMON BLOCK DESCRIPTION + + + c + + + INSERT DESCRIPTION HERE + + + common /pass1/ s(mxtime) c + + + VARIABLE DECLARATIONS + + + c real s double precision s c + + + VARIABLE DEFINITIONS + + + c s(mxtime) : rainfall excess rate (m/s) c end include file cpass1.inc