!$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/erosion/s2sgeo.inc $ ! ----------------------------------------------------------------- ! file 's2sgeo.inc' ! This block common is contains variables used for a simulation run ! for EROSION. ! + + + VARIABLE DECLARATIONS + + + real ridgHght(0:maxGridPtsDir, 0:maxGridPtsDir) real ridgSpacParaWind(maxNumSubRegs) real randRoug(0:maxGridPtsDir, 0:maxGridPtsDir) common /s2sgeo/ & & ridgHght, ridgSpacParaWind, & & randRoug save :: /s2sgeo/ ! + + + VARIABLE DEFINITIONS + + + ! ridgHght - Ridge height (mm) ! range values min max ! ------------ --------- --------- ! fixed 0 500 ! typical 0 200 ! ------------ --------- --------- ! ! ridgSpacParaWind - ridge spacing parallel the wind direction(mm) ! range values min max ! ------------ --------- --------- ! fixed 0.0 3000 ! typical 20 1000 ! ------------ --------- --------- ! ! ! randRoug - soil random roughness (mm) ! ! range values min max ! ------------ --------- --------- ! fixed 2 60 ! typical 2 30 ! ------------ --------- --------- !