!$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/h1scs.inc $ ! ------------------------------------------------------------------ ! file 'h1scs.inc' ! ! This common block contains the variables representing the SCS ! runoff curve number for each subregion. ! ! Parameter include files: p1werm.inc ! ! + + + VARIABLE DECLARATIONS + + + ! real ah0cng(maxNumSubRegs) real ah0cnp(maxNumSubRegs) ! common / h1scs / & & ah0cng, ah0cnp save :: /h1scs/ ! ! + + + VARIABLE DEFINITIONS + + + ! ! ah0cng - SCS runoff curve no. (good) ! ! range values min max ! ------------ --------- --------- ! fixed fmin fmax ! typical tmin tmax ! ------------ --------- --------- ! ! - This variable contains ! ! ! ah0cnp - SCS runoff curve no. (poor) ! ! range values min max ! ------------ --------- --------- ! fixed fmin fmax ! typical tmin tmax ! ------------ --------- --------- ! ! - This variable contains the ! ! ! ! ------------------------------------------------------------------