c ------------------------------------------------------------------ c file 'h1scs.inc' c c This common block contains the variables representing the SCS c runoff curve number for each subregion. c c Parameter include files: p1werm.inc c c + + + VARIABLE DECLARATIONS + + + c real ah0cng(mnsub) real ah0cnp(mnsub) c common / h1scs / r ah0cng, ah0cnp c c + + + VARIABLE DEFINITIONS + + + c c ah0cng - SCS runoff curve no. (good) c c range values min max c ------------ --------- --------- c fixed fmin fmax c typical tmin tmax c ------------ --------- --------- c c - This variable contains c c c ah0cnp - SCS runoff curve no. (poor) c c range values min max c ------------ --------- --------- c fixed fmin fmax c typical tmin tmax c ------------ --------- --------- c c - This variable contains the c c c c ------------------------------------------------------------------